@charset "utf-8";
.wrapper header .header{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.wrapper header{
	width:100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	height: 82px;
	z-index: 9;
	box-shadow: 0px 2px 8px 0px rgba(50,50,50,0.25);
}
.wrapper header .navbar{
	width: 35%;
	height: 84px;
}
.wrapper header .navbar img.logo{
	margin: 17px 0;
}
.wrapper header .nav{
	width:65%;
	height: 84px;
}
.wrapper header .nav a{
	font-size:18px;
	height: 82px;
	display: inline-block;
	line-height: 84px;
	margin: 0 35px;
	box-sizing: border-box;
}
.wrapper header .nav a:hover{
	color: #2f91ff;
	}
.wrapper header .nav a.active{
	color: #2f91ff;
	border-bottom: 2px solid #2f91ff;
}
.wrapper header aside{
	position: absolute;
	top: 25px;
	right: 0;
}
.sprite_icon{
	background: url("../images/logo_icon.png")/*tpa=http://www.heysun.net/images/logo_icon.png*/ no-repeat;
	display: inline;
	float: left;
	cursor: pointer;
}
.wrapper header aside span.icon_phone{
	width: 32px;
	height:32px;
	background-position: -520px 0px;
	margin: 3px 10px 0 0;
}
.wrapper header aside span i{
	display: block;
	font-style: normal;
	width: 150px;
	font-size: 14px;
}