body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, figure, button, input, textarea, th, td, iframe {
	margin: 0;
	padding: 0;
	border: none;
}
body, button, input, select, textarea {
	font: 14px/1 "Microsoft YaHei", 微软雅黑, Tahoma, Helvetica, Arial, SimSun, 宋体
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
	font-weight: normal
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
}
h3 {
	font-size: 14px;
	/* font-weight: bold; */
	text-align: center;
    /* padding-bottom: 10px; */
    /* border-bottom: 2px solid #cccccc; */
}
h4, h5, h6 {
	font-size: 100%;
}
address, cite, dfn, em, var {
	font-style: normal;
}
code, kbd, pre, samp, tt {
	font-family: "Courier New", Courier, monospace;
}
small {
	font-size: 12px;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
	color: #505558;
}
a, input[type=button], button, input[type=submit] {
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
img {
	border: 0;
}
.display {
	display: block
}
abbr[title], acronym[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
q:before, q:after {
	content: '';
}
legend {
	color: #000;
}
fieldset, img {
	border: none;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	border: none;
	height: 1px;
	background: #B0B0B0;
	margin: 10px 0;
}
/*html{background:url("../images/c3b3eda8d7e2420b918fb3649191497a.gif")}*/
html {
	overflow-y: scroll;
}
body {
	color: #34393D;
	background: #fff;
	line-height: 20px;
	min-width: 1000px;
	line-height: 25px;
}
/*清除浮动*/
.clearfix, .c {
	zoom: 1;
	clear: both;
}
.clearfix:after, .clearfix:before, .c:after, .c:before {
	display: table;
	content: "";
}
.clearfix:after, .c:after {
	clear: both;
}
/*页面居中*/
.container {
	margin: 0 auto;
	width: 1200px;
}
.auto {
	width: 1200px;
	margin: 0 auto
}
/*左右浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
/*文字对齐*/
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}