.catering-banner-wrapper{
    position: relative;

}
.catering-banner-wrapper .mid-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner-content h1{
    font-size: 56px;
    font-weight: bolder;
    margin-bottom: 40px;
}
.banner-content div{
    font-size: 36px;

}
.banner-dark .banner-content h1,.banner-dark .banner-content div{
    color: #fff;
}
/*.banner-dark .banner-content h1{ 3-18
    margin-top: 140px;
}*/
.banner-dark .banner-content h1 {
    margin-top: 30px;
}
.banner-content div:first-child{
    margin-top: 40px;
}
.view-btn{
    width: 190px;
    height: 60px;
    background: #016cff !important;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 50px;
}
.view-btn span{
    margin-right: 10px;
}
.solution-section {
    width: 100%;
    background: #f8fbff;
    padding: 130px 0 40px;
}
.solution-section h2{
    text-align: center;
    font-size: 36px;
    font-weight: bolder;
    margin-bottom: 30px;
}
.sub-title{
    font-size: 20px;
    text-align: center;
    margin-bottom: 100px;
}
.solution-ul li{
    width: 32%;
    height: 400px;
    margin-right: 2%;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #f5f6f7;
    padding-top: 80px;
    text-align: center;
    cursor: pointer;
}
.solution-ul li:nth-child(3){
    margin-right: 0;
}

