@charset "utf-8";
body,div,hr,p,blockquote,ul,ol,li,table,th,td,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,input,button,select,textarea,fieldset,legend {
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	font-family:'microsoft yahei',Helvetica, Tahoma, Arial, sans-serif;
}
body{
	color:#333;
	background-color:#fff;
}
html {
	overflow-y:auto!important;
	*overflow-y:scroll;
}
.clearfix {
	*zoom:1;
	*clear:both;
}
.clearfix:after {
	display:block;
	clear:both;
	content:".";
	visibility:hidden;
	height:0
}
*+html img{
	-ms-interpolation-mode:bicubic;
}
.clearboth{
	clear:both;
}
ul,ol{
	list-style:none
}
fieldset,img{
	border:0;
}
address,cite,dfn,em,var,i{
	font-style:normal;
}
strong,.fcu {
	font-weight:bold;
}
table{
	border-collapse:collapse;
	border-spacing:0
}
button,.fhand{
	cursor:pointer;
}
button,input,select,textarea {
	font-size:12px;
}
.fl {
	float:left;
	display:inline;
}
.fr {
	float:right;
	display:inline;
}
.hide {
	display:none;
}
.show {
	display:block;
}
.fred {
	color:#f00;
}
.fblue {
	color:#00f;
}
.fgreen {
	color:#00800;
}
.fgray {
	color:#959595;
}
.fcu {
	font-weight:700;
}
.f14 {
	font-size:14px;
}
.h20 {
	height:20px;
	line-height:20px;
}
.h25 {
	height:25px;
	line-height:25px;
}
.h30 {
	height:30px;
	line-height:30px;
}
.h35 {
	height:35px;
	line-height:35px;
}
.h40 {
	height:40px;
	line-height:40px;
}
.w40 {
	width:40px;
}
.w60 {
	width:60px;
}
.w80 {
	width:80px;
}
.w100 {
	width:100px;
}
.w120 {
	width:120px;
}
.w140 {
	width:140px;
}
.w160 {
	width:160px;
}
.w180 {
	width:180px;
}
.w200 {
	width:200px;
}
.w220 {
	width:220px;
}
.w240 {
	width:240px;
}
.w260 {
	width:260px;
}
.w280 {
	width:280px;
}
.w300 {
	width:300px;
}
.w400 {
	width:400px;
}
.w500 {
	width:500px;
}
.uinput {
	border-top:1px solid #848484;
	border-left:1px solid #848484;
	border-right:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	text-indent:5px;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#f00;
	text-decoration:underline;
}