/* 服务价值 */
.fwjz1 {
	display: flex;
	width: 100%;
	height: 23vw;
	justify-content: center;
	padding-top: 2vw;
}

.fwjz2 {
	height: 4vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 18%;
	margin-right: 4vw;
}
.fwjz2:last-child{
	margin-right: 0;
}
.fwjz2 img {
	height: 4vw;
}

.fwjz3 {
	width: 100%;
	text-align: left;
	margin-top: 2vw;
	border-top: 2px solid #f0f0f0;
	padding-top: 1vw;
}

.fwjz3 p {
	font-size: 1vw;
	margin-top: 0.5vw;
}
.fwjz2: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);}
}