


/*导航下拉菜单*/
#header{z-index:63;
	width:1173px;
	margin:0px;
	background-image: url(../skins/yj_free/images/indexbg_10.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 85px;
}
.nav{font-family: 'Microsoft Yahei';padding-left:80px;

	width: 1120px;
	height: 85px;
	
}
.yell:link{
	color:#FFFF00;
	text-decoration: none;
	font-weight: bold;
}
.yell:visited{		color:#FFFF00;
	text-decoration: none;
	font-weight: bold;
}
.yell:hover{
	color:#FFFF00;
	text-decoration: none;
	font-weight: bold;
}
.nav li{font-family: 'Microsoft Yahei';
	position: relative;
	float: left;
}
.nav .bg{ height:85px; padding:0px; display:block;}
.nav li a{
	font-family: "Microsoft Yahei";
	line-height: 60px;
	padding:0px 42px;
	float:left;
	height:60px;
	color:#FFFFFF;
	font-size:15px;
	font-weight: normal;
	text-transform: uppercase;

}
.nav li a:hover {
	font-family: "Microsoft Yahei";
	color:#ffd800;
	font-size:15px;
	line-height: 60px;
	font-weight: bold;
	height: 60px;
	display:block;
	text-transform: uppercase;

}
.nav li .nav-w {
	z-index:71;
	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:#ffd800;
}
.nav li .section-nav1{ padding:0px; height:auto; overflow: hidden;}
.nav li .section-nav1 ul {
	position:static;
	padding:0px;
	margin:0px;
	width:145px;
	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:12px;
	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;
	text-transform: capitalize;
}
.nav li .section-nav1 ul li a:hover {
	color: #FFFF99;
	line-height:40px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
}
/*导航下拉菜单*/