@charset "utf-8";
*{
	padding:0;
	margin:0;
	font-family: 'Microsoft YaHei';
	background-repeat: no-repeat;
}
img{
	border:none;
}
a{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,b,strong{
	font-weight: normal;
}
h4{
	color:#333333;
	line-height: 16px;
}
h6{
	color:#888888;
}
em,i{
	font-style: normal;
}
li{
	list-style: none;
}
button,input{
	outline: none;
}
body{
	overflow-x: hidden;
}
textarea{
	outline: 0;
}
input, select, textarea, button {
    vertical-align: middle;
    outline: none;
}
/*--clearfix--*/
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{display:inline-block;}