.header {
	height: 76px;
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #fff;
	border-bottom: 2px solid #f6d806;
}

.header .logo {
	margin-left:3%;
	background-image:url(../images/logo.png);
	background-image: -webkit-image-set(url(../images/logo.png) 1x ,url(../images/logo_x2.png) 2x);
	background-image: image-set(url(../images/logo.png) 1x ,url(../images/logo_x2.png) 2x);
	background-repeat:no-repeat;
	display: block;
	width: 136px;
	height: 58px;
	margin-top: 9px;
	float: left;
	text-indent: -999px;
}

.header-menu {
	float:right;
	margin-right:3%;
}

.header-menu li {
	float: left;
}

.header-menu li a {
	line-height: 76px;
	padding:0 15px;
	color: #555;
	display: block;
	font-size: 15px;
	font-family: abelRegular;
}

.header-menu li a:hover {
	color: #f6d806;
}
