.banner {
    background-position: right top;
    background-repeat: no-repeat;
    /* height: 666px; */
    height: 565px;
}
.banner .box {
    height: 565px;
}
.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-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: 54px;
    font-weight: bold;
    color: #000;
    line-height: 72px;
    margin-bottom: 32px;
}
.banner .txt p.bigTxt strong{
color: #BE0000;
}
.banner .txt p.smallTxt {
    font-size: 28px;
    font-weight: 400;
    color: #000000;
    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;
    font-family: MicrosoftYaHeiSemibold;
    font-size: 46px;
    color: #000000;
    line-height: 46px;
    font-style: normal;
}
.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 {
    margin-top: 42px;
}
.help-grow .insideHG {
    width: 100%;
    background-size: cover;
    /* background-position: center; */
    background-image: url(../images/grow_bg.png);
    padding-top: 36px;
    padding-bottom: 56px;
    /* height: 1117px; */
}
.help-grow .module-title {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 43px;
}
.help-grow .hgBox {
    margin-left: -36px;
    margin-right: -36px;
    padding: 0 36px;
}
.help-grow .hgBox .itemBox {
    width: 33.333%;
    float: left;
    /* padding: 0 36px; */
    box-sizing: border-box;
    /* margin-bottom: 86px; */
}
.help-grow .hgBox .itemBox:nth-child(1), .help-grow .hgBox .itemBox:nth-child(2), .help-grow .hgBox .itemBox:nth-child(3) {
    border-bottom: 1px solid #E4E4E4;
}
.help-grow .hgBox .itemBox:nth-child(1), .help-grow .hgBox .itemBox:nth-child(2), .help-grow .hgBox .itemBox:nth-child(4), .help-grow .hgBox .itemBox:nth-child(5)  {
    border-right: 1px solid #E4E4E4;
}
.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; */
    padding: 48px 22px 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; */
    color: #000000;
    line-height: 24px;
    text-align: center;
    margin-bottom: 22px;
}
.help-grow .hgBox .itemBox .txtBox .des {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    text-align: center;
}
.help-grow .hgBox .itemBox .insideItem .lookMore {
    bottom: 53px;
    left: 39%;
    position: absolute;
    font-weight: 600;
    font-weight: bold;
    color: #000000;
    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 {
    background: #F5F5F5;
}
.help-industry-break .module-title {
    padding: 42px 0 56px;
}
.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; */
    width: 100%;
    float: left;
}
.help-industry-break .hsbkBox .item {
    width: 25%;
    float: left;
    margin-bottom: 60px;
    text-align: center;
}
.help-industry-break .hsbkBox .item .txt1 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
    margin-bottom: 10px;
}
.help-industry-break .hsbkBox .item .txt2 {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    /* margin-bottom: 31px; */
    /* padding-right: 105px; */
    box-sizing: border-box;
}
.help-industry-break .hsbkBox .item .num {
    font-size: 48px;
    font-family:"D-DINExp-Bold";
    color: #BE0000;
    line-height: 48px;
    margin-bottom: 18px;
}
.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: 27px;
}
.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: #D4D4D4;
    opacity: 1;
    cursor: pointer;
}
.swiper-home .swiper-pagination-bullet-active, .client-box .conTabs .swiper-pagination-bullet-active {
    width: 30px;
    background: #BE0000;
    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 .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: 217px;
    width: 100%;
    height: 685px;
    background-image: url("../images/logosbg.png");
    background-size: cover;
    z-index: 0;
}
.company-logo .logo-box {
    position: relative;
    z-index: 2;
}
.choose .module-title .title {
    margin-top: 70px;
    padding-bottom: 16px;
    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;
    color: #666666;
}
.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: 60px -42px 40px;
}
.choose .choose-box .choose-item {
    width: 33.333%;
    float: left;
    /* padding: 0 42px; */
    box-sizing: border-box;
    /* margin-bottom: 64px; */
    padding: 0 20px;
    margin-bottom: 40px;
}
.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;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.choose .choose-box .choose-item .insideBox .img .middleCenter {
    /* padding: 48px 32px; */
}
.choose .choose-box .choose-item .insideBox .img {
    position: relative;
    height: 210px;
    /* margin-bottom: 40px; */
    width: 430px;
    padding: 32px 28px 32px 20px;
}
.choose .choose-box .choose-item .insideBox .text {
    padding-right: 32px;
    box-sizing: border-box;
}
.choose .choose-box .choose-item .insideBox .text .tit {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #000000;
}
.choose .choose-box .choose-item .insideBox .text .des {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    margin-top: 16px;
}
.contact_us {
    /* padding-bottom: 88px; */
    padding-bottom: 0;
}
.contact_us .container {
    max-width: 100%;
}
.module-title-span {
    margin: 0 32px;
    font-family: MicrosoftYaHeiSemibold;
    font-size: 32px;
    color: #000000;
    line-height: 32px;
    font-style: normal;
}
.provide-solution .module-title .title-left, .provide-solution .module-title .title-right {
    width: 148px;
}
.choose .module-title .title-left, .choose .module-title .title-right {
    width: 148px;
}
.help-industry-break .module-title .title-left, .help-industry-break .module-title .title-right {
    width: 148px;
}
.choose .choose-box .choose-item .insideBox .img {
    width: 160px;
    flex: 0 0 160px;
    padding: 0px;
}
.swiper-container {
    transform:translate3d(0, 0, 0);
    overflow:hidden;
    width: 100%;
}
.swiper-pagination-bullet-active {
    background-color: #C00000;
    border-radius: 6px;
}
@media screen and (max-width:1440px) {
    .banner {
        background-position: right top;
        background-repeat: no-repeat;
        /* height: 666px; */
        height: 514px;
    }
    .banner .box {
        height: 514px;
    }
    .banner .txtInfor .img {
        right: -40px;
        width: 51.35%;
    }
    .choose .choose-box .choose-item .insideBox .text .tit {
        font-size: 22px;
    }
    .choose .choose-box .choose-item .insideBox .text .des {
        font-size: 14px;
    }
    .choose .choose-box .choose-item .insideBox .text {
        padding-right: 24px;
    }
    .middleCenter {
        width: 100px;
    }
    .choose .choose-box .choose-item .insideBox .img {
        width: 146px;
        flex: 0 0 146px;
        padding: 0px;
    }
}
@media screen and (max-width:1380px) {
    .banner {
        background-position: right top;
        background-repeat: no-repeat;
        /* height: 666px; */
        height: 474px;
    }
    .banner .box {
        height: 474px;
    }
    .provide-solution .psBox, .help-grow .hgBox, .company-logo .logo-box {
        margin: auto;
    }
    .banner .txtInfor .img {
        right: 0;
    }
    .choose .choose-box .choose-item .insideBox .text .tit {
        font-size: 22px;
    }
    .choose .choose-box .choose-item .insideBox .text .des {
        font-size: 14px;
    }
    .choose .choose-box .choose-item .insideBox .text {
        padding-right: 24px;
    }
    .middleCenter {
        width: 100px;
    }
    .choose .choose-box .choose-item .insideBox .img {
        width: 146px;
        flex: 0 0 146px;
        padding: 0px;
    }
}
@media screen and (max-width:1340px) {
    .banner {
        background-position: right top;
        background-repeat: no-repeat;
        /* height: 666px; */
        height: 440px;
    }
    .banner .box {
        height: 440px;
    }
    .choose .choose-box {
        margin: 84px 0 40px;
    }
    .choose .choose-box .choose-item .insideBox .text .tit {
        font-size: 22px;
    }
    .choose .choose-box .choose-item .insideBox .text .des {
        font-size: 14px;
    }
    .choose .choose-box .choose-item .insideBox .text {
        padding-right: 24px;
    }
    .middleCenter {
        width: 100px;
    }
    .choose .choose-box .choose-item .insideBox .img {
        width: 146px;
        flex: 0 0 146px;
        padding: 0px;
    }
}
@media screen and (max-width:1280px) {
    .banner {
        background-position: right top;
        background-repeat: no-repeat;
        /* height: 666px; */
        height: 400px;
    }
    .banner .box {
        height: 400px;
    }
    .choose .choose-box .choose-item .insideBox .img {
        height: 197px;
    }
    .company-logo {
        padding-bottom: 288px;
    }
    .company-logo::after {
        height: 483px;
        background-size: contain;
    }
    .choose .choose-box .choose-item .insideBox .text .tit {
        font-size: 22px;
    }
    .choose .choose-box .choose-item .insideBox .text .des {
        font-size: 14px;
    }
    .choose .choose-box .choose-item .insideBox .text {
        padding-right: 24px;
    }
    .middleCenter {
        width: 100px;
    }
    .choose .choose-box .choose-item .insideBox .img {
        width: 146px;
        flex: 0 0 146px;
        padding: 0px;
    }
}
/*移动端*/
@media screen and (max-width: 768px) {
    .m-banner .container {
        padding-top: 92px;
    }
    .banner .txt p.bigTxt {
        font-size: 22px;
        width: 210px;
        line-height: 24px;
    }
    .banner .txt p.smallTxt {
        font-size: 20px;
        line-height: 22px;
    }
    .swiper-pagination-bullet-active {
        width: 22px;
    }
    .logoImg {
        height: 26px;
        width: 26px;
    }
    .logoName {
       margin-left: 8px;
       font-family: PingFang-SC, PingFang-SC;
       font-weight: bold;
       font-size: 20px;
       color: #C00000;
       line-height: 20px;
       font-style: normal;
   }
   .m-header-place {
       height: 64px;
   } 
   .m-header {
       height: 64px;
       padding: 0 32px;
   }
   .m-banner {
       /* min-height: 793px; */
       min-height: 320px;
   }
   .swiper-container {
       height: 320px;
   }
   .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; */
       padding-bottom: 0px;
   }
   .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;
   }
   .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 {
       margin-top: 32px;
   }
   .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: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: #000000;
       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: 450px;
       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%;
       padding: 48px 32px;
       box-sizing: border-box;
   }
   .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; */
   }
   .module-title-span {
       font-size: 20px;
       margin: 0 16px;
       line-height: 20px;
   }
   .help-grow .module-title .title-left, .help-grow .module-title .title-right {
       width: 82px;
   }
   .choose .container .module-title .title-left, .choose .container .module-title .title-right {
       width: 82px;
   }
   .help-industry-break .module-title .title-left, .help-industry-break .module-title .title-right {
       width: 82px;
   }
   .help-grow .hgBox {
       padding: 0;
   }

   .contact_us .container {
       min-height: 164px;
       padding: 24px 12px;
   }
   .contact_us .txt1 {
       font-size: 16px;
       line-height: 16px;
       margin-bottom: 10px;
   }
   .contact_us .txt2 {
       font-size: 14px;
       margin-bottom: 20px;
   }

   .contact_us .container {
       min-height: 164px;
       padding: 32px 26px;
   }
   .contact_us .txt1 {
       font-size: 20px;
       line-height: 20px;
       margin-bottom: 20px;
   }
   .contact_us .txt2 {
       font-size: 18px;
       margin-bottom: 20px;
   }
   .contact_us .freeBtn {
       width: 124px;
       height: 32px;
       line-height: 32px;
       font-size: 16px;
   }

   .choose .choose-box {
       margin-bottom: 8px;
   }
   .choose .module-title .title {
       padding-bottom: 18px;
       padding-top: 32px;
       display: flex;
       align-items: center;
       justify-content: center;
   }
   .choose .choose-box .choose-item {
       width: calc(50% - 10px);
       margin-bottom: 20px;
   }
   .choose .choose-box .choose-item .insideBox .img {
       height: 160px;
   }
   .choose .choose-box .choose-item:nth-child(even) {
       margin-left: 20px;
   }
   .choose .choose-box .choose-item .insideBox .text .tit {
       font-size: 16px;
   }
   .choose .choose-box .choose-item .insideBox .text .des {
       font-size: 14px;
       margin-top: 10px;
       line-height: 24px;
   }
   .choose .choose-box .choose-item .insideBox {
       align-items: flex-start;
       height: 160px;
   }
   .choose .choose-box .choose-item .insideBox .text {
       padding: 15px 24px;
       padding-left: 0;
   }
   .choose .choose-box .choose-item .insideBox {
       border-radius: 8px;
   }
   .choose .choose-box .choose-item .insideBox .middleCenter {
       padding: 0 18px;
   }
   .choose .choose-box .choose-item .insideBox .img {
       flex: 0 0 140px;
       width: 140px;
   }

   .help-industry-break .module-title {
       padding: 32px 0px 32px;
       line-height: 32px;
       align-items: center;
       display: flex;
       justify-content: center;
   }
   .help-industry-break .hsbkBox .item .num {
       font-size: 32px;
       line-height: 32px;
   }
   .help-industry-break .hsbkBox .item .txt1 {
       font-size: 18px;
       line-height: 18px;
   }
   .help-industry-break .hsbkBox .item .txt2 {
       font-size: 16px;
       line-height: 32px;
   }
   .help-industry-break .hsbkBox .item {
       width: 25%;
   }
   .help-industry-break .hsbkBox .item .txt2{
       margin-bottom: 0px;
       line-height: 16px;
   }

   .insideHG .container {
       margin-bottom: 32px;
   }
   .help-grow .module-title{
       line-height: 32px;
       display: flex;
       align-items: center;
       justify-content: center;
   }
   .help-grow .hgBox .itemBox {
       width: 33.33%;
   }
   .middleCenter {
       width: 104px;
       height: 94px;
   }
   .help-grow .hgBox .itemBox .imgBox{
       height: 94px;
       margin-bottom: 24px;
   }
   .help-grow .hgBox .itemBox .txtBox .tt {
       font-size: 18px;
       line-height: 18px;
   }
   .help-grow .hgBox .itemBox .insideItem {
       padding: 8px 24px 60px;
       height: 290px;
   }
   .help-grow .hgBox .itemBox .txtBox .des {
       font-size: 16px;
       line-height: 20px;
   }
   .help-grow .hgBox .itemBox .txtBox {
       margin-bottom: 24px;
   }
   .help-grow .hgBox .itemBox .insideItem .lookMore {
       bottom: 22px;
   }
}

