.banner{
    background-position: right top;
    background-repeat: no-repeat;
    height: 750px;
}
.banner .txtInfor{
  position: relative;
}
.banner .txtInfor .txt{
    width: 527px;
    padding-top: 118px;
}
.banner .txtInfor .img{
  position: absolute;
  right: -73px;
  top: 73px;
  width: 710px;
  height: 481px;
}
.banner-1 {
    position: relative;
}
.banner-1 .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.banner-1 .title-image {
    width: 454px;
    height: 70px;
    margin-top: 24px;
    margin-bottom: 4px;
}
.banner-1 .title-text {
    width: 160px;
    height: 56px;
    margin-bottom: 4px;
}
.banner-1 .desc-text {
    font-weight: 500;
    font-size: 30px;
    color: #233863;
    line-height: 42px;
    margin-bottom: 48px;
}
.banner-1 .desc-card-wrap {
    display: flex;
    margin-bottom: 48px;
}
.banner-1 .desc-card-wrap .first-card {
    margin-right: 28px;
}
.banner-1 .desc-card {
    display: flex;
    width: 510px;
    height: 108px;
    padding: 32px 32px;
    background: linear-gradient( 195deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 8px 11px 0px rgba(193,222,253,0.31);
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
}
.banner-1 .desc-image {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    margin-top: 5px;
}
.banner-1 .desc-card-text {
    font-weight: 500;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 22px;
    text-wrap: wrap;
}
.banner-1 .desc-card-text .spec-text {
    color: #229AF4;
}
.banner-1 .click-btn {
    width: 300px;
    height: 109px;
    cursor: pointer;
    background: url("../images/DeepMarketingBtn.png") no-repeat;
    background-size: cover;
}
.banner-1 .click-btn:hover {
    background: url("../images/DeepMarketingBtnHover.png") no-repeat;
    background-size: cover;
}
.banner-1 .extra-text {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
}
.banner-1::before {
    content: "";
    display: inline;
    width: 100%;
    height: 100%;
    background: url("../images/DeepMarketing_bg.png") no-repeat;
    background-size: cover;
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
}

.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;
}
.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: 56px;
    font-weight: bold;
    color: #233863;
    line-height: 72px;
    margin-bottom: 32px;
}
.banner .txt p.smallTxt{
    font-size: 20px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 30px;
    margin-bottom: 58px;
}
.banner .txtInfor .btn{
    display: flex;
}
.banner .txtInfor .btn a{
    width: 128px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}
.banner .txtInfor .btn a{
    background: #229AF4;
    margin-right: 16px;
}
.banner .txtInfor .btn a.watchBtn{
    background: #4EDDC7;
}
.banner .txtInfor .btn a.manageBtn{
    background: #1CC0FE;
}
.banner .txtInfor .btn a.getBtn:hover{
    background: #1E8ADA;
}
.banner .txtInfor .btn a.watchBtn:hover{
    background: #49CFBA;
}
.banner .txtInfor .btn a.manageBtn:hover{
    background: #16ace5;
}
.module-title{
    font-size: 40px;
    font-weight: bold;
    color: #233863;
    line-height: 56px;
    text-align: center;
}




/* 提供方案 */
.provide-solution{
    padding-bottom: 104px;
}
.provide-solution .module-title{
 padding: 96px 0 49px;
 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: 390px;
    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: 20px;
}
.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-weight: bold;
    color: #233863;
    line-height: 24px;
    margin-bottom: 18px;
    text-align: center;
}
.provide-solution .psBox .itemBox .txtBox .des{
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.provide-solution .psBox .itemBox .lookMore{
     text-decoration: underline;
    font-weight: 400;
    color: #233863;
    line-height: 17px;
    font-size: 12px;
    position: absolute;
    left: 33%;
    bottom: 33px;
}
.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;
  font-size: 40px;
  line-height: 43px;
}
.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: 11px;
}
.help-grow .hgBox .itemBox .txtBox{
    padding:0 8px;
    box-sizing: border-box;
}
.help-grow .hgBox .itemBox .txtBox .tt{
    font-size: 24px;
    font-weight: 500;
    color: #233863;
    line-height: 33px;
    text-align: center;
    margin-bottom: 22px;

}
.help-grow .hgBox .itemBox .txtBox .des{
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 20px;
    text-align: center;
}
.help-grow .hgBox .itemBox .insideItem .lookMore{
     bottom: 28px;
     left: 39%;
     position: absolute;
     font-weight: 600;
    font-weight: bold;
     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 95px;
}
.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: 53px;
}
.help-industry-break .hsbkBox .item .txt1{
    font-size: 24px;
    font-weight: 500;
    color: #233863;
    line-height: 33px;
    margin-bottom: 11px;
}
.help-industry-break .hsbkBox .item .txt2{
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 20px;
    margin-bottom: 31px;
    padding-right: 105px;
    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: 427px;
  float: right;
}

