.enterprise-materials-page .banner_list_item p,
.enterprise-materials-page .banner_list_item h1 {
	color: #000000 !important;
}
.enterprise-materials-page .banner_list_item{
	background-image: url("https://www.wanmi.com/attachment/20250722/aeb4feb4001d4a7a912b4d628f817373.png");
	background-size: 800px 600px;
	background-position: right;
	background-repeat: no-repeat;
}
.enterprise-materials-page .img-1 {
	width: 510px;
	height: 320px;
	object-fit: cover;
}
.enterprise-materials-page .img-full {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.enterprise-materials-page .img-2 {
	width: 96px;
	height: 96px;
	object-fit: cover;
}
.enterprise-materials-page .enterprise-column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.enterprise-materials-page .enterprise-title {
	font-weight: 500;
	font-size: 32px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 32px;
	text-align: center;
	margin: 80px 0;
}
.enterprise-materials-page .enterprise-card-wrap {
	width: 1200px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.enterprise-materials-page .enterprise-card {
	padding: 40px;
	background: #ffffff;
	border-radius: 8px;
}
.enterprise-materials-page .enterprise-card .title-1 {
	font-weight: 500;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 32px;
}
.enterprise-materials-page .sub-title {
	font-weight: 400;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 28px;
	text-indent: -1em;
	padding-left: 1em;
}
.enterprise-materials-page .enterprise-card .sub-title.text-box {
	height: 84px;
}
.enterprise-materials-page .enterprise-row {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.enterprise-materials-page .enterprise-row .enterprise-card2 {
	flex: 1;
	padding: 32px 42px;
	background: #ffffff;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.enterprise-materials-page .enterprise-row .enterprise-card2 .title-2 {
	font-weight: 400;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 20px;
}
.enterprise-materials-page .enterprise-row .enterprise-card2 .sub-title2 {
	font-weight: 400;
	font-size: 14px;
	color: rgba(0,0,0,0.6);
	line-height: 22px;
	text-align: center;
}