/* 业务Banner */
.business-header {
	width: 100%;
	height: 418px;
	max-width: 1921px;
	margin: 0 auto;
}

.business-header img {
	width: 100%;
	/* max-width: 1921px; */
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 业务列表模块 */
.business-service-list {
	width: 100%;
	max-width: 1921px;
	margin: 0 auto;
}

.business-service-item {
	width: 100%;
	height: 611px;
	display: flex;
	/* align-items: center; */
	background: #fff;
	background-size: cover;/* 铺满 */
	background-position: center;/* 居中 */
	background-repeat: no-repeat;/* 不重复 */
}

.business-service-item.reverse {
	flex-direction: row-reverse;
}

.business-service-text {
	max-width: 831px;
	/* width: 831px; */
	width: 70%;
	margin: 116px 0 30px 112px;
}

.business-service-text.reverse {
	margin: 116px 112px 30px 0;
}

.business-text-header {
	width: 100%;
}

.business-text-header.reverse {
	text-align: right;
	flex-direction: column;
	align-items: flex-end;
	gap: 0px;
}

.business-text-en {
	display: block;
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 14.67px;
	color: #009628;
	text-transform: uppercase;
	margin-bottom: 19px;
	line-height: 1;
}

.business-text-cn {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 45px;
	color: #505050;
	line-height: 1;
	margin-bottom: 58px;
}

.business-text-desc {
	width: 100%;
	font-size: 20px;
	color: #646464;
	line-height: 1.5;
	margin-bottom: 20px;
}

.business-divider {
	width: 100%;
	height: 1px;
	background: #009628;
}
