/*---------------公共样式定义---------------*/
@charset "utf-8";
/*=====================reset css start=========================*/
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #FFF;
}
li {
	list-style: none;
}
html, body, div, p, ul, ol, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, input, fieldset, legend, optgroup {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: "microsoft yahei","arial";
	font-size: 14px;
	color: #333;
	line-height: 21px;
	background: #fff;
}
h1, h2, h3, h4, h5, h6, em, strong, input, textarea {
	font-family: "microsoft yahei","arial";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
ul, li {
	list-style: none;
	padding: 0;
}
input, select, textarea {
	font-size: 14px;
	vertical-align: middle;
}
textarea {
	border: 1px solid #d4d4d4;
}
a img {
	border: 0;
}
a:link,
a:visited {
	/*L-V-H-A*/
	text-decoration: none;
}
a:hover {
	color: #f00;
}
a:active {
	text-decoration: none;
}

.fl{float: left;}
.fr{float: right;}