body{	
	font-family:"微软雅黑";
	font-weight: 500;
	color:#333;
	cursor: default;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-size: 16px;
}
body,html,p,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
	color:#333;
}
ul,li,dl,dt,dd{
	list-style: none;
}
i,em{
	font-style: normal;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
img{
	display: block;
	border:none;
}
.clear{
	clear: both;
}
.clearfix:after{
	font-size: 0;
	content: " ";
	display: table;
	clear: both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.none{
	display: none;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.marginC{
	margin-left:auto;
	margin-right:auto;
}
.opacityZero{
	opacity: 0;
}
.w1200{
	width:1220px;
	margin:0 auto;
}
