.header {
	width: 100%;
	height: 80px;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 1px solid #ededed;
}
.header-content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.header-content h1 {
	width: 136px;
	float: left;
}
.header-content h1 a {
	width: 136px;
	height: 37px;
    line-height: 37px;
	display: block;
    margin-top: 25px;
    text-indent: -9999px;
    background: url(../image/header-logo.png) no-repeat;
} 
.header-content ul {
	overflow: hidden;
	line-height: 80px;
}
.header-content ul li {
	float: right;
	margin-left: 50px;
}
.header-content ul li a {
	color: #666;
	font-size: 20px;
	font-family: 微软雅黑；
}
.header-content ul li a:hover {
	color: #1388f4;
}
.upper1 {
	background-color: #eee;
}
.upper {
	width: 1200px;
	height: 36px;
	margin: 0 auto;
	overflow: hidden;
}
.load {
	width: 54px;
	height: 26px;
	margin-top: 4px;
	background-color: #0095e5;
	border: 1px solid #0095e5;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.load a {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	margin-left: 12px;
}
.registe {
	width: 54px;
	height: 26px;
	margin-top: 4px;
	border: 1px solid #0095e5;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.registe a {
	color: #333;
	font-size: 14px;
	line-height: 26px;
	margin-left: 12px;
}