* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea {
	margin: 0;
	padding: 0;
}

body {
	font: 14px/1.5 "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased !important;
	margin: 0 auto;
	color: #333;
	font-family:微软雅黑,'Heiti SC',黑体,Arial;
	position: relative;
}

input, button, textarea, select {
	font: 14px/100% "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
	outline: 0;
	border: 0;
	background: none;
	color: #333;
}

input:focus, textarea:focus {
	color: #333;
}

input::-ms-clear {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #333;
	line-height: 1.2;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: inherit;
}

ol, ul, li {
	list-style: none;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: none;
}

table {
	border-collapse: collapse;
	border: 0;
}

caption, th {
	font-weight: normal;
}

img {
	border: 0;
	outline: 0;
}

i,em,b,strong {
	font-style: normal;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

a:focus {
	outline: 0;
}

.clearfix:after{
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

.container{
	width: 1200px;
	margin: 0 auto;
}
