@media screen and (max-width:1000px) {
    body{
        overflow-x: hidden!important;
    }
    /* 首页 */
    .container{
        width: 95%!important;
    }
    .link_main{
        width: 100%;
    }
    .navbar-collapse li a{
        font-size: 14px;
    }
    .navbar-collapse{
        margin-top: 15px;
    }
    .ourposition{
        min-width: 100%;
    }
    .power_pic{
        width: 100%;
    }
    .power_pic img{
        width: 100%;
    }
    .qiye-main .qiye-nav{
        width: 19%!important;
    }
    .qiye-right{
        width: 76%;
    }
    .qiye-right ul li img{
        width: 100%;
    }
    .qiyewenhua{
        height: 540px!important;
    }
    .index-news-img{
        display: none;
    }

    /* 内页开始 */
    .banner2{
        height: auto!important;
    }
    .products h1{
        padding-top: 0px;
    }
    .shejilist ul li{
        width: 32.1%!important;
    }
    .prolist2{
        margin-bottom: 0px;
    }
    
    .footer .advantage .nr{
        width: 78%!important;
    }
    #wechat2{
        margin-right: 50px!important;
    }


    .index-news-top .index-news-left{
        width: 35%;
    }
    .index-news-top .index-news-left a{
        height: 200px;
        display: flex;
        align-items: center;
    }
    .index-news-top .index-news-right{
        width: 62%;
    }
    .caseTop .caseleft{
        width: 40%;
    }
    .caseTop .caseright{
        width: 56%;
    }
}