.mob-header{
	display: none;
}
.mob-banner{
	display: none;
	}
.mob-product{
	display: none;
}
@media screen and (max-width: 750px){
	/*头部*/
	.pc-header{
		display: none;
	}
	.mob-header{
		display: block;
		width: 100%;
	}
	.mob-logo{
		width: 100%;
		padding: 2% 0;
		box-shadow: 0 2px 2px #ccc;
	}
	.mob-logo img{
		
		display: block;
		margin: 0 auto;
		max-width: 220px;
	}
	.mob-nav{
		width: 100%;
		background: -webkit-linear-gradient(left, #006947 , #E3C16F);
	    background: -o-linear-gradient(right, #006947, #E3C16F);
	    background: -moz-linear-gradient(right, #006947, #E3C16F);
	    background: linear-gradient(to right, #006947 , #E3C16F);
	}
	.mob-nav li{
		float: left;
		width: 20%;
		text-align: center;
		line-height: 2em;
		font-size: 1em;
		border-bottom: 1px #f2f2f2 solid;
		background: url(../images/right_line.jpg)  no-repeat right;
	}
	.mob-nav li:nth-child(5),.mob-nav li:nth-child(10){
		background: none;
	}
	.mob-nav li a{
		color: #fff;
	}
	/*banner*/
	.pc-banner{
		display: none;
	}
	.mob-banner{
		display: block;
	}
	/*合作伙伴*/
	.cooperation {
		width: 100%;
	}
	.main_box{
		width: 100%;
		padding: 2%;
		margin: 0 auto;
	}
	.cooperation li{
		width: 23%;
		margin-right: 2%;
		margin-bottom: 3%;
	}
	.cooperation li:nth-child(4),.cooperation li:nth-child(8){
		margin-right: 0;
	}
	/*新闻、关于我们*/
	#s_news,#s_about{
		width: 100%;
	}
	#s_news{
		margin-bottom: 20px;
	}
	/*产品展示*/
	.pc-product{
		display: none;
	}
	.mob-product{
		display: block;
	}
	.mob-product li{
		float: left;
		width: 50%;
		text-align: center;
		margin-bottom: 2%;
		padding: 2%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.mob-product li img{
		width: 100%;
	}
	.mob-product span{
		color: #616161;
		font-size: 0.8em;
	}
	
	/*行业应用*/
	.yingyong .app li{
		width: 49%;
		margin-left: 0;
		padding: 8px;
		height: auto;
		min-height: 240px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		margin-right: 2%;
	}
	.yingyong .app li:nth-child(2n){
		margin-right: 0;
	}
	/*底部*/
	#footer .right {
    	margin-top: 30px;
    }
    #fot_nav a {
		color: #272727;
    	width: 18%;
    	display: inline-flex;
    	line-height: 2em;
    	text-align: center;
	}
    #footer .up{
    	height: 5em;
    }
    #footer .un{
    	padding-bottom: 20px;
    	border-bottom: 1px solid #ccc;
    }
    /*人才招聘*/
    #list_slide dt td{
   		display: none;
   }
    #list_slide dt.on {
    	background: url(../images/icon_arrow_sfq_un.png) 350px center no-repeat #186460;
}
	#list_slide dt{
		background: url(../images/icon_arrow_sfq_left.png) 350px center no-repeat #f5f5f5;
	}
	
	#n_news .un_box li a.more{
		bottom:-18px;
	}
	/*在线留言*/
	.feedback ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.feedback .submit{
		margin-bottom: 20px;
	}
	.container ul li {
	    width: 100% !important;
	    margin: 0 !important;
	    border: none !important;
	}
	/*厂房设备*/
	#thumbs a{
		width: 46%;
		height: 140px;
		margin: 6px 3px 30px;
	}
	#thumbs a::after{
		bottom: -147px;
	}
	/*产品展示*/
	#n_pro .fl,#n_pro .fr{
		width: 100%;
	}
	#n_pro .fl{
		margin-bottom: 20px;
	}
	#n_pro .gallery li {
	    width: 46%;
	}
	
}
