@media screen and (max-width: 1500px) {
    .aboutUs .banner{
        height: 500px;
    }

    .products .banner {
        height: 500px;
    }

    .contactUs .map #map {
        width: 100%;
        height: 500px;
    }
}

@media screen and (max-width: 1400px) {
    .w1400 {
        width: 1200px;
    }

    .w700 {
        width: 500px;
    }

    .aboutUs .main-wrap .wrap3 .box-left .box-left-bottom {
        padding: 60px 8%;
    }

    .culture .main-wrap .wrapper1 .item-box {
        padding: 40px;
    }

    .distribution .main-wrap .wrap2 .box .right-content {
        padding-left: 50px;
    }
    .distribution .main-wrap .wrap2 .box .content li {
        font-size: 18px;
    }
}


/*# sourceMappingURL=response.css.map */