@font-face {
  font-family: "iconfont"; /* Project id 4945814 */
  src: 
       url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAANsAAsAAAAAB9AAAAMeAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACDLAqCRII0ATYCJAMYCw4ABCAFhGcHYhvuBiMRNnMPGiD7R4Jtq3hdRJccSBv9YdOEV0zCMix4EzzR3Oeb2U0OAVQBCBS6/rqqO1eUgKwoW5t2DWMiDFMiO323/YcEdrgQRgPg6lL+ZhHLLIUkyJ9YLZ0O7EXf3lJasxBm4gHxOBBvXeYrCBBIOa1oh049BhA6Y+yCWSRiMZgCcb7MmDp5LP68B4tF3B/BbbvSIntwQLfqTWbs9j8vHwnFHxTHYOzTZ1LHCbS/Ec8za7w1mEe4DASMVsABDFC8Mp2MqbcMw4SRYgyBZTMspYCLRdA3Znak5/FGfA2sOMUfcGD+PBAXIzcYgB6IOvBGbFEsVaiwkEZCACF0jJ8JDCT+aAQFwB1xhB/QB1hr8IoJK4qYvUJDQ0JCXberuXMX3IO5dYujBs9MOZfr7VvgGCB370qgCZR6jD60LcqBNTE4+fDaoGd0Mr3/xAn9Ji/vO2ES2f3TenlU7xs9a2OXngHnRqd3Wj3q3IbJCazXEmyvUNde99Pys/6E/OqOT1q0q2e/AN+kzG5bJlw63XZCf/XHJy7c1YvDJ/b0nWZY/0WxX2LG6z6z9+KYL7HDmZ10bVu2dTMpXdqtJ9Vae25z4u7DPbtxsAIA76VpN6Hg3TUvTAOAua0jRP4HE6x/bMu17lf9htmPLp5GhzX/9j9aAF7NfrPa93h3Lf1l/idsEfgx0hEtkVb1gmvL2ts1COCSPEpIgUDTDx6GI5InY8miWueC4E9UDIofSWDwJxOzVCE4BFEJLv60QCBFdFwfRBRzMIgNAHJZT0AI5wIooVwGQzhXMEvdBYdY3oJLOP8gkEESslsQuXI3PgsaxQTsH/KYG7Lk6rN9YNpXRoqCH5Quhx8C18/G79igDDGnG9JQlYCEa7ix52FVMbTCBcbqZqpt5HlU9hY35np2FjSKCdg/5DE35KI1/X0PTPvKSEvsE5EuB3sIXL8Fdpc0rdquZJ9uSENVAhISq+HGm7BSIgxt+bACY3WzHqE28kwUtZW488vqp0dzXRjHu6JixIojrvixn9uzOhWSHsIZkqeZrhIem6MR8cQZ6SGmi9SzGQAA') format('woff2')
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-quot-left:before {
  content: "\e612";
}

.icon-quot-right:before {
  content: "\e6008";
}

.icon-down:before {
  content: "\e6007";
}

.icon-arrow-right:before {
  content: "\e602";
}

.icon-arrow-down:before {
  content: "\e601";
}

.ban-inner {
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ban-inner .pad{
  width: 100%;
}
.ban-inner:before {
  display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, .5);
}
.ban-inner .cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
  text-align: center;
  color: #fff;
  z-index: 10;
  position: relative;
}
.ban-inner h4 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}
.ban-inner h6 {
  text-transform: uppercase;
  color: #fff;
}

.ban-inner .text{
  margin-top: 16px;
}

.ban-inner .icon-down{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  font-size: 40px;
  z-index: 20;
  color: #fff;
}

.more-arrow-link {
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
  color: #fff;
}
.more-arrow-link i {
  margin-left: 4px;
  font-size: var(--fz14);
  vertical-align: middle;
  transition: transform 0.3s;
  line-height: 1;
}
.more-arrow-link em {
  vertical-align: middle;
}
.more-arrow-link:hover i {
  transform: translateX(6px);
}


