
.nav {
	width: 100%;
	margin: 0 auto 0 auto;
/*	background: #0d7f45;   PC导航背景色绿色 */
	background: #d31820;  /*	 PC导航背景色红色 */
	background: #2359a7;  /*	 PC导航背景色-蓝色 */
}
.nav ul {
	width: 1200px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	margin: 0 auto;
}
.nav li {
	float: left;
	height: 55px;
}
.nav li a {
	display: block;
    height: 100%;
    color: #fff;
    width: 83px;
    text-align: center;
}
.nav li a:hover {
	color: #fff;
	text-decoration: none;
	background: #c00000;
}
.nav .on {
	color: #fff;
	background: #c00000;
}
.menu {
	font-size: 14px;
	padding: 5px 10px;
}
.menu li {
	float: left;
	width: 50%;
	overflow: hidden;
	line-height: 30px;
}
.menu li a {
	display: block;
	height: 100%;
	text-indent: 10px;
	background: url(../images/ico_3.jpg) 0 13px no-repeat;
}
.menu li a:hover {
	background: url(../images/ico_4.jpg) 0 13px no-repeat;
}
.menu .on {
	color: #f00;
	background: url(../images/ico_4.jpg) 0 13px no-repeat;
}
.weizhi {
	width: 1200px;
	margin: 0 auto 10px auto;
	line-height: 18px;
	text-indent: 20px;
	background: url(../images/ico_5.png) 0 2px no-repeat;
}


.jrtt {
	width: 1200px;
	height: 90px;
	margin: 20px auto;
	padding: 10px 0;
	background: #F3F3F3;
	border: #E6E6E6 1px solid;
	position: relative
}
.jrtt h2 {
	width: 1100px;
	height: 50px;
	line-height: 50px;
	font-size: 40px;
	font-family: 微软雅黑;
	text-align: center;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	display: block;
	margin: 0 auto
}
.jrtt h2 a {
	text-decoration: none;
	color: #e60012;
}
.jrtt h2 a:hover {
	text-decoration: none;
	color: #e60012;
}
.jrtt ul {
	width: 1050px;
	height: 30px;
	margin-top: 6px;
	display: block;
	margin: 6px auto
}
.jrtt ul li {
	width: 300px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	float: left;
	padding-left: 18px;
	background: url(../images/liico2.gif) left no-repeat;
	overflow: hidden;
	display: block;
	margin: 0 auto
}
.jrtt ul li a {
	color: #3F3F3F
}
.jrtt .toutiao {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 75px;
	background: url(../images/topnews.png) no-repeat
}
.jrtt .toutiao h2 a {
	color: #e60012;
}
