main .banner .swiper-slide>img{
  width: 100%;
}
main .banner .swiper-slide .txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
main .banner .swiper-slide .txt .left{
  max-width: 580px;
  width: 100%;
}
main .banner .swiper-slide .txt .right{
  max-width: 670px;
  width: 100%;
}
main .banner .swiper-slide .txt h2{
  font-family: 'Bold';
  font-size: 0.56rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.3rem;
}
main .banner .swiper-slide .txt h3{
    font-size: 0.32rem;
    color: #fff;
    font-family: 'Medium';
    margin-bottom: 0.6rem;
}
main .banner .swiper-slide .txt .left>.btn{
    display: flex;
}
main .banner .swiper-slide .txt .left>.btn .more{
  margin: 0 0.1rem;
}
main .banner .swiper-slide .txt .left>.btn .more.while{
    background-color: #fff;
    color: #1168C9;
    border: none;
    position: relative;
    overflow: hidden;
}
main .banner .swiper-slide .txt .left>.btn .more.while:hover{
    background: #fff;
    color: #1168C9;
}
main .banner .swiper-slide .txt.left>.btn .more.while::after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0,0.1);
    pointer-events: none;   
    opacity: 0;
    transition: all 0.5s;
}
main .banner .swiper-slide .txt .left>.btn .more.while:hover::after{
    opacity: 1;
}

.swiper-button-next-banner, .swiper-button-prev-banner{
    width: 64px;
    height: 64px;
}
.swiper-button-next-banner:after, .swiper-button-prev-banner:after{
    content: '';
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0.4rem;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0.4rem;
}
main .banner .list_banner{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.4rem;
    z-index: 9;
}
main .banner .list_banner ul{
    display: flex;
}
main .banner .list_banner ul li{
    width: 160px;
    text-align: center;
    margin: 0 8px;
    border-bottom: 2px solid #AAAAAA;
    padding-bottom: 5px;
    color: #AAAAAA;
    font-size: 14px;
    cursor: pointer;
}
main .banner .list_banner ul li.active{
    border-bottom: 2px solid #fff;
    color: #fff;
}

