


/*导航下拉菜单*/
#header{width:1160px;margin:0px;}
.nav{font-family: Arial, Helvetica, sans-serif;

	width: 1160px;
	height: 60px;
	
}
.nav li{font-family: Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
}
.nav .bg{ height:60px; padding:0px; display:block;}
.a11:link{
font-family: Arial, Helvetica, sans-serif;
	line-height: 60px;
	padding:0px 23px;
	float:left;
	height:60px;
	color:#FFFFFF;
	font-size:16px;
	font-weight: normal;
	background-color: #a72224;
}
.a11:active{
font-family: Arial, Helvetica, sans-serif;
	line-height: 60px;
	padding:0px 23px;
	float:left;
	height:60px;
	color:#FFFFFF;	font-size:16px;
	font-weight: normal;
	background-color: #a72224;
}
.a11:visited{
font-family: Arial, Helvetica, sans-serif;
	line-height: 60px;
	padding:0px 23px;
	float:left;
	height:60px;
	color:#FFFFFF;	font-size:16px;
	font-weight: normal;
	background-color: #a72224;
}
.a11:hover{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 60px;
	padding:0px 23px;
	float:left;
	height:60px;
	color:#FFFFFF;	font-size:16px;
	font-weight: normal;
	background-color: #8c8c8c;
}
.nav li a{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 60px;
	padding:0px 22px;
	float:left;
	height:60px;
	color:#FFFFFF;
	font-size:16px;
	font-weight: normal;
	text-transform: uppercase;
}
.nav li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
	line-height: 60px;
	font-weight: normal;
	height: 60px;
	display:block;
	background-color: #c2191a;
	text-transform: uppercase;
}
.nav li .nav-w {
	z-index:21;width:126px;
	position: relative;
	display:none;
	float:left;
	clear:both;
	overflow:hidden;
	left:0px;
	color: #FFFFFF;
	background-color: #121d2b;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #c84036;
}
.nav li:hover a{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: #a72224;
}
.nav li .section-nav1{ padding:0px; height:auto; overflow: hidden;}
.nav li .section-nav1 ul {
	position:static;
	padding:0px;
	margin:0px;
	width:126px;
	overflow:hidden;
}
.nav li .section-nav1 ul li {
	position:static;
	padding:0px;
	width:100%;
	background:none;
	float:left;
	line-height: 36px;
	margin: 0px;
}
.nav li .section-nav1 ul li a {
	text-align:center;
	line-height:45px;
	width:auto;
	padding-left:0px;
	display:block;
	float:none;
	height:45px;
	color:#FFFFFF;
	font-size:13px;
	overflow:hidden;
	cursor:pointer;
	background-color: #8c8c8c;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	text-transform: capitalize;
}
.nav li .section-nav1 ul li a:hover {
	color: #FFFFFF;
	background-color: #a72224;
	background-image: none;
	line-height:45px;
	height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	text-decoration: none;
	width: 100%;
	font-size: 13px;
	text-transform: capitalize;
}
/*导航下拉菜单*/