/* 网站图片菜单 */
.tpcd1 {
	display: flex;
	justify-content: center;
	margin: 1vw 0 7vw 0;
}

.tpcd2 {
	width: 32vw;
	height: 18vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f0f0f0;
	margin-right: 5vw;
	flex-wrap: wrap;
	align-content: center;
	overflow: hidden;
	background-image: url(../img/wztp193.jpg);
	background-size: 100% 100%;
	position: relative;
	transition: ease all 0.3s;
}
.tpcd2:last-child{
	margin-right: 0;
}
.tpcd2:hover{
	cursor: pointer;
	transform: scale(1.05)!important;!i;!;
}
.tpcd2:active{
	filter: brightness(1.3);
}
.tpcd2 p {
	font-size: 1.6vw;
	color: #fff;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-top: 1vw;
	z-index: 1;
}
.tpcd2 img{
	height: 2.5vw;
	z-index: 1;
}
.tpcd2:before {
	content: "";
	background-color: var(--ztys--wz);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.4;
	z-index: 0;
}
.tpcd3{
	background-image: url(../img/wztp196.jpg);
	background-size: 100% 100%;
}