@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 {
	width: 100%;
	min-width: 1200px;
}

.top,
.mid,
.footer {
	width: 1200px;
	margin: 0 auto;
}

.top img,
.mid_foot img,
.left img,
.right_img img {
	width: 100%;
}

.copyright {
	width: 445px;
	height: 14px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #34353A;
	line-height: 12px;
	margin: 0 auto;
	margin-top: 110px;
	margin-bottom: 75px;
}

.copyright a {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #34353A;
}

.mid {
	margin-top: 88px;
	margin-bottom: 70px;
	height: 410px;
}

.mid_left {
	float: left;
	margin-left: 55px;
}

.left_img {
	margin-top: 40px;
	margin-bottom: 40px;
}

.mid_right {
	float: right;
}

.left_text {
	width: 377px;
	height: 288px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
}

.footer {
	height: 606px;
	background: #F5F5F5;
}

.title {
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
	margin-bottom: 50px;
}

.foot_left {
	float: left;
	margin-left: 85px;
}

.foot_right {
	float: left;
	margin-left: 100px;
}

.right_title {
	height: 62px;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 62px;
}

.right_title_text {
	width: 238px;
	height: 160px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	padding-left: 26px;
	margin-top: 25px;
}