html, body {
	font-size: 100px;
}
body, div, dl, dt, dd, ul, ol, li, p, form, fieldset, table, tr, th, td, img, input, textarea, a, button, span, h1, h2, h3, h4, h5, h6 {
	font-size: 0.14rem;
	font-family: 'Microsoft YaHei';
	font-weight: normal;
	color: #000;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul, ol, li {
	list-style: outside none none; /* 去点 */
}
a {
	text-decoration: none; /* 去掉链接下划线 */
	cursor: pointer;
}
button, input {
	border: none;
	outline: none; /* 外边框 */
	cursor: pointer;
	background: none;
}
textarea {
	resize: none;
}
img {
	display: block;
}
.clear {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ab_center {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.cut {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.pc {
	display: block;
}
.ph {
	display: none;
}
.active {
	display: block;
}
.fl {
	float: left;
}

/*分割*/
.w1200 {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}
.area_20 {
	width: 100%;
	height: 0.2rem;
}
.area_50 {
	width: 100%;
	height: 0.5rem;
}
.area_160 {
	width: 100%;
	height: 1.6rem;
}
.area_185 {
	width: 100%;
	height: 1.85rem;
}
.bac1 {
	background-color: #f8fafb;
}
.bac2 {
	background-color: #f2f2f2;
}
