#header{width:1200px;margin:0px;}
.nav{font-family: Arial, Helvetica, sans-serif;

	width: 1200px;
	height: 104px;
	
}
.yell:link{	background-color: #ed9159;
	color:#FFFFFF;
	text-decoration: none;
}
.yell:visited{	background-color: #ed9159;
	color:#FFFFFF;
	
	text-decoration: none;
}
.yell:hover{	background-color: #ed9159;
	color:#FFFFFF;

	
	text-decoration: none;
}
.nav li{font-family: Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
}
.nav .bg{ height:104px; padding:0px; display:block;}
.nav li a{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 104px;
	padding:0px 18px;
	float:left;
	height:104px;
	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: 104px;
	font-weight: normal;
	height: 104px;
	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: #ed9159;
}
.nav li .section-nav1{ padding:0px; height:auto; overflow: hidden;}
.nav li .section-nav1 ul {
	position:static;
	padding:0px;
	margin:0px;
	width:118px;
	overflow:hidden;
}
.nav li .section-nav1 ul li {
	position:static;
	padding:0px;

	width:100%;
	background:none;
	float:left;
	line-height: 30px;
}
.nav li .section-nav1 ul li a {
	text-align:center;
	line-height:24px;
	width:auto;
	display:block;
	float:none;
	color:#FFFFFF;
	font-size:14px;
	overflow:hidden;
	cursor:pointer;
	background-color: #3cb176;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	text-transform: capitalize;
	padding: 0px;
	height: 50px;
	vertical-align: middle;
}
.nav li .section-nav1 ul li a:hover {
	color: #FFFFFF;
	background-color: #ed9159;
	background-image: none;
	line-height:25px;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: normal;
	width: auto;
	vertical-align: middle;
}