* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	list-style: none;
	transition-property: color, border-color;
	transition-duration: 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

font-family: 'HanHei SC',
'PingFang SC',
'Helvetica Neue',
'Helvetica',
'STHeitiSC-Light',
'Microsoft YaHei',
'Arial',
sans-serif;

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="submit"],
input[type="button"] {
	box-sizing: content-box;
}

a {
	color: inherit;
	text-decoration: none;
	font-family: "微软雅黑";
}

a:link,
a:active,
a:visited,
a:hover {
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

body {
	/* min-width: 1200px; */
	background: #fff;
	color: #333;
	font-size: 16px;
	margin: 0 auto;
	overflow-x: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: 400;
}

img {
	border: 0;
}

.con_img img {
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: 0 auto;
}

textarea,
select,
option,
input {
	outline: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.fw400 {
	font-weight: 400;
}

.fw700 {
	font-weight: 700;
}

.clearBoth:after,
.clearboth:after {
	content: "";
	display: block;
	clear: both;
}

.bordernone {
	border: none !important;
}

.red {
	color: red;
}

.white {
	color: #fff;
}

.centerBox {
	margin: 0 auto;
	width: 93%;
	max-width: 1315px;
}

.centerBox:after {
	content: "";
	display: block;
	clear: both;
}


@font-face {
	font-family: "SourceHanSansCN-ExtraLight";
	src: url(https://jianzhan-fe.cdn.bcebos.com/font-v2/SourceHanSansCN-ExtraLight.woff2), url(https://jianzhan-fe.cdn.bcebos.com/font/SourceHanSansCN-ExtraLight.otf);
	font-display: swap;
}
/* 思源黑体极细 */
@font-face {
    font-family: "SourceHanSansCN-Light";
    src: url(https://jianzhan-fe.cdn.bcebos.com/font-v2/SourceHanSansCN-Light.woff2), url(https://jianzhan-fe.cdn.bcebos.com/font/SourceHanSansCN-Light.otf);
    font-display: swap;
}

/* 思源黑体细体 */
@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url(https://jianzhan-fe.cdn.bcebos.com/font-v2/SourceHanSansCN-Normal.woff2), url(https://jianzhan-fe.cdn.bcebos.com/font/SourceHanSansCN-Normal.otf);
    font-display: swap;
}