html, body, ol, ul, p, a, input {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
    font-weight: normal;
}
li {
	list-style: none;
}
a, button {
	cursor: pointer;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
body {
	width: 100%;
	height: auto;
	border: none;
	margin: 0 auto;
	font-family: "微软雅黑";
}


.header {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 120px;
	font-size: 16px;
}
.logo {
	float: left;
	margin-top: 40px;
}
.menu {
	float: right;
	margin-top: 40px;
}
.menu li {
	float: left;
	display: inline-block;
}
.menu li.current a {
	color: rgb(255, 86, 85);
}
.menu a {
	display: inline-block;
	margin-left: 40px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000000;
}
.menu a:hover {
	color: rgb(255, 86, 85);
}


.footer {
	padding-top: 30px;
	width: 100%;
	height: 100px;
	font-size: 14px;
	text-align: center;
	color: rgb(153, 153, 153);
	background: rgb(241, 241, 241);
}
.footer ul {
	margin: 0px auto;
	width: 320px;
	overflow: hidden;
}
.footer li {
	float: left;
	width: 100px;
	border:1px solid rgb(153, 153, 153);
	border-width:0 1px 0 0;
}
.footer li:last-child {
	border: 0px;
}
.footer a {
	color: rgb(153, 153, 153);
}
.footer p {
	margin-top: 20px;
}
.record_url {
	text-decoration: underline;
}
.record_url:hover {
	text-decoration: underline;
}
