


/*导航下拉菜单*/
#header{width:910px;margin:0px;}
.nav{font-family: 'Microsoft Yahei';
	
	width: 910px;
	height: 114px;
	
}
.yell:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../skins/yj_free/images/cn_03.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 96px;
}
.yell:link{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../skins/yj_free/images/cn_03.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 96px;
}
.yell:visited{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../skins/yj_free/images/cn_03.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 96px;
}
.yell:active{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../skins/yj_free/images/cn_03.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 96px;
}
.nav li{font-family: 'Microsoft Yahei';
	position: relative;
	float: left;
}
.nav .bg{ height: 114px; padding:0px; display:block;}

.nav li a{
	font-family: "Microsoft Yahei";
	line-height: 114px;
	float:left;
	height:  114px;
	color:#3c3c3c;
	font-size:15px;
	font-weight: normal;
	text-transform: uppercase;
	width: 96px;
	text-align: center;
}
.nav li a:hover {
	font-family: "Microsoft Yahei";
	color:#FFFFFF;
	font-size:15px;
	line-height:  114px;
	font-weight: normal;
	height:  114px;
	display:block;
	text-transform: uppercase;
	background-image: url(../skins/yj_free/images/cn_03.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 96px;
}
.nav li .nav-w {
	z-index:21;
	position: relative;
	display:none;
	float:left;
	clear:both;
	overflow:hidden;
	left:0px;
	color: #3c3c3c;
	background-color: #D9F2FF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b0242c;
}
.nav li:hover a{
	font-family: "Microsoft Yahei";
	color:#FFFFFF;
}
.nav li .section-nav1{ padding:0px; height:auto; overflow: hidden;}
.nav li .section-nav1 ul {
	position:static;
	padding:0px;
	margin:0px;
	width:98px;
	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 {  transition: all 0.5s;}
.nav li .section-nav1 ul li a {
	text-align:center;
	line-height:34px;
	width:auto;
	display:block;
	float:none;
	height:34px;
	color:#FFFFFF;
	font-size:15px;
	overflow:hidden;
	cursor:pointer;
	background-color: #272426;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	word-spacing: 2px;
	text-transform: uppercase;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.nav li .section-nav1 ul li a:hover {
	color: #FFFFFF;
	background-color: #e11821;
	background-image: none;
	line-height:34px;
	height: 34px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: center;
	word-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
/*导航下拉菜单*/