/**
 * 移动端
 */
@media screen and (max-width: 850px) {

    .header-2 .d1{
        display: none;
    }

    .header-2 .d2{
        padding-left: 30rem;
        padding-right: 30rem;
        height: 100rem;
        justify-content: space-between;
    }

    .header-2 .d2 .hk-logo{
        width: 280rem;
        height: 48rem;
    }

    .header-2 .d2 .nav-list{
        display: none;
    }

    .d2 .tools-box {
        display: block;
    }

    .bottom-nav-box .friendly-links{
        display: none;
    }

    .bottom-nav-box .postal-address{
        flex-wrap: wrap;
        padding-left: 18rem;
        font-size: 22rem;
        line-height: 38rem;
    }

    .bottom-nav-box .postal-address .wechat-code{
        display: none;
    }

    .location-header{
        margin-top: 100rem;
    }

    .location-header .header-title-box{
        margin-left: 30rem;
        padding-top: 30rem;
    }


    .location-header .quick-tab{
        display: block;
    }


    .location-header .header-title-box .header-title-text{
        font-size: 42rem;
    }

    .location-header .header-title-box .page-location{
        margin-top: 10rem;
        flex-wrap: wrap;
    }

    .location-header .header-title-box .page-location .page-location-icon{
        width: 16rem;
        height: 19rem;
    }

    .location-header .header-title-box .page-location .page-location-name{
        flex-wrap: wrap;
        font-size: 20rem;
    }

    .news-content-box{
        margin: -60rem 18rem 20rem 18rem;
    }


    .news-content-box .news-list-box .content-title h3{
        font-size: 38rem;
    }

    .news-content-box .news-list-box .content-title p{
        font-size: 26rem;
    }

}