/* 大屏幕（大桌面显示器，小于等于 1200px） */
@media only screen and (max-width: 1299px) {
	.inner,.center,.content{
		width: 98% !important;
	}
   .slide1_tabs{display: none;}
	.yc1{width: 65%;}
	.conleft{
		width: 24%;
	}
	.conright{width: 73%;}
}
@media only screen and (max-width: 1199px) {
	.inner {
		width: 98%;
	}
	.logo-rt .sf{float: none;}
	.logo-rt{margin: 0px;margin-top: 20px;}
	.slide_nav{display: none;}
.fullSlide{display:none;}
#mod0{display:block !important;}
}
@media only screen and (max-width: 1000px) {
	.logo-l{width: 100%;}
	
	.nav {
		display: none;
	}
	/* .wp-navi-aside{display: block;} */
	.navi-aside-toggle {
		display: block;
	}
	.logo-rt{display: none;}
	.main1,.main22,.gg{
		width: 100%;
	}
	.wj{margin: 60px 0px;}
	.tpzq li{background-position: 2% 27px;}
	.tpzq li .hy{padding: 0px;padding: 30px 0px;}
	.tpsp,.sp ul{width: 100%;}
	.tpsp{float: none;}
	.lj{width: 100%;padding: 0px 20px;box-sizing: border-box;}
	.lx{margin: 0px;margin-top: 20px;padding: 0px 20px;}
	.sj{width: 100%;margin-top: 20px;}
	.sj .bt{padding-left: 20px;}
	.conright .listul1 li a{width: 70%;}
video{width:100% !important}
.row3,.row2 {width:100% !important}
.con{overflow:hidden !important}
.slide img{height:auto}
}


/* 小屏幕（平板，小于等于 768px） */
@media only screen and (max-width: 900px) {
	.xsz{width: 100%;}
	.xs ul{
		width: 100%;
		margin-top: 20px;
	}
	.xs .btzy{width: 70%;}
	.yq{width: 100%;}
	.yq ul li{width: 100%;margin-top: 10px;}
	.conleft{display: none;}
	.conright{width: 100%;}
	#mod6 select{text-indent: 0px;}
.zstu,.tp ul li img{height:auto}
}
@media only screen and (max-width: 570px) {
	.conright .listul1 li a{width: 65%;}
	.tp ul li,.hd ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	.hd ul li a{
		border: none;
		padding: 0px;
	}
.lx ul li{text-indent:0px;line-height:25px;background:none !important;}
.article .read img {
	/**文章阅读部分图片大小限制**/
	max-width: 800px;
	_width: expression(this.width > 800 ? "800px" : this.width);
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
}
}