@charset "UTF-8";

/*应用场景*/
.slick-com-item:hover {
    filter: grayscale(0);
    opacity: .8;
}
.slick-com-item .slick-com-inner {
    margin: 5px;
    box-sizing: border-box;
}
.slick-com-item .img-box:before {
    padding-top: 56.1538461538%;
}
.slick-slider .slick-arrow {
  margin-top: -20px;
}
.slick-com-item .slick-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    padding: 10px;
}
.scene {
    background-image: url("../images/application/application_scene_bg.png");
    background-size: cover;
}


/*推荐产品*/

.product .boxs {
  display: flex;
  justify-content: space-between;
}

.product .boxs.m {
  display: none;
}

.product .boxs .box {
  flex: 1;
  border: 1px solid #e3e3e3;
  margin-right: 5px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  color: #000;
  display: flex;
  flex-direction: column;
}

.product .boxs .box:hover {
  flex: 3;
}

.product .boxs .box:last-child {
  margin-right: 0;
}

.product .boxs .box .txt {
  text-align: center;
  transition: all 0.5s;
  background-color: #f6f6f6;
  padding: 3.38vh 1vw calc(6vh - 1.09375vw) 1vw;
  flex: 1;
}

.product .boxs .box .txt .h {
  height: 2.3vw;
  line-height: 1.3;
  font-weight: 600;
  transition: all 0.5s;
}

.product .boxs .box .txt .p {
  line-height: 1.09375vw;
  height: 4.1875vw;
}

.product .boxs .box .bottom {
  background: url('../images/about/strategy_bg.png') no-repeat;
  background-size: 120.177vw 100%;
  height: 21.35vw;
  position: relative;
  padding: 3.385vw 0 0 2vw;
}

.product .boxs .box .bottom .txt1 {
  display: none;
  width: 13.958vw;
}

.product .boxs .box .bottom .txt1 .item {
  margin-bottom: 2.34vw;
  padding-left: 1.2vw;
  position: relative;
  background-size: auto 1.1vw;
}

.product .boxs .box .bottom .txt1 .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 30%;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-image: linear-gradient(to right, #007AFA, #0A15FC);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.product .boxs .box .bottom .txt1 .item .h {
  font-weight: 400;
  color: #c01;
  line-height: 1.1vw;
  margin-bottom: 5px;
}

.product .boxs .box .bottom .txt1 .item .p {
  font-weight: 400;
  color: #5f5e5e;
  line-height: 1.3;
}

.product .boxs .box:first-child .bottom {
  background-position: 0 0;
}

.product .boxs .box:nth-child(2) .bottom {
  background-position: -13.36vw 0;
}

.product .boxs .box:nth-child(3) .bottom {
  background-position: -26.72vw 0;
}

.product .boxs .box:nth-child(4) .bottom {
  background-position: -40.08vw 0;
}

.product .boxs .box:nth-child(5) .bottom {
  background-position: -53.44vw 0;
}

.product .boxs .box:nth-child(6) .bottom {
  background-position: -66.8vw 0;
}

.product .boxs .box:nth-child(7) .bottom {
  background-position: -79.8vw 0;
}

.product .boxs .box .bottom .pic {
  display: table;
  position: absolute;
  right: 50%;
  bottom: 1.927vw;
  transform: translateX(50%);
  transition: all 0.5s;
}

.product .boxs .box .bottom .pic img {
  height: 14.32vw;
  transition: all 0.5s;
  max-width: 999px;
}

.product .boxs .box.unon {
  width: 10.5vw;
}

.product .boxs .box:hover .bottom .txt1 {
  display: block;
}

.product .boxs .box:hover .bottom .pic {
  transform: translateX(0);
  right: -2vw;
  bottom: -1vw;
}

.product .boxs .box:hover .bottom .pic img {
  height: 18vw;
}

.product .boxs .box:hover .txt {
  text-align: left;
  padding-left: 3vw;
}

.product .boxs .box:hover .txt .h {
  color: #0039c8;
  font-size: 22px;
}

.product .boxs:hover .box:hover:first-child .bottom {
  background-position: 0 0;
}

.product .boxs:hover .box:hover:nth-child(2) .bottom {
  background-position: -13.8vw 0;
}

.product .boxs:hover .box:hover:nth-child(3) .bottom {
  background-position: -21.6vw 0;
}

.product .boxs:hover .box:hover:nth-child(4) .bottom {
  background-position: -32.4vw 0;
}

.product .boxs:hover .box:hover:nth-child(5) .bottom {
  background-position: -42.3vw 0;
}

.product .boxs:hover .box:hover:nth-child(6) .bottom {
  background-position: -53.1vw 0;
}

@media screen and (max-width: 1680px) {
  .product .boxs .box .txt .p {
    height: 3.1875vw;
  }
}

@media screen and (max-width: 1560px) {
  .product .boxs .box .bottom {
    height: 24vw;
  }

  .product .boxs .box .bottom .txt1 .item {
    margin-bottom: 2.1vw;
  }
}

@media screen and (max-width: 1440px) {
  .product .boxs .box .txt .h {
    height: 3.2vw;
  }
}

@media screen and (max-width: 1366px) {
  .product .boxs .box .bottom {
    height: 28vw;
  }

  .product .boxs .box .bottom .txt1 .item {
    margin-bottom: 1.9vw;
  }

  .product .boxs .box.unon {
    width: 13.5vw;
  }

  .product .boxs:hover .box:hover {
    width: 34.135vw;
  }
}

@media (max-width: 1280px) {
  .product .boxs .box .txt {
    padding: 4vh 0.5vw calc(5vh - 1vw) 0.5vw;
  }

  .product .boxs .box .txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 1190px) {
  .product .boxs:hover .box:hover .bottom .pic img {
    height: 22vw;
  }
}

@media screen and (max-width: 1100px) {
  .product .boxs .box .txt {
    padding: 4vh 0.5vw calc(5vh - 2vw) 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  .product .boxs .box .txt {
    padding: 3vh 0.5vw calc(4vh - 3vw) 0.5vw;
  }
}

@media screen and (max-width: 1370px) {
  .product .boxs:hover .box:hover .bottom .pic img {
    height: 19vw;
  }
}

@media screen and (max-width: 1300px) {
  .product .boxs:hover .box:hover .bottom .pic img {
    height: 17vw;
  }
}

@media screen and (max-width: 1150px) {
  .product .boxs:hover .box:hover .bottom .pic img {
    height: 16.5vw;
  }
}



/*联系我们*/
.contact {
  background-color: #F3F3F3;
  position: relative;
}
.contact .contact-bg {
  position: absolute;
  left: 0;
  top: -50px;
  right: 50%;
  bottom: 0;
  background: #0C43C5;
  border-top-right-radius: 60px;
}
.contact .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.contact .contact-left {
  width: 45%;
}
.contact .contact-left p {
  text-align: left;
  white-space: break-spaces;
}
.contact .contact-left .title {
  margin-bottom: 20px;
}
.contact .contact-left .desc {
  line-height: 2;
}
.contact .contact-right {
  width: 45%;
}
.message-form-2 {
  padding: 20px 0 30px;
}


@media(max-width: 768px) {
  .contact .contact-bg {
    right: 0;
  }
  .contact .wrap {
    flex-direction: column;
  }
  .contact .contact-left {
    width: 100%;
  }
  .contact .contact-right {
    width: 100%;
  }
  .form-submit {
    background: #fff;
    color: #0A15FC;
  }
}

.video-wrap {
  text-align: center;
}
.video-wrap video {
  max-width: 100%;
  max-height: 80vh;
}