/* 服务介绍 */
.fwjs1 {
	background-image: url(../img/wztp129.jpg);
	background-size: 100% 100%;
	width: 100%;
	height: 32vw;
	display: flex;
}

.fwjs2 {
	width: 65%;
	height: 100%;
}

.fwjs2 p {
	font-size: 1.1vw;
	padding: 11vw 14vw 0;
	line-height: 2.8;
}

.fwjs3 {
	display: flex;
	width: 35%;
}

.fwjs4 {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	width: 33%;
	border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.fwjs4:hover img{
	animation: dhyxz 1s both linear;
}
@keyframes dhyxz{
	0%{transform: perspective(500px) rotateY(0deg);}
	33%{transform: perspective(500px) rotateY(120deg);}
	66%{transform: perspective(500px) rotateY(240deg);}
	100%{transform: perspective(500px) rotateY(360deg);}
}
.fwjs4 img {
	height: 4.5vw;
}

.fwjs4 p {
	width: 100%;
	text-align: center;
	font-size: 1.1vw;
	margin-top: 2vw;
	color: var(--ztys--wz);
	font-weight: bold;
}