/**
*重置、初始化css样式
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td {
	padding: 0;
	margin: 0;
}
body{
	font-family: "Microsoft Yahei","Arial";
	font-size: 12px;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
ol,ul {
	list-style: none;
}
a{
	text-decoration:none;
	cursor:pointer
}
input[type="submit"],input[type="button"],input[type="reset"],button{cursor:pointer;border:0 none;outline:none;}

a:hover{
	text-decoration:none;
}

.clear{
	clear:both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/* 清除浮动 */
.cf{
	display:inline-block;
	width:100%;
	zoom:1;
}

.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */