@charset "utf-8";
/* CSS Document */

html, body, div, p, span, strong, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td, option, include, file ,img,em,i,article,aside,header,footer,section,time{
	margin: 0;
	padding: 0;
	font-family:"ËÎÌå","Î¢ÈíÑÅºÚ",Arial;
}
a {outline: none;text-decoration:none;}
a:active {star:expression(this.onFocus=this.blur());}
img {
	border: 0 none;
	vertical-align: top;
}
ul, li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
}
body, input, select, button, textarea {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
table{ border-collapse:collapse;}
button {
	cursor: pointer;
}
i, em, cite, ins {
	font-style: normal;
	text-decoration:none;
}
body {
	background: #fefaf1;
	color: #363636;
	line-height: 1.2;
	max-width:1680px;
	margin:0 auto;
}
a, a:link {
	color: #222;
	text-decoration: none;
}
a:visited {
}
a:active, a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
.red {
	color:#b00;
	font-weight:bold;
}
.Yellow {
	color:#ffed68;
	font-weight:bold;
}
.blue {
	color:#389edf;
	font-weight:bold;
}
.green {
	color:#4da816;
	font-weight:bold;
}
.qing {
	color:#00b2af;
}
.fixed:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.fixed {
	display: block;
	min-height: 1%;
}
.clearFF:after {
	content:".";
	display:block;
	height: 0;
	clear: both;
	visibility: hidden;
} /* only FF Opera Google*/
*html .fixed {
	height: 1%;
}
.clear {
	clear: both;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	width:0;
	height:0;
}
.more {
	float: right;
}
.more a {
	font-weight: normal;
	font-size: 12px;
}
.fl, .fr {
	display: inline;
	float: left;
}
.fr {
	float: right;
}
.con_pos{width:1003px;margin:0 auto;position:relative;}
.con_abso{position:absolute;}