/* 大屏幕（大桌面显示器，小于等于 1200px） */
@media only screen and (max-width: 1460px) {
	.logo-l{/* width: 80%; */}
	#header .inner{border: none;}
}
@media only screen and (max-width: 1399px) {
	 .inner {
		width: 98%;
	}
	.yc1{width: 65%;}
	.conleft{
		width: 24%;
	}
	.conright{width: 73%;}
	#header{height: auto;}
}
@media only screen and (max-width: 1020px) {
	.logo-l{width: 80%;}
	.logo-r{display: none;}
	.nav {
		display: none;
	}
	.navi-aside-toggle {
		display: block;
	top: 20px;}
	.gg{width: 100%;}
	.gh, .fc{margin: 20px 0px;}
	.xs,.rc{width: 100%;}
	.articleList01 ul li{width: 100%;}
	.articleList01 ul li .art-Img img{min-height: auto;}
	.articleList01 ul li .art-Img{padding-bottom: 0%;height: auto;}
	.lx{margin: 0px;}
	#mod3{background: url(../img/m3bg.png) repeat;}
	.bb{margin-bottom:20px;}
	.infobox img{max-width:100% !important;margin:0px auto;display:block;height:auto;}
	table{width:100%;}
}


/* 小屏幕（平板，小于等于 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: 50%;}
	.conleft{display: none;}
	.conright{width: 100%;}
.ritop .lm{font-size:22px;}
.dq a,.dq{font-size:12px;}
.zh ul,.articleList01 ul{margin:0px;}
.articleList01 ul li a{margin:0px;}
.newtop a{top:25px;}
}
@media only screen and (max-width: 570px) {
	.conright .listul li a{width: 65%;}
}