.industry_wrap {
	width: 192rem;
	padding-top: 8rem;
}

.industry_banner {
	width: 192rem;
	height: 52rem;

}

.industry_banner img {
	width: 100%;
	height: 100%;
}

/* 智慧工业监测一体化平台 */
.industry_platform {
	width: 120rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 9rem 0;
}

.industry_platform_img {
	width: 52.7rem;
	height: 33.8rem;
}

.industry_platform_img img {
	width: 100%;
	height: 100%;
}

.industry_platform_text {
	width: 60.4rem;
}

.industry_platform_text>h5 {
	font-weight: 550;
	font-family: SourceHanSansCN-Medium;
	font-size: 3rem;
	line-height: 8rem;
	color: #1a1c1d;
	border-bottom: 1px solid #bfbfbf;
}

.industry_platform_text>p {
	margin-top: 1.7rem;
	font-family: SourceHanSansCN-Normal;
	font-size: 1.6rem;
	line-height: 4.2rem;
	letter-spacing: 0.02rem;
	color: #444444;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

/* 平台功能 */
.industry_platform_features {
	width: 192rem;
	margin: 0 auto;
	text-align: center;
	border-bottom: 0.1px solid transparent;
	background-color: rgba(238, 238, 238, .3);
}

.industry_platform_features>h5 {
	font-weight: 550;
	font-family: SourceHanSansCN-Medium;
	font-size: 3rem;
	line-height: 12rem;
	color: #1a1c1d;
}

.features_item {
	width: 120rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 6.7rem;
}

.features_item_text {
	text-align: left;
	width: 69.5rem;
	letter-spacing: 0.02rem;
	color: #444444;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.features_item_text>h5 {
	font-weight: 550;
	font-family: SourceHanSansCN-Bold;
	font-size: 2.4rem;
	line-height: 5rem;
}

.features_item_text>p {
	font-family: SourceHanSansCN-Normal;
	font-size: 1.6rem;
	line-height: 4.2rem;
}

.features_item_img {
	width: 36.6rem;
	height: 19.2rem;
}

.features_item_img img {
	width: 100%;
	height: 100%;
}

/* 平台架构图 */
.industry_platform_architecture {
	width: 120rem;
	margin: 0 auto;
}

.industry_platform_architecture>h5 {
	font-weight: 550;
	text-align: center;
	font-family: SourceHanSansCN-Medium;
	font-size: 3rem;
	line-height: 12rem;
	color: #1a1c1d;
}

.industry_platform_architecture img {
	width: 100%;
	margin-bottom: 5rem;
}

/* 平台优势 */
.industry_platform_advantages {
	width: 120rem;
	margin: 0 auto;
	text-align: center;
}

.industry_platform_advantages>h5 {
	font-weight: 550;
	font-family: SourceHanSansCN-Medium;
	font-size: 3rem;
	line-height: 1;
	padding-bottom: 5rem;
	color: #1a1c1d;
}

.advantages_box {
	display: flex;
	justify-content: space-between;
}

.advantages_item {
	width: 19.3rem;
	height: 23.3rem;
	background-color: rgba(238, 238, 238, .5);
	position: relative;
}

.advantages_item:hover {
	transition: transform .5s;
	transform: scale(1.05);
}

.advantages_item img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 9rem;
	max-height: 8.3rem;
	transform: translate(-50%, calc(-50% - 3.5rem));
}

.advantages_item p {
	bottom: 5rem;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	font-family: SourceHanSansCN-Medium;
	font-size: 2rem;
	letter-spacing: 0rem;
	color: #242424;
	width: 80%;
}

/* 应用场景 */
.scene {
	width: 120rem;
	margin: 0 auto;
	text-align: center;
}

.scene>h5 {
	font-weight: 550;
	font-family: SourceHanSansCN-Medium;
	font-size: 3rem;
	line-height: 12rem;
	color: #1a1c1d;
}


.scene_box {
	display: flex;
	flex-wrap: wrap;
}

.scene_item {
	width: 38.8rem;
	height: 32.5rem;
	margin-right: 1.8rem;
	margin-bottom: 3rem;
	background-color: #eeeeee;
}

.scene_item:hover {
	transition: transform .5s;
	transform: scale(1.05);
}

.scene_item img {
	width: 38.8rem;
	height: 26.5rem;
}

.scene_item p {
	line-height: 6rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 2rem;
	color: #1a1c1d;
}

.scene_item:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 1140px) {
	.industry_wrap {
		padding-top: 9.3rem;
	}

	/* 智慧工业监测一体化平台 */
	.industry_platform {
		width: 172rem;
		padding: 9.5rem 0;
	}

	.industry_platform_img {
		width: 75.789rem;
		height: 48.674rem;
	}

	.industry_platform_text {
		width: 86.57rem;
	}

	.industry_platform_text>h5 {
		font-size: 5.053rem;
		line-height: 10.8rem;
	}

	.industry_platform_text>p {
		margin-top: 2rem;
		font-size: 2.695rem;
		line-height: 7rem;
	}

	/* 平台功能 */
	.industry_platform_features {
		width: 192rem;
	}

	.industry_platform_features>h5 {
		font-size: 5.053rem;
		line-height: 17.5rem;
	}

	.features_item {
		width: 172rem;
		margin-bottom: 11.2rem;
	}

	.features_item_text {
		width: 97.85rem;
	}

	.features_item_text>h5 {
		font-size: 4.042rem;
		line-height: 7rem;
	}

	.features_item_text>p {
		font-size: 2.695rem;
		line-height: 5rem;
	}

	.features_item_img {
		width: 61.642rem;
		height: 32.337rem;
	}

	/* 平台架构图 */
	.industry_platform_architecture {
		width: 172rem;
	}

	.industry_platform_architecture>h5 {
		font-size: 5.053rem;
		line-height: 21rem;
	}

	.industry_platform_architecture img {
		margin-bottom: 6.5rem;
	}

	/* 平台优势 */
	.industry_platform_advantages {
		width: 172rem;
	}

	.industry_platform_advantages>h5 {
		font-size: 5.053rem;
		line-height: 1;
		padding-bottom: 7rem;
	}

	.advantages_item {
		border: 1px solid red;
		width: 27.789rem;
		height: 33.684rem;
	}
	

	.advantages_item img {
		max-width: 13rem;
		max-height: 12rem;
		transform: translate(-50%, calc(-50% - 5.5rem));
	}

	.advantages_item p {
		bottom: 7.5rem;
		font-size: 3.032rem;
	}

	/* 应用场景 */
	.scene {
		width: 172rem;
	}

	.scene>h5 {
		font-size: 5.053rem;
		line-height: 19rem;
	}

	.scene_item {
		width: 56rem;
		height: 46.989rem;
		margin-right: 2rem;
		margin-bottom: 3.7rem;
	}

	.scene_item img {
		width: 56rem;
		height: 38.4rem;
	}

	.scene_item p {
		line-height: 8.589rem;
		font-size: 3.032rem;
	}
}
