.inside-banner{
    height: 752px;
    background-image: url('../images/banner-bg.png');
  }
  .inside-banner .box .txt{
    padding-top: 179px;
  }
  .inside-banner .box .txt .bigTxt{
      width: 454px;
      font-size: 56px;
      font-family: "D-DINExp-Bold";
      color: #233863;
      line-height: 72px;
  }

  .inside-banner .box .txt .smallTxt{
      margin-top: 40px;
      font-size: 20px;
      font-family: Verdana;
      color: #4A4A4A;
      line-height: 30px;
      width: 571px;
  }
  .inside-banner .txtInfor .btn{
      display: flex;
      margin-top: 40px;
  }
  .inside-banner .txtInfor .btn a{
      width: 180px;
      height: 52px;
      line-height: 52px;
      border-radius: 45px;
      text-align: center;
      color: #FFFFFF;
      font-size: 16px;
      font-family: Verdana, Verdana;
      font-weight: bold;
  }

  .inside-banner{
      position: relative;
  }
  .inside-banner  .img {
      position: absolute;
      margin-left: 603px;
      bottom: 34px;
      width: 606px;
  }

  .title-01 {
      font-size: 40px;
      font-family: "D-DINExp-Bold";
      color: #233863;
      line-height: 43px;
      text-align: center;
  }
  .solve{
      padding-top: 86px;
      background: url('../images/solve-bg.png') no-repeat;
      background-size: cover;
  }
  .solve .solve-box{
      margin-top: 56px;
      display: flex;
      padding-bottom: 116px;
  }
  .solve .solve-box .solve-item{
      width: 25%;
      float: left;
      box-sizing: border-box;
  }
  .solve .solve-box .solve-item .img{
      width: 112px;
      height: 105px;
      position: relative;
      margin: auto;
  }
  .solve .solve-box .solve-item .text{
      width: 228px;
      margin: auto;
      margin-top: 32px;
      font-family: Verdana;
      font-size: 16px;
      color: #4A4A4A;
      line-height: 20px;
      text-align: center;
  }
  .access{
      margin-top: 84px;
  }
  .access .access-item{
      margin-bottom: 88px;
  }
  .access .access-item:nth-child(3){
     margin-bottom: 54px;
  }
  .access .access-item:nth-child(4){
      margin-bottom: 33px;
  }
  .access .access-item .img{
      float: left;
  }
  .access .access-item .text{
      float: right;
  }
  .access .access-item:nth-child(2n) .img{
      float: right;
  }
  .access .access-item:nth-child(2n) .text{
      float: left;
  }
  .access .accessitem01 .text{
      float: left;
  }
  .access .access-item .text .text-tit{
      font-family: "D-DINExp-Bold";
      font-size: 40px;
      color: #233863;
      line-height: 50px;
  }
  .access .access-item .text .text-desc{
      font-family: Verdana;
      font-size: 20px;
      color: #4A4A4A;
      line-height: 32px;
      margin-top: 40px;
  }
  .access .access-item .text a{
      display: inline-block;
      width: 128px;
      height: 44px;
      background: #229AF4;
      border-radius: 22px;
      font-family: Verdana, Verdana;
      font-weight: bold;
      font-size: 13px;
      color: #FFFFFF;
      line-height: 44px;
      text-align: center;
      margin-top: 40px;
  }
    .access .access-item .text a:hover {
        background: #1E8ADA;
    }
  .accessitem01 .img{
      width: 50%;
      height: 532px;
  }
  .accessitem01 .text{
      width: 600px;
      margin-top: 122px;
      padding-left: 61px;
  }
  .accessitem02 .img{
      width: 512px;
  }
  .accessitem02 .text{
      width: calc(100% - 512px);
      margin-top: 83px;
      padding-right: 147px;
      padding-left: 46px;
  }
  .accessitem03 .img{
      width: 633px;
  }
  .accessitem03 .text{
      width: calc(100% - 633px);
      margin-top: 27px;
      padding-left: 71px;
  }
  .accessitem04 .img{
      width: 581px;
  }
  .accessitem04 .text{
      width: calc(100% - 581px);
      margin-top: 85px;
      padding-right: 124px;
      padding-left: 46px;
  }
  .accessitem02,.accessitem03{
      position: relative;
  }
  .accessitem02::before{
      position: absolute;
      content: '';
      top: -233px;
      right: 0;
      width: 689px;
      height: 1069px;
      z-index: -1;
      background: url('../images/t-bg-01.png') no-repeat top right;
      background-size: cover;
  }
  .accessitem03::before{
      position: absolute;
      content: '';
      top: 60px;
      left: 0;
      width: 690px;
      height: 1069px;
      z-index: -1;
      background: url('../images/t-bg-02.png') no-repeat top left;
      background-size: cover;
  }
  .listen{
      padding-top: 114px;
      background: url('../images/saying-bg.png') no-repeat top;
      background-size: cover;
  }
  /* 轮播 */
  .client-box .conTabs {
      overflow: hidden;
      position: relative;
  }
  .client-box .conTabs .spBox{
      background: #FFFFFF;
      box-shadow: 0px 16px 50px -4px rgba(157,168,194,0.2);
      border-radius: 16px;
      padding: 32px;
      box-sizing: border-box;
      height: 320px;
  }
  .client-box .conTabs .spBox .top{
      padding-bottom: 23px;
      border-bottom: 1px solid #DAE0E7;
      font-size: 24px;
      font-family: Verdana, Verdana;
      font-weight: bold;
      color: #233863;
      line-height: 29px;
      display: flex;
      align-items: center;
  }
  .client-box .conTabs .spBox .top img{
      width: 90px;
      height: 90px;
      float: left;
      margin-right: 24px;
  }
  .client-box .conTabs .spBox .text{
      padding: 26px 0 32px;
      box-sizing: border-box;
      font-size: 16px;
      font-family: Verdana, Verdana;
      font-weight: normal;
      color: #4A4A4A;
      line-height: 28px;
      font-style: italic;
  }
  .client-box .conTabs .swiper-container{
      padding: 72px 0 74px;
  }
  .client-box .conTabs .swiper-pagination{
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
  }
  .client-box .conTabs .swiper-pagination-bullet{
      margin: 0 3px;
      width: 12px;
      height: 12px;
      background: #D8D8D8;
      opacity: 1;
      cursor: pointer;
  }
  .client-box .conTabs .swiper-pagination-bullet-active{
      width: 30px;
      background: #229AF4;
      border-radius: 6px;
  }
  .client-box .conTabs .swiper-slide.swiper-slide-next .spBox,.client-box .conTabs .swiper-slide.swiper-slide-prev .spBox{
      box-shadow: 0px 16px 50px -4px rgba(157,168,194,0.15);
      opacity: 0.5;
  }

  .contact_us{
      margin-top: 88px;
  }

