/* 大屏幕（大桌面显示器，小于等于 1200px） */
@media only screen and (max-width: 1499px) {
	.inner {
		/* width: 98%; */
	}
}
@media only screen and (max-width: 1300px) {
.zlbj{width: 100%;}
.szzl img {width: 100%;}
	
}
@media only screen and (max-width: 1200px) {
	
	.ywlog{
		width: 100%;
	}
	.yq{width: 50%;margin-left: 0px;margin-top: 20px;}
	.rwm{float: left;}
}
@media only screen and (max-width: 1030px) {
	
	.nav,.logo-rb {
		display: none;
	}
	.navi-aside-toggle {
		display: block;
	}
	.cgfw,.xwtz{width: 100%;}
	.kfsj{background: url(../img/cgbg.png) no-repeat 0px #8e0201;}
	.xwtz{margin-top: 20px;}
	.zlbj .bd{float: right;position: relative;top:0px;left:0px;padding-top: 250px;padding-bottom: 30px;}
	.zlbj .hd,.zlbj .hd ul li{width: 100%;}
	.zlbj{height: auto;}
	.xwt,.xwwz{width: 100%;}
}


/* 小屏幕（平板，小于等于 768px） */
@media only screen and (max-width: 768px) {
.sideNav{display:none !important}
	.ywlog img{width: 100%;}
	.comtop1 .title{font-size: 34px;}
	.mo img{width: 80%;}
	.lm1 li{width: 100%;}
}
@media only screen and (max-width: 570px) {
	.dq,.ritop .lm{float:none;width: 100%;}
	.ritop{height:auto;}
}
