.wrap {
	width: 1200px;
	margin: 0 auto;
}

.header {
	width: 100%;
	background: #FFFFFF;
	float: left;
	position: relative;
	z-index: 999;
	position: fixed;
	
	left: 0;
	right: 0;
}

img.logo-img {
	display: block;
	margin-top: 16px;
	width: 310px;
	height: 50px;
}

.head_left {
	float: right;
	width: 890px;
}

.header h1 {
	float: left;
	margin: 12px 0 0 0;
}

.home li.list3 {
	width: 240px;
}

.home li.list3 .searchbtn {
	width: 60px;
	display: block;
	height: 38px;
	border: none;
	cursor: pointer;
	outline: none;
	position: absolute;
	z-index: 10009;
	right: 0;
	top: 21px;
	font-size: 14px;
	background: #959595;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}
.home li.list3 .searchbtn:hover {
	background: #EC8857;
	color: #FFFFFF;
}
.home li.list3 .searchkey {
	height: 34px;
	line-height: 34px;
	padding-left: 5px;
	padding-right: 5px;
	border: #DFDFDF solid 1px;
	background: #fff;
	position: absolute;
	z-index: 10000;
	left: 0;
	top: 21px;
	outline: none;
	font-size: 14px;
	font-family: "微软雅黑", "Microsoft YaHei";
	padding-right: 0;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	letter-spacing: 1px;
}

.SearchBox {
	background: #FFFFFF;
	width: 275px;
	height: 80px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100002;
	border-left: 1px solid #dadadc;
	border-right: 1px solid #dadadc;
	overflow: hidden;
}

.header-wrap {
	background: #FFFFFF;
	height: 80px;
	position: relative;
	z-index: 103;
	width: 1200px;
	margin: 0 auto;
}

.header-wrap .header-inner {
	height: 80px;
	margin: auto;
}

.navlist {
	float: left;
	width: 600px;
	height: 80px;
	background: #FFFFFF;
}

.navlist li {
	float: right;
	line-height: 80px;
	font-size: 16px;
	position: relative;
	margin-right: 1px;
	width: 108px;
}

.navlist li.nav-8{
	width: 48px;
	
}

.navlist li a {
	color: #0F0F0F;
	display: block;
	font-family: "微软雅黑", "Microsoft YaHei";
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-mz-transition: all .3s;
	transition: all .3s;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 16px;
	
	text-align: center;
}

.navlist li a:hover,
.navlist li a.hover,
.navlist li.on {
	/*color: #fff;
	background-color: #EC8857;*/
	color: #EC8857;
}

.navlist li.on a {
	color: #EC8857;
	/*border-bottom: solid 2px #EC8857*/
}

.navlist li a:after {
	content: "";
	height: 0px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #EC8857;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-mz-transition: all .3s;
	transition: all .3s;
}

.navlist li.on a:after {
	content: "";
	/*height: 2px;*/
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #EC8857;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-mz-transition: all .3s;
	transition: all .3s;
	display: block;
}

.navlist li:not(.on) a:hover:after {
	/*height: 2px;*/
}