main .launched{
  padding: 1rem 0;
}
main .launched .row{
  margin-left: -24px;
  margin-right: -24px;
}
main .launched .row .col-md-4{
  padding-left: 24px;
  padding-right: 24px;
}
main .launched .cart h4{
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
  text-align: center;
  font-size: 0.2rem;
  font-family: 'Medium';
  color: #181B1D;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main .launched .cart p{
  text-align: center;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

main .product{
  padding: 1.2rem 0;
  background-image: url(/lib/images/product_bg.png);
  background-repeat: no-repeat; 
  background-size: cover;
}
main .product .title h2{
  color: #fff;
}
main .product .title ul{
  display: flex;
  justify-content: center;
  overflow-x: auto;
  width: 100%;
}
main .product .title ul li{
  color: #fff;
  padding: 5px 20px;
  position: relative;
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.5s;
  white-space: nowrap;
}
main .product .title ul li span{
  color: #fff;
  position: relative;
  z-index: 9;
}
main .product .title ul li::after{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #eee;
  content: '';
}
main .product .title ul li:last-child::after{
  height: 0;
}
main .product .title ul li.active{
  background: linear-gradient(0deg, rgba(17,104,201,0.9), rgba(17,104,201,0) 90%);
  opacity: 1;
}
main .product .title ul li.active::before{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;

  left: 0;
  content: '';

  background: linear-gradient(0deg, rgba(21,186,133,0.62), rgba(21,186,136,0.01) 62%);
}

main .product .swiper_list .swiper{
  display: none;
}
main .product .swiper_list .swiper.active{
  display: block;
}
main .product .swiper_list .cart{
  background: #FFFFFF;
  border-radius: 16px;
  padding: 0.2rem;
}
main .product .swiper_list .cart .txt{
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
main .product .swiper_list .cart .img{
  overflow: hidden;
}
main .product .swiper_list .cart .img img{
  width: 100%;
  transition: all 0.5s;
}
main .product .swiper_list .cart:hover .img img{
  transform: scale(1.1);
}
main .product .swiper_list .cart h4{
  font-family: 'Medium';
  color: #181B1D;
  margin: 0.1rem 0;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
main .product .swiper_list .cart p{
  font-size: 13px;
  color: #666;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
main .product .swiper_list .cart .price{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .product .swiper_list .cart .price .left h4{
  margin-top: 0;
  margin-bottom: 5px;
}
main .product .swiper_list .cart .price .left p{
  position: relative;
  padding-left: 10px;
}
main .product .swiper_list .cart .price .left p::after{
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: '';
  background-color: #01B757;

}
main .product .swiper_list .cart .price .right form button[type="submit"]{ border:unset; }
main .product .swiper_list .cart .price .right a, main .product .swiper_list .cart .price .right form button[type="submit"]{
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #BEC4CB;
}
main .product .swiper_list .cart:hover .price .right a, main .product .swiper_list .cart:hover .price .right form button[type="submit"]{
  background-color: #15BA88;
}

main .product .btn{
  margin-top: 0.6rem;
}

main .service{
    padding: 1rem 0;
}
main .service .swiper-service{
    padding-top: 30px;
}
main .service .cart{
    position: relative;
    border-radius: 16px;  
    overflow: hidden;
    transition: all 0.5s;
}
main .service .cart:hover{
    margin-top: -30px;
}

main .service .cart .img img{
    width: 100%;
}
main .service .cart .mask{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: rgba(8, 24, 56,0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    padding: 0 0.2rem;
}
main .service .cart:hover .mask{
    background: linear-gradient(0deg, #15BA88, #1168C9);
    opacity: 0.9;
    padding: .3rem 0.2rem;
    justify-content: space-between;
}
main .service .cart .mask h3{
    font-family: 'Medium';
    font-size: 0.2rem;
    color: #fff;
}
main .service .cart:hover .mask h3{
    margin-top: .3rem;
}
main .service .cart .mask .box{
    display: none;
}
main .service .cart:hover .mask .box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    flex: 1;
}
main .service .cart:hover .mask{
    width: 100%;
    height: 100%;
}
main .service .cart:hover .mask .line{
    width: 24px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 0.3rem;
    margin-top: 0.2rem;
}
main .service .cart:hover .mask p{
    color: #fff;
    text-align: center;
}
main .service .cart:hover .mask span{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .service .cart:hover .mask span img{
    margin-left: 20px;
}

.swiper-pagination-service{
    margin-top: 70px;
    height: 1px !important;
   margin-bottom: 4px;
}
.swiper-pagination-service .swiper-pagination-progressbar-fill{
    height: 5px;
    top: -2px;
    border-radius: 2px;
}

main .case{
  display: flex;
  width: 100%;
}
main .case .left{
  padding: 0.9rem 0;
  max-width: 840px;
  width: 100%;
  background-color: #F0F3F7;
}
main .case .left .text{
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
main .case .left .text .title{
  align-items: flex-start;
}
main .case .left .text .title p{
  text-align: left;
}
main .case .left .text ul li{
  color: #181B1D;
  font-family: 'Medium';
  margin-bottom: 6px;
  cursor: pointer;
}
main .case .left .text ul li.active{
  color: #1168C9;
}
main .case .left .text ul li:hover{
  color: #1168C9;
}
main .case .left .text .btn.more{
  margin: 0;
  margin-top: 0.4rem;
}


main .case .right{
  flex: 1;
  background-image: url(/lib/images/case_right_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
main .case .right .mask{
  position: absolute;
  max-width: 720px;
  width: 100%;
  height: 240px;
  background-color: rgba(8, 24, 56,0.6);
  left: 0;
  bottom: 0;
  display: none;
}
main .case .right .mask.active{
  display: block;
}
main .case .right .mask .swiper-case{
  width: 100%;
  height: 100%;
}

main .case .right .mask .cart{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 0.3rem;
}
main .case .right .mask .cart h4{
  color: #fff;
  font-size: 0.2rem;
  font-family: 'Medium';
  max-width: 508px;
  width: 100%;
  margin-bottom: 0.2rem;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
main .case .right .mask .cart p{
  color: #fff;
  max-width: 508px;
  width: 100%;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.swiper-button-next-case, .swiper-button-prev-case{
  bottom: 0;
  width: 64px;
  height: 64px;
  background-color: #fff;
  top: auto;
  margin-top: 0;
}
.swiper-button-next-case::after, .swiper-button-prev-case::after{
  content: '';
}
.swiper-button-prev-case{
  left: auto;
  right: 0;
  background-color: #1168C9;
}
.swiper-button-prev-case svg{
  transform: rotate(180deg);
}
.swiper-button-next-case{
  left: auto;
  right: 0;
  transform: translateX(100%);
}

main .insights{
  padding: 1rem 0;
}
main .insights .content{
  max-width: 1360px;
}
main .insights .row{
  margin-left: -40px;
  margin-right: -40px;
}
main .insights .row .col-sm-6{
  padding-left: 40px;
  padding-right: 40px;
}
main .insights .cart .img{
  margin-bottom: 0.2rem;
}
main .insights .cart p.type{
  color: #1168C9;
}
main .insights .cart h3{
  color: #181B1D;
  font-family: 'Medium';
  font-size: 0.2rem;
  margin-top: 10px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
main .insights .cart .tag{
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
}
main .insights .cart .tag span{
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  display: flex;
  padding: 6px 20px;
  border-radius: 15px;
  line-height: 1;
  color: #666;
  margin-bottom: 10px;
}
main .insights .cart .tag span:hover{
  background-color: #F5F5F5;
}
main .insights .more.btn{
  margin-top: 0.6rem;
}

main .review{
  padding: 1rem 0;
  background-color: #F0F3F7;
}
main .review .content{
  max-width: 1360px;
}
main .review .cart{
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
}
main .review .cart .txt{
  padding: 0.3rem;
}
main .review .cart .txt .star{
  display: flex;
}
main .review .cart .txt .star img{
  margin-right: 8px;
}
main .review .cart .txt h4{
  font-family: 'Medium';
  color: #181B1D;
  font-size: 0.2rem;
  margin: 0.2rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
main .review .cart .txt p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #666;
}
main .review .swiper .swiper-page{
  position: relative;
  margin-top: 0.5rem;
}

.swiper-pagination-review .swiper-pagination-bullet{
  background-color: #BEC4CB;
}
.swiper-pagination-review .swiper-pagination-bullet-active{
  background-color: #1168C9;
}


main .answer{
  padding: 1.2rem 0;
}
main .answer .content{
  display: flex;
  justify-content: space-between;
}
main .answer .content .left{
  max-width: 380px;
  width: 100%;
  margin-right: 0.3rem;
  flex-shrink: 0;
}
main .answer .content .left .title{
  align-items: flex-start;
  margin-bottom: 0.2rem;
}
main .answer .content .left .tell{
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
main .answer .content .left .tell a{
  margin-left: 12px;
  font-family: 'Medium';
  color: #1168C9;
  font-size: 0.32rem;
}
main .answer .content .left p{
  color: #333;
  margin-bottom: 10px;
}
main .answer .content .left p a{
  color: #333;
}
main .answer .content .right{
  max-width: 920px;
  width: 100%;
}
main .answer .content .right .swiper-slide .cart{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .answer .content .right .swiper-slide .img{
  width: 126px;
  height: 126px;
  background: #F0F3F7;
  border-radius: 50%;
}
main .answer .content .right .swiper-slide .img:hover{
  background: linear-gradient(0deg, #15BA88, #1168C9);
}
main .answer .content .right .swiper-slide .img:hover svg path{
  fill: #fff;
}
main .answer .content .right .swiper-slide p{
  font-family: 'Medium';
  color: #222;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
}
main .answer .content .right .answer_page{
  position: relative;
  margin-top: 1rem;
}
main .answer .content .right .answer_page .swiper-pagination-answer{
  height: 1px !important;
  margin-bottom: 4px;
}
.swiper-pagination-answer .swiper-pagination-progressbar-fill{
  height: 5px;
  top: -2px;
  border-radius: 2px;
}
.swiper-pagination-banner{
  position: absolute;
}
.swiper-pagination-banner .swiper-pagination-bullet{
  background-color: #F0F0F0;
  width: 20px;
  height: 4px;
  border-radius: 0;
}


@media (max-width:1600px) {
  .swiper-button-next-case, .swiper-button-prev-case{
    bottom: 100%;
  }
  .swiper-button-prev-case{
    transform: translateX(-100%);
  }
  .swiper-button-next-case{
    transform: translateX(0);
  }
  main .answer .content .right{
    max-width: 60%;
  }

}
@media (max-width:1440px) {
  main .case .left{
    max-width: 40%;
    padding: 0.9rem 0.3rem;
  }
}

@media (max-width:1023px) {
  main .banner .swiper-slide>img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main .banner .swiper-slide .txt{
    flex-direction: column;
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    padding: 0.7rem 0;
  }
  main .banner .swiper-slide .txt .left>.btn{
    justify-content: center;
  }
  main .banner .swiper-slide .txt h2{
    text-align: center;
  }
  main .banner .swiper-slide .txt h3{
    text-align: center;
  }
  .swiper-button-next-banner, .swiper-button-prev-banner{
    width: 48px;
    height: 48px;
  }
  .swiper-button-next-banner img, .swiper-button-prev-banner img{
    width: 25px;
  }
  main .product .title ul{
    justify-content: flex-start;
  }
}

@media (max-width:767px) {
  main .case{
    flex-direction: column;
  }
  main .case .left{
    max-width: 100%;
  }
  main .case .left .text .title p{
    display: none;
  }
  main .case .right .mask{
    position: relative;
  }
  main .case .left .text ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main .case .left .text ul li{
    width: 48%;
    padding: 10px 20px;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .case .left .text .btn.more{
    display: none;
  }
  main .case .right .mask .cart h4{
    font-size: 0.32rem;
  }
  main .insights .row .col-sm-6:first-child .cart{
    margin-bottom: 30px;
  }
  main .answer .content{
    flex-direction: column;
  }
  main .answer .content .left{
    margin-right: 0;
    margin-bottom: 20px;
  }
  main .answer .content .right{
    max-width: 100%;
  }
  main .product .swiper_list .cart{
    padding: 15px;
  }
  main .column{
    display: flex;
    flex-direction: column-reverse;
  }
  main .product{
    margin-top: 1rem;
  }
  main .launched{
    padding-bottom: 0;
  }

}











































