.banner{
    background-position: right top;
    background-repeat: no-repeat;
    height: 666px;
}
.banner .txtInfor{
  position: relative;
}
.banner .txtInfor .txt{
    width: 654px;
    padding-top: 118px;
}
.banner .txtInfor .img{
  position: absolute;
  right: -73px;
  top: 127px;
  width: 56.35%;
}
.frosted-glass {
    position: absolute;
    right: 22px;
    top: 57px;
    width: 395px;
    height: 453px;
    border-radius: 5px;
    /*box-shadow: 0 0.3px 0.7px rgba(0, 0, 0, 0.126),*/
    /*0 0.9px 1.7px rgba(0, 0, 0, 0.179),*/
    /*0 1.8px 3.5px rgba(0, 0, 0, 0.224),*/
    /*0 3.7px 7.3px rgba(0, 0, 0, 0.277),*/
    /*0 10px 20px rgba(0, 0, 0, 0.4);*/
    backdrop-filter: blur(20px);
}
.banner .txtInfor .img img{
    display: block;
    /*backdrop-filter: blur(20px);*/
}
.banner .txt p.bigTxt{
    font-size: 50px;
    font-family: "D-DINExp-Bold";
    color: #233863;
    line-height: 72px;
    margin-bottom: 40px;
}
.banner .txt p.smallTxt{
    font-size: 20px;
    font-family: Verdana;
    color: #4A4A4A;
    line-height: 30px;
    margin-bottom: 58px;
}
.banner .txt p.smallTxt-02{
    font-size: 14px;
    font-family: Verdana;
    color: #D4DAE7;
    line-height: 22px;
    margin-bottom: 40px;
}
.banner-2 .txt p.smallTxt {
    margin-bottom: 40px;
}
.banner .txtInfor .btn{
    display: flex;
}
.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;
}
.banner .txtInfor .btn a.getBtn{
    background: #229AF4;
    margin-right: 20px;
}
.banner .txtInfor .btn a.watchBtn{
    background: #4EDDC7;
}
.banner .txtInfor .btn a.getBtn:hover{
    background: #1E8ADA;
}
.banner .txtInfor .btn a.watchBtn:hover{
    background: #49CFBA;
}
.module-title{
    font-size: 40px;
    font-family: "D-DINExp-Bold";
    color: #233863;
    line-height: 43px;
    text-align: center;
}




/* 提供方案 */
.provide-solution{
    padding-bottom: 104px;
}
.provide-solution .module-title{
 padding: 96px 0 56px;
 box-sizing: border-box;
}
.provide-solution .psBox{
    margin-left: -16px;
    margin-right: -16px;
}
.provide-solution .psBox .itemBox{
   width: 25%;
   float: left;
   padding: 0 16px;
   box-sizing: border-box;
}
.provide-solution .psBox .itemBox .insideItem{
    height: 420px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s;
}
.provide-solution .psBox .itemBox .imgBox{
    background: #D2EFE9;
     border-radius: 8px 8px 0px 0px;
     height: 200px;
     position: relative;
     margin-bottom: 18px;
}
.provide-solution .psBox .itemBox2 .imgBox{
    background: #E6F1F9;
}
.provide-solution .psBox .itemBox3 .imgBox{
    background: #1994FD;
}
.provide-solution .psBox .itemBox4 .imgBox{
    background: #CCD1F4;
}
.provide-solution .psBox .itemBox .txtBox{
    padding: 0 16px;
    box-sizing: border-box;
}
.provide-solution .psBox .itemBox:nth-of-type(2) .txtBox{
    padding: 0 10px;
}
.provide-solution .psBox .itemBox .txtBox .tt{
    font-size: 16px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #233863;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.provide-solution .psBox .itemBox .txtBox .des{
    font-size: 14px;
font-family: Verdana;
color: #888888;
line-height: 20px;
margin-bottom: 24px;
text-align: center;
}
.provide-solution .psBox .itemBox .lookMore{
  text-decoration: underline;
  font-weight: 600;
color: #233863;
line-height: 20px;
font-size: 14px;
position: absolute;
left: 16px;
bottom: 28px;
}
.provide-solution .psBox .itemBox .insideItem:hover{
    box-shadow: 0px 16px 40px -2px rgba(0,0,0,0.05);
}
.provide-solution .psBox .itemBox .insideItem:hover .lookMore{
    color: #229AF4;
}
/* 帮助成长 */
.help-grow .insideHG{
    width: 100%;
    background-size: cover;
    /* background-position: center; */
    background-image: url(../images/grow_bg.png);
    padding-top: 36px;
    padding-bottom: 68px;
    /* height: 1117px; */
}
.help-grow .module-title{
  margin-bottom: 20px;
}
.help-grow .hgBox{
 margin-left: -36px;
 margin-right: -36px;
}
.help-grow .hgBox .itemBox{
   width: 33.333%;
   float: left;
   padding: 0 36px;
   box-sizing: border-box;
   margin-bottom: 86px;
}
.help-grow .hgBox .itemBox .insideItem{
    height: 420px;
    background: #FFFFFF;
    box-shadow: 0px 28px 43px -6px rgba(197,210,235,0.2);
    border-radius: 16px;
    position: relative;
    padding: 32px 32px 0;
    box-sizing: border-box;
    transition: all 0.3s;
}
.help-grow .hgBox .itemBox .imgBox{
  position: relative;
  height: 184px;
  margin-bottom: 12px;
}
.help-grow .hgBox .itemBox .txtBox{
    padding:0 8px;
    box-sizing: border-box;
}
.help-grow .hgBox .itemBox .txtBox .tt{
    font-size: 24px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #233863;
    line-height: 29px;
    text-align: center;
    margin-bottom: 23px;

}
.help-grow .hgBox .itemBox .txtBox .des{
    font-size: 14px;
font-family: Verdana;
color: #888888;
line-height: 20px;
text-align: center;
}
.help-grow .hgBox .itemBox .insideItem .lookMore{
 bottom: 30px;
 left: 32px;
 position: absolute;
 font-weight: 600;
color: #233863;
line-height: 20px;
font-size: 14px;
text-decoration: underline;
}
.help-grow .hgBox .itemBox .insideItem:hover{
    box-shadow: 0px 28px 43px -6px rgba(197,210,235,0.4);
}
.help-grow .hgBox .itemBox .insideItem:hover .lookMore{
    color: #229AF4;
}

