.inside-banner{
    height: 620px;
}

.inside-banner .box .txt{
   padding-top: 88px;
}
.inside-banner .box .txt .bigTxt{
    font-size: 56px;
color: #233863;
line-height: 72px;
margin-bottom: 16px;
font-family: "D-DINExp-Bold";
}
.inside-banner .box .txt .smallTxt{
    font-size: 20px;
font-family: Verdana;
color: #4A4A4A;
line-height: 30px;
margin-bottom: 64px;
}
.inside-banner .box .btn{
  display: flex;
}
.inside-banner .box .btn .getBtn{
    width: 180px;
    height: 52px;
    line-height: 52px;
    background: #229AF4;
    border-radius: 45px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}
.inside-banner .container{
   position: relative;
   z-index: 1;
}
.inside-banner .txtInfor .img{
   position: absolute;
   right: 0;
   bottom: -142px;
   width: 565px;
   z-index: -1;
}






.module-title{
    font-size: 40px;
    font-family: "D-DINExp-Bold";
color: #233863;
line-height: 43px;
margin-bottom: 56px;
text-align: center;
}
.provide-solution{
    padding-top: 88px;
    padding-bottom: 104px;
}
.provide-solution .psBox{
    margin: 0 -16px;
}
.provide-solution .psBox .item{
   width: 25%;
   float: left;
   padding: 0 16px;
   box-sizing: border-box;
}
.provide-solution .psBox .item .insideBox{
    background: #FFFFFF;
    border-radius: 8px;
    /* height: 417px; */
    height: 456px;
    position: relative;
}
.provide-solution .psBox .item .insideBox.insideHover{
  height: 456px;
}
.provide-solution .psBox .insideBox{
    transition: all 0.3s;
}
.provide-solution .psBox .insideBox .img{
   position: relative;
   height: 200px;
}
.provide-solution .psBox .insideBox .txt{
  padding: 18px 16px 0;
  text-align: center;
}
.provide-solution .psBox .insideBox .txt .des{
    color: #4A4A4A;
line-height: 20px;
font-size: 14px;
}
.provide-solution .psBox .insideBox .txt .desspeace{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 超出几行省略 */
    overflow: hidden;
}
.provide-solution .psBox .insideBox .txt .tit{
    font-size: 16px;
    font-weight: bold;
color: #233863;
line-height: 24px;
margin-bottom: 20px;
}
.provide-solution .psBox .insideBox .txt .des.desHover{
  display: none;
}
.provide-solution .psBox .insideBox .lookText{
    position: absolute;
    bottom: 30px;
    left: 16px;
    text-decoration: underline;
    color: #233863;
  }
.provide-solution .psBox .insideBox:hover {
    background: #FFFFFF;
box-shadow: 0px 16px 40px -2px rgba(0,0,0,0.05);
}
.provide-solution .psBox .insideBox:hover .des{
 display: none;
}
.provide-solution .psBox .insideBox:hover .des.desHover{
 display: block;
}
 .provide-solution .psBox .insideBox:hover .lookText{
     display: none;
 }

 /* en */
 .module-title.mt1{
  margin-bottom: 16px;
 }
 .module-title.mt2{
    margin-bottom: 32px;
   }
 .process-canvas{
     background-image: url(../images/pro_bg0.png);
     background-repeat: no-repeat;
     background-position: bottom center;
 }
 .process-canvas .small{
    font-size: 32px;
font-family: Verdana;
color: #233863;
line-height: 39px;
margin-bottom: 40px;
text-align: center;
 }
 .canvas-box{
     padding-bottom: 105px;
     z-index: 1;
     position: relative;
 }
 .canvas-box .videoBox{
   position: relative;
   padding: 0 100px;
   box-sizing: border-box;
 }
 .canvas-box .videoBox .process-img{
  box-shadow: 0 0 20px rgba(0, 28, 43, 0.4);
  border-radius: 16px;
 }

 .canvas-box .videoBox video{
    border-radius: 16px;
 }
 .canvas-box .process-img img{
  border-radius: 16px;
 }
 .canvas-box .videoBox .prosImg{
    position: absolute;
    z-index: -1;
 }
 .canvas-box .videoBox .prosImg.img1{
  left: -26px;
  bottom: 23px;
  width: 271px;
 }
 .canvas-box .videoBox .prosImg.img2{
    right: -45px;
    bottom: 0;
    width: 354px;
   }
 .canvas-box .tit{
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
    text-align: center;
    margin-bottom: 56px;
 }
 .canvas-box .videoBox .maskLayer{
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   margin: auto;
   width: 100%;
   height: 100%;
   background: transparent;
    padding: 0 100px;
    z-index: 1;
 }
