body, ul, p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}
body {
	overflow-x: hidden;
}
.index_page .clear:after {
	content: "";
	display: table;
	clear: both;
}
.index_page .box {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.index_page .noNewLine {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_page .noNew {
	white-space: nowrap;
}
.index_page .lf {
	float: left;
}
.index_page .rt {
	float: right;
}
.index_page a {
	text-decoration: none;
	color: transparent;
}
.index_page img {
	vertical-align: top;
	width: 100%;
	height: 100%;
}
.index_page {
	min-width: 1200px;
	font-family: 'Adobe 黑体 Std', '微软雅黑';
}


/* ********* */
.index_m_page_box {
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
	font-family: 'Adobe 黑体 Std', '微软雅黑';
}
.index_m_page a {
	text-decoration: none;
	color: transparent;
}
@media screen and (min-width: 1001px) {
	.index_page {
		display: block;
	}
	.index_m_page {
		display: none;
	}
}
@media screen and (max-width:1000px){
	.index_page {
		display: none;
	}
	.index_m_page {
		display: block;
	}
}
.index_page {
	font-size: 14px;
}
.index_m_page {
	font-size: 0.12rem;
	box-sizing: border-box;
	padding-bottom: 1.5rem;
}