@charset "utf-8";

* {
	font-size: 0.24rem;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,

th,
td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

button,
input,
select,
textarea,
img {
	vertical-align: middle;
	outline: none;
	border: 0;
}

body {
	font-family: "MHeiM-C-GB18030-S60", Helvetica, Arial, "PingFang SC Regular",
		sans-serif;
	overflow-x: auto;
	line-height: 1.5;
	color: #333;
}

html,
body {
	min-height: 100%;
}

a {
	text-decoration: none;
	color: #333;
}

em,
i {
	font-style: normal;
	font-weight: normal;
}

ul,
ol,
li {
	list-style: none;
}

img {
	font-size: 0;
	line-height: 0;
	border: 0;
	vertical-align: middle;
}

* {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

input::-webkit-input-placeholder {
	color: #cbcbcb;
}

.main {
	min-width: 1200px;
	margin: 0 auto;
	background: #ffffff;
}

.top_banner {
	width: 100%;
	min-width: 1200px;
}

.top_banner img {
	width: 100%;
}

.center_text {
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	color: #333333;
	margin-top: 145px;
}

.center_img {
	width: 925px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	margin-top: 125px;
}

.bottom {
	width: 100%;
	height: 1200px;
	background: #F7F7F7;
	margin-top: 150px;
}

.bottom_text {
	width: 1016px;
	margin: 0 auto;
	padding-top: 45px;
	font-size: 18px;
	color: #333333;
}

.bot_img_box {
	margin: 0 auto;
	width: 1200px;
}

.bottom_left {
	float: left;
	position: relative;
}

.bottom_right {
	float: right;
	position: relative;
}

.posi_img {
	position: absolute;
	top: -92px;
	left: 40px;
}

.top_box {
	margin-top: 140px;
	margin-bottom: 180px;
}

.copyright {
	width: 1200px;
	text-align: center;
	font-size: 12px;
	color: #34353A;
	margin: 60px auto;
}

.copyright a {
	font-size: 12px;
	color: #34353A;
}