.canvas-box .videoBox .maskLayer img{
    width: 171px;
    height: 171px;
    position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   margin: auto;
}

 .efficiency-box{
   margin: 0 -16px;
 }
 .efficiency-box .item{
     width: 25%;
     float: left;
     padding: 34px 16px 34px;
     box-sizing: border-box;
 }
 .efficiency-box .item .img{
   position: relative;
   height: 148px;
   margin-bottom: 16px;
 }
 .efficiency-box .item .insideBox{
    background: #FFFFFF;
    box-shadow: 0px 28px 43px -6px rgba(197,210,235,0.4);
    border-radius: 8px;
    height: 346px;
    padding: 16px 16px 0;
    box-sizing: border-box;
    transition: all 0.3s;
 }
 .efficiency-box .item .txt{
     text-align: center;
 }
 .efficiency-box .item .txt .tit{
    font-size: 16px;
    color: #233863;
    line-height: 24px;
    margin-bottom: 24px;
    font-weight: bold;
 }
 .efficiency-box .item .txt .des{
    color: #888888;
    line-height: 20px;
    font-size: 14px;
 }
 .efficiency-box .item .insideBox:hover{
    margin-top: -24px;
 }

 .data-driven{
     padding-top: 68px;
     padding-bottom: 110px;
 }
 .data-driven .module-title{
    margin-bottom: 64px;
 }
 .data-driven .ddBox .item{
     position: relative;
}
.data-driven .ddBox .item.item1{
  padding-bottom: 28px;
  margin-bottom: 18px;
}
.data-driven .ddBox .item.item2{
    margin-bottom: 33px;
}
.data-driven .ddBox .item.item3{
    padding-bottom: 39px;
    margin-bottom: 46px;
}
.data-driven .ddBox .item .txt{
 /* width: 812px; */
 width: calc(100% - 480px);
}
 .data-driven .ddBox .item .tit{
    font-size: 40px;
    font-family: "D-DINExp-Bold";
color: #233863;
line-height: 52px;
margin-bottom: 36px;
 }
 .data-driven .ddBox .item.item4 .tit{
   margin-bottom: 52px;
 }
 .data-driven .ddBox .item .desBox p{
    font-size: 20px;
    font-family: Verdana;
    color: #4A4A4A;
    line-height: 32px;
    margin-bottom: 24px;
 }
 .data-driven .ddBox .item img{
     width: 480px;
 }
 .data-driven .ddBox .item.item1 .txt,.data-driven .ddBox .item.item3 .txt{
   float: left;
   padding-right: 14px;
   box-sizing: border-box;
 }
 .data-driven .ddBox .item.item2 .txt,.data-driven .ddBox .item.item4 .txt{
    float: right;
    padding-left: 16px;
    box-sizing: border-box;
  }
  .data-driven .ddBox .item .txt .desBox{
    padding-left: 16px;
    box-sizing: border-box;
  }
 .data-driven .ddBox .item .img1,.data-driven .ddBox .item .img3{
    float: right;
 }
 .data-driven .ddBox .item .img2,.data-driven .ddBox .item .img4{
    float: left;
  }
  .data-driven .ddBox .item.item1 .txt{
      padding-top: 80px;
  }
  .data-driven .ddBox .item.item2 .txt{
  padding-top: 92px;
  }
  .data-driven .ddBox .item.item3 .txt{
      padding-top: 73px;
  }
  .data-driven .ddBox .item.item4 .txt{
      padding-top: 29px;
  }
  .customer-case{
      padding-top: 107px;
      padding-bottom: 83px;
      margin-bottom: 21px;
      background-image: url(../images/cc_bg0.png);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover;
  }
  .customer-case .module-title{
    margin-bottom: 16px;
  }
  .customer-case .smallTit{
   text-align: center;
   font-size: 32px;
    color: #233863;
    line-height: 39px;
    margin-bottom: 56px;
  }


