/*媒体查询*/
/*适应PC端（笔记本&台式）网页缩放*/
@media only screen and (max-width: 1000px) {
    #wf-introduce .introduce-content .row .text .btn-bottom{
        display: none;
    }
    #wf-introduce .introduce-content{
        width: 90%;
    }
}	

/*适应手机移动端*/
@media only screen and (max-width: 700px) {
	#wf-header .navbar-light>.container{
        height: 1.2rem;
    }
    #wf-footer .row .col-md-4{
        display: none;
    }
    /* 联系我们 */
    #wf-map{
        height: auto;
    }
    #wf-map .map-content{
        width: 100%;
    }
    #wf-map .map-wrap{
        float: inherit;
        width: 100%;
        height: 8rem;
    }
    #wf-map .map-content .second-col .dropdown-toggle{
        display: none;
    }
    /* 公司介绍 */
    #wf-background .backText .text-bottom{
        display: none;
    }
    #wf-comIntro .comIntro-header button{
        width: 80%;
    }
    #wf-comIntro .container .col-md-5{
        line-height: .65rem;
    }
    #wf-comIntro .container .col-md-7{
        margin-top: .2rem;
    }
    /* 产品详细信息 */
    #wf-productInfo .info-photo .info-photo-content .photo-li{
        width: 48%;
    }
    #wf-productInfo #info-title{
        font-size: 17px;
     }
     #wf-productInfo .productIntro-footer{
        display: none;
    }
   /* 轮播图 */
    #wf-carousel .carousel-inner .carousel-item{
        height: 7rem;
    }
    /* 主页 */
    #wf-carousel .carousel-indicators{
        bottom: 0;
    }
    #wf-carousel .carousel-inner .carousel-item .carousel-caption{
        display: none;
    }
    #wf-introduce .introduce-content .row .col-md-6:first-of-type{
        display: none;
    }
    #wf-business{
        height: auto;
    }
    #wf-partner .partner-title{
        font-size: .45rem;
    }
    #wf-business .business-bottom{
        position: inherit;
    }
    #wf-business .business-bottom button{
        margin: .2rem;
    }
    #wf-partner .partner-title span{
        display: none;
    }
    #wf-business .business-bottom{
        padding: .5rem;
    }
    #wf-product .container .row .col-md-3{
        width: 50%;
    }
    #wf-partner .container .row .col-md-3{
        width: 50%;
    }
    #wf-introduce .introduce-wrap{
        margin: .15rem;
    }
    #wf-header .wf-navbar .navbar-collapse{
        font-size: .4rem;
    }
    #wf-productInfo .info-content{
        padding: .5rem;
    }
    #wf-partner .container .col-md-1-5{
        width: 50%;
        float: left;
    }
    #wf-productInfo .info-photo .container .row .col-md-3{
        display: none;
    }
    #wf-productInfo .info-photo .container .row>div:first-of-type{
        display: none !important;
    }
    .introduce-wrap p:first-of-type>span{
        display: none;
    }
    #wf-comIntro{
        padding:15px 5%;
    }
    /* 页脚 */
    #wf-footer .row .col-md-8{
        font-size: 13px;
    }
    #wf-footer .row .col-md-8 p{
        margin: 2px 0;
    }
    #wf-newsIntro .container .news_content .col-md-8 .news_title span:first-of-type{
        font-size:0.4rem;
    }
    #wf-newsIntroContent .newsIntroText img{
        width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width: 560px) {
	
}
/*台式电脑大于1500*/
@media screen and (min-width:1500px){
 
}