


/*导航下拉菜单*/
#header{width:1200px;margin:0px;}
.nav{font-family: 'Microsoft Yahei';

	width: 1200px;
	height: 50px;
	
}
.yell:link{	background-color: #1ea84f;
	color:#FFFFFF;
	text-decoration: none;
}
.yell:visited{	background-color: #1ea84f;
	color:#FFFFFF;
	
	text-decoration: none;
}
.yell:hover{	background-color: #E1BD65;
	color:#CCCCCC;

	
	text-decoration: none;
}
.nav li{font-family: 'Microsoft Yahei';
	position: relative;
	float: left;
}
.nav .bg{ height:50px; padding:0px; display:block;}
.nav li a{
	font-family: "Microsoft Yahei";
	line-height: 50px;
	padding:0px 45px;
	float:left;
	height:50px;
	color:#FFFFFF;
	font-size:15px;
	font-weight: normal;
	text-transform: uppercase;
}
.nav li a:hover {
	font-family: "Microsoft Yahei";
	color:#575757;
	font-size:15px;
	line-height: 50px;
	font-weight: normal;
	height: 50px;
	display:block;
	text-transform: uppercase;
}
.nav li .nav-w {
	z-index:21;
	position: relative;
	display:none;
	float:left;
	clear:both;
	overflow:hidden;
	left:0px;
	color: #FFFFFF;
	background-color: #D9F2FF;
}
.nav li:hover a{
	font-family: "Microsoft Yahei";
	color:#FFFFFF;
	background-color: #1ea84f;
}
.nav li .section-nav1{ padding:0px; height:auto; overflow: hidden;}
.nav li .section-nav1 ul {
	position:static;
	padding:0px;
	margin:0px;
	width:150px;
	overflow:hidden;
}
.nav li .section-nav1 ul li {
	position:static;
	padding:0px;

	width:100%;
	background:none;
	float:left;
	line-height: 36px;
}
.nav li .section-nav1 ul li a {
	text-align:center;
	line-height:40px;
	width:auto;
	padding-left:0px;
	display:block;
	float:none;
	height:40px;
	color:#FFFFFF;
	font-size:14px;
	overflow:hidden;
	cursor:pointer;
	background-color: #4A4A4A;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	word-spacing: 2px;
	text-transform: capitalize;
}
.nav li .section-nav1 ul li a:hover {
	color: #FFFFFF;
	background-color: #1ea84f;
	background-image: none;
	line-height:40px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	word-spacing: 2px;
	text-decoration: none;
	text-transform: capitalize;
}
/*导航下拉菜单*/