.saying-box {
    width: 1092px;
    padding: 40px 37px 40px;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 16px 50px -4px rgba(157,168,194,0.2);
    border-radius: 16px;
}
.saying-box .saying-head {
    display: flex;
    align-items: center;
}
.saying-box .saying-head img {
    width: 90px;
    height: 90px;
}
.saying-box .saying-head p{
    padding-left: 24px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 29px;
}
.saying-box .saying-xian{
    width: 100%;
    margin-top: 24px;
    height: 1px;
    border: 1px solid #DAE0E7;
}
.saying-box .saying-desc{
    margin-top: 24px;
    font-family: Verdana, Verdana;
    font-weight: normal;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 28px;
    text-align: left;
    font-style: italic;
}
  .customer-case .container{
   position: relative;
  }
  .customer-case  .ccImg{
    position: absolute;
    bottom: 30px;
    z-index: -1;
  }
  .customer-case  .ccImg.img1{
    left: 26px;
    width: 136px;
  }
  .customer-case .ccImg.img2{
    right: -25px;
    width: 185px;
  }
  @media screen and (min-width:2000px){
    .customer-case{
      background-position: top;
    }
  }
  @media screen and (max-width:1440px){

    .canvas-box .videoBox .prosImg.img1{
        width: 16%;
        left: -4px;
    }
    .canvas-box .videoBox .prosImg.img2{
        /* width: 210px; */
        width: 17%;
        right: 2px;
    }
    .customer-case .ccImg.img2{
        right: 16px;
        width: 9%;
    }
  }
  @media screen and (max-width:1330px){
    .efficiency-box,.provide-solution .psBox{
      margin: auto;
    }
    .provide-solution .psBox .insideBox .txt{
      padding: 18px 4px 0;
    }
    .efficiency-box .item .insideBox{
      padding: 16px 4px 0;
    }
  }