.help-industry-break .module-title{
  padding: 104px 0;
}
.help-industry-break .insideHhsbk{
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-image: url(../images/help_grow_bg.png);
    height: 748px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.help-industry-break .insideHhsbk .container{
    padding: 0 58px;
    box-sizing: border-box;
}
.help-industry-break .hsbkBox{
   width: 586px;
   float: left;
}
.help-industry-break .hsbkBox .item{
    width: 50%;
    float: left;
    margin-bottom: 60px;
}
.help-industry-break .hsbkBox .item .txt1{
    font-size: 24px;
font-weight: bold;
color: #233863;
line-height: 29px;
margin-bottom: 15px;
}
.help-industry-break .hsbkBox .item .txt2{
    font-size: 14px;
    /* font-family: Verdana; */
    color: #888888;
    margin-bottom: 16px;
    padding-right: 66px;
    box-sizing: border-box;
}
.help-industry-break .hsbkBox .item .num{
    font-size: 72px;
    font-family: "D-DINExp-Bold";
    color: #21C58E;
    line-height: 78px;
}
.help-industry-break .hsbkBox .item:nth-of-type(3) .txt2{
    padding-right: 74px;
}
.help-industry-break .hsbkBox .item:nth-of-type(4) .txt2{
    padding-right: 80px;
}
.help-industry-break .hsbkImg{
    width: 38.725%;
  float: right;
}

.banner-2 {
    position: relative;
}

.banner-2 .container {
    display: flex;
    justify-content: space-between;
}

.banner-2::before {
    content: "";
    display: inline;
    width: 50%;
    height: 100%;
    background: url("../images/swiper-3.png") no-repeat;
    background-size: cover;
    z-index: -1;
    right: 0;
    top: 0;
    position: absolute;

}

.banner-2 .img {
    width: 562px;
    height: 618px;
    position: relative;
}

.banner-2 .img img {
    position: absolute;
    top: -50px;
}

.banner-2::after {
    content: " ";
    display: inline;
    width: 43%;
    height: 100%;
    background: url("../images/swiper-1.png") no-repeat;
    background-size: cover;
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
    visibility: unset;
    background-position: center;
}



.cooperation-clients{
    background: linear-gradient(180deg, #FBFCFF 0%, #FFFFFF 100%);
}
.cooperation-clients .module-title{
    padding-top: 60px;
    box-sizing: border-box;
    line-height: 52px;
}
.cooperation-clients .module-title .big{
  font-size: 48px;
}
.cooperation-clients .big span{
  color: rgba(34, 154, 244, 1);
  font-size: 56px;
}
.cooperation-clients .small{
    font-family: D-DINExp, D-DINExp;
  font-size: 32px;
  color: #233863;
  font-weight: normal;
}

/* 轮播 */
.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: 280px;
}
.client-box .conTabs .spBox .top{
    padding-bottom: 27px;
    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: 24px 0 23px;
    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: 56px 0 100px;
   }
.client-box .conTabs .swiper-pagination{
  left: 0;
  right: 0;
  bottom: 56px;
  margin: auto;
}
.swiper-home {
    position: relative;
}
.swiper-home .swiper-pagination {
    width: 100%;
    margin: auto;
    bottom: 0px;
}
.swiper-home .swiper-pagination-bullet,
.client-box .conTabs .swiper-pagination-bullet{
  margin: 0 3px;
  width: 12px;
height: 12px;
background: #D8D8D8;
opacity: 1;
cursor: pointer;
}
.swiper-home .swiper-pagination-bullet-active,
.client-box .conTabs .swiper-pagination-bullet-active{
    width: 30px;
    background: #229AF4;
    border-radius: 6px;
}
.swiper-home .swiper-slide.swiper-slide-next .spBox,.swiper-home .swiper-slide.swiper-slide-prev .spBox,
.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;
}