.icon-animation {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.icon-animation img{
    width: 100%;
}

.solution-ul li h3{
    font-size: 22px;
    margin: 40px 0 20px;
    font-weight: 600;
}
.solution-ul li p {
    width: 56%;
    margin: 0 auto;
    font-size: 16px;
    color: #60646b;
}
.solution-ul li:hover{
    transform: translateY(-6px);
    box-shadow: 0 10px 30px #e5e5e5;
}
.solution-ul li:hover .icon-animation{
    animation: flip 2s;
    -webkit-animation: flip 2s;
}
@keyframes flip{
    0%{
        transform: rotateY(0deg);
    }
    50%{
        transform: rotateY(180deg);
    }
    100%{
        transform: rotateY(0deg);
    }
}
.function-section{
    background: #fff;
    background: url(../image/other/bim_data_bg.png) center bottom no-repeat;
    padding-bottom: 60px;
}
.function-section .mid-content ul li{
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: #e8effd;
    font-size: 22px;
    text-align: center;
    animation: bounce 2s linear infinite alternate;
    -webkit-animation: bounce 2s linear infinite alternate;
}
.function-section .mid-content ul li:nth-child(2n){
    animation-delay: 2s;
}
@keyframes bounce{
    0%{
        transform: translateY(-15px);
    }
    100%{
        transform: translateY(0);
    }
}
.function-row-first li:nth-child(1){
    width: 155px;
    margin-top: 30px;
}
.function-row-first li:nth-child(2){
    width: 370px;
    background: #bdd5fe !important;
    margin-top: 20px;
}
.function-row-first li:nth-child(3){
    width: 70px;
}
.function-row-first li:nth-child(4){
    width: 200px;
    margin: 40px 60px 0 0;
}
.function-row-second li:nth-child(1){
    width: 200px;
    margin: 30px 60px 0 135px;
}
.function-row-second li:nth-child(2){
    width: 156px;
    background: #bdd5fe !important;
    margin-top: 68px;
}
.function-row-second li:nth-child(3){
    width: 350px;
    background: #3a89fe !important;
    color: #fafafa;
    margin: 30px 0 0 40px;
}
.function-row-second li:nth-child(4){
    width: 236px;
    background: #bdd5fe !important;
    margin: 10px 150px 0 50px;
}
.function-row-second li:nth-child(5){
    width: 150px;
    margin-top: 90px;
}
.function-row-third li:nth-child(1){
    width: 70px;
}
.function-row-third li:nth-child(2){
    width: 260px;
    margin-top: 38px;
}
.function-row-third li:nth-child(3){
    width: 360px;
    margin-top: 15px;
}
.function-row-third li:nth-child(4){
    width: 180px;
    margin: 20px 200px 0 0;
    background: #bdd5fe !important;
}
.function-row-fourth li:nth-child(1){
    width: 360px;
    margin: 65px 65px 0 0;
}
.function-row-fourth li:nth-child(2){
    width: 280px;
    margin: 20px 140px 0 0;
    background: #bdd5fe !important;
}
.function-row-fourth li:nth-child(3){
    width: 70px;
    margin: 50px 200px 0 0;
}
.service-section{
    position: relative;
    width: 100%;
    height: 800px;
    background: url(../image/other/service_bg.png) no-repeat;
    background-size: cover;
}
.center-circle{
    margin: 100px auto;
    display: block;
}
.catering-service-ul{
    position: absolute;
    top: 310px;
    width: 1140px;
    left: 50%;
    transform: translateX(-50%);
}
.catering-service-ul li{
    width: 50%;
    margin-bottom: 100px;
}
.catering-service-ul li:first-child .catering-service-li-bg,.catering-service-ul li:nth-child(5) .catering-service-li-bg{
    margin-left: 70px;
}
.catering-service-ul li:nth-child(2) .catering-service-li-bg,.catering-service-ul li:nth-child(6) .catering-service-li-bg{
    margin-right: 70px;
}
.catering-service-ul li:nth-child(2n){
    display: flex;
    justify-content: flex-end;
}

.catering-service-li-bg{
    width: 370px;
    background: linear-gradient(#f5fafd,#f4f9fd);
    box-shadow: 0 4px 20px rgba(186, 206, 228, .5);
    border: 2px solid #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;

}
.service-sub-title div{
    font-size: 16px;
    margin-left: 9px;
}
.catering-service-li-bg p{
    color: #8c96a5;
    font-size: 14px;
    margin-top: 10px;
}
.scene-section{
    background: #fff;
}
.scene-ul{
    width: 100%;
}
.scene-ul li{
    position: relative;
    width: calc(100 / 6);
    height: 600px;
    overflow: hidden;
}
.scene-ul li img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.scene-ul li .scene-text{
    position: absolute;
    width: 100%;
    height: 600px;
    background: rgba(0, 14, 33, .5);
    color: #fafafa;
    font-size: 25px;
    top: 0;
    left: 0;
}
.scene-ul li .scene-text div{
    margin-bottom: 50px;
}
.scene-ul li:hover img{
    animation: scale 3s infinite alternate;
}
@keyframes scale{
    from{
        transform: scale(1);
    }
    to{
        transform: scale(1.2)
    }
}
.news-section{
    background: #fcfcfc;
}
.news-section-left,.news-section-right{
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(28, 67, 125, .06);
    height: 588px;
    box-sizing: border-box;
    padding: 30px 40px;
}
.news-section-left{
    width: 66%;
}
.news-menu li{
    margin-right: 50px;
}
.news-menu .current-li div{
    color: #016cff;
    font-weight: 600;
}
.news-menu li div{
    font-size: 20px;
    margin-right: 20px;
}
.news-list-box{
    margin-top: 30px;
}
.img-news{
    width: 320px;
}
.img-news a{
    display: block;
}
.img-news p{
    color:#808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.img-link img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
}
.text-link{
    font-size: 20px;
    margin: 20px 0 15px;
    font-weight: 600;
}
.text-link:hover{
    color: #3471ff;
}
.img-news-date{
    color: #3471ff;
    font-size: 16px;
}
.text-news{
    width: calc(100% - 350px);
}
.text-news li{
    position: relative;
    padding-left: 30px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.text-news li:last-child{
    margin: 0;
    border: none;
}
.text-news li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d2d2d2;
}
.text-news-title{
    margin-bottom: 15px;
}
.text-news-title a{
    font-size: 16px;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.text-news-title div{
    font-size: 14px;
}
.text-news-title a:hover{
    color: #3471ff
}
.text-news-content p{
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #808080;
    font-size: 14px;
}
.news-section-right{
    width: 32%;
}
.faqs-title div{
    font-size: 20px;
}
.faqs-title{
    margin-bottom: 30px;
}
.faqs-ul{
    width: 100%;
}
.faqs-ul .text-news-title a{
    position: relative;
    padding-left: 24px;
    width: 60%;
}
.faqs-ul .text-news-title a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 18px;
    background: url(../image/other/q.png);
    background-size: 100%;
}
.faqs-ul .text-news-content p{
    position: relative;
    text-indent: 24px;
}
.faqs-ul .text-news-content p:before{
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 18px;
    background: url(../image/other/a.png);
    background-size: 100%;
}
/*.banner-bg{
    width: 100%;
    min-height: 440px;
}*/

.banner-bg {
    width: 100%;
    height: 630px;
}
.tiktok-banner-wrapper .banner-bg{
    /* height: 800px; */
    object-fit: cover;
}
.catering-banner-wrapper .tiktok-data-box {
    position: absolute;
    bottom: -90px;
    top: auto;
}
.tiktok-data{
    margin-left: 12px;
}
/* 2024/01/16 start */
.about-us-box {
    background: #fff;
    padding: 60px 0 40px;
}
.tiktok-data h3{
    font-size: 20px;
    font-weight: normal !important;
}
.tiktok-data h3 span{
    font-size: 46px;
    /* font-weight: 600; */
    margin-right: 4px;
}
.about-huahan-box{
    margin-top: 100px;
}
.about-huahan-box h2,.huahan-history-box h2,.huahan-honor-box h2,.huahan-partners-box h2{
    font-size: 44px;
    margin-bottom: 50px;
}
.about-huahan-box p{
    font-size: 18px;
    line-height: 1.8;
    width: 55%;
    color: #202124;
}
.about-huahan-box img{
    width: 43%;
}
.huahan-culture-box{
    margin-top: 100px;
}
.huahan-culture-box h3{
    font-size: 28px;
    margin-bottom: 50px;
}
.culture-list{
    width: 18%;
    height: 200px;
    border: 1px solid rgba(34,123,255,0.1);
    border-radius: 10px;
    padding: 0 30px;
    box-sizing: border-box;
}
.culture-list div{
    font-size: 18px;
    font-weight: 600;
    margin: 14px 0 18px;
}
.culture-list p{
    color: #8C96A5;
    font-size: 14px;
    text-align: c;
}
.huahan-history-box{
    background: rgba(233, 236, 240, 0.5);
    padding: 100px 0 60px;
}
.huahan-history-top{
    position: relative;
}
.huahan-history-top::after{
    position: absolute;
    content: "";
    width: 1160px;
    height: 2px;
    border-top: 2px dashed #acd1fd;
    top: 296px;
    left: 50px;
    z-index: 1;
}
.huahan-history-top li,.huahan-history-bottom li{
    position: relative;
    box-sizing: border-box;
    padding: 30px 20px;
}
.huahan-history-top li{
    width: 281px;
    height: 278px;
    background: url(../image/other/history-bg.png) no-repeat;
    
}
.huahan-history-top li:not(:last-child){
    margin-right: 50px;
}
.huahan-history-bottom li{
    width: 280px;
    height: 318px;
    background: url(../image/other/history-bg2.png) center 44px no-repeat;
    padding-top: 84px;
    margin-left: 50px;
}

.huahan-history-top li::after,
.huahan-history-bottom li::after{
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    background: url(../image/other/node2.png)no-repeat;
    z-index: 2;
}
.huahan-history-top li::after{
    top: 278px;
    left: 30px;
}
.huahan-history-bottom li::after{
    top: 0;
    right: 30px;
}
.huahan-history-top li div,.huahan-history-bottom li div{
    font-size: 18px;
    font-weight: 600;
    color: #161616;
}
.huahan-history-top li p,.huahan-history-bottom li p{
    color: #8C96A5;
    font-size: 14px;
    margin-top: 15px;
}
.huahan-honor-ul li{
    width: 278px;
}

.img-wrapper {
    width: 100%;
    height: 364px;
    background: linear-gradient(204deg, rgba(253, 179, 255, 0.08), rgba(179, 237, 255, 0.11), rgba(243, 245, 248, 0.98));
    border: 2px solid #FFFFFF;
    box-shadow: 0px 12px 26px 0px rgba(210, 218, 227, 0.3);
    border-radius: 10px;
}
.img-wrapper img{
    width: 242px;
    height: 342px;
    object-fit: cover;
    margin: 11px auto;
    display: block;
}
.honor-date{
    font-size: 16px;
    color: #161616;
    margin: 24px 0 12px;
}
.huahan-honor-ul li p {
    font-size: 14px;
    color: #8C96A5;
}
.huahan-partners-box{
    margin-top: 100px;
}
.huahan-partners-box .partners-img-wrap{
    background: #EFF5FD;
    border-radius: 100px;
    box-shadow: none;
}
.huahan-partners-box .partners-img-wrap img{
    border-radius: 100px;
}
.footer-top-box{
    position: relative;
}
.footer-top-box img{
    width: 100%;
}
.footer-top-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.footer-top-content p{
    font-size: 24px;
    margin-bottom: 24px;
}
.footer-top-content button {
    width: 120px;
    height: 48px;
    background: linear-gradient(115deg, #3A89FE, #06ADE2, #3A89FE);
    border-radius: 6px;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
/* 2024/01/16 end */

.real-eatste-solution {
    background: #f8fbff;
}

.left-img-box {
    position: relative;
    width: 80%;
    margin-left: -60px;
}

.element-img {
    position: absolute;
    left: -170px;
    bottom: 60px;
}



.right-img-box {
    width: auto;
    margin-right: 180px;
}

    .right-img-box .main-img {
        margin-right: -180px;
    }
    .right-img-box .element-img {
        left: auto;
        right: -340px;
    }

    .right-img-box .real-eatste-dl {
        margin-left: 60px;
    }
.title-style {
    position: relative;
    z-index: 2;
    font-size: 18px;
    margin-bottom: 36px;
    text-align: center;
    color: #7a8799
}
.title-style>h2 {
    font-size: 36px;
    color: #202124;
    margin-bottom: 20px;
    font-weight: 700;
}
.real-eatste-dl h3{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 60px;
}
.real-eatste-dl dl{
    /* margin-bottom: 50px; */
    max-width: 500px;
}
.real-eatste-dl dl:last-child{
    margin-bottom: 0;
}
.real-eatste-dl dt{
    position: relative;
    font-size: 20px;
    margin: 50px 0 15px 0;
    font-weight: 500;
    padding-left: 18px;
}
.real-eatste-dl dt::before{
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    background: #161616;
    border-radius: 50%;
}
.real-eatste-dl dd{
    font-size: 16px;
    color: #919499;
}
.freight-solution-wrapper{
    padding-bottom: 100px;
}
.freight-solution-ul{
    margin-top: 100px;
}
.freight-solution{
    width: 23.5%;
    height: 300px;
    background: #fff;
    margin-right: 2%;
    border: 1px solid #f5f6f7;
    box-sizing: border-box;
}
.freight-solution:last-child{
    margin-right: 0;
}
.freight-solution div{
    font-weight: 500;
    font-size: 22px;
    margin-top: 50px;
}
.freight-function{
    height: 930px;
    background: url(../image/other/f-function-bg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-bottom: 0;
}

.f-function-left{
    width: 80%;
}
.f-function-box{
    margin-top: -90px;
}
.f-function-box ul{
    max-width: 308px;
}
.f-function-infor div{
    margin-left: 20px;
    font-size: 20px;
    font-weight: 500;
}
.f-function-infor p{
    font-size: 16px;
    margin-left: 20px;
}
.f-function-box ul li{
    margin-bottom: 60px;
}
.f-function-box ul li:last-child{
    margin-bottom: 0;
}
.freight-service{
    background: #fff;
}
.freight-service-ul li{
    width: 24%;
    margin: 0 14% 100px 0;
}
.freight-service-ul li:nth-child(3n){
    margin-right: 0;
}
.freight-step{
    box-sizing: border-box;
    background: url(../image/other/f-step-bg.png) no-repeat;
    background-size: 100%;
    padding-bottom: 0;
}
.freight-step-ul{
    width: 1460px;
    margin-left: -90px;
}
.freight-step-ul li{
    position: relative;
    width: 25%;
    margin-bottom: 90px;
}
.freight-step-ul li::after{
    content: "";
    position: absolute;
    right: -10px;
    width: 49px;
    height: 26px;
    background: url(../image/other/step-arrow.cf5c884.png) no-repeat;
}
.freight-step-ul li:nth-child(7) .f-step-infor p{
    width: 108px;
}
.freight-step-ul li:nth-child(4n)::after{
    display: none;
}
.freight-step-ul li:last-child::after{
    display: none;
}
.f-step-infor{
    margin-left: 32px;
}
.f-step-infor div{
    font-size: 28px;
    color: #006cff;
    font-weight: 600;
}
.f-step-infor p{
    font-size: 18px;
}
.tourism-solution{
    padding-bottom: 100px;
}
.tourism-solution .solution-ul li{
    width: 23.5%;
    height: 320px;
    padding-top: 40px;
}
.tourism-resource .catering-service-ul{
    top: 440px;
}
.tourism-solution .solution-ul li:nth-child(4n){
    margin-right: 0;
}
.tourism-solution .solution-ul li:nth-child(3n){
    margin-right: 2%;
}
.tourism-resource .catering-service-ul li:first-child{
    margin-bottom: 160px;
}
.tourism-resource .catering-service-ul li:first-child .catering-service-li-bg{
    margin-left: 0;
}
.tourism-resource .catering-service-ul li:nth-child(2){
    margin-bottom: 160px;
}
.tourism-resource .catering-service-ul li:nth-child(2) .catering-service-li-bg{
    margin-right: 0;
}
.after-sales{
    background: url(../image/other/after-sales-bg.png) no-repeat;
    background-size: 100%;
    padding-top: 0;
    margin-top: 100px;
}
.after-sales .solution-ul li{
    padding-top: 70px;
}
.run-errands-section{
    background: #fff;
}
.run-errands-solution .icon-animation{
    width: 180px;
    height: 180px;
}
.run-errands-solution .solution-ul li{
    padding-top: 30px;
}
.re-img-left{
    width: 60%;
    margin: 0 30px 0 -120px;
}
.re-text-right h3{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.re-sub-title{
    font-size: 16px;
    color: #60646b;
    margin-bottom: 30px;
}
.re-line{
    position: relative;
    width: 300px;
    height: 1px;
    background: #e2e5e8;
    margin-bottom: 40px;
}
.re-line div{
    width: 40px;
    height: 3px;
    background: #202124;
    position: absolute;
    top: -2px;
    left: 0;
}
.re-function-ul li{
    margin-bottom: 40px;
}
.re-function-ul li:last-child{
    margin-bottom: 0;
}
    .re-function-ul li div {
        font-size: 20px;
        margin-left: 16px;
    }
    .re-function-ul li .re-function-img {
        margin-top: 8px;
    }

    .re-function-ul li div span {
        font-size: 22px;
        font-weight: 600;
    }
.multi-scenario-apply{
    height: 640px;
    background: url(../image/other/multi-scenario-bg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.multi-scenario-apply h2{
    color: #fff;
}
.multi-scenario-apply .sub-title{
    color: #fff;
}
.multi-scenario-ul li{
    position: relative;
    width: 18%;
    margin-right: 2.5%;
}
.multi-scenario-ul li:nth-child(5n){
    margin-right: 0;
}
.ms-img{
    width: 100%;
}

.ms-apply{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -45px;
}
.ms-apply img{
    display: inline-block;
}
.ms-apply div{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 18px;
}
.re-advantage{
    background-size: 100% 100%;
}
.re-step-ul li:nth-child(4n+1) .f-step-infor p{
    width: 108px;
}
.re-step-ul li:nth-child(7) .f-step-infor p{
    width: 113px;
}
.re-advantage .solution-ul li{
    width: 32%;
    margin: 0 2% 40px 0;
    height: 360px;
}
.re-advantage .solution-ul li:nth-child(3n){
    margin-right: 0;
}
.re-advantage .solution-ul li:nth-child(4n){
    margin-right: 2%;
}
.ec-banner .view-btn{
    background: transparent !important;
    border: 1px solid #fff;
    box-shadow: inset 0 0 7px #fff;
    color: #fff;
    font-size: 22px;
}
.ec-banner .banner-content h1{
    margin-top: 0;
}
.ec-field-section{
    background: #fff8f8;
    padding-bottom: 100px;
}

.ec-field-left,.ec-field-right{
    position: relative;
    background: #fff;
    width: 186px;
    height: 288px;
    padding-top: 40px;
    box-sizing: border-box;
}
.ec-field-left{
    border-radius: 16px 16px 0 16px;
    margin-right: 12px;
}
.ec-field-right{
    border-radius: 16px 16px 16px 0;
}
.ec-field-left h3,.ec-field-right h3{
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 15px 0;
}
.ec-field-left div,.ec-field-right div{
    font-size: 14px;
    color: #909399;
    max-width: 112px;
    text-align: center;
}
.ec-field-left::after{
    position: absolute;
    right: 0;
    top: 288px;
    content: "";
    width: 23px;
    height: 20px;
    background: url(../image/other/triangle.png) no-repeat;
}
.ec-field-right::after{
    position: absolute;
    left: 0;
    top: 288px;
    content: "";
    width: 23px;
    height: 20px;
    background: url(../image/other/triangle.png) no-repeat;
    transform: rotateY(180deg);
}
.ec-progress-box{
    margin-top: 40px;
}
.ec-progress-box img{
    width: 908px;
}
.ec-progress-box ul{
    width: 908px;
    margin-top: 20px;
}
.ec-progress-box ul li h3{
    font-size: 24px;
    font-weight: bold;
}
.ec-progress-box ul li:first-child{
    margin-left: -37px;
}
.ec-progress-box ul li:nth-child(2){
    margin-left: 5px;
}
.ec-progress-box ul li:last-child{
    margin-right: -49px;
}
.e-commerce-platform{
    background: #fff;
    padding: 120px 0 88px;
}
.ec-solution-left {
    width: 46%;
    float: left;
}

    .ec-solution-left h2 {
        font-size: 38px;
        font-weight: bold;
    }

    .ec-solution-left .ec-ul {
        margin-top: 50px;
    }
    .ec-solution-left .ec-li {
        padding-left: 14px;
        position: relative;
        white-space: wrap;
        font-size: 20px;
        line-height: 30px;
        color: #919499;
        margin-bottom: 12px;
    }
        .ec-solution-left .ec-li::before {
            content: '';
            display: block;
            width: 4px;
            height: 4px;
            background: #82808c;
            border-radius: 50%;
            position: absolute;
            top: 12px;
            left: 0;
        }
.ec-solution-right {
    width: 52%;
    float: right;
}

.ec-right-img, .ec-left-img {
    width: 100%;
}

.ec-solution-left1 {
    width: 50%;
    float: left;
}

.ec-solution-right1 {
    width: 40%;
    float: right;
}

    .ec-solution-right1 h2 {
        font-size: 38px;
        font-weight: bold;
    }

    .ec-solution-right1 .ec-ul {
        margin-top: 50px;
    }

    .ec-solution-right1 .ec-li {
        padding-left: 14px;
        position: relative;
        white-space: wrap;
        font-size: 20px;
        line-height: 30px;
        color: #919499;
        margin-bottom: 12px;
    }

        .ec-solution-right1 .ec-li::before {
            content: '';
            display: block;
            width: 4px;
            height: 4px;
            background: #82808c;
            border-radius: 50%;
            position: absolute;
            top: 12px;
            left: 0;
        }
.ec-solution-left div{
    font-size: 24px;
    color: #919499;
    margin-top: 50px;
}
.ec-right-img{
    margin-right: -60px;
}
.marketing-e-commerce{
    background: #fff8f8;
}
.marketing-e-commerce .ec-right-img{
    margin: 0 200px 0 -60px;
}
.marketing-e-commerce .ec-solution-left{
    margin-right: 0;
}
.marketing-e-commerce .ec-solution-left div{
    margin-top: 10px;
}
.marketing-e-commerce .ec-solution-left h2{
    margin-bottom: 40px;
}
.e-commerce-service .ec-right-img{
    margin-right: -100px;
}
.soc-software-features{
    background: #fff;
    padding-bottom: 100px;
}
/* .ss-features-ul{
    border: 1px solid transparent;
} */
.ss-features-ul li{
    position: relative;
    width: 15%;
    height: 220px;
    box-sizing: border-box;
    border: 1px solid #e1e3e5;
    border-radius: 10px;
}
.ss-features-ul li::after{
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../image/other/ss-features-dot.png) no-repeat;

}
.ss-features-ul li:nth-child(odd){
    margin-top: 100px;
}
    .ss-features-ul li:first-child::after {
        bottom: -65px;
    }

    .ss-features-ul li:nth-child(2) {
        margin-top: 40px;
    }

        .ss-features-ul li:nth-child(2)::after {
            bottom: -65px;
        }

    .ss-features-ul li:nth-child(3)::after {
        bottom: -75px;
    }

    .ss-features-ul li:nth-child(4)::after {
        bottom: -45px;
    }

    .ss-features-ul li:nth-child(5)::after {
        bottom: -95px;
    }

    .ss-features-ul li:last-child {
        margin-top: 40px;
    }

        .ss-features-ul li:last-child::after {
            bottom: -85px;
        }
.ss-features-ul li div{
    font-size: 20px;
    color: #919499;
    margin-top: 20px;
}
.curve-img {
    width: 100%;
    margin: -20px auto 0 auto;
}
.soc-function-recommed{
    background: url(../image/other/function-recommend-bg.png) no-repeat;
}
.soc-function-recommed .ec-right-img{
    width: 60%;
    margin-right: -100px;
}
.socializing-solution{
    background: #fff;
}
.socializing-solution .ec-right-img{
    width: 70%;
    margin-left: -120px;
}
.wb-operational-status{
    background: #fff;
    padding-bottom: 100px;
}
.professional-services{
    background: url(../image/other/professional-services-bg.png) no-repeat;
    background-size: 100% 100%;
}
/* .professional-services-ul{
    margin-top: -80px;
} */
.professional-services-ul .re-img-left{
    margin-right: -60px;
}
.detail-btn{
    width: 140px;
    height: 48px;
    border-radius: 2px;
    background: #016cff;
    color: #fff;
    border: none;
    font-size: 16px;
    margin-top: 60px;
}
.management-system{
    background: #fff;
    padding-top: 150px;
}
.management-system .re-img-left{
    margin-right: 60px;
}
.collaboration-process{
    padding-bottom: 0;
}

.cp-li{
    position: relative;
    width: calc(100% / 6);
}
.cp-bg-img{
    width: 100%;
}
.cp-step{
    position: absolute;
    top: 50%;
    margin-top: -81px;
    width: 100%;
}
.cp-step div{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-top: 25px;
}
.wechat-development-section{
    padding-bottom: 100px;
}
.wechat-banner .banner-content h1 {
    margin-top: 120px;
}
.wechat-development-ul li{
    width: 23.5%;
    margin-right: 2%;
    background: linear-gradient(-127deg,#f3f5f8,#fff);
    border: 3px solid #fff;
    box-sizing: border-box;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 8px 38px rgba(219, 219, 219, .6);
}
.wechat-development-ul li:nth-child(4n){
    margin-right: 0;
}
.wechat-development-ul li img{
    margin-right: 15px;
}
.wd-content h3{
    font-size: 18px;
    font-weight: bold;
}
.wd-content div{
    font-size: 17px;
    color: #8c96a5;
}
.wechat-core-funciton {
    width: 100%;
    background: url(../image/other/wc-public-account-bg.png) no-repeat;
    background-size: cover;
    height: 850px;
    box-sizing: border-box;
}
    .wechat-core-funciton ul {
        width: 1280px;
        box-sizing: border-box;
        border: 3px solid rgba(255, 255, 255, .5);
        border-radius: 15px;
        margin-left: 72px;
        background: linear-gradient(-127deg,rgba(232,239,253,.4),rgba(242,247,250,.4));
    }
        .wechat-core-funciton ul li {
            width: 20%;
            box-sizing: border-box;
            border-right: 1px solid #f2f7fa;
            padding: 54px 0;
            cursor: pointer;
        }
            .wechat-core-funciton ul li:nth-child(-n+5) {
                border-bottom: 1px solid #f2f7fa;
            }
            .wechat-core-funciton ul li:nth-child(5n) {
                border-right: none;
            }
.wechat-core-funciton ul li div{
    font-size: 18px;
    margin-top: 15px;
}
            .wechat-core-funciton ul li .wechat-core-img {
                width: 60px;
                height: 60px;
                cursor: pointer;
            }

                .wechat-core-funciton ul li .wechat-core-img img {
                    width: 100%;
                }

            .wechat-core-funciton ul li .wechat-core-txt {
                font-size: 18px;
                margin-top: 15px;
            }
.wc-public-account-solution{
    background: url(../image/other/wc-solution-bg.png) no-repeat;
    padding-bottom: 80px;
}
.wc-public-account-solution .re-text-right h3{
    font-size: 36px;
}
.wc-public-account-solution .re-text-right .re-sub-title{
    font-size: 20px;
}
.wc-public-account-solution .re-function-ul p,.wc-public-account-solution1 .re-function-ul p{
    margin-top: 10px;
    font-size: 14px;
}
.wc-public-account-solution .re-function-ul li .wc-solution-title,.wc-public-account-solution1 .re-function-ul li .wc-solution-title{
    margin-left: 0;
}
.wc-public-account-solution .re-line{
    width: 630px;
}
.wc-public-account-solution1{
    background: #fff;
}
.wc-pa-solution-title h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.wc-pa-solution-title .re-sub-title{
    font-size: 20px;
}
.wc-public-account-solution1 .re-line{
    width: 100%;
}
.wc-public-account-solution1 .professional-services-ul {
    margin-top: 0;
}
.wc-public-account-solution1 .re-img-left{
    margin: 0 -60px 0 0;
}
.wc-public-account-solution .re-img-left{
    margin: 0 60px 0 -60px;
}
.online-education-experience .wechat-development-ul li{
    height: 180px;
    background: #fff;
    border: 1px solid #f5f6f7;
    box-shadow: none;
}
.online-education-experience .wechat-development-ul li:nth-child(-n+4){
    margin-bottom: 28px;
}
.safety-standards-section{
    background: url(../image/other/safety-standards-bg.png) no-repeat;
}
.safety-standards-ul li{
    width: 23.5%;
    margin-right: 2%;
    background: #fff;
    height: 260px;
}
.safety-standards-ul li:nth-child(4n){
    margin-right: 0;
}
.safety-standards-ul li div{
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
}
.oe-solution-section{
    padding-bottom: 100px;
}
.oe-solution-ul dl{
    width: 23.5%;
    margin-right: 2%;
    background: #f0f3f7;
    border: 1.6px dashed #4f96ff;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 40px 0 40px 60px;
}
.oe-solution-ul dl:nth-child(4n){
    margin-right: 0;
}
.oe-solution-ul dl:nth-child(-n+4){
    margin-bottom: 25px;
}
.oe-solution-ul dl dt{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}
.oe-solution-ul dl dd{
    font-size: 16px;
    color: #8c96a5;
    margin-bottom: 15px;
}
.oe-solution-ul dl dd:last-child{
    margin-bottom: 0;
}
.after-sales-service-section{
    background: url(../image/other/after-sales-service-bg.png);
    height: 677px;
    box-sizing: border-box;
}
.after-sales-service-section ul li{
    position: relative;
    width: 18%;
    margin-right: 2.5%;
}
.after-sales-service-section ul li img{
    width: 100%;
}
.after-sales-service-section ul li div{
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -16px;
}
.recruit-banner-wrapper .banner-content h1{
    margin-top: 0;
}
.recruit-applicable-scenarios{
    height: 936px;
}
.recruit-applicable-scenarios ul li{
    width: 23.5%;
    margin-right: 2%;
}
.recruit-applicable-scenarios ul li:nth-child(-n+4){
    margin-bottom: 30px;
}
.recruit-applicable-scenarios ul li:nth-child(5n){
    margin-right: 2%;
}
.recruit-applicable-scenarios ul li:nth-child(4n){
    margin-right: 0;
}
.live-broadcast-solution{
    padding-bottom: 60px;
}
.lb-application-scenarios{
    padding-bottom: 0;
}
.live-broadcast-solution .wechat-development-ul li{
    width: 32%;
    margin-right: 2%;
    padding: 80px 0;
}
.live-broadcast-solution .wechat-development-ul li:nth-child(3n){
    margin-right: 0;
}
.live-broadcast-solution .wechat-development-ul li:nth-child(4n){
    margin-right: 2%;
}
.live-broadcast-solution .wechat-development-ul li div{
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
}
.live-broadcast-solution .wechat-development-ul li img{
    margin-right: 0;
}
.lb-application-scenarios-swiper .main-img{
    width: 60%;
}
.lb-application-scenarios-swiper .main-img:first-child{
    margin-left: -100px;
}
.lb-application-scenarios-swiper .main-img:last-child{
    width: 65%;
    margin-right: -140px;
}
.lb-application-scenarios-swiper .sub-title{
    margin-bottom: 20px;
}
.lb-application-scenarios-swiper{
    position: relative;
}
.swiper-button-box{
    position: absolute;
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
    top: 50%;
    margin-top: -30px;
}
.swiper-button-box img{
    width: 61px;
    height: 61px;
}
.lb-system-section{
    background: url(../image/other/lb-system-bg.png) no-repeat;
    padding-bottom: 100px;
}
.lb-system-section ul{
    background: #f6f9ff;
    border: 2px solid rgba(0, 108, 255, .2);
    box-sizing: border-box;
    padding: 60px 100px;
    border-radius: 24px;
}
.lb-system-section li{
    width: 48%;
}
.lb-system-section li:nth-child(-n+6){
    margin-bottom: 60px;
}
.lb-system-section li img{
    margin: 4px 20px 0 0;
}
.lb-system-section li div h3{
    font-size: 20px;
    font-weight: bold;
}
.lb-system-section li div p{
    font-size: 16px;
    color: #0b2555;
}
.sh-industry-issues{
    padding-bottom: 80px;
}
.sh-industry-issues ul li{
    background: transparent;
    border: none;
}
.sh-industry-issues ul li h3{
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 15px;
}
.sh-industry-issues ul li div{
    color:#60646b;
    font-size: 20px;
}
.smart-health-solution .re-img-left{
    margin-right: 60px;
    width: 40%;
}
.smart-health-solution2{
    background: #f8fbff;
}
.smart-health-solution2 .re-img-left{
    margin: 0 0 0 60px;
}
.smart-health-solution .re-function-ul li div,.smart-health-solution2 .re-function-ul li div{
    font-size: 22px;
    font-weight: bold;
}
.smart-health-solution .wc-solution-title img,.smart-health-solution2 .wc-solution-title img{
    margin-top: 6px;
}
.app-development-banner .banner-content h1{
    margin-top: 60px;
}
.app-development-service{
    padding-bottom: 100px;
    background: #fff;
}
.app-development-service ul li{
    width: 32%;
    height: 358px;
    box-sizing: border-box;
    margin-right: 2%;
    background: #fff;
    border-radius: 10px;
    padding: 80px 0;
    box-shadow: 0 8px 38px rgba(219, 219, 219, .66);
}
.app-development-service ul li:nth-child(3n){
    margin-right: 0;
}
.app-development-service ul li img{
    width: 62px;
}
.app-development-service ul li h3{
    font-size: 22px;
    font-weight: bold;
    margin: 40px 0 20px;
}
.app-development-service ul li div{
    max-width: 80%;
    color: #8c96a5;
    font-size: 17px;
}


.high-quality-section{
    padding-bottom: 0;
}
.high-quality-left{
    width: 30%;
}
.high-quality-left img{
    height: 720px;
    object-fit: cover;
}
.high-quality-right{
    width: 70%;
}
.high-quality-item{
    position: relative;

}
.high-quality-row:first-child .high-quality-item:first-child{
    width: 48%;
}
.high-quality-row:first-child .high-quality-item:nth-child(2){
    width: 26%;
}
.high-quality-row:first-child .high-quality-item:nth-child(3){
    width: 26%;
}
.high-quality-row:last-child .high-quality-item:last-child{
    width: 48%;
}
.high-quality-row:last-child .high-quality-item:first-child{
    width: 26%;
}
.high-quality-row:last-child .high-quality-item:nth-child(2){
    width: 26%;
}
.high-quality-item img{
    width: 100%;
}
.high-quality-row img{
    height: 360px;
    object-fit: cover;
}
.high-quality-text{
    position: absolute;
    width: 100%;
    bottom: 40px;
    box-sizing: border-box;
    padding: 0 30px;
}
.high-quality-text h3{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.high-quality-text p{
    font-size: 16px;
    color: #fff;
}

.inventory-details-section{
    background: url(../image/other/inventory-details-bg.png) no-repeat;
}
.full-content{
    width: 100%;
}
.inventory-details-section ul li{
    height: 80px;
    border-radius: 40px;
    padding: 3px;
    animation: bounce 2s linear infinite alternate;
    -webkit-animation: bounce 2s linear infinite alternate;
}
.inventory-details-section ul li:nth-child(2n){
    animation-delay: 2s;
}
.inventory-details-section ul li div{
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
}
.inventory-details-section .detail-row-first li,
.inventory-details-section .detail-row-second li,
.inventory-details-section .detail-row-third li,
.inventory-details-section .detail-row-fourth li {
    background: linear-gradient(72deg, #FFFFFF, #E6F0FF, #FFFFFF) !important;
}
.inventory-details-section .detail-row-first li div,
.inventory-details-section .detail-row-second li div,
.inventory-details-section .detail-row-third li div,
.inventory-details-section .detail-row-fourth li div{
    background: linear-gradient(-90deg, #E2ECFE, #E6F0FF);
    border-radius: 40px;
}
.inventory-details-section .detail-row-first li:first-child{
    width: 220px;
    margin: 70px 0 0 160px;
}
.inventory-details-section .detail-row-first li:nth-child(2),
.inventory-details-section .detail-row-first li:nth-child(4){
    background: linear-gradient(72deg, rgba(255,255,255,0.3), rgba(230,240,255,0.3), rgba(255,255,255,0.3));
}
.inventory-details-section .detail-row-first li:nth-child(2) div,
.inventory-details-section .detail-row-first li:nth-child(4) div{
    background: linear-gradient(-90deg, #A7C9FF, #C1D8FF);
}
.inventory-details-section .detail-row-first li:nth-child(2){
    width: 340px;
}
.inventory-details-section .detail-row-first li:nth-child(3){
    width: 90px;
    margin-top: 10px;
}
.inventory-details-section .detail-row-first li:nth-child(4){
    margin-top: 100px;
    width: 260px;
}
.inventory-details-section .detail-row-first li:nth-child(5){
    width: 90px;
    margin: 40px 20px 0 0;
}

.inventory-details-section .detail-row-second li:first-child{
    width: 300px;
    margin: 20px 0 0 300px;
}
.inventory-details-section .detail-row-second li:nth-child(2){
    vertical-align: middle;
    text-align: center;
    width: 450px;
    height: 100px;
    padding: 3px;
    background-image: linear-gradient(72deg, rgba(255,255,255,1), rgba(40,124,255,0.57), rgba(255,255,255,1)) !important;
    margin-left: 20px;
    border-radius: 60px;
}
.inventory-details-section .detail-row-second li:nth-child(2) div{
    background: #3a89fe !important;
    border-radius: 60px;
    line-height: 100px;
}
.inventory-details-section .detail-row-second li img{
    display: inline-block;
    width: 50%;
}
.inventory-details-section .detail-row-second li:nth-child(3){
    width: 240px;
    margin: 120px 0 0 ;
}
.inventory-details-section .detail-row-second li:nth-child(4){
    width: 260px;
    margin-right: 50px;
}
.inventory-details-section .detail-row-third li:first-child{
    width: 84px;
    margin: 30px 0 0 20px;
}
.inventory-details-section .detail-row-third li:nth-child(2){
    width: 200px;
    margin: 50px 120px 0 175px;
}
.inventory-details-section .detail-row-third li:nth-child(2) div{
    background: linear-gradient(-90deg, #A7C9FF, #C3DBFF);
}
.inventory-details-section .detail-row-third li:nth-child(3){
    width: 140px;
    margin-right: 100px;
}
.inventory-details-section .detail-row-third li:nth-child(3) div{
    background: linear-gradient(-90deg, #95BFFE, #AACCFF);
}
.inventory-details-section .detail-row-third li:nth-child(4){
    margin-top: 60px;
    width: 160px;
}
.inventory-details-section .detail-row-fourth{
    margin-top: -30px;
}
.inventory-details-section .detail-row-fourth li:first-child{
    width: 240px;
    margin: 40px 260px 0 0;
}
.inventory-details-section .detail-row-fourth li:nth-child(2){
    margin: 20px 125px 0 0;
    width: 250px;
}
.inventory-details-section .detail-row-fourth li:nth-child(2) div{
    background: linear-gradient(-90deg, #A7C9FF, #C1D8FF);
}
.inventory-details-section .detail-row-fourth li:nth-child(3){
    margin-right: 304px;
    width: 84px;
}
.scroll-item-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    transition: opacity .2s ease;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: opacity;
    background: rgba(0, 0, 0, .75);
}
.PureButton_easyv-btn__hch51 {
    display: inline-block;
    padding: 6px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 28px;
    color: #fff;
}
.PureButton_ghost__HVOvG {
    font-size: 20px;
}

.home-case-pic {
    display: block;
    object-fit: cover;
    transition: .3s linear;
}

    .home-case-pic:hover {
        transform: scale(1.06);
    }
.scroll-item-card-bg:hover {
    opacity: 1;
}
/* 01/16 start */

.news-list-content{
    background: url(../image/other/news-list-header.png) no-repeat;
    padding-top: 120px;
}

.news-list-title{
    position: relative;
    z-index: 99;
    
}
.news-list-title img{
    display: block;
    margin: 0 auto;
}
.news-list-type{
    margin-top: 60px;
}
.news-list-type div{
    font-size: 24px;
    color: #858585;
    width: 200px;
    text-align: center;
    padding-bottom: 20px;
}
.news-list-type .cicked-type{
    border-bottom: 2px solid #006CFF;
}
.news-list-ul{
    margin-top: 100px;
}
.news-list-left{
    width: calc(100% - 394px);
}
.news-list-left a{
    font-size: 24px;
}
.news-list-left div{
    margin: 20px 0 30px;
}
.news-list-left div span{
    font-size: 18px;
    color: #666;
}
.news-list-left p{
    font-size: 18px;
    color: #969696;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list-ul li:not(:last-child){
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 30px;
}
.news-list-ul li img{
    width: 344px;
    height: 194px;
    object-fit: cover;
    border-radius: 10px;
}
.view-more-news{
    display: block;
    width: 170px;
    height: 50px;
    border: 1px solid rgba(163,163,163,0.77);
    background: transparent;
    margin: 100px auto 60px;
}
.crumbs-nav{
    margin: 0 auto 24px;
}
.crumbs-nav *{
    font-size: 16px;
    color: #747474;
}
.crumbs-nav span{
    margin: 0 10px;
}
.news-detail-content-wrapper{
    background: #f6f8f9;
    padding: 84px 0 50px;
    min-height: 600px;
}
.news-detail-content{
    box-sizing: border-box;
    padding: 60px;
    background: #fff;
}
.news-detail-content h1{
    font-size: 28px;
    text-align: center;
    font-weight: 550;
    margin-bottom: 24px;
}
.news-release-time{
    text-align: center;
    font-size: 16px;
    color: #202124;
    margin-bottom: 60px;
}
.news-detail-content p{
    line-height: 2.4;
}
/* 01/16 end */
@media (max-width:1680px){
    /* .catering-banner-wrapper .banner-content,
    .tourism-banner .mid-content{
        top: 120px;
    } */
    .ec-banner .banner-content h1,
    .tourism-banner .banner-content h1{
        margin-bottom: 20px;
    }
    .ec-banner .view-btn,
    .tourism-banner .view-btn{
        margin-top: 30px;
    }
    .wechat-core-funciton{
        padding-top: 60px;
    }
    .wechat-core-funciton .sub-title{
        margin-bottom: 40px;
    }
}
@media (max-width:1440px){
    .app-development-banner .banner-content h1{
        margin-top: 0;
    }
    .catering-banner-wrapper .banner-content{
        top: 100px;
    }
    .catering-banner-wrapper .banner-content h1{
        margin-bottom: 10px;
    }
    .catering-banner-wrapper .view-btn{
        margin-top: 20px;
    }
    .ec-field-li{
        width: 32%;
    }
    .ec-field-left, .ec-field-right{
        width: 49%;
    }
    .ec-field-left h3, .ec-field-right h3{
        font-size: 20px;
        margin: 20px 0 10px 0;
    }
    .ec-progress-box{
        transform: scale(0.77);
    }
    .ec-solution-left{
        width: 40%;
    }
    .ec-right-img{
        width: 60%;
    }
    .marketing-e-commerce .ec-solution-left{
        width: 50%;
    }
    .marketing-e-commerce .ec-right-img{
        width: 50%;
        margin-right: 100px;
    }
    .ec-solution-left h2{
        font-size: 40px;
    }
    .f-function-box{
        margin-top: -60px;
    }
    .f-function-left{
        width: 70%;
    }
    .f-function-box ul li{
        margin-bottom: 30px;
    }
    .freight-step-ul{
        width: 1180px;
    }
    .freight-step-ul li{
        width: calc(100% / 3);
    }
    .freight-step-ul li:nth-child(3n):after{
        display: none;
    }
    .freight-step-ul li:nth-child(4n):after{
        display: block;
    }
    .freight-step-ul li:nth-child(7) .f-step-infor p{
        width: auto;
    }
    .freight-step-ul li:nth-child(6) .f-step-infor p{
        width: 108px;
    }
    .freight-step-ul li:nth-child(9) .f-step-infor p{
        width: 108px;
    }
    .freight-step-ul li:last-child::after{
        display: none;
    }
    .function-section .mid-content ul li{
        font-size: 18px;
    }
    .function-row-first li:nth-child(2){
        width: 300px;
    }
    .function-row-second li:nth-child(2){
        width: 200px;
    }
    .function-row-second li:nth-child(5){
        width: 200px;
    }
    .function-row-second li:nth-child(3){
        width: 400px;
    }
    .function-row-third li:nth-child(3){
        width: 280px;
    }
    .function-row-third li:nth-child(2){
        width: 200px;
    }
    .real-eatste-graphic:nth-child(2){
        padding-top: 20px;
    }
    .real-eatste-graphic .left-img-box{
        width: 80%;
    }
    .real-eatste-graphic .left-img-box .main-img{
        width: 100%;
    }
    .real-eatste-graphic .real-eatste-dl dt{
        margin-top: 30px;
    }
    .real-eatste-dl h3{
        margin-bottom: 30px;
    }
    .after-sales-service-section{
        height: 520px;
    }
    .recruit-applicable-scenarios{
        height: 740px;
    }
    .management-system{
        padding-top: 60px;
    }
    .ss-features-ul li:first-child::after{
        bottom: -75px;
    }

    .ss-features-ul li:nth-child(2)::after{
        bottom: -47px;
    }
    .ss-features-ul li:nth-child(3)::after{
        bottom: -50px;
    }
    .ss-features-ul li:nth-child(5)::after{
        bottom: -72px;
    }
    .ss-features-ul li:last-child::after{
        bottom: -48px;
    }
    .wechat-core-funciton{
        padding-top: 60px;
        height: 660px;
        min-height: 660px;
        background-size: cover;
    }
    .wechat-core-funciton .sub-title{
        margin-bottom: 40px;
    }
    .wechat-core-funciton ul{
        width: 1000px;
    }
    .wechat-development-ul li{
        height: 220px;
        padding: 0 30px;
    }
    .wc-public-account-solution .re-text-right{
        width: 40%;
    }

    /* 01/16 start */
    .hh-nav .container .left .nav-list .nav-btn{
        margin-right: 20px !important;
    }
    .hh-nav .logo{
        margin-right: 35px;
    }
    .about-huahan-box p{
        font-size: 16px;
    }
    .about-huahan-box img{
        width: 36%;
    }
    .hh-nav .container .left{
        margin-right: 75px;
    }
    .huahan-history-top li{
        width: 200px;
        height: 198px;
        background-size: 100%;
    }
    .huahan-history-bottom li{
        width: 200px;
        height: 232px;
        background: url(../image/other/history-bg2.png) center 36px no-repeat;
        background-size: 100%;
        padding-top: 60px;
    }
    .huahan-history-top::after {
        position: absolute;
        content: "";
        width: 900px;
        height: 2px;
        border-top: 2px dashed #acd1fd;
        top: 213px;
        left: 50px;
    }
    .huahan-history-top li::after, .huahan-history-bottom li::after{
        position: absolute;
        content: "";
        width: 28px;
        height: 28px;
        background-size: 28px;
    }
    .huahan-history-top li::after{
        top: 200px;
        left: 20px;
    }
    .huahan-history-bottom li::after{
        right: 20px;
    }
    .huahan-honor-ul li{
        width: 200px;
    }
    .img-wrapper{
        height: 254px;
    }
    .img-wrapper img{
        width: 164px;
        height: 232px;
    }
    /* 01/16 end */
}