/* css document */
* {
	margin: 0;
	padding: 0;
}
html, body {
	border: 0;
	vertical-align: baseline;
	outline: none;
}
.clearfix:after{
	content: ' ';
	display: block;
	clear: both;
	visibility:hidden;
	line-height: 0;
	height:0;
}
body {
	font-family: "microsoft yahei", simsun, verdana, geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
address, cite, dfn, em, var, i { font-style: normal; }
h1, h2, h3, h4, h5, h6 {
	font-size: 1.4em;
}
ul, ol, li, dl {
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:visited {
	/*color: #000;*/
	text-decoration: none;
}
/* a:hover {
	color: #e83836!important;
	text-decoration: underline;
} */
a:active {
	/*color: #000;*/
	text-decoration: none;
}
img, input, select {
	vertical-align: middle;
}