/**--CSS重置--**/

body,
html {
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: "微软雅黑"
}

ul {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}
.clearfix {
	display: block;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

a:hover,
a:link,
a:link,
a:visited {
	cursor: pointer;
	text-decoration: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
optgroup,
th,
var {
	font-style: inherit;
	font-weight: inherit
}

del,
ins {
	text-decoration: none
}

em,
li {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

q:after,
q:before {
	content: ''
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: baseline
}

sub {
	vertical-align: baseline
}

legend {
	color: #000
}

button,
input,
optgroup,
option,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

button,
input,
select,
textarea {
	*font-size: 100%
}

.clear {
	clear: both
}

input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input[type=button],
input[type=submit] {
	-webkit-appearance: button
}

.clear {
	clear: both
}

h1{
	font-size: 34px;
}

p{
	font-size: 15px;
}