/* 新增 香港 子公司的通用样式 */

.header-section .logo-box {
    width: 255px;
    position: relative;
    top: 3px;
    font-size: 24px;
    font-weight: bold;

}

.header-section .logo-box img {
    width: 100%;
}

@media screen and (max-width:768px) {
    .banner-section {
        padding-bottom: 0.2rem;
        background: #eee;
    }
    .banner-section img {
        height: 4.2rem;
    }
    .company-desc-section .title {
        font-size: .32rem;
        margin-bottom: .55rem;
    }
    .company-desc-section {
        background: #fff;
        padding: .3rem 0 .4rem 0;
    }
    .company-desc-section .desc-p {
        font-size: .28rem;
    }
    .serv-section .l-part {
        float: none;
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .serv-section .l-part img {
        width: 100%;
    }
    .imgbox {
        width: 100%;
    }
    .serv-section .r-part {
        float: none;
        width: 100%;
    }
    .serv-section .r-part img {
        width: 100%;
    }
    .main-section .left-tabwrap {
        display: none;
    }
  
    .banner-swiper-container .swiper-pagination-bullets {
        bottom: 0.2rem !important;
    }

    .app-header .app-logo {
        margin-left: 0.6rem;
        width: 4.3rem;
        height: .58rem;
        font-size: 0.3rem;
        margin-top: .42rem;
        text-align: center;
    }



    
}