@charset "utf-8";
/*全局*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
body, html, input {
	font-size: 12px;
	line-height: 150%;
	font-family: tahoma, arial, sans-serif, "宋体";
	color: #333;
	background:url(../image/main-bg.png) repeat 0 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: normal;
}
input, img {
	border: 0;
	vertical-align: middle;
}
pre {
	white-space: pre-wrap;		/* css-3 */
	white-space: -moz-pre-wrap;	/* Mozilla, since 1999 */
	white-space: -pre-wrap;		/* Opera 4-6 */
	white-space: -o-pre-wrap;	/* Opera 7 */
	word-wrap: break-word;		/* Internet Explorer 5.5+ */
}
input, label, img, th {
	vertical-align: middle;
}
address, cite, dfn, em, var {
	font-style: normal;
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
ul, ol, li {
	list-style: none;
}
p {
	word-wrap: break-word;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color:#bf0000;
	text-decoration: none;
}
.fb, strong {
	font-weight: bold;
}
.white, .white a, a.white {
	color: #fff;
}
.blue, .blue a, a.blue {
	color: #0055aa;
}
.red, .red a, a.red {
	color: #f00;
}
.orange, .orange a, a.orange {
	color: #ff6600;
}
.gray, .gray a, a.gray {
	color: #999;
}
.gray6, .gray6 a, a.gray6 {
	color: #666;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
.font24 {
	font-size: 24px;
}
/*绝对清除浮动*/
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.clear {
	clear: both;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.m_t10 {
	margin-top: 10px;
}
.m_t18 {
	margin-top: 18px;
}
.m_t20 {
	margin-top: 20px;
}
.m_t22 {
	margin-top: 22px;
}
.m_t25 {
	margin-top: 25px;
}
.m_r10 {
	margin-right: 10px;
}
.m_r15 {
	margin-right: 15px;
}
.m_b10 {
	margin-bottom: 10px;
}
.p_r10 {
	padding-right: 10px;
}
.hidden {
	display: none;
}
.line {
	border-top: 1px solid #dcdcdc;
}
.border {
	border: 1px solid #dcdcdc;
	padding: 10px;
	overflow: hidden;
	zoom: 1;
}
.border_nop {
	border: 1px solid #dcdcdc;
	overflow: hidden;
	zoom: 1;
}
/*右对齐*/
.txt_right {
	text-align: right;
}
/*居中对齐*/
.txt_center {
	text-align: center;
}

