* {
	box-sizing: border-box;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Helvetica', 'Tahoma', 'Arial', 'SimSun', 'Heiti', 'sans-serif';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}

small {
	font-size: 12px;
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

img {
	display: block;
	object-fit: cover;
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: none;
}

button {
	border-radius: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* html,
body {
	overflow-x: hidden;
} */

body {
	color: #333333;
	font-weight: normal;
	font-stretch: normal;
}

.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
}

.f16 {
	font-size: 16px;
}

.f17 {
	font-size: 17px;
}

.f18 {
	font-size: 18px;
}

.f19 {
	font-size: 19px;
}

.f20 {
	font-size: 20px;
}

.f21 {
	font-size: 21px;
}

.f22 {
	font-size: 22px;
}

.f23 {
	font-size: 23px;
}

.f24 {
	font-size: 24px;
}

.f25 {
	font-size: 25px;
}

.f26 {
	font-size: 26px;
}

.f600 {
	font-weight: 600;
}

.w1200 {
	position: relative;
	width: 1200px;
	left: 50%;
	transform: translateX(-50%);
}

.w100 {
	width: 100%;
}

.w50 {
	width: 50%;
}

.w25 {
	width: 25%;
}

.height100 {
	height: 100%;
}

.set-left-center {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.fixed {
	position: fixed;
}

.cursor {
	cursor: pointer;
}

.c0 {
	color: #000000;
}

.c3 {
	color: #333333;
}

.c6 {
	color: #666666;
}

.c9 {
	color: #999999;
}

.cf {
	color: #ffffff;
}

.czt {
	color: #d6b16b;
}

.cztbg {
	background: #d6b16b;
}

.cbgf {
	background: #FFFFFF;
}

.inline-block {
	display: inline-block;
}

.flex {
	display: flex;
}

.flex-center {
	justify-content: center;
}

.flex-space-around {
	justify-content: space-around;
}

.flex-space-between {
	justify-content: space-between;
}

.flex-start {
	justify-content: flex-start;
}

.align-center {
	align-items: center;
}

.text-overflow1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-overflow2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.text-overflow3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.section5Contentfit{
	width: 665px;
}