
@media only screen and (min-width: 992px){
    #header li.quick-cart .quick-cart-wrapper {
        max-height: 180px;
        overflow: hidden;
    }
}
@media only screen and (min-width: 1400px){
    .container{
        width: 1400px;
    }
}
@media only screen and (max-width: 1600px){
    .container-fluid{
        padding: 0 15px;
    }
    #contentnav .box-icon-side{
        padding: 20px;
    }
    .nav-main>li>a{
        padding:10px;
    }
}
@media only screen and (max-width: 768px){
    section{
        padding: 40px 0;
    }
    section div.row>div {
        margin-bottom: 30px;
    }
    .margin-bottom-60 {
        margin-bottom: 30px!important;
    }
    .nav-main>li {
        background: none;
    }
    #contentnav .box-icon-side{
        padding: 0;
    }
    #contentnav .box-icon {
        margin: 20px 0;
    }
    #contentnav .box-border:after{
        display: none;
    }
    #contentnav .box-border:before{
        display: none;
    }
    #footer_info{
        margin-top: 20px;
        padding: 20px 0 0;
    }
    #footer_info .col-sm-2{
        padding-top: 0;
    }
    #footer_info .row>div{
        margin-bottom: 20px!important;
    }
    .footinfo1 p{
        line-height: 2em;
        text-align: center;
    }
    .footinfo1 .infobox{
        float: none;
    }
    .footinfo1 .erweima{
        float: none;
        padding-top: 20px;
    }
    .footinfo1 .text1 {
        margin-top: 20px;
    }
    #page-menu{
        background-color: #f0f0f0;
        height: 44px;
        line-height: 44px;
    }
    #page-menu ul>li>a {
        height: 35px;
        line-height: 35px;
    }
    .content_detail img{
        width: 100%;
        height: auto;
    }
}