﻿@media (max-width: 1199px) {

}
@media (max-width: 1024px) {
    .menu{
        display: block;
    }
    nav{
        position: fixed;
        right: -30%;
        top: 0;
        height: 100%;
        width: 30%;
        background: #222;
        padding-top: 40px;
        box-sizing: border-box;
        z-index: 111;
    }
    .header.active nav{
        right: 0;
        transition: all .3s;

    }
    nav li{
        float: none;
        width: 100%;
    }
    .nav > li{
        float: none;
        width: 100%;
        height: 60px;
        line-height: 60px;
    }
    .nav > li > a{
        height: 60px;
        line-height: 60px;
        color: #fff;
    }
}
@media (max-width: 768px) {
    .topbox,.gsjj_left,.gsjj_p,.footer_nav,.footer_lx,.flink{
        display: none;
    }
    .header{
        height: 70px;
    }
    .logo{
        padding: 0;
    }
    .menu{
        margin-top: 10px;
    }
    .cpzx,.fw,.gsjj,.news{
        padding: 40px 0;
    }
    .gsjj_right{
        width: 100%;
        float: none;
    }
    .gsjj_txt{
        margin-top: 0;
    }
    .footer{
        padding: 20px 0;
    }
    .bottom-fixed{
        display: block;
    }
}
@media (max-width: 600px) {
    .cpzx,.fw,.gsjj,.news,.list .cpzx{
        padding: 30px 0;
    }
    .cpzx_sp > h2{
        font-size: 24px;
    }
    .cpzx_p{
        font-size: 18px;
    }
    .news_ul li{
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .hotlist .item{
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .hotlist .item:first-child{
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .m_hidden,.blogo,.location{
        display: none;
    }
    .header{
        height: 50px;
    }
    nav{
        width: 60%;
        right: -60%;
    }
    .shadow img{
        right: 62%;
    }
    .recommend ul li,.cpzx_ul li,.cpzx_ul li.mar0,.fw_ul li,.fw_ul li.mar0{
        width: 48.5%;
        margin-right: 3%;
        margin-top: 15px;
    }
    .recommend ul li:nth-child(even),.cpzx_ul li:nth-child(even),.fw_ul li:nth-child(even){
        margin-right:0;
    }
    .cpzx_ul li .cpzx_txtB{
        padding: 5px;
    }
    .cpzx_ul li .cpzx_txtB .cpzx_txt_p,.fw_ul li a .fw_B .fw_p{
        font-size: 16px;
        text-align: center;
    }
    .cpzx_nav,.fw_ul li a .fw_B .fw_txt{
        display: none;
    }
    .fw_ul li a .fw_B{
        padding: 0;
    }
    .gsjj_title{
        padding-bottom: 10px;
    }
    .gsjj_more{
        padding-top: 15px;
    }
    .footer_L{
        width: 60%;
    }
    .pre_next{
        padding:10px;
    }
    .menu img{
        width: 35px;
    }
.logo img{height:50px;}
}
@media (max-width: 320px) {

}