@charset "UTF-8";





@media screen and (max-width: 1800px){

    html{
        zoom: .9;
    }

}

@media screen and (max-width: 1600px){

    html{
        zoom: .8;
    }

}
@media screen and (max-width: 1440px){

    html{
        zoom: .7;
    }

}

@media screen and (max-width: 1200px){

    html{
        zoom: .6;
    }

}

@media screen and (max-width: 1024px){

    html{
        zoom: .55;
    }
    .enterprise > div{
        width: 95%;
    }
}

@media screen and (max-width: 768px){
    .enterprise .child{
        margin: 0 20px;
    }

}

@media screen and (max-width: 650px){
    .enterprise .child .img ul li {
        padding-bottom: 40px;
    }
    .enterprise .child .img ul li img{
        float: none;
        width: 100%;
    }
    .enterprise .child .img ul li a > div div{
        position: unset;
        width: 100%;
        height: auto;
    }
    .enterprise .child .img ul li a > div div span{
        bottom: 10px;
    }
    .enterprise .child .img ul li a > div div.right{
        padding-top: 0;
    }
    .enterprise .child .img ul li a > div div p{
        -webkit-line-clamp: 2;
    }
    .enterprise .child .img ul li a > div div h4{
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media screen and (max-width: 425px){
    .enterprise .text{
        margin-top: 20px;
    }
    .enterprise .text p{
        width: 95%;
        line-height: 35px;
        font-size: 18px;
    }
    .enterprise .more{
        margin: 50px auto 145px;
    }
}
