.inside-banner{
    height: 678px;
  }
  .inside-banner .box .txt{
    margin-top: 79px;
    width: 587px;
  }
  .inside-banner .box .txt .bigTxt{
      width: 600px;
  }
  .inside-banner .box .txt .smallTxt{
      margin-top: 40px;
  }
  .empower{
      margin-top: 48px;
  }
  .empower .empower-title{
    background: #F7F8FA;
    border-radius: 8px;
    padding: 56px;
    text-align: center;
  }
  .title-01{
      font-size: 40px;
      font-family: "D-DINExp-Bold";
      color: #233863;
      line-height: 43px;
      text-align: center;
  }
  .empower .empower-title .title-02{
    font-size: 20px;
    font-family: Verdana;
    color: #888888;
    line-height: 30px;
    margin-top: 32px;
  }
  .contentbg,.contentbg02{
      position: relative;
  }
  .contentbg::before{
      position: absolute;
      content: '';
      height: 999px;
      width: 914px;
      background: url("../images/leftbg.png") no-repeat center left;
      background-size: cover;
      top: -117px;
      z-index: 1;
  }


  .contentbg02::before{
      position: absolute;
      content: '';
      height: 999px;
      width: 914px;
      background: url("../images/rightbg.png") no-repeat center right;
      background-size: cover;
      top: -117px;
      right: 0;
      z-index: -1;
  }

  .empower .empower-box .empower-item{
    padding-top: 111px;
  }
  .empower .empower-box .empower-item:first-child{
      padding-top: 88px;
  }
  .empower .empower-box .empower-item .empower-pic,.empower .empower-box .empower-item .empower-text{
    float: left;
  }
  .empower .empower-box .contentbg02 .empower-item .empower-pic{
      float: right;
  }
  .empower .empower-box .empower-item .empower-pic{
    width: 48%;
  }
  .empower .empower-box .empower-item .empower-text{
    width: 52%;
      margin-top: 43px;
      position: relative;
      z-index: 2;
  }
  .empower .empower-box .empower-item .empower-pic img{
      width: 510px;
      height: 480px;
  }
  .empower .empower-box .empower-item .empower-pic02{
      text-align: right;
  }
  .empower .empower-box .empower-item .empower-text .empower-text-h{
      font-size: 40px;
      font-family: "D-DINExp-Bold";
      color: #233863;
      line-height: 43px;
  }
  .empower .empower-box .empower-item .empower-text .empower-text-m{
    margin-top: 32px;
  }

  .empower .empower-box .empower-item .empower-text .empower-text-m ul li{
    position: relative;
  }
  .empower .empower-box .empower-item .empower-text .empower-text-m ul li .text-item{
    padding: 16px 24px 16px 28px;
  }
  .empower .empower-box .empower-item .empower-text .empower-text-m ul li.active{
    background: #F7F8FA;
  }
  .empower .empower-box .empower-item .empower-text .empower-text-m ul li.active p:first-child{
    color: #229AF4;
  }
  .empower .empower-box .empower-item .empower-text .empower-text-m ul li::before{
    content: '';
    position:absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: #D8D8D8;
  }
  .empower .empower-box .empower-item .empower-text .empower-text-m ul li.active::before{
    content: '';
    position:absolute;
    left: 0;
    width: 4px;
    max-height: 0;
    background: #229AF4;
    transition: max-height .5s ease;
  }
  .empower .empower-box .empower-item .empower-text .empower-text-m ul li.active::before{
    max-height: 100%;
  }
  .empower .empower-box .empower-item .empower-text .empower-text-m ul li .text-item p{
    font-size: 18px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #233863;
    line-height: 22px;

  }
  .empower .empower-box .empower-item .empower-text .empower-text-m ul li .text-item p:first-child{
      cursor: pointer;
  }
  .empower .empower-box .empower-item .empower-text .empower-text-m ul li .text-item p:last-child{
    display: none;
  }
  .empower .empower-box .empower-item .empower-text .empower-text-m ul li.active .text-item p:last-child{
    display: block;
    margin-top: 12px;
    font-size: 14px;
    font-family: Verdana;
    color: #888888;
    line-height: 24px;
    font-weight: normal;
  }
  .productscrm{
      padding-bottom: 189px;
      background: url("../images/renbg.png") no-repeat center;
      background-size: cover;
  }
  .productscrm .productscrm-title{
      padding-top: 104px;
  }
  .productscrm .productscrm-box{
      margin: 58px -37.5px 0px;
  }
  .productscrm .productscrm-box .item{
      width: 33.33333%;
      float: left;
      padding: 0 37.5px;
      box-sizing: border-box;
      transition: 0.3s;
  }
  .productscrm .productscrm-box .item:hover{
    transform: translateY(-20px);
  }
  .productscrm .productscrm-box .item .insideBox{
      background: #FFFFFF;
      border-radius: 16px;
      border: 2px solid #FFFFFF;
  }
  .productscrm .productscrm-box .item .insideBox:hover{
      box-shadow: 0px 28px 43px -6px rgba(197,210,235,0.4);
  }
  .productscrm .productscrm-box .insideBox .img{
      position: relative;
      height:196px
  }
  .productscrm .productscrm-box .insideBox .img img{
      padding-top: 16px;
  }
  .productscrm .productscrm-box .insideBox .txt{
      padding: 39px;
      padding-top: 16px;
      box-sizing: border-box;
      text-align: center;
  }
  .productscrm .productscrm-box .insideBox .txt .title{
      margin-top: 16px;
      font-size: 24px;
      font-family: Verdana, Verdana;
      font-weight: bold;
      color: #233863;
      line-height: 29px;
  }
  .productscrm .productscrm-box .insideBox .txt .des{
      height: 120px;
      margin-top: 24px;
      font-size: 14px;
      font-family: Verdana;
      color: #888888;
      line-height: 20px;
  }

  .asked .asked-title{
      margin-top: 88px;
      margin-bottom: 58px;
  }
  .asked .asked-box .asked-img{
      width: 518px;
      float: left;
  }
  .asked .asked-box .asked-img img{
      width: 446px;
      height: 468px;
  }
  .asked .asked-ul{
      width: calc(100% - 518px);
      float: left;
      margin-top: 48px;
  }
  .asked .asked-ul li{
    position: relative;
    margin-top: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(197,210,235,0.2);
    border-radius: 8px;
    cursor: pointer;
  }
  .asked .asked-ul li:hover{
      background: linear-gradient(270deg, #3AE49E 0%, #00C9D0 100%);
  }
  .asked .asked-ul li.active:hover{
      background:#FFFFFF;
  }
  .asked .asked-ul li:hover .li-item .title-head p{
      color: #FFFFFF;
  }

  .asked .asked-ul li.active:hover .li-item .title-head p{
      color: #233863;
  }
  .asked .asked-ul li .li-item{
    padding: 24px 16px 24px 24px;
  }

  .asked .asked-ul li .li-item .title-head p{
    font-size: 18px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #233863;
    line-height: 22px;
  }
  .asked .asked-ul li .li-item .title-box{
    display: none;
  }
  .asked .asked-ul li .li-item .title-box .text{
      width: 620px;
      font-size: 14px;
      font-family: Verdana;
      color: #888888;
      line-height: 20px;
  }
  .asked .asked-ul li .li-item .title-box .text-01{
      margin-top: 16px;
  }
  .asked .asked-ul li .li-item .title-box .text-02{
      margin-top: 11px;
  }
  .asked .asked-ul li .li-item .title-box .tit{
      margin-top: 16px;
      font-size: 16px;
      font-family: Verdana;
      color: #4A4A4A;
      line-height: 24px;
  }
  .asked .asked-ul li.active .title-box{
    display: block;
  }
  .asked .asked-ul li .title-head::after{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    right: 16px;
    top: 24px;
    border-radius: 50%;
      text-align: center;
      font-weight: bold;
      color: #233863;
      background-color: #E8F5FF;
      background-image: url("../images/jia.png") ;
      background-repeat: no-repeat;
      background-size: 50%;
      background-position: center;
  }
  .asked .asked-ul li.active .title-head::after{
      background-image: url("../images/jian.png") ;
  }
.saying{
    margin-top: -54px;
    padding-top: 252px;
    background: url("../images/saying-bg.png");
    background-size: cover;
}
.saying .saying-box{
    margin-top: 56px;
}
.saying .saying-box {
    width: 1092px;
    height: 261px;
    padding: 40px 37px 40px;
    margin: 56px auto 88px;
    background: #FFFFFF;
    box-shadow: 0px 16px 50px -4px rgba(157,168,194,0.2);
    border-radius: 16px;
}
.saying .saying-box .saying-head {
    display: flex;
    align-items: center;
}
.saying .saying-box .saying-head img {
    width: 90px;
    height: 90px;
}
.saying .saying-box .saying-head p{
    padding-left: 24px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 29px;
}
.saying .saying-box .saying-xian{
    width: 100%;
    margin-top: 24px;
    height: 1px;
    border: 1px solid #DAE0E7;
}
.saying .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;
}

  /*pc端 banner小屏*/
  @media screen and (max-width:1500px){
      .inside-banner {
          height: 600px;
      }
  }
  @media screen and (max-width:1350px){
      .inside-banner {
          height: 570px;
      }
  }
  @media screen and (max-width:1340px){
      .productscrm .productscrm-box{
          margin: 58px auto 0px;
      }
  }
  @media screen and (max-width:1260px) {
      .asked .asked-box .asked-img {
          width: 503px;
      }
      .asked .asked-ul{
          width: 727px;
      }
  }

  @media screen and (max-width: 768px){
      .m-banner .m-btn {
          margin-bottom: 31px;
      }
      .empower .empower-title{
          padding: 32px 16px;
      }
      .title-01{
          font-size: 32px;
          line-height: 35px;
      }
      .empower{
          margin-top: 30px;
      }
      .empower .empower-title .title-02{
          font-size: 18px;
      }
      .contentbg::before{
          width: 100%;
          height: 611px;
          background: url(../images/m-leftbg.png);
      }
      .contentbg02::before{
          width: 100%;
          height: 561px;
          background: url(../images/m-rightbg.png);
      }
      .empower .empower-box .empower-item .empower-pic,.empower .empower-box .empower-item .empower-text{
          width: 100%;
      }
      .empower .empower-box .empower-item,.empower .empower-box .empower-item:first-child{
          padding-top: 10px;
      }
      .empower .empower-box .empower-item01{
          padding-top: 48px!important;
      }
      .empower .empower-box .empower-item .empower-pic img{
          width: auto;
          height: auto;
      }
      .empower .empower-box .empower-item .empower-text{
          margin-top: 22px;
      }
      .empower .empower-box .empower-item  .empower-text02{
          margin-top: 0px;
      }
      .empower .empower-box .empower-item .empower-text .empower-text-h{
          font-size: 32px;
          line-height: 35px;
      }
      .empower .empower-box .empower-item .empower-text .empower-text-m ul li .text-item p{
          font-size: 16px;
          line-height: 19px;
      }
      .empower .empower-box .empower-item .empower-text .empower-text-m ul li .text-item{
          padding: 18px 24px;
      }
      .empower .empower-box .empower-item .empower-text .empower-text-m ul li.active .text-item p:last-child{
          margin-top: 12px;
      }
      .empower .empower-box .empower-item .empower-text .empower-text-m ul li.active .text-item p.m-pheight{
          height: 148px;
      }
      .productscrm{
          background-image: url("../images/m-renbg.png");
          background-position: top;
          padding-bottom: 50px;
      }
      .productscrm .productscrm-title{
          padding: 48px 16px 0;
      }
      .productscrm .productscrm-box{
          margin-top: 32px;
      }
      .productscrm .productscrm-box .item{
          width: 100%;
          padding: 0;
          margin-bottom: 24px;
      }
      .productscrm .productscrm-box .insideBox .img{
          padding-top: 16px;
      }
      .productscrm .productscrm-box .insideBox .txt{
          padding: 16px 18px 40px;
      }
      .productscrm .productscrm-box .insideBox .txt .title{
          margin-top: 0;
          font-size: 20px;
          line-height: 24px;
      }
      .productscrm .productscrm-box .insideBox .txt .des{
          height: auto;
      }
      .productscrm .productscrm-box .item .insideBox,.productscrm .productscrm-box .item .insideBox:hover{
          box-shadow: 0px 0px 23px -5px rgba(197,210,235,0.3);
      }

      .asked{
          padding-bottom: 48px;
      }
      .asked .asked-title{
          margin: 48px 16px 32px;
      }
      .asked .asked-box .asked-img {
          width: 100%;
      }
      .asked .asked-box .asked-img img{
          width: auto;
          height: auto;
      }
      .asked .asked-ul{
          width: 100%;
          margin-top: 16px;
      }

      .asked .asked-ul li{
          margin-top: 16px;
      }
      .asked .asked-ul li:first-child{
          margin-top: 0px;
      }
      .asked .asked-ul li:hover{
          background:#fff;
      }
      .asked .asked-ul li:hover .li-item .title-head p{
          color: #233863;
      }
      .asked .asked-ul li .li-item .title-box .text{
          width: auto;
          line-height: 24px;
      }
      .asked .asked-ul li .li-item{
          padding: 24px;
      }
      .asked .asked-ul li .title-head::after{
          right: 24px;
      }
      .asked .asked-ul li .li-item .title-head p{
          width: 90%;
      }
      .saying{
          margin-top: -54px;
          padding-top: 100px;
          background-image: none;
      }
      .saying .saying-box{
          width: 100%;
          height: auto;

      }
      .saying .saying-box .saying-head img{
          width: 74px;
          height: 74px;
      }
      .saying .saying-box .saying-head p{
          padding-left: 15px;
          font-size: 16px;
          line-height: 19px;
      }
      .saying .saying-box .saying-desc{
          font-style: normal;
      }
  }

