

/*media.css*/
.--box--{
    margin: 0 auto;

}
.dNone{
    display: none!important;
}
body{
    overflow-x: hidden;
}
/*1440px*/
/*大于*/
@media screen and (min-width: 1440px) {
}
/*小于*/
@media screen and (min-width: 1440px) {
}
/*1200px*/
/*大于*/
@media screen and (min-width: 1200px) {
    .--box--{
        max-width: 1200px;
    }
}
/*小于*/
@media screen and (max-width: 1200px) {
    .contact-big-box{
        width: 90%;
    }
    .product-consult-box{
        height: 60vw;
        width: 80vw;
    }
    .company_philosophy_content{
        line-height: 30px!important;
        font-size: 14px!important;
    }
    .company_img_box{
        width: 400px!important;
    }
    .about-top-txt{
        font-size: 14px!important;
        line-height: 23px!important;
    }
}
/*880px*/
/*大于*/
@media screen and (min-width: 880px) {
    .company_intro{
        display: flex;
    }
    ._company-intro{
        display: none;
    }
    .product-phone-menus-head-main{
        display: none!important;
    }


}
/*小于*/
@media screen and (max-width: 880px){

    .company_img_box{
        display: none;
    }
    .company_intro_box{
        width: 100%;
        font-size: 12px;
    }
    .intro_text_box{
        display: none;
    }
    .intro_img_box{
        width: 100%;
    }
    .intro_text_box_left{
        display: none;
    }
    .intro_box{
        border-radius: 15px;
        margin: 10px;
    }
    .company_intro{
        display: none;
    }
    ._company-intro{
        display: block;
    }
    .intro_box{
        height: 40vw;
    }
    .about-top-box{
        flex-direction: column!important;
    }
    .about-top-box{
        width: 100%!important;
    }
    .contact-top-box{
        flex-direction: column!important;
        align-items:start ;
    }
    .product-consult-box{
        height: 78vw;
        width: 80vw;
    }
    .product-consult-right-box{
        display: none;
    }
    .company_philosophy_pos{
        margin: 45px  0 60px 0;
    }
    .productMenusBox{
        display: none!important;
    }
    .share-main{
        display: none!important;
    }
    .share-hide-box{
        display: inline-block;
    }
}
/*768px*/
/*小于*/
@media screen and (max-width: 768px) {
    .news-phone-menus-head-main{
        display: flex!important;
    }
    .qr-box{
        height: 150px!important;
        width: 150px!important;
    }
    .news_info_content{
        width: 90%!important;
    }
    .right-fs-icon{
        font-size: 36px!important;
    }
    .left-fs-icon{
        font-size: 36px!important;
    }
    .news_middle_context{
        font-size: 12px!important;
    }
    .news_content img {
        width: 100%!important;
    }
}
/*480px*/
/*大于*/
@media screen and (min-width: 480px) {

}
/*小于*/
@media screen and (max-width: 480px) {
    .product-consult-box{
        height: 110vw;
        width: 90vw;
    }
    #content {
        width: 99%;
    }
}


