@media screen and (min-width:970px) {
    .mobile_head {
        display: none;
    }
}

@media screen and (max-width:969px) {

    .w {
        width: 100%;
    }

    .head_box {
        display: none;
    }

    .mobile_head {
        height: .7rem;
    }


    .m_head_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: .5rem;
        padding: .1rem;
    }

    .m_head_logo {
        flex: 1;
        height: 100%;
    }

    .m_head_logo a {
        display: inline-block;
        height: 100%;
    }

    .m_head_logo a img {
        max-width: 100%;
        max-height: 100%;
    }

    .m_head_menu img {
        width: .5rem;
        height: .5rem;
    }

    .iconfont {
        color: #fff;
    }

    .mobile_head_box {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #294057;
        z-index: 999;
    }

    .m_head_box_close {
        position: absolute;
        top: .2rem;
        right: .2rem;
        color: #fff;
        display: block;
        font-size: .3rem !important;
    }

    .mobile_head_list {
        padding: .8rem .7rem .2rem;
    }

    .mobile_head_item {
        padding: 0 .2rem;
        line-height: .4rem;
        border-bottom: 1px solid #596B7D;
        text-align: center;
    }

    .mobile_head_item_icon {
        float: left;
    }

    .mobile_head_item>a {
        color: #fff;
        display: block;
        padding: 0 .1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobile_head_list .active {
        color: #B99867;
    }

    .two_mobile_head_list {
        display: none;
    }

    .two_mobile_head_item a {
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .bottom_infor {
        line-height: .3rem;
    }

    .Page002274 {
        margin-top: .15rem !important;
    }

    .Page002274 .link_page {
        padding: .05rem .1rem !important;
    }

    /* 轮播图 */
    #banner .swiper-button-next {
        right: 0px;
    }

    #banner .swiper-button-prev {
        left: 0;
    }

    .swiper-pagination-customs-active {
        width: .1rem;
        height: .1rem;
    }

    /* 尾部样式 */

    #foot {
        padding: .2rem 0;
    }

    .foot_top_box {
        display: block;
    }

    .foot_logo {
        margin: .1rem auto;
    }

    .foot_top_r {
        display: block;
        text-align: center;
    }

    .foot_top_item {
        line-height: .45rem;
    }

    .foot_top_item:first-child {
        margin-bottom: 0;
    }

    .foot_division {
        position: static;
        margin: .1rem auto;
    }

    .foot_btm {
        display: block;
    }

    .foot_copyright {
        margin: 0;
        padding: 0 .2rem;
    }

    .foot_link {
        margin-top: .2rem;
        justify-content: center;
    }
}