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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: '微软雅黑';
	vertical-align: baseline;
}

body {
	color: #333333;
	font: 14px/21px Arial, Helvetica, simsun, sans-serif;
	background: #f0f6e4 \9;
}


/*h1, h2, h3, h4, h5, h6 {color: #333333;font-weight: bold;font-family: Helvetica, Arial, sans-serif;padding-bottom: 5px;}*/


/*h1 {font-size: 24px;line-height: 34px;text-align: center;}*/


/*h2 {font-size: 14px;line-height: 24px;padding-top: 5px;}*/


/*h6 {font-weight: normal;font-size: 12px;letter-spacing: 1px;line-height: 24px;text-align: center;}*/

a {
	color: #333333;
	text-decoration: none;
	font-size: 13.78px;
}

li {
	list-style: none;
}

.clear {
	clear: both;
}

input,
button,
select,
textarea {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textcenter {
	text-align: center;
}

.colorb0b0b0 {
	color: #b0b0b0;
}

.color646464 {
	color: #646464;
}