@charset "utf-8";
/*CSS全局设置*/

.nav{
	background-color: #18669f;
	height: 56px;
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 996;
	position: relative;
	padding: 0px;
} 
ul{
	list-style: none;
	z-index: 999;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left:0;

} 
ul li{
	float: left;
	line-height: 56px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	background: none;
	position: relative;
} 
ul li a{
	font-family: "微软雅黑", "宋体";
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
	height: 56px;
	width: 120px;
	line-height: 56px;
	background-color: #18669f;
	display: block;
} 
ul li a:hover,ul li a.hov{
	font-family: "微软雅黑", "宋体";
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ed6e00;
	height: 56px;
	width: 120px;
	line-height: 56px;
	
} 

ul li ul{ 
 display:none; 
} 
ul li ul li{
	float: none;
	background-color: #90000A;
	height: 30px;
	line-height: 30px;
} 
/*为了兼容IE7写的CSS样式，但是必须写在a:hover前面*/
ul li ul li a:link,ul li ul li a:visited{
	background-color: #ed6e00;
	font-family: "微软雅黑", "宋体";
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
} 
ul li ul li a:hover{
	background-color: #DF5502;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	font-size: 14px;
} 
.current{
 color:#ffffff;
 background:#90000A;
}
.a_daohang2 {
	font-family: "微软雅黑", "宋体";
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
	height: 56px;
	width: 120px;
	display: block;
	line-height: 56px;
	background-color: #ed6e00;
}
.a_daohang2:hover {
	font-family: "微软雅黑", "宋体";
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ed6e00;
	height: 56px;
	width: 120px;
	line-height: 56px;
}
