@media screen and (max-width: 1326px) and (min-width: 1200px) {
    .head_pc{display: none;}
    .head_wap{display: block;}
    .header.pc {
        display: none;
    }
    .h_footer.pc{display: none;}
    .head.wap{
        display: block;}
    .head{
        max-width: 100%;
        position: fixed;
        height: 1.2rem;
        z-index: 9999;
        width: 100%;
        background: #ffffff;

    }
    .header.pc{
        display: none;
    }
    .header.wap{
        display: block;
    }

    .menu_list_pc.pc{display: none;}
    .menu_list_pc{display: none;}
    .head a.logo{display: inline-block;width:3.53rem;height: 1.01rem;margin:0.1rem 0 0 0.1rem;position: relative;}
    .head a.logo img{display: block;max-width: 100%;max-height: 100%;}
    .head span.navbar{display: block;width:1rem;height: 100%;cursor: pointer;margin: 0 0 0.24rem;float: right;position: relative;}
    .head span.navbar img{max-width: 100%;
        max-height: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;}


    /*²Ëµ¥À¸*/

    .menu_list_bor {
        position: fixed;
        height: 100%;
        width: 100%;
        right: -100%;
        top: 0;
        z-index: 8888;
    }

    .colse_menu {
        position: absolute;
        left: 0;
        top: 0;
        width: 40%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

    .menu_right {
        width: 60%;
        position: absolute;
        height: 100%;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 9999;
        overflow-x: hidden;
    }

    .menu_top {
        width: 100%;
        height: 1rem;
        border-bottom: 1px solid #bbbbbb;
    }

    .clo {
        line-height: 1rem;
        color: #333;
        font-size: 0.3rem;
        width: 1.5rem;
        margin-left: 0.3rem;
        height: 1rem;
        background-size: auto 0.25rem;
        padding-left: 0.35rem;
    }

    .menu_list {
        width: 100%;
    }

    .clo b{
        float: left;
        height: 100%;
        width: 20px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform:  rotate(180deg);;
        background: url('fl.png') no-repeat right center;
        background-size: 40%;
    }

    .clo span {
        display: inline-block;
        line-height: 0.8rem;
        margin-left: 0.1rem;
    }

    .menu_list >ul>li,.menu_list>ul>li div>ul>li{
        line-height: 0.8rem;
        *height: 0.8rem;
        position: relative;
        border-bottom: 1px solid #e9e9e9;
    }
    .menu_list>ul>li div>ul{
        display: none;
    }
    .menu_list >ul >li >a,.menu_list>ul>li div>ul>li>a {
        line-height: 0.8rem;
        *height: 0.8rem;
        color: #333;
        font-size: 0.28rem;
        display: inline-block;
        padding-left: 0.65rem;
        width: 100%;
        display: block;
    }

    .menu_list>ul>li div>ul>li{
        border:0;
        border-top: 1px solid #e9e9e9;
        padding-left: 0.1rem;
    }

    .menu_list >ul >li div>ul>li>a{color: #575757;}

    .menu_list >ul >li>b, .menu_list >ul >li div>ul>li b{
        position: absolute;
        display: block;
        width: 100%;
        height: 0.8rem;
        right: 0;
        top: 0;
        background: url('fl.png') no-repeat 90% center;
        background-size: 3.5%;
    }
    .menu_list>ul>li div>ul>li li{
        border-top:1px solid #e9e9e9;
    }
    .menu_list>ul>li div>ul>li li a{
        padding-left:1.5rem;
        color:#333;
    }

    .menu_list >ul >li>b.nex ,.menu_list >ul >li div>ul>li b.nex{
        background: url('nex.png') no-repeat 90% center;
        background-size: 6%;
    }

    .menu_list >ul >li{line-height: 0.8rem;}




}



