/* 网站图片菜单 */
.stpcd1 {
	display: flex;
	justify-content: center;
	margin: 6vw 0 6vw 0;
}

.stpcd2 {
	width: 28vw;
	height: 17vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f0f0f0;
	margin-right: 2vw;
	flex-wrap: wrap;
	align-content: center;
	overflow: hidden;
	background-image: url(../img/wztp197.jpg);
	background-size: 100% 100%;
	position: relative;
	transition: ease all 0.3s;
}
.stpcd2:last-child{
	margin-right: 0;
}
.stpcd2:hover{
	cursor: pointer;
	transform: scale(1.05)!important;!i;!;
}
.stpcd2:active{
	filter: brightness(1.3);
}
.stpcd2 p {
	font-size: 1.6vw;
	color: #fff;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-top: 1.8vw;
	z-index: 1;
}
.stpcd2 img{
	height: 3.5vw;
	z-index: 1;
}
.stpcd2:before {
	content: "";
	background-color: var(--ztys--wz);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.6;
	z-index: 0;
}
.stpcd3{
	background-image: url(../img/wztp209.jpg);
	background-size: 100% 100%;
}
.stpcd4{
	background-image: url(../img/wztp47.png);
	background-size: 100% 100%;
}