﻿@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;
	} 
	.Logo-wz{
		display: none;
	}
	.head-language{
		float: right;
	}
	.menus .WebLink li{
		margin-left: 48px;
	}
	.abtRight{
		margin-top: 24px;
	}
	.syNewsBox .news-more{
		display: none;
	}
	.sy-news-list{
		width: 100%;
	}
	.foot-itme{
		margin-left: 75px;
	}
	.ajs-search{
		display: none;
	}
	.sy-news-list  .row .pdg:nth-child(4){
		display: none;
	}
	.syHyyySlt{
		display: none;
	}
	.syHyyySlide .gallery-top span{
		display: block;
	}
	#syProN, #syProP{
		display: none;
	}
	#syPro{
		width: 100%;
	}
	.syYsList .left{
		width: 100%;
	}
	.syYsList .right{
		width: 100%;
	}
	.syYsList img{
		display: block;
		width: 100%;
	} 
	.foot-itme{
		width: 100% !important;
		margin-left: 0 !important;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: #949494 solid 1px;
	}
	.foot-ewm{
		display: none;
	}
	#jzg5{
		right: 22px;
	}
	#jzg2{
		left: 17px;
	}
	.admin-item{
		padding: 4%;
	}
	.foot-copy{
		font-size: 12px;
	}
	.leftClass{
		width: 23%;
	}
	.foot-itme h4{
		margin-bottom: 20px;
	}
	.foot-itme > a{
		float: left;
		margin-right: 30px;
	}
	.menus .WebLink{
		 width: 100%;
		max-width: 720px;
		float: none;
		margin: 0 auto;
	}
}

@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) {
	 
}