@charset "UTF-8";


@media (max-width:1920px) {
}
@media (max-width:1599px) {
}
@media (max-width:1477px) {}

@media (max-width:1365px) {
    .h-footer-box .h-footer {
        width: 100% !important;
        padding-left: 5%;
        padding-right: 5%;
    }

    .h-footer-box .beian-box .beian {
        width: 100% !important;
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width:1199px) {
    .w_c {
        width: 100% !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
}

@media (max-width:990px) {}

@media (max-width:767px) {}

@media (max-width: 1024px) {
    .h-header-box .h-header .logo img {
        width: 100% !important;
    }

    .h-footer-box .h-footer .b-logo {
        width: auto !important;
    }

    .h-footer-box .h-footer .b_r .b-nav {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .h-header-box .h-header {
        display: none !important;
    }

    .h-footer-box .h-footer {
        flex-direction: column;
    }

    .h-footer-box .h-footer .b_r {
        flex-direction: column;
    }

    .h-footer-box .h-footer dt {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 5px !important;
    }

    .h-footer-box .h-footer dd {
        text-align: center;
    }

    .h-footer-box .beian-box .beian {
        text-align: center;
        flex-direction: column;
    }

    .h-footer-box .beian-box .beian p {
        margin-bottom: 10px;
    }
}