/* navBar */
.navBar {
	width: 1188px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	color: #333;
}
.nav {
	position: relative;
	width: auto;
	margin: 0 auto;
	font-family: "Microsoft YaHei", SimSun, SimHei;
	font-size: 14px;
}
.nav a {
	color: #fff;
}
.nav h3 {
	font-size: 100%;
	font-weight: normal;
}
.nav .m {
	float: left;
	position: relative;
	z-index: 9999999999999999999;
}
.nav .s {
	float: left;
	width: 3px;
	text-align: center;
	color: #D4D4D4;
	font-size: 12px;
}
.nav h3 a {
	display: block;
	width: auto;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}
.navdanhang a{
	line-height:50px;
	padding: 0px 15px;
}
.navdanhang a:hover{
	line-height:48px;
	border-bottom:#BA955D 2px solid;
	text-decoration:none;
	background:rgba(0,0,0,0.15);
}
.navshuanghang a{
	line-height: 20px;
	padding: 5px 15px;
}
.navshuanghang a:hover{
	padding:3px 15px 5px 15px;
	border-bottom:#BA955D 2px solid;
	text-decoration:none;
	background:rgba(0,0,0,0.2);
}
.nav .sub {
	display: none;
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 1;
	width: 100%;
	/*border: 1px solid #E6E4E3;*/
	border-top: 0;
	background: #fff;
}
.nav .sub li {
	width:100%;
	text-align: center;
	padding: 0 0px;
	margin-bottom: -1px;
}
.nav .sub li a {
	display: block;
	border-top: 1px solid #BA955D;
	padding: 12px 10px;
	line-height: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;	
	background:rgba(62,119,24,1);
}
.nav .sub li a:hover {
	color:#814C20;
	text-decoration:none;
	background:rgba(227,196,168,0.7);
}
.nav .block {
	height: 1px;
	width: auto;
	background: #FE7700;
	position: absolute;
	left: 0;
	top: 42px;
	overflow: hidden;
}
