/* 页面公共部分样式_响应式处理 */
@media screen and (max-width: 1450px) {
    .sameWidth{
        width: 100%;
        box-sizing: border-box;
        padding: 0 2%;
    }

    /* header */
    .header{
        height: 132px;
    }

    .index_logo img{
        width: 416px;
    }

    .slogan img{
        width: 290px;
        margin: 35px 0 0 60px;
    }

    /* 内页正文 */
    .left_nav{
        width: 214px;
        margin-right: 20px;
    }

    .right_main{
        width: calc(100% - 214px - 20px);
    }

    .nav_title{
        height: 71px;
    }
}

@media screen and (max-width: 998px) {
    /* header */
    .header{
        height: 76px;
    }

    .inner_header{
        justify-content: space-between;
    }

    .index_logo img{
        width: 280px;
    }

    .slogan{
        display: none;
    }

    .nav_toggle{
        display: block;
    }

    /* nav_pc */
    .nav_pc{
        display: none;
    }

    /* footer */
    .footer{
        padding: 16px 0;
    }

    .footer p{
        font-size: 14px;
        line-height: 28px;
    }

    /* 右侧固定导航 */
    .right_fixed_menu{
        bottom: 10%;
    }

    .fixed_menu{
        width: 80px;
        height: 84px;
        box-shadow: 0px 1px 2px 0px #dcdee0;
        margin-bottom: 5px;
    }

    .fixed_menu img{
        width: 37px;
        height: 37px;
    }

    .fixed_menu p{
        font-size: 14px;
        margin-top: 5px;
    }

    /* 内页正文 */
    .main_box{
        flex-wrap: wrap;
    }

    .inner_main{
        padding: 20px 0 30px;
    }

    /* 左导航 */
    .left_nav{
        width: 100%;
        margin-right: 0;
        box-shadow: 2px 1px 5px 0px #F5F4F4;
        margin-bottom: 10px;
    }

    /* 一级栏目 */
    .nav_title{
        height: 42px;
        padding: 0 13px;
    }

    .nav_title h3{
        font-size: 16px;
    }

    .nav_title img{
        display: block;
    }

    .l_nav_first{
        background: none;
        min-height: 0;
        padding-left: 0;
    }

    .l_nav_first > li > a{
        padding: 15px 13px;
    }

    .l_nav_first > li.l_nav_li_active > a{
        border-left: 4px solid #8E0209;
    }

    /* 右主内容 */
    .right_main{
        width: 100%;
    }

    /* 二级栏目名称/自动获取 */
    .current_cloumn{
        font-size: 14px;
    }

    .current_address{
        display: none;
    }

    /* 动态内容部分 */
    .dy_content{
        padding: 20px 0;
    }

    /* 分页 */
    .lg_pages{
        margin-top: 20px;
    }

    .lg_pages a, .lg_pages span.p_no_d, .lg_pages span.p_fun_d{
        min-width: 75px;
        height: 34px;
        border-radius: 1px;
        padding: 0 5px;
        margin: 0 16px;
    }

    .p_no_d, .p_no{
        display: none !important;
    }
}

@media screen and (max-width: 540px) {
    .sameWidth{
        padding: 0 3%;
    }

    /* header */
    .header{
        background: url(../images/mo/mo_lg_topbg.png) no-repeat;
        background-size: 100% 100%;
    }

    .index_logo img{
        width: 210px;
    }
}