


/*导航下拉菜单*/
#header{width:1250px;margin:0px;}
.nav{font-family: 'Microsoft Yahei';

	width: 1250px;
	height: 70px;
	
}
.yell:link{
	color:#cc2619;
	text-decoration: none;
	background-image: url(../skins/yj_free/images/index_15.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.yell:visited{		color:#cc2619;
	text-decoration: none;
	background-image: url(../skins/yj_free/images/index_15.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.yell:hover{		color:#cc2619;
	text-decoration: none;
	background-image: url(../skins/yj_free/images/index_15.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.nav li{font-family: 'Microsoft Yahei';
	position: relative;
	float: left;
}
.nav .bg{ height:70px; padding:0px; display:block;}
.nav li a{
	font-family: "Microsoft Yahei";
	line-height: 70px;
	padding:0px 38px;
	float:left;
	height:70px;
	color:#525151;
	font-size:17px;
	font-weight: normal;
	text-transform: uppercase;
}
.nav li a:hover {
	font-family: "Microsoft Yahei";
	color:#cc2619;
	font-size:17px;
	line-height: 70px;
	font-weight: normal;
	height: 70px;
	display:block;
	text-transform: uppercase;
	background-image: url(../skins/yj_free/images/index_15.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.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:#cc2619;
}
.nav li .section-nav1{ padding:0px; height:auto; overflow: hidden;}
.nav li .section-nav1 ul {
	position:static;
	padding:0px;
	margin:0px;
	width:137px;
	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: #e42a3b;
	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;
}
/*导航下拉菜单*/