body {
	margin: 0px;
	overflow-x: hidden;
}

.page {
	background-color: rgba(255, 251, 248, 1);
	width: 1920px;
	margin: 0 auto;
}

.div-block {
	width: 1040px;
	margin: 0 auto;
}

.div-block__title {
	width: 100%;
	text-align: center;
	padding: 50px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-item: center;
}

.div-block__title div {
	overflow-wrap: break-word;
	color: rgba(34, 34, 34, 1);
	font-size: 38px;
	font-family: AlibabaPuHuiTiB;
	white-space: nowrap;
	line-height: 38px;
	height: 40px;
	margin-top: -10px;
	margin: 0px 24px;
}

.page4--bg {
	background: url(./images/group_04_bg.png) 100% no-repeat;
	height: 576px;
}

.div-block4__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-item: center;
}

.div-block4__content img {
	margin-top: 26px;
	padding: 3px;
	cursor: pointer;
}

.div-block4__content img:hover {
	border: 3px solid red;
	padding: 0px;
}


.div-block7__content {
	background-color: rgba(255, 229, 85, 1);
	border-radius: 10px;
	width: 100%;
	height: 691px;
	padding-top: 28px;
	padding-left: 23px;
}

.div-block7__content__title {
	width: auto;
	height: 45px;
	background: linear-gradient(90deg, #F2AC00 0%, #E17242 100%);
	border-radius: 5px;
	color: rgba(255, 255, 255, 1);
	font-size: 24px;
	line-height: 45px;
	padding: 0px 15px;

}

.div-block7__content__msg {
	overflow-wrap: break-word;
	color: rgba(34, 34, 34, 1);
	font-size: 18px;
	font-family: Alibaba-PuHuiTi-R;
	text-align: left;
	line-height: 25px;
	padding-top: 10px;
}

.page8--bg {
	background: url(./images/group_08_bg.png) 100% no-repeat;
	background-position: center bottom;
}