html {
	font: 12px/1.8 "微软雅黑","\5b8b\4f53",Arial,sans-serif;
	color: #595959;
}
* {
    margin: 0;
	padding: 0;
}

a {
	color: #595959;
	text-decoration: none;
}
em{
	font-style: normal;
}
a:hover{
	text-decoration: none;
}
img{
	border: 0;
}
li{
	list-style: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
h2{
	font-size: 24px;
	
}
i{
	font-style: normal;
}
textarea {
  resize: none;
}
