body,form,textarea,select,option,ol,ul,li,h1,h2,h3,h4,h5,h6,th,td,dl,dt,dd,menu,label,b,blockquote,fieldset,legend,button,input,hr,pre,div,input,span,p,a,em
	{
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

li {
	list-style-type: none;
}

input,select,textarea {
	vertical-align: middle;
	outline: none;
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

.clear {
	clear: both;
	/*font-size: 0;*/
	/*height: 0;*/
	/*line-height: 0;*/
}

.clearfix {
	overflow: hidden;
	zoom: 1;
}

body {
	font: 12px/1.5 "微软雅黑";
	min-width: 1200px;
	color: #000;
	background: #f2f2f2;
}

table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table th {
	font-weight: normal;
	text-align: left;
}

em {
	color: #e20112;
	font-style: normal;
}

ul,ol {
	list-style-type: none;
	overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both;
}