.municipal_wrap {
	width: 192rem;
	padding-top: 8rem;
}

.municipal_banner {
	width: 192rem;
	height: 52rem;

}

.municipal_banner img {
	width: 100%;
	height: 100%;
}

/* 文字介绍 */
.municipal_box {
	width: 120rem;
	margin: 0 auto;
}

.municipal_text {
	color: #444;
}

.municipal_text>h5 {
	font-weight: 550;
	font-family: SourceHanSansCN-Medium;
	font-size: 3rem;
	line-height: 10rem;
	color: #1a1c1d;
	text-align: center;
}

.municipal_text>h6 {
	padding-top: 3.6rem;
	font-family: SourceHanSansCN-Bold;
	font-size: 2.4rem;
	line-height: 4.2rem;
	letter-spacing: 0.02rem;
}

.municipal_text>p {
	font-family: SourceHanSansCN-Normal;
	font-size: 1.6rem;
	line-height: 4.2rem;
	letter-spacing: 0.02rem;
}

/* 平台架构图 */
.municipal_architecture {
	width: 120rem;
	text-align: center;
}

.municipal_architecture>h5 {
	font-weight: 550;
	font-family: SourceHanSansCN-Medium;
	font-size: 3rem;
	line-height: 13rem;
	color: #1a1c1d;
}

.municipal_architecture img {
	width: 100%;
}

/* 应用场景 */
.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;
	justify-content: space-between;
}

.scene_item {
	width: 23.5rem;
	height: 21.1rem;
	background-color: #eeeeee;
}

.scene_item:hover {
	transition: transform .5s;
	transform: scale(1.05);
}

.scene_item img {
	width: 23.5rem;
	height: 17.3rem;
}

.scene_item p {
	line-height: 3.8rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 2rem;
	color: #1a1c1d;
}

@media screen and (max-width: 1140px) {
	.municipal_wrap {
		padding-top: 9.3rem;
	}
	
	/* 文字介绍 */
	.municipal_box {
		width: 172rem;
	}
	
	
	.municipal_text>h5 {
		font-size: 5.053rem;
		line-height: 16.85rem;
	}
	
	.municipal_text>h6 {
		padding-top: 3.6rem;
		font-size: 4.042rem;
		line-height: 7rem;
	}
	
	.municipal_text>p {
		font-size: 2.695rem;
		line-height: 7rem;
	}
	
	/* 平台架构图 */
	.municipal_architecture {
		width: 172rem;
	}
	
	.municipal_architecture>h5 {
		font-size: 5.053rem;
		line-height: 21rem;
	}
	
	/* 应用场景 */
	.scene {
		width: 172rem;
	}
	
	.scene>h5 {
		font-size: 5.053rem;
		line-height: 21rem;
	}
	
	
	.scene_box {
		justify-content: start;
		flex-wrap: wrap;
	}
	
	.scene_item {
		width: 42rem;
		height: 38.063rem;
		margin-right: 1.3rem;
		margin-bottom: 3.87rem;
	}
	
	.scene_item:hover {
		box-shadow: 0 0 1rem #999;
	}
	
	.scene_item img {
		width: 42rem;
		height: 30.989rem;
	}
	
	.scene_item p {
		line-height: 7rem;
		font-size: 3.368rem;
	}
	
	.scene_item:nth-child(4n){
		margin-right: 0;
	}
	
}
