@media screen and  (max-width: 1920px) {
}


@media screen and  (max-width: 1680px) {
    
}


@media screen and (max-width: 1440px) {
    .phone-1{
        width: 350px;
    }
    .phone-2{
        width: 400px;
    }
}


@media screen and (max-width: 1366px) {
    
}


@media screen and (max-width: 1280px) {
    
}

@media screen and (max-width: 1199px) {
    .container{
        width: 96%;
    }

}

@media screen and (max-width: 1024px) {
    body{
        padding-top: 70px;
    }
    .slick-prev, .slick-next {
       display: none !important;
    }
}

@media screen and (max-width: 780px) {

}


@media screen and  (max-width: 479px) {

.header{
    height: 70px;
}
    .logo img{
        width: 130px;
    }
    .logo {
        margin: 16px 0;
    }
    .header .head-info .nav>ul li {
        margin-left: 20px;
    }
    .about-img {
        margin-right: 0px;
        float: none;
    }
    .about {
        margin: 20px 0;
    }
    .banner{
        height: 250px;
    }
    .banner img{
        display: none;
    }
    .banner1{
        background: url("../images/banner1.jpg") no-repeat center center;
    }
    .banner2{
        background: url("../images/banner2.jpg") no-repeat center center;
    }
    .title h2 {
        font-size: 18px;
    }
    .list {
        padding: 20px 0;
    }
    .title b {
        margin-top: 20px;
    }
    .title {
        margin-bottom: 20px;
    }
    .slick-track {
         margin-right: 0px;
         margin-left: 0px;
    }
    .about-text h2 {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .about-text p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .foot {
        padding: 20px 0;
    }
    .slick-initialized .slick-slide p {
        font-size: 16px;
        line-height: 24px;
        padding: 15px;
        height: 80px;
    }
}