﻿*{
	margin:0;
	padding: 0;
}
ul,li{
	list-style: none;
}
a{
	color: inherit;
	text-decoration: none;
}
img{
	vertical-align: middle;
	border: none;
}
body{
	font-family: 'microsoft yahei';
	line-height: 1;
}

.clearfix:after{
	content: " ";
	display: block;
	clear: both;
}
.clearfix{
	*zoom:1;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
i{
	font-style: normal;
}
.img-response{
	width: 100%;
	height: auto;
}
.block{
	display: block;
}
h1,h2,h3,h4{
	font-weight: normal;
}