
@media screen and (max-width: 1150px) {
    .container{
        width:94%;
        margin: 0 3%;
    }
    .nav-wrap,.top{
        padding: 0 10px;
    }
    .nav-wrap nav{
        float: right;
    }
    .search{
        display: none;
    }


}

@media screen and (max-width: 780px) {
    .container{
        width:100%;
        margin: 0px;
        border: 0px;
    }
    .top a{
        display: none;
    }
    .nav-wrap .logo{ margin-top: 0px;}
    .nav-wrap .logo .logo-min {
        margin-top: 0px;
        display: block;
    }
    .nav-wrap .logo .logo-max {
        display: none;
    }
    #all-menu{
        display: block;
    }
    .nav-wrap{
        position: relative;
        height: 55px;
    }
    .nav-wrap nav{
        display: none;
        position: absolute;
        top:55px;
        left: 0;
        z-index: 99;
        width: 100%;
        background-color: #012551;
    }
    .nav-wrap nav>div{
        float: none;
        text-align: center;
    }
    .nav-wrap nav>div>a{
        line-height: 40px;
    }
    .about:before{
        display: none;
    }
    .about .about-left{
        padding-bottom: 25px;
        margin-bottom: 25px;
        border: 0;
        border-bottom: 1px solid #eee;
    }
    .about .about-right{
        margin-bottom: 15px;
    }
    .about .about-left,
    .about .about-right,
    .about .about-right .desc{
        width: 100%;
        float: none;
    }
    .about .about-right .more{
        text-align: left;
        margin-top: 15px;
    }
    .product .product-list a{
        width: 24%;
    }
    .quality .desc{
        padding: 0 94px 3% 5%;
    }

    .ny-product-desc .fl{
        width: 100%;
        border-bottom: 1px solid #eee;
        padding: 25px 0;
        text-align: center;
    }
    .ny-product-desc .fr{
        padding: 25px 0;
        width: 100%;
        border-bottom: 0px solid #eee;
        text-align: center;
    }
    .ny-product-desc img{
        max-width: 100%;
    }

}
@media screen and (max-width: 479px) {
    .quality {
        padding-top: 120px;
        text-align: center;
    }

    .quality .quality-icon {
        position: absolute;
        width: 100%;
        top: 4%;
        right: 0;
        margin-top: 0px;
        text-align: center;
    }

    .quality .desc {
        padding: 0 5% 3% 5%;
    }

    .product h2 {
        text-align: center;
    }
    .copy{
        margin-top: 10%;
    }
    .intxt {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .top{
        display: none;
    }

    .product .product-list a{
        width: 48%;
    }
}