@media screen and (min-width: 320px) and (max-width: 354px) {
    .operation-link span {
        font-size: 14px;
    }
    .operation-link .login-btn img {
        width: 18px;
    }
    .m-banner .container {
        padding-top: 26px;
    }
    .banner .txt p.bigTxt {
        font-size: 14px;
        width: 114px;
        line-height: 20px;
    }
    .banner .txt p.smallTxt {
        font-size: 12px;
        line-height: 20px;
    }
    .swiper-pagination-bullet-active {
        width: 20px;
    }
    .operation-link .contact-us {
        display: none;
    }
    .provide-solution .psBox .itemBox .txtBox .tt {
        width: 300px;
    }
    .help-grow .module-title .title-left, .help-grow .module-title .title-right {
        width: 44px;
    }
    .choose .container .module-title .title-left, .choose .container .module-title .title-right {
        width: 44px;
    }
    .help-industry-break .module-title .title-left, .help-industry-break .module-title .title-right {
        width: 44px;
    }
    .help-grow .hgBox .itemBox:nth-child(1), .help-grow .hgBox .itemBox:nth-child(2), .help-grow .hgBox .itemBox:nth-child(3) {
        border-bottom: none;
    }
    .help-grow .hgBox .itemBox:nth-child(1), .help-grow .hgBox .itemBox:nth-child(2), .help-grow .hgBox .itemBox:nth-child(4), .help-grow .hgBox .itemBox:nth-child(5)  {
        border-right: none;
    }
    .help-grow .hgBox .itemBox .insideItem {
        box-shadow: 0px 28px 43px -6px rgba(197, 210, 235, 0.2);
    }
    .help-grow .hgBox {
        padding: 0;
    }
    .help-industry-break .module-title {
        padding: 86px 22px 32px;
    }
 
    .contact_us .container {
        min-height: 164px;
        padding: 24px 12px;
    }
    .contact_us .txt1 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .contact_us .txt2 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .contact_us .freeBtn {
        width: 102px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
 
    .choose .choose-box .choose-item {
        width: 100%;
    }
    .choose .choose-box .choose-item:nth-child(even) {
        margin-left: 0px;
    }
    .choose .choose-box .choose-item .insideBox .img {
        height: 124px;
    }
    .choose .choose-box .choose-item .insideBox{
        height: 124px;
    }
    .choose .choose-box {
        margin-bottom: 24px;
    }
    .module-title-span {
        font-size: 16px;
        line-height: 16px;
        margin: 0 8px;
    }
    .choose .choose-box .choose-item .insideBox .text {
        padding: 21px 24px;
        padding-left: 0px;
    }
    .choose .choose-box .choose-item .insideBox .text .tit {
        font-size: 16px;
    }
    .choose .choose-box .choose-item .insideBox .text .des {
        font-size: 12px;
    }
    .choose .choose-box .choose-item .insideBox .text {
        padding: 9px 12px;
        padding-left: 0px;
    }
    .choose .choose-box .choose-item .insideBox .middleCenter {
        padding: 0 14px;
    }
    .choose .choose-box .choose-item .insideBox .img {
        flex: 0 0 100px;
        width: 100px;
    }
    .choose .choose-box .choose-item .insideBox {
        align-items: center;
    }
    .choose .module-title .title {
        line-height: 16px;
        padding-top: 32px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .choose .module-title .des-01 span{
        font-size: 14px;
    }
 
    .help-industry-break .module-title {
        padding-top: 20px;
        padding: 20px 0px 24px;
        line-height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
    .help-industry-break .hsbkBox .item {
        width: 50%;
    }
    .help-industry-break .hsbkBox .item .num {
        font-size: 24px;
        line-height: 24px;
    }
    .help-industry-break .hsbkBox .item .txt1 {
        font-size: 16px;
        line-height: 16px;
    }
    .help-industry-break .hsbkBox .item .txt2{
        font-size: 14px;
        line-height: 14px;
    }
 
    .help-grow .module-title {
        font-size: 16px;
        line-height: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
 
    .middleCenter {
        width: 80px;
        height: 73px;
    }
    .help-grow .hgBox .itemBox .imgBox {
        height: 73px;
    }
    .help-grow .hgBox .itemBox .txtBox .tt {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .help-grow .hgBox .itemBox .txtBox {
        margin-bottom: 14px;
    }
    .help-grow .hgBox .itemBox .insideItem {
        padding: 0 24px 16px;
        box-shadow: none;
    }
    .help-grow .hgBox .itemBox .insideItem .lookMore {
        bottom: 0;
    }
    .help-grow .hgBox {
        margin-bottom: 32px;
    }
    .help-grow .hgBox .itemBox .txtBox .des {
        font-size: 14px;
        line-height: 20px;
    }
    .help-grow .hgBox .itemBox {
        width: 100%;
        margin-bottom: 20px;
    }
 
    .operation-link .contact-us {
        display: none;
    }
    .m-header {
        padding: 0 12px;
    }
    .logoImg {
        height: 18px;
        width: 18px;
    }
    .logoName {
       margin-left: 8px;
       font-family: PingFang-SC, PingFang-SC;
       font-weight: bold;
       font-size: 14px;
       color: #C00000;
       line-height: 14px;
       font-style: normal;
    }
    .m-banner {
        min-height: 172px;
    }
    .swiper-container {
        height: 172px;
    }
    .help-grow .hgBox .itemBox .insideItem {
        height: auto;
    }
    .swiper-home .swiper-pagination {
        bottom: 12px;
    }
}

@media screen and (min-width: 355px) and (max-width: 417px) {
    .operation-link span {
        font-size: 14px;
    }
    .operation-link .login-btn img {
        width: 18px;
    }
    .swiper-pagination-bullet-active {
        width: 22px;
    }
    .m-banner .container {
        padding-top: 30px;
    }
    .banner .txt p.bigTxt {
        font-size: 14px;
        width: 114px;
        line-height: 20px;
    }
    .banner .txt p.smallTxt {
        font-size: 12px;
        line-height: 20px;
    }
   .operation-link .contact-us {
       display: none;
   }
   .provide-solution .psBox .itemBox .txtBox .tt {
       width: 300px;
   }
   .help-grow .module-title .title-left, .help-grow .module-title .title-right {
       width: 44px;
   }
   .choose .container .module-title .title-left, .choose .container .module-title .title-right {
       width: 44px;
   }
   .help-industry-break .module-title .title-left, .help-industry-break .module-title .title-right {
       width: 44px;
   }
   .help-grow .hgBox .itemBox:nth-child(1), .help-grow .hgBox .itemBox:nth-child(2), .help-grow .hgBox .itemBox:nth-child(3) {
       border-bottom: none;
   }
   .help-grow .hgBox .itemBox:nth-child(1), .help-grow .hgBox .itemBox:nth-child(2), .help-grow .hgBox .itemBox:nth-child(4), .help-grow .hgBox .itemBox:nth-child(5)  {
       border-right: none;
   }
   .help-grow .hgBox .itemBox .insideItem {
       box-shadow: 0px 28px 43px -6px rgba(197, 210, 235, 0.2);
   }
   .help-grow .hgBox {
       padding: 0;
   }
   .help-industry-break .module-title {
       padding: 86px 22px 32px;
   }

   .contact_us .container {
       min-height: 164px;
       padding: 24px 12px;
   }
   .contact_us .txt1 {
       font-size: 16px;
       line-height: 16px;
       margin-bottom: 10px;
   }
   .contact_us .txt2 {
       font-size: 14px;
       margin-bottom: 20px;
   }
   .contact_us .freeBtn {
       width: 102px;
       height: 28px;
       line-height: 28px;
       font-size: 14px;
   }

   .choose .choose-box .choose-item {
       width: 100%;
   }
   .choose .choose-box .choose-item:nth-child(even) {
       margin-left: 0px;
   }
   .choose .choose-box .choose-item .insideBox .img {
       height: 124px;
   }
   .choose .choose-box .choose-item .insideBox{
       height: 124px;
   }
   .choose .choose-box {
       margin-bottom: 24px;
   }
   .module-title-span {
       font-size: 16px;
       line-height: 16px;
       margin: 0 8px;
   }
   .choose .choose-box .choose-item .insideBox .text {
       padding: 21px 24px;
       padding-left: 0px;
   }
   .choose .choose-box .choose-item .insideBox .text .tit {
       font-size: 16px;
   }
   .choose .choose-box .choose-item .insideBox .text .des {
       font-size: 12px;
   }
   .choose .choose-box .choose-item .insideBox .text {
       padding: 9px 12px;
       padding-left: 0px;
   }
   .choose .choose-box .choose-item .insideBox .middleCenter {
       padding: 0 14px;
   }
   .choose .choose-box .choose-item .insideBox .img {
       flex: 0 0 100px;
       width: 100px;
   }
   .choose .choose-box .choose-item .insideBox {
       align-items: center;
   }
   .choose .module-title .title {
       line-height: 16px;
       padding-top: 32px;
       padding-bottom: 10px;
       display: flex;
       align-items: center;
       justify-content: center;
   }
   .choose .module-title .des-01 span{
       font-size: 14px;
   }

   .help-industry-break .module-title {
       padding-top: 20px;
       padding: 20px 0px 24px;
       line-height: 16px;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .help-industry-break .hsbkBox .item {
       width: 50%;
   }
   .help-industry-break .hsbkBox .item .num {
       font-size: 24px;
       line-height: 24px;
   }
   .help-industry-break .hsbkBox .item .txt1 {
       font-size: 16px;
       line-height: 16px;
   }
   .help-industry-break .hsbkBox .item .txt2{
       font-size: 14px;
       line-height: 14px;
   }

   .help-grow .module-title {
       font-size: 16px;
       line-height: 16px;
       display: flex;
       justify-content: center;
       align-items: center;
   }

   .middleCenter {
       width: 80px;
       height: 73px;
   }
   .help-grow .hgBox .itemBox .imgBox {
       height: 73px;
   }
   .help-grow .hgBox .itemBox .txtBox .tt {
       font-size: 16px;
       line-height: 16px;
       margin-bottom: 10px;
   }
   .help-grow .hgBox .itemBox .txtBox {
       margin-bottom: 14px;
   }
   .help-grow .hgBox .itemBox .insideItem {
       padding: 0 24px 16px;
       box-shadow: none;
   }
   .help-grow .hgBox .itemBox .insideItem .lookMore {
       bottom: 0;
   }
   .help-grow .hgBox {
       margin-bottom: 32px;
   }
   .help-grow .hgBox .itemBox .txtBox .des {
       font-size: 14px;
       line-height: 20px;
   }
   .help-grow .hgBox .itemBox {
       width: 100%;
       margin-bottom: 20px;
   }

   .operation-link .contact-us {
       display: none;
   }
   .m-header {
       padding: 0 12px;
   }
   .logoImg {
       height: 18px;
       width: 18px;
   }
   .logoName {
      margin-left: 8px;
      font-family: PingFang-SC, PingFang-SC;
      font-weight: bold;
      font-size: 14px;
      color: #C00000;
      line-height: 14px;
      font-style: normal;
   }
    .m-banner {
        min-height: 172px;
    }
    .swiper-container {
        height: 172px;
    }
    .help-grow .hgBox .itemBox .insideItem {
        height: auto;
    }
    .swiper-home .swiper-pagination {
        bottom: 12px;
    }
}

@media screen and (min-width: 395px) and (max-width: 417px) {
    .operation-link span {
        font-size: 14px;
    }
    .operation-link .login-btn img {
        width: 18px;
    }
    .swiper-pagination-bullet-active {
        width: 22px;
    }
    .m-banner .container {
        padding-top: 40px;
    }
    .banner .txt p.bigTxt {
        font-size: 14px;
        width: 114px;
        line-height: 20px;
    }
    .banner .txt p.smallTxt {
        font-size: 12px;
        line-height: 20px;
    }
   .operation-link .contact-us {
       display: none;
   }
   .help-industry-break .module-title {
       padding-top: 42px;
   }
   .module-title-span {
       font-size: 14px;
       margin: 0 8px;
   }
   .help-grow .module-title .title-left, .help-grow .module-title .title-right {
       width: 54px;
   }
   .choose .container .module-title .title-left, .choose .container .module-title .title-right {
       width: 54px;
   }
   .help-industry-break .module-title .title-left, .help-industry-break .module-title .title-right {
       width: 54px;
   }
   .help-grow .hgBox .itemBox:nth-child(1), .help-grow .hgBox .itemBox:nth-child(2), .help-grow .hgBox .itemBox:nth-child(3) {
       border-bottom: none;
   }
   .help-grow .hgBox .itemBox:nth-child(1), .help-grow .hgBox .itemBox:nth-child(2), .help-grow .hgBox .itemBox:nth-child(4), .help-grow .hgBox .itemBox:nth-child(5)  {
       border-right: none;
   }
   .help-grow .hgBox .itemBox .insideItem {
       box-shadow: 0px 28px 43px -6px rgba(197, 210, 235, 0.2);
   }
   .help-grow .hgBox {
       padding: 0;
   }

   .contact_us .container {
       min-height: 164px;
       padding: 24px 12px;
   }
   .contact_us .txt1 {
       font-size: 16px;
       line-height: 16px;
       margin-bottom: 10px;
   }
   .contact_us .txt2 {
       font-size: 14px;
       margin-bottom: 20px;
   }


   .choose .choose-box .choose-item {
       width: 100%;
   }
   .choose .choose-box .choose-item:nth-child(even) {
       margin-left: 0px;
   }
   .choose .choose-box .choose-item .insideBox .img {
       height: 124px;
   }
   .choose .choose-box .choose-item .insideBox{
       height: 124px;
   }
   .choose .choose-box {
       margin-bottom: 24px;
       margin-top: 20px;
   }
   .module-title-span {
       font-size: 18px;
   }
   .choose .choose-box .choose-item .insideBox .text {
       padding: 21px 24px;
       padding-left: 0px;
   }
   .choose .choose-box .choose-item .insideBox .text .tit {
       font-size: 16px;
   }
   .choose .choose-box .choose-item .insideBox .text .des {
       font-size: 12px;
   }
   .choose .choose-box .choose-item .insideBox .text {
       padding: 9px 12px;
       padding-left: 0px;
   }
   .choose .choose-box .choose-item .insideBox .middleCenter {
       padding: 0 14px;
   }
   .choose .choose-box .choose-item .insideBox .img {
       flex: 0 0 100px;
       width: 100px;
   }
   .choose .choose-box .choose-item .insideBox {
       align-items: center;
   }
   .choose .module-title .des-01 span {
       font-size: 14px;
   }

   .help-industry-break .hsbkBox .item {
       width: 50%;
   }
   .help-industry-break .hsbkBox .item .num {
       font-size: 24px;
       line-height: 24px;
   }
   .help-industry-break .hsbkBox .item .txt1 {
       font-size: 16px;
       line-height: 16px;
   }
   .help-industry-break .hsbkBox .item .txt2{
       font-size: 14px;
       line-height: 14px;
   }

   .middleCenter {
       width: 80px;
       height: 73px;
   }
   .help-grow .hgBox .itemBox .imgBox {
       height: 73px;
   }
   .help-grow .hgBox .itemBox .txtBox .tt {
       font-size: 16px;
       line-height: 16px;
       margin-bottom: 10px;
   }
   .help-grow .hgBox .itemBox .txtBox {
       margin-bottom: 14px;
   }
   .help-grow .hgBox .itemBox .insideItem {
       padding: 0 24px 16px;
       box-shadow: none;
   }
   .help-grow .hgBox .itemBox .insideItem .lookMore {
       bottom: 0;
   }
   .help-grow .hgBox {
       margin-bottom: 32px;
   }
   .help-grow .hgBox .itemBox .txtBox .des {
       font-size: 14px;
       line-height: 20px;
   }
   .help-grow .hgBox .itemBox {
       width: 100%;
       margin-bottom: 20px;
   }
   .m-banner {
        min-height: 184px;
    }
    .swiper-container {
        height: 184px;
    }
   .help-grow .hgBox .itemBox .insideItem {
       height: auto;
   }
}

@media screen and (min-width: 417px) and (max-width: 520px) {
    .operation-link span {
        font-size: 14px;
    }
    .operation-link .login-btn img {
        width: 18px;
    }
    .m-banner .container {
        padding-top: 34px;
    }
    .banner .txt p.bigTxt {
        font-size: 16px;
        width: 154px;
        line-height: 20px;
    }
    .banner .txt p.smallTxt {
        font-size: 14px;
        line-height: 20px;
    }
    .swiper-pagination-bullet-active {
        width: 24px;
    }
    .operation-link .contact-us {
        display: none;
    }
    .logoImg {
        height: 18px;
        width: 18px;
    }
    .logoName {
       margin-left: 8px;
       font-family: PingFang-SC, PingFang-SC;
       font-weight: bold;
       font-size: 14px;
       color: #C00000;
       line-height: 14px;
       font-style: normal;
    }
   .m-header {
       height: 64px;
       padding: 0 14px;
   }
    .help-industry-break .module-title {
        padding-top: 42px;
    }
    .module-title-span {
        font-size: 14px;
        margin: 0 8px;
    }
    .help-grow .module-title .title-left, .help-grow .module-title .title-right {
        width: 54px;
    }
    .choose .container .module-title .title-left, .choose .container .module-title .title-right {
        width: 54px;
    }
    .help-industry-break .module-title .title-left, .help-industry-break .module-title .title-right {
        width: 54px;
    }
    .help-grow .hgBox .itemBox:nth-child(1), .help-grow .hgBox .itemBox:nth-child(2), .help-grow .hgBox .itemBox:nth-child(3) {
        border-bottom: none;
    }
    .help-grow .hgBox .itemBox:nth-child(1), .help-grow .hgBox .itemBox:nth-child(2), .help-grow .hgBox .itemBox:nth-child(4), .help-grow .hgBox .itemBox:nth-child(5)  {
        border-right: none;
    }
    .help-grow .hgBox .itemBox .insideItem {
        box-shadow: 0px 28px 43px -6px rgba(197, 210, 235, 0.2);
    }
    .help-grow .hgBox {
        padding: 0;
    }
    .choose .module-title .des-01 span {
        font-size: 14px;
    }
 
    .contact_us .container {
        min-height: 164px;
        padding: 24px 12px;
    }
    .contact_us .txt1 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .contact_us .txt2 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .contact_us .freeBtn {
        width: 124px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
 
    .choose .choose-box .choose-item {
        width: 100%;
    }
    .choose .choose-box .choose-item:nth-child(even) {
        margin-left: 0px;
    }
    .choose .choose-box .choose-item .insideBox .img {
        height: 124px;
    }
    .choose .choose-box .choose-item .insideBox{
        height: 124px;
    }
    .choose .choose-box {
        margin-bottom: 24px;
        margin-top: 20px;
    }
    .module-title-span {
        font-size: 18px;
    }
    .choose .choose-box .choose-item .insideBox .text {
        padding: 21px 24px;
        padding-left: 0px;
    }
    .choose .choose-box .choose-item .insideBox .text .tit {
        font-size: 16px;
    }
    .choose .choose-box .choose-item .insideBox .text .des {
        font-size: 12px;
    }
    .choose .choose-box .choose-item .insideBox .text {
        padding: 9px 12px;
        padding-left: 0px;
    }
    .choose .choose-box .choose-item .insideBox .middleCenter {
        padding: 0 14px;
    }
    .choose .choose-box .choose-item .insideBox .img {
        flex: 0 0 100px;
        width: 100px;
    }
    .choose .choose-box .choose-item .insideBox {
        align-items: center;
    }
    .choose .module-title .title {
        line-height: 18px;
        font-size: 18px;
    }
    .choose .module-title .title {
        padding-bottom: 2px;
        padding-top: 32px;
    }
 
    .help-industry-break .hsbkBox .item .txt1 {
        font-size: 16px;
        line-height: 16px;
    }
    .help-industry-break .hsbkBox .item .txt2 {
        font-size: 14px;
        line-height: 14px;
    }
    .help-industry-break .hsbkBox .item .num {
        font-size: 24px;
        line-height: 24px;
    }
    .help-industry-break .module-title {
        padding-top: 20px;
        padding-bottom: 26px;
    }
    .help-industry-break .hsbkBox .item{
        width: 50%;
    }
 
    .middleCenter {
        width: 80px;
        height: 73px;
    }
    .help-grow .hgBox .itemBox .imgBox {
        height: 73px;
    }
    .help-grow .hgBox .itemBox .txtBox .tt {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .help-grow .hgBox .itemBox .txtBox {
        margin-bottom: 14px;
    }
    .help-grow .hgBox .itemBox .insideItem {
        padding: 0 24px 16px;
        box-shadow: none;
    }
    .help-grow .hgBox .itemBox .insideItem .lookMore {
        bottom: 0;
    }
    .help-grow .hgBox {
        margin-bottom: 32px;
    }
    .help-grow .hgBox .itemBox .txtBox .des {
        font-size: 14px;
        line-height: 20px;
    }
    .help-grow .hgBox .itemBox {
        width: 100%;
        margin-bottom: 20px;
    }
    .help-grow .hgBox .itemBox .insideItem {
        height: auto;
    }
    .m-banner {
        min-height: 200px;
    }
    .swiper-container {
        height: 200px;
    }
    .swiper-home .swiper-pagination {
        bottom: 12px;
    }
}

@media screen and (min-width: 520px) and (max-width: 649px) {
    .operation-link span {
        font-size: 14px;
    }
    .operation-link .login-btn img {
        width: 18px;
    }
    .operation-link span {
        font-size: 14px;
    }
    .operation-link .login-btn img {
        width: 18px;
    }
    .m-banner .container {
        padding-top: 52px;
    }
    .banner .txt p.bigTxt {
        font-size: 18px;
        width: 172px;
        line-height: 20px;
    }
    .banner .txt p.smallTxt {
        font-size: 16px;
        line-height: 20px;
    }
    .swiper-pagination-bullet-active {
        width: 26px;
    }
    .operation-link .contact-us {
        display: none;
    }
    .logoImg {
        height: 18px;
        width: 18px;
    }
    .logoName {
       margin-left: 8px;
       font-family: PingFang-SC, PingFang-SC;
       font-weight: bold;
       font-size: 14px;
       color: #C00000;
       line-height: 14px;
       font-style: normal;
    }
   .m-header {
       height: 64px;
       padding: 0 14px;
   }
    .help-industry-break .module-title {
        padding-top: 42px;
    }
    .module-title-span {
        font-size: 14px;
        margin: 0 8px;
    }
    .help-grow .module-title .title-left, .help-grow .module-title .title-right {
        width: 54px;
    }
    .choose .container .module-title .title-left, .choose .container .module-title .title-right {
        width: 54px;
    }
    .help-industry-break .module-title .title-left, .help-industry-break .module-title .title-right {
        width: 54px;
    }
    .help-grow .hgBox .itemBox:nth-child(1), .help-grow .hgBox .itemBox:nth-child(2), .help-grow .hgBox .itemBox:nth-child(3) {
        border-bottom: none;
    }
    .help-grow .hgBox .itemBox:nth-child(1), .help-grow .hgBox .itemBox:nth-child(2), .help-grow .hgBox .itemBox:nth-child(4), .help-grow .hgBox .itemBox:nth-child(5)  {
        border-right: none;
    }
    .help-grow .hgBox .itemBox .insideItem {
        box-shadow: 0px 28px 43px -6px rgba(197, 210, 235, 0.2);
    }
    .help-grow .hgBox {
        padding: 0;
    }
    .choose .module-title .des-01 span {
        font-size: 14px;
    }
 
    .contact_us .container {
        min-height: 164px;
        padding: 24px 12px;
    }
    .contact_us .txt1 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .contact_us .txt2 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .contact_us .freeBtn {
        width: 124px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
 
    .choose .choose-box .choose-item {
        width: 100%;
    }
    .choose .choose-box .choose-item:nth-child(even) {
        margin-left: 0px;
    }
    .choose .choose-box .choose-item .insideBox .img {
        height: 124px;
    }
    .choose .choose-box .choose-item .insideBox{
        height: 124px;
    }
    .choose .choose-box {
        margin-bottom: 24px;
        margin-top: 20px;
    }
    .module-title-span {
        font-size: 18px;
    }
    .choose .choose-box .choose-item .insideBox .text {
        padding: 21px 24px;
        padding-left: 0px;
    }
    .choose .choose-box .choose-item .insideBox .text .tit {
        font-size: 16px;
    }
    .choose .choose-box .choose-item .insideBox .text .des {
        font-size: 12px;
    }
    .choose .choose-box .choose-item .insideBox .text {
        padding: 9px 12px;
        padding-left: 0px;
    }
    .choose .choose-box .choose-item .insideBox .middleCenter {
        padding: 0 14px;
    }
    .choose .choose-box .choose-item .insideBox .img {
        flex: 0 0 100px;
        width: 100px;
    }
    .choose .choose-box .choose-item .insideBox {
        align-items: center;
    }
    .choose .module-title .title {
        line-height: 18px;
        font-size: 18px;
    }
    .choose .module-title .title {
        padding-bottom: 2px;
        padding-top: 32px;
    }
 
    .help-industry-break .hsbkBox .item .txt1 {
        font-size: 16px;
        line-height: 16px;
    }
    .help-industry-break .hsbkBox .item .txt2 {
        font-size: 14px;
        line-height: 14px;
    }
    .help-industry-break .hsbkBox .item .num {
        font-size: 24px;
        line-height: 24px;
    }
    .help-industry-break .module-title {
        padding-top: 20px;
        padding-bottom: 26px;
    }
    .help-industry-break .hsbkBox .item{
        width: 50%;
    }
 
    .middleCenter {
        width: 80px;
        height: 73px;
    }
    .help-grow .hgBox .itemBox .imgBox {
        height: 73px;
    }
    .help-grow .hgBox .itemBox .txtBox .tt {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .help-grow .hgBox .itemBox .txtBox {
        margin-bottom: 14px;
    }
    .help-grow .hgBox .itemBox .insideItem {
        padding: 0 24px 16px;
        box-shadow: none;
    }
    .help-grow .hgBox .itemBox .insideItem .lookMore {
        bottom: 0;
    }
    .help-grow .hgBox {
        margin-bottom: 32px;
    }
    .help-grow .hgBox .itemBox .txtBox .des {
        font-size: 14px;
        line-height: 20px;
    }
    .help-grow .hgBox .itemBox {
        width: 100%;
        margin-bottom: 20px;
    }
    .help-grow .hgBox .itemBox .insideItem {
        height: auto;
    }
    .m-banner {
        min-height: 230px;
    }
    .swiper-container {
        height: 230px;
    }
    .swiper-home .swiper-pagination {
        bottom: 12px;
    }
}

@media screen and (min-width: 650px) and (max-width: 736px) {
    .operation-link span {
        font-size: 14px;
    }
    .operation-link .login-btn img {
        width: 18px;
    }
    .m-banner .container {
        padding-top: 72px;
    }
    .banner .txt p.bigTxt {
        font-size: 20px;
        width: 192px;
        line-height: 22px;
    }
    .banner .txt p.smallTxt {
        font-size: 18px;
        line-height: 20px;
    }
    .swiper-pagination-bullet-active {
        width: 28px;
    }
   .logoImg {
       height: 18px;
       width: 18px;
   }
   .logoName {
      margin-left: 8px;
      font-family: PingFang-SC, PingFang-SC;
      font-weight: bold;
      font-size: 14px;
      color: #C00000;
      line-height: 14px;
      font-style: normal;
   }
  .m-header {
      height: 64px;
      padding: 0 14px;
  }
   .help-industry-break .module-title {
       padding-top: 42px;
   }
   .module-title-span {
       font-size: 14px;
       margin: 0 8px;
   }
   .help-grow .module-title .title-left, .help-grow .module-title .title-right {
       width: 54px;
   }
   .choose .container .module-title .title-left, .choose .container .module-title .title-right {
       width: 54px;
   }
   .help-industry-break .module-title .title-left, .help-industry-break .module-title .title-right {
       width: 54px;
   }
   .help-grow .hgBox .itemBox:nth-child(1), .help-grow .hgBox .itemBox:nth-child(2), .help-grow .hgBox .itemBox:nth-child(3) {
       border-bottom: none;
   }
   .help-grow .hgBox .itemBox:nth-child(1), .help-grow .hgBox .itemBox:nth-child(2), .help-grow .hgBox .itemBox:nth-child(4), .help-grow .hgBox .itemBox:nth-child(5)  {
       border-right: none;
   }
   .help-grow .hgBox .itemBox .insideItem {
       box-shadow: 0px 28px 43px -6px rgba(197, 210, 235, 0.2);
   }
   .help-grow .hgBox {
       padding: 0;
   }
   .choose .module-title .des-01 span {
       font-size: 14px;
   }

   .contact_us .container {
       min-height: 164px;
       padding: 24px 12px;
   }
   .contact_us .txt1 {
       font-size: 16px;
       line-height: 16px;
       margin-bottom: 10px;
   }
   .contact_us .txt2 {
       font-size: 14px;
       margin-bottom: 20px;
   }
   .contact_us .freeBtn {
       width: 124px;
       height: 32px;
       line-height: 32px;
       font-size: 16px;
   }

   .choose .choose-box .choose-item {
       width: 100%;
   }
   .choose .choose-box .choose-item:nth-child(even) {
       margin-left: 0px;
   }
   .choose .choose-box .choose-item .insideBox .img {
       height: 124px;
   }
   .choose .choose-box .choose-item .insideBox{
       height: 124px;
   }
   .choose .choose-box {
       margin-bottom: 24px;
       margin-top: 20px;
   }
   .module-title-span {
       font-size: 18px;
   }
   .choose .choose-box .choose-item .insideBox .text {
       padding: 21px 24px;
       padding-left: 0px;
   }
   .choose .choose-box .choose-item .insideBox .text .tit {
       font-size: 16px;
   }
   .choose .choose-box .choose-item .insideBox .text .des {
       font-size: 12px;
   }
   .choose .choose-box .choose-item .insideBox .text {
       padding: 9px 12px;
       padding-left: 0px;
   }
   .choose .choose-box .choose-item .insideBox .middleCenter {
       padding: 0 14px;
   }
   .choose .choose-box .choose-item .insideBox .img {
       flex: 0 0 100px;
       width: 100px;
   }
   .choose .choose-box .choose-item .insideBox {
       align-items: center;
   }
   .choose .module-title .title {
       line-height: 18px;
       font-size: 18px;
   }
   .choose .module-title .title {
       padding-bottom: 2px;
       padding-top: 32px;
   }

   .help-industry-break .hsbkBox .item .txt1 {
       font-size: 16px;
       line-height: 16px;
   }
   .help-industry-break .hsbkBox .item .txt2 {
       font-size: 14px;
       line-height: 14px;
   }
   .help-industry-break .hsbkBox .item .num {
       font-size: 24px;
       line-height: 24px;
   }
   .help-industry-break .module-title {
       padding-top: 20px;
       padding-bottom: 26px;
   }
   .help-industry-break .hsbkBox .item{
       width: 50%;
   }

   .middleCenter {
       width: 80px;
       height: 73px;
   }
   .help-grow .hgBox .itemBox .imgBox {
       height: 73px;
   }
   .help-grow .hgBox .itemBox .txtBox .tt {
       font-size: 16px;
       line-height: 16px;
       margin-bottom: 10px;
   }
   .help-grow .hgBox .itemBox .txtBox {
       margin-bottom: 14px;
   }
   .help-grow .hgBox .itemBox .insideItem {
       padding: 0 24px 16px;
       box-shadow: none;
   }
   .help-grow .hgBox .itemBox .insideItem .lookMore {
       bottom: 0;
   }
   .help-grow .hgBox {
       margin-bottom: 32px;
   }
   .help-grow .hgBox .itemBox .txtBox .des {
       font-size: 14px;
       line-height: 20px;
   }
   .help-grow .hgBox .itemBox {
       width: 100%;
       margin-bottom: 20px;
   }
   .help-grow .hgBox .itemBox .insideItem {
       height: auto;
   }
   .m-banner {
        min-height: 270px;
    }
    .swiper-container {
        height: 270px;
    }
   .swiper-home .swiper-pagination {
        bottom: 12px;
    }
}
.beian{
    font-size: 16px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    padding-bottom: 32px;
}

.beian>a{
    color: #fff;
}

.beian>a>img{
    vertical-align: bottom ;
}