@charset "utf-8";
/* CSS Document */



.clear {
	clear: both;
}
input, button {
	border: none;
	margin: 0px;
	padding: 0px;
}
.header {
	position:absolute;
	width: 100%;
	height: 80px;
	background-color:#FFF;
	top: 0px;
	z-index: 998;
}
@media screen and (max-width: 1200px) {
   .header{ width:122%;}
}
.newheader {
	position:absolute;
	width: 1200px;
	height: 80px;
	left: 50%;
	margin-left: -585px;
	z-index: 999;
	top: 0px;
}
.logo {
	float: left;
	margin-top: 15px;
}
.logo img{ width:197px; height:50px;}


.newnav {
	float: right;
	margin-left: 0px;
	height: 80px;
	font-size: 16px;
}

.nav {
	position:relative;
	width:800px;
	margin:0 auto;
}
.nav a {
	color:#000;
	font-weight:normal
}
.nav h3 {
	font-size:100%;
	font-weight:normal;
	margin:0px;
}
.nav .m {
	float:left;
	position:relative;
	z-index:1;
    width:130px;
	height:80px; line-height:80px;
	text-align:center;
}
.nav .fo {
	float:left;
	position:relative;
	z-index:1;
    width:120px;
	height:80px; line-height:80px;
	text-align:center;
}

.nav h3 a {
	display:block;

}

/*二级*/
.nav .sub {
	display:none;
	position:absolute;
	left:10px;
	top:80px;
	z-index:1;
	width:110px;
	border-top:0;
	background:#fff;
}
.nav .sub li {
	
	text-align:center;
	padding:0 12px;
	margin-bottom:-1px;
}
.nav .sub li a {
	display:block;
	padding:8px 0;
	height:28px;
	line-height:28px;
	color:#000;
	font-size:16px;
}
.nav .sub li a:hover {
	color:#FE7700;
}
.nav .block {
	height:4px;
	width:110px;
	background:#FCE300;
	position:absolute;
	left:14px;
	top:76px;
	overflow:hidden;
}
.hovercolor a:hover{ color:#EFAF31}