@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
html, body, div, header, nav, main, footer, input, textarea, select {
	font-family: Arial, "Microsoft YaHei";
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}
html, body {
	width: 100%;
	height: 100%;
	min-width: 1240px;
	background-color: #FFFFFF;
}
ol, ul, li {
	list-style: none;
}
div, article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus, textarea:focus {
	outline: none;
	border: 1px solid #ed0103;
}
textarea {
	resize: none;
	-webkit-appearance: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
img {
	border-style: none;
	display: block
}
.fixed {
	position: fixed;
	z-index: 99;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0
}
.shadow {
	-moz-box-shadow: 0px 0px 5px 0px #EEEEEE;
	-webkit-box-shadow: 0px 0px 5px 0px #EEEEEE;
	box-shadow: 0px 0px 5px 0px #EEEEEE;
}
A:link, A:visited {
	text-decoration: none;
}
A:hover {
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out
}
h1 {
	font-size: 28px;
	line-height: 34px;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}
h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}
h5 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}
p {
	margin-bottom: 20px;
}
