﻿a:link, a:visited {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration: underline;
	color:#08A5E0;
	text-decoration:none;
}

ul, ul li {
	list-style-type:none;
}
.cl {
	zoom:1;
}

/*网站头部*/
.col960 {
	width: 1200px;
	margin: auto;
}
.navbg {
	height: 50px;
	width: 100%;
	position: absolute;
	z-index: 99;
	left: 0;
	padding-top: 20px;
}
#navul li {
	float: left;
	margin-right: 1px;
	width: 140px;
	height: 50px;
	position: relative;
	text-align: center;
	line-height: 50px;
}

#navul li.navhome {
	text-align: left;
	width: 140px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 40px;
	height: 50px;
	background-color: #F90;
}
#navul li a:link, #navul li a:visited {
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 14px;
}
#navul li ul {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 50px;
	background-color: #4DB3A6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#navul li ul li {
	display: block;
	width: 170px;
	float: none;
	margin-right: 0px;
	height: 50px;
	position: relative;
	line-height: 50px;
	font-size: 14px;
	font-family: "微软雅黑";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#navul li.navmoon {
	width: 170px;
	height: 50px;
	line-height: 50px;
	background-color: #32BF3F;
}
#navul li.navmoon a {
	color:#FFFFFF;
}
#navul li.navhome a:hover {
	color:#FCFF00;
}
#navul li.navmoon ul {
	display:block;
}
#navul li.navmoon ul a {
	display: block;
	width: 170px;
	height: 50px;
	line-height: 50px;
}
#navul li.navmoon ul a:hover {
	background-color: #006BCB;
}