@media screen and (max-width:768px){
  .m-banner img{
    margin-top: -136px !important;
  }
  .module-title{
    font-size: 32px;
    margin-bottom: 32px;
    line-height: 35px;
  }
  .provide-solution .psBox .item{
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 24px;
  }
  .provide-solution .psBox .item .insideBox{
    height: 417px;
    background: #FFFFFF;
    box-shadow: 0px 0px 23px -5px rgba(197,210,235,0.3);
    border-radius: 8px;
  }
  .provide-solution .psBox .insideBox .txt{
    padding: 16px 16px 0;
  }
  .provide-solution .psBox .insideBox .txt .tit{
    font-size: 20px;
    margin-bottom: 16px;
  }
  .provide-solution{
    padding-bottom: 24px;
    padding-top: 30px;
  }
  .process-canvas .small{
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 22px;
  }
  .canvas-box{
    padding-bottom: 49px;
  }
  .canvas-box .tit{
    font-size: 14px;
  color: #888888;
  line-height: 20px;
  margin-bottom: 13px;
  }
  .process-canvas{
    background: none;
  }
  .canvas-box .videoBox .prosImg{
    display: none;
  }
  .canvas-box .videoBox{
    padding: 0;
  }
    .video-icon{
        text-align: right;
        margin-bottom: 4px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 12px;
        color: #4A4A4A;
        line-height: 17px;
    }
  .video-icon img{
      width: 14px;
      height: 14px;
      margin-right: 4px;
  }
  .efficiency-box .item{
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 24px;
  }
  .efficiency-box .item .txt .tit{
    font-size: 20px;
    margin-bottom: 16px;
  }
  .efficiency-box .item .insideBox{
    padding: 16px 16px 0;
    height: 328px;
      box-shadow:0px 0px 23px -5px rgba(197,210,235,0.3);
  }
  .data-driven{
    padding-top: 24px;
    padding-bottom: 0;
  }
  .data-driven .container{
     padding:0;
  }

  .data-driven .module-title{
    margin-bottom: 32px;
  }
  .data-driven .ddBox .item .txt,.data-driven .ddBox .item img{
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    float: none !important;
  }
  .data-driven .ddBox .item img{
    margin: auto;
  }
  .data-driven .ddBox .item .txt{
    padding-top: 32px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .data-driven .ddBox .item .tit{
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 24px !important;
  }
  .data-driven .ddBox .item{
    padding-bottom: 0 !important;
    margin-bottom: 48px !important;
  }
  .data-driven .ddBox .item .txt .desBox{
    padding-left: 0;
  }
  .data-driven .ddBox .item .txt .desBox p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .customer-case{
    padding-top: 0;
  }
  .customer-case .smallTit{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 32px;
  }
  .customer-case .true-clients{
    background: #FFFFFF;
  box-shadow: 0px 0px 20px -4px rgba(157,168,194,0.2);
  border-radius: 40px 0px 40px 40px;
  padding: 33px 24px 30px;
  box-sizing: border-box;
  }
  .customer-case .true-clients .txt2{
    font-size: 16px;
    color: #4A4A4A;
    line-height: 30px;
    margin-bottom: 32px;
  }
  .customer-case .true-clients .box img{
    margin-right: 16px;
    width: 72px;
    height: 72px;
  }
  .customer-case .true-clients .box p{
    font-size: 16px;
    line-height: 19px;
  }
  .customer-case{
    margin-bottom: 0;
    padding-bottom: 48px;
      background-image:none;
      position: relative;

  }
    .customer-case::before{
        position: absolute;
        width: 100%;
        content: '';
        background-image: url(../images/m-saying-bg.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top;
        top: 137px;
        height: 963px;
    }
  .customer-case .ccImg{
    display: none;
  }
    .saying-box{
        width: 100%;
    }
  .efficiency-box .item .insideBox:hover{
    margin-top: 0;
  }
    .canvas-box .videoBox .process-img{
        box-shadow: 0 0 20px rgba(0, 28, 43, 0.1);
    }
    .canvas-box .process-img img{
        border-radius: 4px;
    }
    .saying-box .saying-head img{
        width: 74px;
        height: 74px;
    }
    .saying-box .saying-desc{
        font-style: normal;
        line-height: 30px;
    }
    .saying-box .saying-head p{
        padding-left: 16px;
        font-size: 16px;
        line-height: 19px;
    }
}
/* 图片高度自适应 */
@media (min-width:378px) and (max-width:768px){
  /* .provide-solution .psBox .item .insideBox,.provide-solution .psBox .insideBox .img{
    height: auto;

  }
  .provide-solution .psBox .insideBox .img .middleCenter{
    position: relative;
  } */
}
@media screen and (max-width:375px){
  .middleCenter{
    position: relative;
  }
}
/*全屏显示大图*/
.opacityBottom{
    width: 100%;
    top: 96px;
    height: calc(100% - 96px);
    position: fixed;
    background:rgba(0,0,0,0.7);
    z-index:1000;
    /*top: 0;*/
    bottom: 0;
}
.none-scroll{
    overflow: hidden;
}
.bigImg{
    left: 0;
    right: 0;
    margin: auto;
    top:1%;
    position:fixed;
    z-index: 10001;
    margin-top: 115px;
    padding: 20px;
    width: 80%;
    height: 80%;
}
@media screen and (max-width:768px){
    .opacityBottom{
        height: 100%;
        top: 0;
    }
    .bigImg{
        /*width:98%;*/
        /*left: 1%;*/
        /*top:30%;*/
        /*position:fixed;*/
        width: auto;
        height: auto;
        z-index: 10001;
        transform: scale(1.5) rotate(90deg);
        margin-top: 223px;
    }
}
