/*平板ipad*/
@media only screen and (min-width: 100px) and (max-width: 1199px) {
	.tel{display: none;}
}


/*移动端*/
@media only screen and (min-width: 100px) and (max-width: 767px) {
	.z_top, .header, .footer, .contact_us{display: none;}
	.navbar{background-color: #fff;}
	.navbar-brand{height: auto; padding: 0;}
	.navbar-nav>li{width: 100%;text-align: center;}
	.advantage h5 span{margin: -4px -150px; font-size: 18px;}
	.z_news{margin-bottom: 50px;}
	.z_listnews{margin: 1% auto}
	.zbox_1 .z_intro .z_cont .txt{margin: 10px auto;}
	.silder{ padding:0; margin-bottom:10px;}
	#onlink{ width:100%;}
	.textly input{ width:174px;}
	.textly textarea{width:174px;}
}


@media only screen and (min-width: 768px) and (max-width: 992px)  {
	.textly input{ width:274px;}
	.textly textarea{width:274px;}
}