.nav_box { display: none; }
.logo {
	position: absolute;
	width: 6%;
	height: 0;
	padding-bottom: 2%;
	background-image: url(../img/logo.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	left: 1%;
	top: 15%;
	z-index: 1000;
}
#nav_hover {
	position: relative;
	width: 40%;
	height: 0;
	padding-bottom: 3%;
	overflow: hidden;
	margin: 0 0 0 60%;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix10:after {
	content:".";
	display:block;
	height:10px;
	clear:both;
	visibility:hidden;
}
.h10{ height:10px;}
.h15{ height:15px;}
#header{ width:1000px; margin:0 auto; }

.navBar {
	position: fixed;
	width: 100%;
	height: 0;
	padding-bottom: 3%;
	line-height: 3vw;
	background:#000;
	color:#333;
	margin: 0 auto;
	opacity: .8 !important;
	z-index: 10000;
}
.nav_outer {
	position: absolute;
	width: auto;
	right: 1%;
}
.nav {
	position:relative;
	width: 100%;
	font-family:"Microsoft YaHei",SimSun,SimHei;
	font-size: 0.8vw;
}
.nav a { color:#fff; }
.nav h3 { font-size:100%; font-weight:normal; }
.nav .m {
	float:left;
	position:relative;
	z-index:1;
}
.nav .s {
	float:left;
	width:3px;
	text-align:center;
	color:#D4D4D4;
	font-size:12px;
}
.nav h3 a, .nav span {
	display:block;
	width:115px;
	text-align:center;
	text-decoration: none;
	font-weight:bold;
	letter-spacing: 0.05vw;
}
.nav span { color: #00d2ff; }
.nav h3 a:hover { color: #00d2ff; }
.nav .sub {
	display: none;
	position: absolute;
	left: -3px;w
	top: 50px;
	z-index: 1;
	width: 117px;
	border-top: 0;
	background: #131316;
	overflow: hidden;
}
.nav .sub li {
	text-align: center;
	padding: 0 8px;
	margin-bottom: -1px;
}
.nav .sub li a {
	display:block;
	border-bottom: 1px solid #322f2d;
	padding:8px 0;
	height: auto;
	line-height:28px;
	color: white;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: 1.5px;
}
.nav .sub li a:hover { color:#00d2ff;}
.nav .block {
	height: 0;
	padding-bottom: 0.2%;
	width: 7%;
	background: #00d2ff;
	position:absolute;
	left:0;
	top:42px;
	overflow:hidden;
}