@media screen and (max-width:1850px){
    .client-box .conTabs .spBox{
        height: 348px;
    }
}
  @media screen and (max-width:1500px){
      .client-box .conTabs .spBox .text{
          font-size: 14px;
      }
  }
  @media screen and (max-width:1400px){
      .client-box .conTabs .spBox{
          height: 358px;
      }
  }
@media screen and (max-width: 768px) {
    .m-container{
        padding: 0;
    }
    .title-01{
        font-size: 32px;
        line-height: 35px;
    }
    .m-banner img {
        margin-top: 8px;
        padding: 0 38px;
    }
    .solve{
        padding-top: 48px;
        background-image: url("../images/m-solve-bg.png");
        background-position: bottom;
        background-size: contain;
        padding-bottom: 59px;
    }

    .solve .solve-box{
        display: block;
        margin-top: 30px;
    }
    .solve .solve-box .solve-item{
         width: 100%;
         display: flex;
        margin-bottom: 24px;
    }
    .solve .solve-box .solve-item .img{
        width: 110px;
        height: 110px;
        margin-right: 12px;
    }
    .solve .solve-box .solve-item .text{
        margin-top: auto;
        width: calc(100% - 110px - 12px);
        text-align: left;
    }
    .access {
        margin-top: 48px;
    }
    .access .access-item {
        margin-bottom: 48px;
    }
    .access .access-item .text{
        margin-top: 0;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .access .access-item .text .text-tit{
        padding: 0 24px;
        font-size: 32px;
        line-height: 35px;
    }
    .access .access-item .text .text-desc{
        margin-top: 32px;
        padding: 0 24px;
        font-size: 16px;
        line-height: 28px;
    }
    .access .access-item .text img{
        margin: 24px 0;
    }
    .access .access-item .text a{
        width: calc(100% - 48px);
        margin: 0 24px;
        background: rgba(34,154,244,0.1);
        border-radius: 45px;
        font-size: 16px;
        color: #229AF4;
    }
    .accessitem02::before{
        top: auto;
        bottom: 203px;
        background-image: url("../images/m-t-bg-01.png");
        width: 249px;
        height: 307px;
    }
    .accessitem03::before{
        top: auto;
        bottom: 151px;
        background-image: url("../images/m-t-bg-02.png");
        width: 257px;
        height: 307px;
    }
    .access .access-item:nth-child(4){
        margin-bottom: 48px;
    }
    .listen{
        padding-top: 40px;
        background-image: url("../images/m-saying-bg.png");
        background-size: contain;
    }
    .listen .title-01{
        padding: 0 24px;
    }
    .client-box{
        padding: 0;
    }
    .client-box .conTabs .swiper-container{
        padding: 32px 24px 36px;
    }
    .client-box .conTabs .spBox{
        height: 508px;
        padding: 24px 24px 32px;
        box-shadow: 0px 0px 20px -4px rgba(157,168,194,0.2);
    }
    .client-box .conTabs .spBox .top img{
        width: 72px;
        height: 72px;
    }
    .client-box .conTabs .spBox .top{
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 16px;
        margin-bottom: 23px;
    }
    .client-box .conTabs .spBox .text{
        padding: 0;
        font-size: 16px;
        color: #4A4A4A;
        line-height: 28px;
        font-style: normal;
    }
    .contact_us{
        margin-top: 48px;
    }
    .contact_us .contact_conter {
        padding: 36px 0;
    }
}
