body {
	line-height: 1.8;
	color: #333;
	font-family:"微软雅黑";
	font-size: 14px;
}
input,textarea,select {
	font-size: 100%;
	font-family: inherit;
}

body,h1,h2,h3,h4,h5,h6,p,ul,ol,form,dd {margin: 0;}
h4,h5,h6 {
	font-size: 1em;
}
ul,ol {
	padding-left: 0;
	list-style-type: none;
}
/*image with no-border*/
a img {
	border: 0;
}
img {
	border: 0;
}
a,a:hover{
	text-decoration: none;
}
.fl{float: left;}
.fr{float: right;}
.tc{ text-align: center;}
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}	
* html .clearfix {
	zoom: 1;
}
/* IE6 */

*+html .clearfix {
	zoom: 1;
}