body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
figure,figcaption,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a,
input,
button,
select,
textarea {
	outline: none;
}

q:before,
q:after {
	content: ;
}

abbr,
acronym {
	border: 0;
}

a,
button {
	cursor: pointer;
}

body {
	font: 12px/1.5 '微软雅黑';
	 /*font-family: '宋体';*/
	font-family: '微软雅黑';
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.parent:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

ul {
	list-style: none;
}


a {
	text-decoration: none;
}


figcaption,
figure,
section,
header,
section,
footer,
aside,
nav,
article,
textarea,
figure {
	display: block;
}