﻿@media (max-width:767px) {
    .c_left ul li {
        width: 15%;
        height: 38px;
        float: left;
        line-height: 38px;
        text-align: center;
    }
    .c_left ul li:nth-child(6){
        width: 25%;
    }
    .c_left .left_menu{
        display:none;
    }
    .c_left ul{
        width:100%;
    }
}

@media (max-width:640px) {
    .c_left ul li {
        width: 15%;
        height: 38px;
        float: left;
        line-height: 38px;
        text-align: center;
    }
    .c_left ul li:nth-child(6){
        width: 25%;
    }
    .c_left .left_menu{
        display:none;
    }
    .c_left ul{
        width:100%;
    }
}

@media (max-width:320px){
    .c_left ul li {
        width: 15%;
        height: 38px;
        float: left;
        line-height: 38px;
        text-align: center;
        
    }
    .c_left ul li:nth-child(6){
        width: 25%;
    }
    .c_left .left_menu{
        display:none;
    }
    .c_left ul{
        width:100%;
    }
}