@charset "utf-8";
/* CSS Document */


ul, ul li {
	list-style-type: none;
	margin:0;
	padding:0;
}


.nav_z {
	width: auto!important;
	height: 45px;
	float: left;
	position: relative;
	z-index: 999;
}


#navul li {
	float: left;
	width: 65px;
	height: 45px;
	position: relative;
	text-align: center;
	line-height: 45px;
}



#navul li a:link, #navul li a:visited {
	color: #555;
	font-weight: 500;
	font-family:"微软雅黑";
}


.mainlevel{ height:40px;}


#navul li ul {
	display: none;
	position: absolute;
	z-index: 999;
	border-bottom: none;
	left: 0px;
	top:0px;
	border-left: none;
	border-right: none;
	width:300px;
	background:#FFF;
	height:140px;
}



#navul li ul li {
	display: block;
	float: none;
	height: 25px;
	position: relative;
	line-height: 25px;
	font-size: 12px;
	overflow: hidden;
	background: #fff;
	width:120px;

}
#navul li ul .gs{ width:90px; padding-bottom:2px;}
#navul li ul .gs a{ width:50px; display:block; height:25px; line-height:25px;}
#navul li ul .gs a:hover{ border-bottom:2px solid #F00; color:#F00;}
#navul li.navmoon {
	height: 45px;
	line-height: 45px;
	border-bottom: 2px solid #cc252d;
	
}
#navul li.navmoon ul {
	display: block;

}
#navul li.navmoon ul a {
	display: block;
}
#navul .gd {
	width: 140px;
}
#navul .gd a {
	color: #cc252d; 
}
#navul .gd ul {
	width:560px;
}
#navul .gd ul li{
	line-height:28px;
	height:28px;
	font-family:"微软雅黑";
}
#navul .gd ul li a {
	text-align: left;
	margin-left: 30px;
	color:#737373;
	font-size:14px;
	line-height:20px;
	height:20px;
	
}
#navul .gd ul li a:hover{ 
	color:#cc252d;
}
#navul .gd ul li .fw{ 
	color:#cc252d; 
	font-size:14px;
	margin-top:20px; 
	
}
#navul .gd01 {
	width: 70px;
}