/* 公司logo */
.company-logo{
    padding-bottom: 67px;
}
.company-logo .logo-box{
    margin-left: -10px;
    margin-right: -10px;
}
.company-logo .logo-box .img{
    /* width: 14.445%; */
    width: 11.111%;
    padding: 0 10px;
    float: left;
    margin-bottom: 21px;
}
.company-logo .logo-box .img .insideImg {
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    position: relative;
}
.company-logo .logo-box .img .insideImg img{
    max-width: 96px;
}

@media screen and (max-width:1440px){
    .banner .txtInfor .img{
        right: -40px;
        width: 51.35%;
    }

}
@media screen and (max-width:1380px){
    .provide-solution .psBox,.help-grow .hgBox,.company-logo .logo-box{
        margin: auto;
    }
    .banner .txtInfor .img{
        right: 0;
    }
}
@media screen and (max-width: 768px) {
   /* .m-banner {
        background-image: url("../images/m-head-bg.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .m-banner .m-title {
        font-family: D-DINExp, D-DINExp;
        font-weight: bold;
        font-size: 42px;
        color: #233863;
        line-height: 46px;
        text-align: left;
        font-style: normal;
    }

    .m-banner .m-sub-title {
        font-family: Verdana;
        font-size: 20px;
        color: #4A4A4A;
        line-height: 30px;
        text-align: left;
        font-style: normal;
    }

    .m-banner .m-btn {
        margin-top: 32px;
    }

    .m-banner .m-btn a {
        display: block;
        width: 327px;
        height: 52px;
        background: #229AF4;
        border-radius: 26px;
        font-family: Verdana, Verdana;
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 52px;
        text-align: center;
        font-style: normal;
        margin: auto;
    }

    .m-banner .m-btn a:nth-child(2) {
        margin-top: 16px;
        background: #4EDDC7;
    }

    .m-banner img {
        width: 100%;
        margin-top: -16px;
    }*/

    .m-banner .m-sub-title-02{
        font-size: 10px;
        color: #D4DAE7;
        line-height: 14px;
        text-align: left;
        font-style: normal;
        margin-bottom: 32px;
    }

    .m-banner {
        min-height: 793px;
    }

    .m-banner .m-banner-f {
        background-image: url("../images/m-head-bg.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: auto;
    }
    .m-banner .m-banner-s {
        background-image: url("../images/m-banner-bg-02.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: auto;
    }
    .m-banner .swiper-container {
        padding-bottom: 45px;
    }
    .m-banner .container {
        padding-top: 26px;
    }
    .m-banner .box {
        position: relative;
    }
    .m-banner .box .img {
        /* position: absolute; */
        /* right: 0; */

        position: relative;
    }
    .m-banner .txtInfor .btn{
        display: block;
    }
    .m-banner .txtInfor .btn a{
        display: block;
        margin-bottom: 16px;
    }

    .m-banner .txtInfor .btn a.m-getBtn{
        background: #229AF4;
    }
    .m-banner .txtInfor .btn .m-watchBtn{
        background: #4EDDC7;
    }

    .m-banner .txtInfor .btn a:last-child {
        margin-bottom: 0;
    }
    .m-banner .txtInfor .btn a{
        width: 100%;
    }
    .module-title {
        font-size: 32px;
        line-height: 35px;
    }

    .provide-solution .module-title {
        padding: 52px 16px 32px;
    }

    .provide-solution .psBox .itemBox {
        margin-top: 24px;
        width: 100%;
        padding: 0px;
    }

    .provide-solution .psBox .itemBox1 {
        margin-top: 0px;
    }

    .provide-solution .psBox .itemBox .insideItem {
        height: auto;
        box-shadow: 0px 8px 20px -2px rgba(0, 0, 0, 0.05);
        padding-bottom: 32px;
    }

    .provide-solution .psBox .itemBox .imgBox {
        margin-bottom: 20px;
        height: 224px;
        padding: 0 24px;
    }

    .provide-solution .psBox .itemBox2 .imgBox {
        background: none;
    }

    .provide-solution .psBox .itemBox .txtBox .tt {
        width: 100%;
        margin: auto;
        margin-bottom: 16px;
    }

    .provide-solution .psBox .itemBox .lookMore {
        font-family: PingFangSC, PingFang SC;
        position: static;
        margin-left: 24px;
    }


    .provide-solution {
        padding-bottom: 48px;
    }

    .help-grow .module-title {
        padding: 0 16px;
        margin-bottom: 0px;
    }

    .help-grow .insideHG {
        background-image: url(../images/m-grow_bg.png);
        padding-top: 32px;
        padding-bottom: 0;
    }

    .help-grow .hgBox .itemBox {
        width: 100%;
        padding: 0px;
        margin-bottom: 24px;

    }
    .help-grow .hgBox .itemBox:last-child{
        margin-bottom: 0;
    }

    .help-grow .hgBox .itemBox .insideItem {
        padding: 24px 24px 32px;
        height: auto;
    }

    .help-grow .hgBox .itemBox .insideItem .lookMore {
        position: static;
        margin-top: 24px;
    }

    .help-grow .hgBox .itemBox .txtBox {
        padding-bottom: 24px;
    }


    .help-grow .hgBox .itemBox .txtBox .tt {
        margin-bottom: 24px;
    }

    .help-grow .hgBox .itemBox .imgBox {
        height: 168px;
    }
    .help-industry-break{
        background: url('../images/m-yuan.png') no-repeat top center;
        background-size: contain;
    }
    .help-industry-break .module-title {
        padding: 120px 40px 32px;
    }

    .help-industry-break .hsbkImg {
        width: 100%;
        padding: 0 24px;
        margin-bottom: 12px;
    }

    .help-industry-break .insideHhsbk {
        background-image: none;
        height: auto;
    }

    .help-industry-break .insideHhsbk .container {
        padding: 0;
    }

    .help-industry-break .hsbkBox {
        width: 100%;
    }

    .help-industry-break .hsbkBox .item {
        width: 100%;
        text-align: center;
        margin-bottom: 24px;
    }
    .help-industry-break .hsbkBox .item:last-child{
        margin-bottom: 0;
    }
    .help-industry-break .hsbkBox .item .txt1 {
        margin-bottom: 12px;
    }

    .help-industry-break .hsbkBox .item .txt2 {
        margin-bottom: 12px;
        padding-right: 0;
    }

    .help-industry-break .hsbkBox .item .num {
        font-size: 56px;
    }

    .help-industry-break .hsbkBox .item:nth-of-type(3) .txt2,
    .help-industry-break .hsbkBox .item:nth-of-type(4) .txt2 {
        padding-right: 0;
    }

    .cooperation-clients {
        width: 100%;
        background-size: 100%;
        background-image: url(../images/m-help_grow_bg.png);
        background-repeat: no-repeat;
    }

    .cooperation-clients .module-title {
        padding: 198px 24px 0;
    }

    .cooperation-clients .module-title .big {
        font-size: 32px;
        line-height: 35px;
    }

    .cooperation-clients .small {
        line-height: 35px;
    }

    .cooperation-clients .big span {
        font-size: 42px;
    }

    .client-box .conTabs .swiper-container {
        padding: 32px 0 76px;
    }

    .client-box .conTabs .spBox {
        height: 400px;
        padding: 32px 16px;
    }

    .client-box .conTabs .swiper-pagination {
        bottom: 32px;
    }
    /*手机端展示5行超出隐藏*/
    .company-logo .logo-box{
        height: 450px;
        overflow: hidden;
        margin: 0 -8px;
    }
    .company-logo .logo-box .img .insideImg img{
        max-width: 70px;
    }
    .company-logo .logo-box .img {
        width: 25%;
        margin-bottom: 16px;
        padding: 0;
    }
    .company-logo .logo-box .img .insideImg{
        width: 76px;
        height: 76px;
        padding: 8px;
        margin: auto;
    }

    .company-logo {
        padding-bottom: 24px;
    }

    .client-box .conTabs .spBox .top {
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (min-width: 355px) and (max-width: 417px){
    .provide-solution .psBox .itemBox .txtBox .tt{
        width: 300px;
    }
}
@media screen and (min-width: 395px) and (max-width: 417px) {
    .help-industry-break .module-title {
        padding-top: 150px;
    }
}
@media screen and (min-width: 417px) and (max-width: 450px) {
    .help-industry-break .module-title {
        padding-top: 180px;
    }
}
.swiper-container {
    transform:translate3d(0,0,0);
    overflow:hidden;
}
