/*导航开始*/
.main_nav {
	width: 1160px;
	padding-left: 0px;
	height: 40px;
	position: relative;
	margin: 0 auto;
	font-family: arial, sans-serif;
}
.main_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.fgx {
	background: url(../images/001_r3_c6.jpg) center center no-repeat;
	width: 2px;
	height: 40px;
}
.main_nav ul li {
	float: left;
	position: relative;
	line-height: 40px;
	padding: 0px;
}
.main_nav ul li a, .main_nav ul li a:visited {
	display: block;
	text-decoration: none;
	color: #063666;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 14px;
}
.main_nav ul li:hover a {
	color: #B10200;
	background: url(../images/001_r6_c8.jpg);
	width: 140px;
	height: 40px;
}
.main_nav ul li ul {
	display: none;
}
.main_nav ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
}
.main_nav ul li:hover ul li {
	margin-top: 1px;
}
.main_nav ul li:hover ul li a {
	display: block;
	background: #fff;
	color: #333;
	line-height: 30px;
	height: 30px;
	font-weight: normal;
}
.main_nav ul li:hover ul li a:hover {
	color: #fff;
	background: #f00;
}


/*导航结束*/
