@charset "utf-8";

#header{
	width: 100%;
	background: #000;
	height: 60px;
	position: fixed;
	z-index: 9;
	top: 0;
	margin-bottom: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#header .headerBox{
	width: 1200px;
	max-width: 1200px;
	min-width:1200px;
	height: 100%;
	margin:0px auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#header .logo{
	display: none;
	z-index: 9;
	margin-top: 20px;
	float: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#header .logo .icon-logo{
	position: relative;
	z-index: 9;
	display: block;
	width: 350px;
	height: 60px;
	background: url(../img/logo.png) no-repeat left top;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#header .menu{
	float: left;
}
#header .menu ul.menu-con{
	padding: 0;
}
#header .menu ul li{
	float: left;
	display: block;
	margin:0 30px;
	text-align: center;
	line-height: 0;
}
#header .menu ul li.home{
	margin-left: 0;
}

#header .menu ul li a span.cn{
	position: relative;
	display: inline-block;
	margin:0 auto;
	color: #fff;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 16px;
	margin: 0;
}
#header .menu ul li a:hover span.cn{
	color: #73a0ef;
	height: 60px;
}

#header .menu .menu-btn{
	display: none;
}

#header .user{
	float:right;
	height: 60px;
	line-height: 60px;
	color:#fff;
	float: right;
}
#header .user a{
	display: inline-block;
	color: #fff;
	padding: 0 5px;
	font-size: 16px;
}
#header .user a:hover{
	color: #73a0ef;
}
@media screen and (max-width: 768px) {

#header{
}

#header .headerBox{
	width: 100%;
	max-width: 100%;
	min-width:100%;
	height: 100%;
	margin:0px auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#header .menu{
	position: absolute;
	left: 0;
	top: 0;
	margin-top:0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#header .menu .menu-btn{
	display: block;
	width: 36px;
	height: 36px;
	background: url(http://www.wybvip.com/static/icon.png) no-repeat -695px -44px;
	opacity: 0.8;
	cursor: pointer;
	position: absolute;
	top: 12px;
	left: 10px;
}
#header .menu ul.menu-con{
	padding: 0;
	position: fixed;
	background: #fff;
	z-index: 9;
	width: 100%;
	height: 0vh;
	left: 0;
	overflow: hidden;
	top: 60px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}
#header .menu ul.open{
	height: 100vh;
}
#header .menu ul li{
	float: none;
	display: block;
	margin: 0 15px;
	text-align: left;
	line-height: 0;
	padding-left: 10px;
	border-bottom: 1px solid #f1f1f1;
}
#header .menu ul li.home{
	margin-left: 15px;
}
#header .menu ul li a span.cn{
	position: relative;
	display: block;
	margin:0;
	color: #000;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	font-size: 18px;
	margin: 0;
	border-bottom: 0;
}
#header .menu ul li a:hover span.cn{
	color: #ff0000;
	height: 70px;
	border-bottom: 0;
}
#header .menu ul li:hover span.cn{
	color: #ff0000;
}

#header .user{
	float:right;
	margin-right: 10px;
	height: 60px;
	line-height: 60px;
	color:#fff;
	float: right;
}
#header .user a{
	display: inline-block;
	color: #fff;
	padding: 0 5px;
	font-size: 16px;
}
#header .user a:hover{
	color: #73a0ef;
}
/*手机样式*/
}
