

#nav_zone{
	width:100%;
	min-width:525px;
	height:47px;background:url(../images/nav.gif) repeat-x;
}
.nav {
	width:1000px;
	margin:0px auto;
}
.nav .nLi {
	float:left;
	position:relative;
	display:inline;
	z-index:999999;
	height:47px;
	background:url(../images/nav_li.jpg) right center no-repeat;
}
.nav .nLi h3:hover{background:#8de6b4;}
.nav .nLi h3:hover a{color:#ff0000;}
.nav .nLi:last-child{
	background:none;
}
.nav .nLi h3 {
	float:left;
}
.nav .nLi h3 a {
	display:block;
	font-size:14px;
	line-height:47px;
	/*text-transform:capitalize;*/
	text-transform:uppercase;
	font-weight:bold;
	color:#ffffff;
}
.nav .nLi h3 .line{
	display:block;
	width:0px;
	height:4px;
	background:#4CB03E;
	margin:0px auto;
}
.nav .nLi:hover h3 .line,.nav .on h3 .line{
	width:100%;
	transition:0.6s;
}
.nav .sub {
	display:none;
	left:0;
	top:47px;
	position:absolute;
	background:#8de6b4;
	/* Gecko browsers */
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	 
	/* Webkit browsers */
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	 
	/* W3C syntax */
	border-bottom-right-radius: 3px;
	border-bottom-left-radius:  3px;
	z-index:9999999;
	-moz-box-shadow:0px 2px 5px #999;
	-webkit-box-shadow:0px 2px 5px #999;
	box-shadow:0px 2px 5px #999;
	/*
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	*/
}
.nav .sub li {
	zoom:1;
}
.nav .sub a {
	display:block;
	padding:10px;
	line-height:20px;
	border-bottom:1px dotted #ccc;
	text-align:center;
}

#sub11{
	width:1000px;
	left:-189px;
	padding:10px 0;
	text-align:center;
}
#sub11 dl{
	width:23%;
	float:left;
	margin:0 1%;
	overflow:hidden;
	text-align:left;
}
#sub11 dl dt{
	display:block;
	font-size:16px;font-weight:bold;
}
#sub11 dl dt ul li{font-size:14px;font-weight:normal}
#sub11 dl dd{
	line-height:30px;font-size:14px;font-weight:normal;
}
#sub11 dl a{
	text-align:left;
}
/*
#sub11 li{
	width:13%;
	float:left;
	margin:0 0.5%;
	text-align:center;
}
#sub11 li img{
	width:100%;
	height:auto;
	display:block;
	border:1px solid #fff;
}
#sub11 li span{
	display:block;
	overflow:hidden;
	
}
#sub11 li a{
	border:none;
}*/

.nav .nLi:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.nav .nLi:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.nav .nLi:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.nav .nLi:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.nav .nLi:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.nav .nLi:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.nav .nLi:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.nav .nLi:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.nav .nLi:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.nav .nLi:nth-child(10){
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/*-----------------头部end------------------------*/