.application-index .bg,
.application-index .img{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}
.application-index {
  padding-top: 20px;
  padding-bottom: 100px;
}
.application-index h2{
  margin-bottom: 30px;
}
.application-index .hd {
  text-align: center;
}
.application-index .t1 {
  margin-bottom: 20px;
}
.list-industry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -8px;
}
.list-industry li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.333%;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  overflow: hidden;
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.list-industry li:hover .bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.list-industry .pad {
  overflow: hidden;
  position: relative;
  display: block;
}
.list-industry .pad:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: url("../images/mask-app.png") no-repeat left top;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: .8;
}
.list-industry .bg {
  padding-top: 60%;
  -webkit-transition: 1s;
  transition: 1s;
}
.list-industry .con {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 30px 30px 30px;
  z-index: 10;
}
.list-industry h3,
.list-industry .text {
  color: #fff;
}
.list-industry h3 {
/*  font-size: 28px;*/
  margin-bottom: 0;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.list-industry .text {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.5em;
}
.more-arrow-link{
  color: #fff;
}
.case-detail{
  padding-top: 80px;
  padding-bottom: 80px;
}
.case-detail h2{
  text-align: center;
}




.project-result {
  display: flex;
  flex-wrap: wrap;
  color: #5C5C5C;
  justify-content: center;
  margin: 50px 0 80px 0;
}
.project-result li {
  flex: 0 0 25%;
/*  flex: 1;*/
}
.project-result .pad {
  height: 100%;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.project-result h4{
  font-size: 70px;
  color: #5C5C5C;
  line-height: 1.4;
}
.project-result em{
  font-size: 40px;
  color: #5C5C5C;
}
.project-result p{
  font-size: 22px;
}
.project-result i {
  line-height: 1;
}
.project-result p {
}
.project-result .icon{
}
.project-result .icon svg,
.project-result .icon img{
  width: 70px;
  height: 70px;
}
.tr{
  text-align: right;
}
.tc{
  text-align: center;
}

.case-mod{
  padding-top: 120px;
  padding-bottom: 120px;
}

.case-mod h2{
  margin-bottom: 26px;
  color: #323232;
}

.tec-row {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 60px;
}
.tec-row .bg{
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
/*  height: 100%;*/
  padding-top: 56%;
}
.tec-row .txt,
.tec-row .img {
  padding: 10px;
}
.tec-row .txt{
  flex: 0 1 50%;
}
.tec-row .img{
  flex: 1;
  overflow: hidden;
}

.tec-row .txt .pad {
  padding: 40px 60px;
  background-color: #EFEFEF;
  height: 100%;
}
.tec-row .img .pad{
  position: relative;
  padding-top: 56%;
}
.tec-row .scroll-inner{
  position: relative;
  height: 100%;
}

.tec-row .text{
  height: 100%;
  overflow-y: auto;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}



.tec-row .text::-webkit-scrollbar-thumb {
  background-color: #9d9d9d;
}

.tec-row .text::-webkit-scrollbar {
  width: 4px;
}



.tec-row2 .txt{
  order: 2;
}
.tec-row2 .img{
  order: 1;
}
.tec-row p{
  margin-bottom: .5em;
}
.tec-row1 .pad{
/*  background-color: #000;*/
/*  color: #fff;*/
}
.tec-row1 .txt h3{
/*  color: #fff;*/
}

.tec-row h3 {
  margin-bottom: 15px;
  font-weight: bold;
}
.text{
  line-height: 1.666;
  color: #5C5C5C;
}
.ban-inner .text{
  color: #fff;
}





.testimonial blockquote {
  position: relative;
  border: none;
  border-radius: 8px;
}

.testimonial blockquote:before,
.testimonial blockquote:after {
  content: "\e612";
  font-size: 50px;
  line-height: 1;
  color: #DF0011;
  font-family: iconfont;
  font-style: normal;
}

.testimonial blockquote:before {
  top: -0.5em;
  left: 10px;
}

.testimonial blockquote:after {
  content: "\e6008";
  right: 10px;
  bottom: -0.5em;
  display: none;
}
.testimonial{
  flex: 0 0 64%;
  padding-right: 20px;
}

.testimonial-card{
  position: relative;
  background-color: #fff;
  box-shadow: 0px 2px 33px 0px rgba(0,0,0,0.08);
  padding: 60px 100px;
  display: flex;
  align-items: center;
  margin-top: 17%;
}
.testimonial-card .img{
  width: 36%;
  position: absolute;
  right: 0;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  padding-top: 36%;
  bottom: 0;
}
.testimonial-card h2{
  flex: 0 1 200px;
  margin-bottom: 0;
}
.client-name{
  color:#323232;
  margin-bottom: 20px;
}

.client-name p:first-child{
  font-size: 52px;
  line-height: 1.3;
  margin-top: .08em;
}
#dplayer{
  width: 65%;
  margin: 0 auto;
}

.row-solution{
  background:#F0F2F5 url("../images/2.png") no-repeat 50% bottom;
  background-size: 100% auto;
}


@media only screen and (max-width: 1400px){
   .list-industry .text{
    margin-bottom: 15px;
   }
   .list-industry .con{
      padding: 20px;
   }
   .case-mod{
    padding-top: 80px;
    padding-bottom: 80px;
   }
   .tec-row .txt, .tec-row .img{
    padding: 6px;
   }
   .tec-row{
    margin-left: -6px;
    margin-right: -6px;
   }
   .testimonial-card{
    margin-top: 12%;
   }
   .testimonial-card{
    padding: 50px 60px;
   }
   
   .client-name p:first-child{
     font-size: 32px;
   }
}




.case-slider .swiper-wrapper,
.case-slider .swiper-slide{
    height: 100%;
  
}
.case-slider .ban-con{
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding-top: 56.25%;
    position: relative;
}
.case-slider .swiper-pagination-dot{
  position: static;
  text-align: right;
}

#case-slider-2 .swiper-pagination-bullet{margin: 0;margin-left: 10px;margin-top: 28px;}
.case-slider .swiper-pagination-bullet{width:60px; height:4px;opacity:1; border-radius: 0; background: rgba(106,106,106,.3);}
.case-slider .swiper-pagination-bullet-active{transform:scale(1.1); opacity: 1; background: #DE000F;}

.ban-con .dplayer{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.case-solution{
  display: flex;
  justify-content: center;
}
.client-position{
  color: #323232;
  font-size: 25px;
  line-height: 1.2;
}
.case-solution .tran_scale{
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 62%;
}

.case-product_list .tran_scale{
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 56%;
}
.testimonial-card.no-avt{
  margin-left: auto;
  margin-right: auto;
}
.case-challenge{
  background:#F0F2F5 url("../images/1.png") no-repeat 50%;
  background-size: cover;
}
.row-solution .con{
  margin-top: 26px;
}
.row-solution .text{
  color: #717171;
}
.case-solution,
.case-testimonial{
  background:#F0F2F5;
}


.category-list{display: flex;flex-wrap: wrap;margin-bottom: 50px;}
.category-list li a{display: block; color:#000000;border-radius: 20px;line-height: 40px;margin-right: 25px;font-size: 16px;}
.category-list li.active a{color:#fff!important; padding:0 20px; background: #DE000F;}



@media only screen and (max-width: 1600px){
  .wrap:not(header .wrap) {
    width: 100%;
    max-width: 1200px;
  }
  .project-result h4{
    font-size: 60px;
  }
  .project-result em{
    font-size: 30px;
  }
  .project-result p{
    font-size: 20px;
  }
  .case-slider .swiper-pagination-bullet{
    width: 50px;
    height: 3px;
  }
}
@media only screen and (max-width: 1400px){
  .wrap:not(header .wrap) {
    width: 100%;
    max-width: 1000px;
  }
  .project-result h4{
    font-size: 50px;
  }
  .project-result em{
    font-size: 20px;
  }
  .project-result p{
    font-size: 18px;
  }
  .testimonial blockquote:before, .testimonial blockquote:after{
    font-size: 40px;
  }
  .client-position{
    font-size: 20px;
  }
  .case-slider .swiper-pagination-bullet{
    width: 40px;
    height: 3px;
  }
}
@media only screen and (max-width: 1280px){
  .tec-row .pad{
    padding: 30px 40px;
  }
  .case-mod{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #dplayer{
    width: 100%;
  }
  .project-result .icon svg, .project-result .icon img{
    width: 60px;
    height: 60px;
  }
  
 .wrap:not(header .wrap) {
   width: 90%;
 }
 .project-result h4{
   font-size: 36px;
 }
 .project-result p{
   font-size: 16px;
 }
 .testimonial blockquote:before, .testimonial blockquote:after{
   font-size: 30px;
 }
 .client-position{
   font-size: 18px;
 }
 
 
 .list-industry li{
  flex: 0 1 50%;
 }
}


@media only screen and (max-width: 1024px){  
  .ban-inner{
    height: 60vh;
  }
 
  .tec-row .pad{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  
  .project-result .icon svg, .project-result .icon img{
    width: 50px;
    height: 50px;
  }

  .testimonial blockquote:before, .testimonial blockquote:after{
    font-size: 30px;
  }
  .project-result em{
    font-size: 14px;
  }
  .case-slider .swiper-pagination-dot{
    text-align: center;
  }
  .case-slider .swiper-pagination-bullet{
    width: 30px;
    height: 2px;
  }
  #case-slider-2 .swiper-pagination-bullet{
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px){
 .tec-row{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px; /* 可选的行间距 */
 }
 .project-result p{
  font-size: 12px;
 }
 .project-result li{
  flex: 0 0 33.3333%;
  margin-bottom: 20px;
 }
 .testimonial-card{
  flex-direction: column;
 }
 .testimonial-card .img{
  transform: translateY(-50%);
  bottom: auto;
 }
 .project-result h4{
   font-size: 26px;
 }
 .testimonial-card{
   
    padding: 30px 30px;
 }
 .testimonial{
  flex: 1;
  padding-right: 0;
 }
 .list-industry li{
  flex: 0 1 100%;
 }
 .list-industry .text{
  font-size: 14px;
 }
 .application-index{
  padding: 10px 0 50px 0;
 }
 .category-list li a{
  font-size: 14px;
  line-height: 36px;
 }
}


