@media ( min-width:768px) and ( max-width:991px) {
	html {
		width: 100%;
		height: 100%;
		font-size: 62.5%;
		/* 10÷16=62.5% */
	}
	body {
		font-size: 16px;
		font-size: 1.6rem;
		/* 12÷10=1.2 */
	}
	.container {
		margin-right: auto;
		margin-left: auto;
		width: 96%;
	}
	.container:before,
	.container:after {
		content: " ";
		display: table;
	}
	.container:after {
		clear: both;
	}
	.container:before,
	.container:after {
		content: " ";
		display: table;
	}
	.container:after {
		clear: both;
	}
	.subbanner {
		height: 200px;
	}
	.news-item p.text {
		font-size: 14px;
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		/** 对象作为伸缩盒子模型显示 **/
		-webkit-box-orient: vertical;
		/** 设置或检索伸缩盒对象的子元素的排列方式 **/
		-webkit-line-clamp: 2;
		/** 显示的行数 **/
		overflow: hidden;
		/** 隐藏超出的内容 **/
		height: auto;
		margin-bottom: 20px;
	} 
	.yb-sy-zs-warp .sort:nth-child(5),
	.yb-sy-zs-warp .sort:nth-child(6){
		display: none;
	}
	footer .f-lm-box{
		width: 100%;
	}
	footer .item-lm a{
		float: left;
		margin-right: 20px;
	}
	footer .item-lm h6{
		margin-bottom: 15px;
	}
	footer .item-lm{
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
	}
	footer .item-ewm{
		margin-left:0; 
	}
	.menus .WebLink{
		display: none;
	}
	.burger_menu{
		display: block !important;
		top: 0 !important;
		float: right;
		margin-top: 1.4%;
	} 
	.indexNotice{
		width: 100%;
	}
	.indexNews{
		width: 100%;
		margin-top: 25px;
	}
	.yb-ny-dh .ny-lm a{
		font-size: 14px;
		margin-left: 28px;
	}
	.yb-ny-dh .ny-location{
		font-size: 12px;
	}
	.yb-ny-dh{
		line-height: 45px;
	}
	.yb-service-title{
		width: 100%;
	}
	.yb-service-title a{
		float: left;
		width: 48%;
	}
	.yb-service-title a:nth-of-type(2n+2){
		float: right;
	}
	.yb-service-cont{
		width: 100%;
		margin-top: 25px;
	}
	.yb-zscx-warp{
		width: 92%;
	}
	.yb-zscxde-warp{
		width: 80%;
	}
}

@media ( min-width:768px) and ( max-width:1024px) {
	 
}
@media ( min-width:768px) and ( max-width:930px) {
	  
}

@media ( min-width:768px) and ( max-width:780px) {
	 
}

@media ( min-width:768px) and ( max-width:875px) {
	 
}

@media ( max-width:810px) {
	 
}