.cooperation-clients{
    background: linear-gradient(180deg, #FBFCFF 0%, #FFFFFF 100%);
}
.cooperation-clients .module-title{
    padding-top: 34px;
    box-sizing: border-box;
    line-height: 52px;
}
.cooperation-clients .module-title .big{
    font-size: 40px;
    line-height: 56px;
}
.cooperation-clients .module-title .big br {
    display: none;
}
.cooperation-clients .big span{
  color: rgba(34, 154, 244, 1);
  font-size: 56px;
}
.cooperation-clients .small{
  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: 24px;
    border-bottom: 1px solid #DAE0E7;

    display: flex;
    align-items: center;
}
.client-box .conTabs .spBox .top .tit{
    font-size: 24px;
    font-weight: bold;
    color: #233863;
    line-height: 33px;
}
.client-box .conTabs .spBox .top .des{
    margin-top: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #6B7B9B;
    line-height: 22px;
}
.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-weight: normal;
color: #4A4A4A;
line-height: 28px;
}
.swiper-home {
    position: relative;
}
.swiper-home .swiper-pagination {
    width: 100%;
    margin: auto;
    bottom: 20px;
}
.client-box .conTabs .swiper-container{
    padding: 56px 0 100px;
   }
.client-box .conTabs .swiper-pagination{
  left: 0;
  right: 0;
  bottom: 56px;
  margin: auto;
}
.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: 499px;*/
    position: relative;
}
/* .company-logo .container {
    width: 1342px;
} */
.logo-place {
    max-width: 1250px;
    /* padding: 0 20px; */
    margin: 0 auto;
    margin-bottom: 76px;
    z-index: 9;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, 107px);
    gap: 20px;
}

.logo-item {
    width: 107px;
    height: 107px;
    float: left;
    /* padding: 10px; */
}

