


/*导航下拉菜单*/
#header{z-index:31;
	width:1350px;
	margin:0px;
	height: 118px;
}
.nav{font-family: 'Microsoft Yahei';

	width: 1350px;
	height: 118px;
	
}
.yell:active{
	font-family: "Microsoft Yahei";
	line-height: 118px;
	float:left;
	height:118px;
	color:#131313;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/index1210_03.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	width: 160px;
	vertical-align: middle;
}
.yell:link{
	font-family: "Microsoft Yahei";
	line-height: 118px;
	float:left;
	height:118px;
	color:#131313;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/index1210_03.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	width: 160px;
	vertical-align: middle;
}
.yell:visited{
	font-family: "Microsoft Yahei";
	line-height: 118px;
	float:left;
	height:118px;
	color:#131313;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/index1210_03.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	width: 160px;
}
.yell:hover{	width: 160px;
	font-family: "Microsoft Yahei";
	line-height: 118px;
	float:left;
	height:118px;
	color:#333333;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.nav li{font-family: 'Microsoft Yahei';
	position: relative;
	float: left;
}
.nav .bg{ height:118px; padding:0px; display:block;}
.nav li a{	width: 160px;

	font-family: "Microsoft Yahei";
	line-height: 118px;
	float:left;
	height:118px;
	color:#f9f9f9;
	font-size:15px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;	
}
.nav li a:hover {
	width: 160px;
	font-family: "Microsoft Yahei";
	color:#333333;
	font-size:15px;
	line-height: 118px;
	font-weight: normal;
	height: 118px;
	display:block;
	text-transform: uppercase;
	background-image: url(../images/index1210_03.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.nav li .nav-w {
	z-index:21;
	position: relative;
	display:none;
	float:left;
	clear:both;
	overflow:hidden;
	left:0px;
	color: #FFFFFF;
	background-color: #000000;
}
.nav li:hover a{
	font-family: "Microsoft Yahei";
	color:#000000;
	width: 160px;
}
.nav li .section-nav1{ padding:0px; height:auto; overflow: hidden;}
.nav li .section-nav1 ul {
	position:static;
	padding:0px;
	margin:0px;
	width:160px;
	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 {display:block;
	text-align:center;
	line-height:50px;
	width:auto;
	padding-left:0px;
	float:none;
	height:50px;
	color:#FFFFFF;
	font-size:15px;
	overflow:hidden;
	cursor:pointer;
	background-color: #000000;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-transform: capitalize;
}
.nav li .section-nav1 ul li a:hover {display:block;
	color: #FFFFFF;width:160px;
	line-height:50px;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	background-color: #f5560c;
}
/*导航下拉菜单*/