<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 新增 香港 子公司的通用样式 */

.header-section .logo-box {
    width: 265px;
    position: relative;
    top: 9px;
    font-size: 24px;
    font-weight: bold;

}

.header-section .logo-box img {
    width: 100%;
}

.header-section .head-box {
    margin-top: 0px;
    padding-bottom: 18px;
}

.header-section .buss-txt {
    /* display: none; */
}
.head-box .search-part {
    font-size: 14px;
    border: 1px solid #5573aa;
    margin-top: 18px;
}
@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;
    }



    
}</pre></body></html>