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 {
	margin:0;
	padding:0;
	border:0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display:block;
}
html {
	color:#000;
	background-color:transparent;
	height:100%;
	-webkit-text-size-adjust:none;
}
body {
	background-color:transparent;
	font-family: Helvetica,
	 "lanLantinghei SC",
	 "Microsoft YaHei";
	font-size:12px;
	line-height:1.5;
	color:#666;
	height:100%;
}
a {
	color:#06C;
	text-decoration:none;
	cursor:pointer;
}
a,
input,
button{
	outline: none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:12px;
}
p,
ul,
ol,
td {
	line-height:1.5;
}
ol,
ul {
	list-style:none;
}
ol {
	list-style:decimal;
}
blockquote,
q {
	quotes:none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content:'';
	content:none;
}
input,
textarea,
select,
button {
	font-size:12px;
	font-family: Helvetica,
	 "Microsoft YaHei",
	 "lanLantinghei SC";
	line-height:120%;
	color:#666;
	margin:0;
	padding:2px;
}
button,
input[type="button"],
input[type="submit"] {
	*overflow:visible;
	cursor:pointer;
	padding:0;
}
button::-moz-focus-inner {
	border:0;
	padding:0;
}
select {
	height:22px;
	line-height:18px;
}
textarea {
	line-height:140%;
	overflow:auto;
	vertical-align:top;
}
img {
	border:0;
	-ms-interpolation-mode:bicubic;
}
sup,
sub {
	vertical-align:baseline;
}
em,
cite,
optgroup {
	font-style:normal;
}
pre,
code {
	word-wrap:break-word;
	white-space:pre-wrap;
	display:block;
}
label {
	cursor:default;
}
h1{
	font-size:24px;
}
p,
ul li,
ol li{
	list-style: none;
	font-size: 14px;
}
h2,
h3,
h4,
h5,
h6,
dl dt,
.nav ul li{
	font-weight: normal;
	font-size:18px;
}
dl dd{
	font-size: 12px;
}
strong,
em {
	display: inline-block;
	font-weight: normal;
	font-style:normal;
	line-height:inherit;
}
hr {
	border:solid #ddd;
	border-width:1px 0 0;
	clear:both;
	margin:12px 0 18px;
	height:0;
}
abbr {
	cursor:default;
}
.wrapper{
    width: 1200px;
    margin:0 auto;
}
.clearfix:after {
	content: ".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}