.logo-content {
    width: 100%;
    height: 100%;
    padding: 9px;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.company-logo .logo-box{
    margin-left: -10px;
    margin-right: -10px;
}
.company-logo .logo-box .img{
    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;
}

.company-logo::after{
    content: '';
    position: absolute;
    top: 1130px;
    width: 101%;
    left: -20px;
    height: 670px;
    background-image: url("../images/logo-bg.png");
    background-size: cover;
    z-index: 0;
}
/* .company-logo{
    background-image: url(../images/logo-bg.png);
    background-size: 100%;
    background-position: 0px 634px;
    background-repeat: no-repeat;
    z-index: 0;
    height: 1500px;
} */
.company-logo .logo-box{
    position: relative;
    z-index: 2;
}
.choose {
    margin-top: 400px;
}
.choose .module-title .title{
    margin-top: 70px;
    padding-bottom: 41px;
    position: relative;
    font-weight: 600;
    font-weight: bold;
    line-height: 48px;
}
.choose .module-title .title::before{
    position: absolute;
    content: '';
    width: 30px;
    height: 4px;
    background: #229AF4;
    border-radius: 2px;
    bottom: 21px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.choose .module-title .des-01{
    font-weight: 400;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
}
.choose .module-title .des-02{
    font-weight: 400;
    font-size: 16px;
    color: #6B7B9B;
    line-height: 22px;
    margin-top: 7px;
}
.choose .module-title .des-01 span:first-child{
    padding-right: 30px;
    position: relative;
}
.choose .module-title .des-01 span:first-child:after{
    position: absolute;
    content: '';
    right: 10px;
    top: 6px;
    width: 1px;
    height: 16px;
    border: 1px solid #D0D5E2;
}
.choose .choose-box{
    margin: 84px -42px 40px;

}
.choose .choose-box .choose-item{
    width: 33.333%;
    float: left;
    padding: 0 42px;
    box-sizing: border-box;
    margin-bottom: 64px;
}
.choose .choose-box .choose-item .insideBox{
    height: 438px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
    border-radius: 16px;
    position: relative;
    box-sizing: border-box;
}
.choose .choose-box .choose-item .insideBox .img{
    position: relative;
    height: 220px;
    margin-bottom: 40px;
}
.choose .choose-box .choose-item .insideBox .text{
    padding: 0 32px;
    box-sizing: border-box;
}
.choose .choose-box .choose-item .insideBox .text .tit{
    font-weight: bold;
    font-size: 28px;
    color: #233863;
    line-height: 40px;
}
.choose .choose-box .choose-item .insideBox .text .des{
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 22px;
    margin-top: 24px;
}
.contact_us{
    padding-bottom: 88px;
}

@media screen and (max-width:1600px){
    .company-logo::after{
        top: 650px;
        height: 660px;
        left: -137px;
        width: 109%;
    }

}

@media screen and (max-width:1440px){
    .banner .txtInfor .img{
        right: -40px;
        width: 51.35%;
    }
    .company-logo::after{
        top: 631px;
        height: 660px;
        left: -238px;
        width: 132%;
    }

}
@media screen and (max-width:1380px){
    .provide-solution .psBox,.help-grow .hgBox,.company-logo .logo-box{
        margin: auto;
    }
    .banner .txtInfor .img{
        right: 0;
    }
    .company-logo::after{
        top: 640px;
        height: 660px;
        left: -267px;
        width: 137%;
    }

}
@media screen and (max-width:1340px) {
    .choose .choose-box {
        margin: 84px 0 40px;
    }
    .company-logo::after{
        top: 635px;
        height: 660px;
        left: -287px;
        width: 142%;
    }

}
.swiper-container {
    transform:translate3d(0,0,0);
    overflow:hidden;
}
@media screen and (max-width:1280px) {
    .choose .choose-box .choose-item .insideBox .img {
        height: 197px;
    }
    .company-logo {
        padding-bottom: 288px;
    }
    .company-logo::after {
        top: 630px;
    }
    .choose {
        margin-top: -70px;
    }
    .logo-place {
        gap: 17px;
    }
    .company-logo::after{
        top: 624px;
        height: 660px;
        left: -287px;
        width: 123%;
    }
}
/*移动端*/
@media screen and (max-width: 768px) {
    .m-banner {
        min-height: 793px;
    }

    .m-banner .m-banner-d {
        background-image: url("../images/m-banner-bg-03.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: auto;
    }

    .m-banner .m-banner-f {
        background-image: url("../images/m-banner-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;
    }
    .module-title {
        font-size: 32px;
        line-height: 45px;
    }
    .banner {
        height: auto;
    }
    .banner .txtInfor .btn {
        flex-direction: column;
    }
    .banner .txt p.bigTxt {
        font-weight: 600;
    font-weight: bold;
        font-weight: bold;
        font-size: 42px;
        line-height: 59px;
        margin-bottom: 24px;
    }
    .banner .txt p.smallTxt {
        margin-bottom: 40px;
    }

    .banner .txtInfor .btn a {
        width: 100%;
        border-radius: 45px;
        height: auto;
        line-height: 52px;
        font-weight: 600;
        font-weight: bold;
        font-weight: bold;
        margin-bottom: 16px;
    }
    .m-banner-d-box {
        position: relative;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .m-banner-d .title-image {
        width: 327px;
        height: 50px;
        margin-bottom: 4px;
    }
    .m-banner-d .title-text {
        width: 160px;
        height: 56px;
        margin-bottom: 4px;
    }
    .m-banner-d .desc-text {
        font-weight: 500;
        font-size: 20px;
        color: #233863;
        line-height: 28px;
        margin-bottom: 40px;
    }
    .m-banner-d .desc-card {
        width: 327px;
        padding: 20px;
        background: linear-gradient( 195deg, #FFFFFF 0%, #FFFFFF 100%);
        box-shadow: 0px 8px 11px 0px rgba(193,222,253,0.31);
        border-radius: 20px;
        border: 1px solid #FFFFFF;
        backdrop-filter: blur(10px);
        color: #4A4A4A;
        margin-bottom: 40px;
    }
    .desc-card .spec-text {
        color: #229AF4;
    }
    .m-banner-d .first-card {
        margin-bottom: 24px;
    }
    .m-banner-d .click-btn {
        width: 220px;
        height: 80px;
        cursor: pointer;
        background: url("../images/DeepMarketingBtn.png") no-repeat;
        background-size: cover;
        margin-bottom: 4px;
    }
    .m-banner-d .extra-text {
        padding: 0 24px;
        font-size: 18px;
        color: #FFFFFF;
        text-align: center;
        line-height: 26px;
    }
    .banner .txtInfor .btn a:last-child {
        margin-bottom: 0;
    }

    .provide-solution .module-title {
        padding: 48px 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: 60px;
    }

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

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

    .provide-solution .psBox .itemBox .txtBox {
        padding: 0 24px;
    }

    .provide-solution .psBox .itemBox:nth-of-type(2) .txtBox {
        padding: 0 24px;
    }

    .provide-solution .psBox .itemBox .txtBox .tt {
        width: 100%;
        margin: auto;
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 24px;
    }

    .provide-solution .psBox .itemBox .txtBox .des {
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 28px;
    }

    .provide-solution .psBox .itemBox .lookMore {
        font-size: 14px;
        line-height: 20px;
        color: #233863;
        font-weight: 600;
    font-weight: bold;
        font-weight: bold;
        left: 50%;
        transform: translateX(-50%);
        bottom: 40px;
    }


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

    .help-grow .module-title {
        padding: 0;
        margin-bottom: 0px;
        font-weight: 600;
    font-weight: bold;
        font-weight: bold;
        font-size: 32px;
        line-height: 45px;
    }

    .help-grow .insideHG {
        background-image: none;
        padding-top: 32px;
        padding-bottom: 0;
        position: relative;
    }
    .help-grow .insideHG::before {
        background-image: url(../images/m-grow_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        display: block;
        width: 100%;
        height: 2540px;
        position: absolute;
        z-index: -1;
        top: -6px;
    }
    .help-grow .insideHG::after {
        background-image: url(../images/m-yuan.png);
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        display: block;
        width: 100%;
        height: 102px;
        position: absolute;
        z-index: -2;
        bottom: -60px;
    }

    .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 60px;
        height: auto;
    }

    .help-grow .hgBox .itemBox .insideItem .lookMore {
        font-size: 14px;
        line-height: 20px;
        color: #233863;
        font-weight: 600;
    font-weight: bold;
        font-weight: bold;
        left: 50%;
        transform: translateX(-50%);
        bottom: 40px;
    }

    .help-grow .hgBox .itemBox .txtBox {
        padding: 0;
        margin-bottom: 30px;
    }

    .help-grow .hgBox .itemBox .txtBox .tt {
        margin-bottom: 22px;
        font-weight: 600;
    font-weight: bold;
        font-weight: bold;
    }

    .help-grow .hgBox .itemBox .txtBox .des {
        font-size: 16px;
        line-height: 28px;
    }

    .help-grow .hgBox .itemBox .imgBox {
        height: 168px;
        margin-bottom: 12px;
    }

    .help-industry-break .module-title {
        padding: 86px 40px 32px;
        font-weight: 600;
        font-weight: bold;
        font-weight: bold;
        font-size: 32px;
        line-height: 45px;
    }

    .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: 32px;
    }
    .help-industry-break .hsbkBox .item:last-child{
        margin-bottom: 0;
    }
    .help-industry-break .hsbkBox .item .txt1 {
        margin-bottom: 8px;
        font-weight: 600;
    font-weight: bold;
        font-weight: bold;
        font-size: 24px;
        line-height: 33px;
    }

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

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

    .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;
        padding: 0 24px 202px;
        position: relative;
    }
    .cooperation-clients::after {
        content: '';
        position: absolute;
        width: 100%;
        min-height: 352px;
        bottom: 52px;
        background-image: url("../images/m-logosbg.png");
        background-size: cover;
        z-index: 0;
        margin: 0 -24px;
        background-position: center;
    }

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

    .cooperation-clients .module-title .big {
        font-size: 30px;
        line-height: 45px;
    }
    .cooperation-clients .module-title .big br {
        display: inline;
    }

    .cooperation-clients .small {
        line-height: 45px;
        font-size: 24px;
        white-space:nowrap;
    }

    .cooperation-clients .small span {
        display: none;
    }

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

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

    .client-box .conTabs .spBox {
        height: 307px;
        padding: 32px 24px;
        box-shadow: 0px 0px 20px -4px rgba(157,168,194,0.2);
        border-radius: 16px;
    }
    .client-box .conTabs .spBox .top {
        margin-bottom: 32px;
    }

    .client-box .conTabs .spBox .top img {
        width: 74px;
        height: 74px;
        margin-right: 16px;
    }

    .client-box .conTabs .spBox .text {
        padding: 0;
        font-size: 16px;
        line-height: 30px;
    }


    .client-box .conTabs .spBox .top .tit {
        font-weight: 600;
    font-weight: bold;
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
    }

    .client-box .conTabs .spBox .top .des {
        font-weight: 500;
        font-size: 12px;
        line-height: 17px;
    }

    .client-box .conTabs .swiper-pagination {
        bottom: 32px;
    }

    .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: 0;
    }
    .company-logo .container {
        padding: 0;
    }
    .company-logo::after {
        content: none;
    }
    /*手机端展示5行超出隐藏*/
    .company-logo .logo-box{
        height: 1375px;
        overflow: hidden;
        margin: 0 -8px;
    }
    .company-logo .logo-box .img .insideImg img{
        max-width: 70px;
    }
    .client-box .conTabs .spBox .top {
        font-size: 18px;
        line-height: 24px;
    }
    .choose .module-title .title {
        font-size: 32px;
        line-height: 45px;
        padding-bottom: 36px;
        margin-top: 0;
    }
    .choose .module-title .title::before {
        bottom: 16px;
    }
    .choose .module-title .des-01 span {
        font-family: PingFangSC, PingFang SC;
        font-size: 18px;
        color: #233863;
        line-height: 25px;
    }
    .choose .module-title .des-01 span:first-child:after {
        content: none;
    }
    .choose .module-title .des-01 span:first-child {
        padding-right: 0px;
        display: block;
    }
    .choose .module-title .des-02 {
        margin-top: 8px;
        font-size: 14px;
        line-height: 20px;
    }
    .choose .choose-box {
        margin-top: 32px;
        margin-bottom: 48px;
    }
    .choose .choose-box .choose-item {
        width: 100%;
        padding: 0;
        margin-bottom: 24px;
    }
    .choose .choose-box .choose-item .insideBox {
        box-shadow: 0px 4px 20px 0px rgba(84,102,147,0.1);
        border-radius: 16px;
        padding-bottom: 40px;
        height: auto;
    }

    .choose .choose-box .choose-item:nth-last-child(1) {
        margin-bottom: 0;
    }

    .choose .choose-box .choose-item .insideBox .img {
        height: 197px;
        margin-bottom: 20px;
    }
    .choose .choose-box .choose-item .insideBox .middleCenter {
        width: 100%;
    }

    .choose .choose-box .choose-item .insideBox .text {
        padding: 0 24px;
    }

    .choose .choose-box .choose-item .insideBox .text .des {
        font-size: 16px;
        color: #4A4A4A;
        line-height: 28px;
    }

    .contact_us{
        padding-bottom: 48px;
    }
    .selected-content .content-box {
        flex-direction: column;
    }
    .selected-content .content-box .content-item {
        width: 87%;
        margin: auto;
    }
    .selected-content .content-box a {
        width: 100%;
    }
    .selected-content div.client-box {
        margin: 24px;
        padding: 0;
    }
    .selected-content div.client-box .right.content {
        padding: 24px 24px 40px;
    }
    .selected-content div.client-box .right.content .title {
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; 
        margin-top: 0;
        font-weight: 500;
        font-size: 20px;
        color: #233863;
        line-height: 28px;
    }
    .selected-content .client-box .contentBox div.right a {
        margin-top: 24px;
    }
    .selected-content .client-box .contentBox .right p.des {
        margin-top: 16px;
    }
    .selected-content .client-box .contentBox {
        flex-direction: column;
    }
    .selected-content .client-box .contentBox div.left.content {
        width: 100%;
        height: 206px;
    }
    .selected-content .client-box .contentBox .left.content img {
        width: 100%;
        height: 100%;
    }
    .selected-content .client-box .conTabs {
        overflow: initial;
    }
    .selected-content .client-box .conTabs div.swiper-pagination {
        bottom: -44px;
        text-align: center;
    }
    .selected-content .client-box div.conTabs::after {
        width: 300px;
        height: 90px;
    }
    .selected-content .client-box div.conTabs::after {
        bottom: 0;
    }
    .selected-content.h5 .content-box .content-item .insideBox {
        width: 100%;
    }
    .selected-content.h5 .content-box .content-item .insideBox .img {
        width: 100%;
        height: 205px;
    }
    .logo-place {
        padding: 0;
        gap: 7px;
        display: flex;
        flex-wrap: wrap;
    }
    .logo-item {
        width: 76px;
        height: 76px;
        padding: 0;
    }
    .cooperation-clients::after {
        min-height: 310px;
        bottom: 135px;
    }
    .choose {
        margin-top: -70px;
    }
}
@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;
    }
}

.selected-content .client-box {
    max-width: 1260px;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 16px 30px 0px rgba(63,94,128,0.1);
    border-radius: 16px;
    padding: 32px;
    margin-top: 48px;
}
.selected-content .client-box .conTabs {
    overflow: initial;
}
.selected-content .client-box .conTabs::after {
    content: '';
    position: absolute;
    bottom: -33px;
    right: 0;
    width: 570px;
    height: 170px;
    background-image: url("../images/selected-content-bg.png");
    background-size: cover;
    z-index: 0;
}
.selected-content .client-box .contentBox {
    display: flex;
}
.selected-content .client-box .contentBox .left img {
    border-radius: 16px;
}
.selected-content .client-box .swiper-container {
    padding: 0;
}
.selected-content .client-box .contentBox .right {
    padding-left: 64px;
    flex: 1;
}
.selected-content .client-box .contentBox .right p {
    font-weight: 500;
    font-size: 32px;
    color: #233863;
    line-height: 45px;
    text-align: left;
}
.selected-content .client-box .contentBox .right .title {
    font-weight: 500;
    font-size: 32px;
    color: #233863;
    line-height: 45px;
    text-align: left;
    margin-top: 23px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
}
.selected-content .client-box .contentBox .right .des {
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    margin-top: 32px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
}
.selected-content .client-box .contentBox .right a {
    font-weight: 400;
    font-size: 18px;
    color: #233863;
    line-height: 25px;
    text-align: left;
    display: flex;
    margin-top: 32px;
    text-decoration: underline;
}
.selected-content .client-box .contentBox .left img {
    width: 100%;
    height: 100%;
    background-size: cover;
}
.selected-content .content-box {
    display: flex;
    max-width: 1260px;
    margin: auto;
    gap: 47px;
    padding: 46px 0 42px;
}
.selected-content .content-box::after {
    display: none;
}
.selected-content .content-box .content-item {
    padding: 0!important;
}
.selected-content .content-box .content-item img {
    margin: 0;
    width: 100%;
}
.selected-content .content-box .content-item .content p.des {
    font-weight: 400;
    font-size: 14px;
    color: #6B7B9B;
    line-height: 24px;
    margin-top: 16px;
    max-width: 310px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.selected-content .content-box .content-item .content {
    width: 100%;
    padding: 0 32px 32px 32px;
}
.selected-content .client-box .contentBox .left.content {
    position: relative;
    width: 599px;
    height: 378px;
}
.selected-content .client-box .contentBox .left.content .type {
    width: 100px;
    height: 38px;
    background: #4EDDC7;
    border-radius: 16px 0px 16px 0px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 99;
}
.selected-content .content-box .content-item .content p::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: linear-gradient( 180deg, #229AF4 0%, #B4DFFF 100%);
    border-radius: 1px;
    margin-right: 8px;
}
.selected-content .content-box .content-item{
    flex: 1;
}
.selected-content .content-box .content-item .insideBox{
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
    border-radius: 16px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    width: 388px;
}
.selected-content .content-box .content-item .insideBox .img{
    position: relative;
    height: 245px;
    width: 388px;
    margin-bottom: 32px;
}
.selected-content .content-box .content-item .insideBox .img a{
    width: 100%;
    height: 100%;
    box-shadow: initial;
}
.global-universal-button {
    display: flex;
    justify-content: center;
}
.global-universal-button-style {
	width: 180px;
	height: 52px;
	margin: 40px 0 10px;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #229AF4;
}
.selected-content .client-box .conTabs .swiper-pagination {
    position: absolute;
    bottom: 20px;
    right: 0;
    text-align: right;
    z-index: 1;
}
.selected-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
}