@media only screen and (max-width:1600px) {

    .w1500{
        width: 95%;
    }
    .menu-list>li{
        font-size: 16px;
        width: 14%;
    }
    .about p{
        width: 65%;
    }
    .c-title{
        font-size: 24px;
    }
    .c-title:before{
        font-size: 18px;
    }
    .cm-title{
        font-size: 24px;
    }
    dl dt{
        font-size: 16px;
    }
    dl dd{
        font-size: 14px;
    }
    .fadein-content p{
        width: 60%;
    }
    .more{
        line-height: 40px;
    }
    .more:hover{
        line-height: 36px;
    }
    .logo img{
        height: 50%;
    }

}

@media only screen and (max-width:1500px) {
    .footer-top-box ul{
        font-size: 18px;
    }
}

@media only screen and (max-width:1440px){
    .menu-list{
        width: 60%;
    }
    .menu-list>li{
        width: 17%;
    }
}
@media only screen and (max-width:1366px){
    .menu-list{
        width: 55%;
    }
    .menu-list>li{
        width: 19%;
        font-size: 14px;
    }

}