@charset "utf-8";
/*CSS样式初始化*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { 
	color:#555; 
	font-size:14px;
	overflow: hidden; 
	font-family: "微软雅黑", Verdana, Arial, Helvetica, sans-serif;}
td,th,caption{ 
	font-size:14px;}
h1,h2,h3,h4,h5,h6{ 
	font-weight:normal; 
	font-size:100%; }
address,caption,cite,code,dfn,em,strong,th,var{ 
	font-style:normal; 
	font-weight:normal;}
a{ 
	overflow: hidden;
	text-decoration:none; }
img { 
	border:none;
	width: 100%;
	vertical-align: middle;}
ol,ul,li{ 
	list-style:none;}
ul li{
	float: left;}
input,textarea,select,button{ 
	font:14px Verdana,Helvetica,Arial,sans-serif; }
table { 
	border-collapse:collapse;}
/*清除浮动*/
.clearfix:before,.clearfix:after{
	display: table;
	content: "";
	line-height: 0;}
.clearfix:after{
	clear: both;}
.clearfix{
	zoom: 1;/*兼容IE浏览器*/}
.fl{
	float: left;}
.fr{
	float: right;}
