@CHARSET "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
	fieldset, p, blockquote, th, td, article, aside, summary, details,
	figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0
}

article, aside, summary, details, figcaption, figure, footer, header,
	hgroup, menu, nav, section {
	display: block
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset, img {
	border: 0;
	vertical-align: middle
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}

ul, ol {
	list-style: outside none none
}

q:before, q:after {
	content: ''
}

abbr, acronym {
	border: 0
}

input, button, select {
	vertical-align: middle
}

.fl {
	float: left;
	display: inline
}

.fr {
	float: right;
	display: inline
}

body {
	background-color: #fff;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	border: 0;
	font: 14px "Microsoft Yahei", "Tahoma", "SimSun"
}

* {
	padding: 0;
	margin: 0;
	border: 0
}

ul {
	list-style: none
}

a {
	text-decoration: none;
	color: #252525
}

a:hover {
	color: #ee842f
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden
}

nav {
	display: block
}

table {
	border-collapse: collapse
}

h1, h, h3, h4, h5, h6 {
	font-weight: normal
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0
}