/* 大屏幕（大桌面显示器，小于等于 1200px） */

@media only screen and (max-width: 1499px) {
	.wrapper .inner {
		width: 98%;
	}
	.m-slide .img{display: none;}
	.m-slide .tab{width: 100%;}
	.m-slide .tab .on a b {
		background: #C40004;
	}
	.m-slide .tab a b,.m-slide .tab a {
		left: 0px;
		width: 100%;
	}
}

@media only screen and (max-width: 1300px) {
	.navList li a{font-size: 16px;}
	.nav{
		background:#C40004;
	}
	#header{position:relative;background:#C40004}
	
}
@media only screen and (max-width: 1200px) {
	
	#normalcon1 {
		width: 100%;
		float: none;
	}
		.navi-aside-toggle {
		display: block;
	}

	.navBtns {
		display: block;
	}

	.navList {}

	.nav {
		display: none;
	}
	.mod1l{width: 100%;}
	.tu .slide img{height: auto;}
	.mod1r{width: 100%;margin-top: 30px;}
	.mod2{padding-top: 30px;}
	.mod2 ul li{width: 100%;margin-bottom: 20px;}
	.mod2 ul li .bt{height: 180px;box-sizing: border-box;}
	.zyjh ul .st .zy{overflow: hidden;}
	.gg, .gg1,.zb,.ul1,.ul2,.ul3,.ul4{width: 100%;}
	.zb .slide img{height: auto;}
	.zj{width: 100%;margin: 0;margin-top: 180px;}
	.zj .zjtp{height: auto;}
	.yb{margin-top: 20px;}
	.ul2{margin: 20px 0px 0px;}
	.mtsy, .hsyy{margin: 0;}
	#right img{height: auto;}
	#right div{height: 120px;overflow: hidden;}
	#mod6 ul li{width: 33.33%;margin-bottom: 10px;}
	.tu::after{display: none;}
}

/* 小屏幕（平板，小于等于 768px） */
@media only screen and (max-width: 990px) {



	
}

@media only screen and (max-width: 700px) {
		#mod6 ul li{width: 100%;margin-bottom: 15px;}
}

@media only screen and (max-width: 600px) {
	
}

@media only screen and (max-width: 500px) {
	
}

@media only screen and (max-width: 400px) {
	
}

@media only screen and (max-width: 350px) {
	
}