@charset "utf-8";
/* CSS Document */

html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td, option, include, file ,img{
	margin: 0;
	padding: 0;
}
a {outline: 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;
}
button {
	cursor: pointer;
}
i, em, cite, ins {
	font-style: normal;
	text-decoration:none;
}
body {
	background: #fff;
	color: #363636;
	line-height: 1.2;    /*margin-top: -15px;*/

}
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:#1fa6ec;
	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 */
*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;
}


