@charset "uft-8";
.header{
	width: 100%;
	height: 106px;
	position: fixed;
	top: 0;
	left:0;
	z-index: 5;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.head{
	max-width: 1350px;
	margin: 0 auto;
	height: 100%;
}
.logo{
	width: 129px;
	height: 41px;
	display: inline-block;
	/*margin: 32px 600px 0 0;*/
	/*float: left;*/
	overflow: hidden;
	margin-top: 32px;
}
.logo > a{
	width: 100%;
	display: block;
}
.logo > a > img{
	width: 100%;
}
.nav{
	width: 620px;
	height: 106px;
	overflow: hidden;
	/*display: inline-block;*/
	float: right;
}
.nav > li {
	float: left;
	width: 124px;
	text-align: center;
	line-height: 106px;
	font-size: 1.125em;
	color: #777777;
	font-family: "黑体";
}
.nav > li > a{
	width: 100%;
	display: block;
	color: #777;
}
.nav > li > a:hover,
.nav > li.current a{
	color: #ff6d6d;
	background:url(../images/main/slider-header-icon.png) center center no-repeat;
}