/* CSS Document */@charset "utf-8";

body,ul,ol,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div {
	margin: 0 auto;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	color: #414040;
	font-size: 14px;
	margin-top: 0px;
	font-family: Microsoft YaHei,Hiragino Sans GB;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
	height: auto;
}

img {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #414040;
}

a:hover {
	color: #ec4002;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

i,em {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


