/* 产品部署 */
.cpbb1 {
	display: flex;
	justify-content: center;
	margin: 2vw 0 5vw;
}

.cpbb2 {
	display: flex;
	flex-wrap: wrap;
	/* background-color: #f5f5f5; */
	/* padding: 1.5vw 2vw 3vw; */
	border-radius: 0.63vw;
	/* margin-right: 2vw; */
	width: 90%;
}

.cpbb2 p {
	/* width: 100%; */
	font-size: 1.2vw;
	font-weight: bold;
	margin-bottom: 1.5vw;
}

.cpbb3 {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
}

.cpbb4 {
	display: flex;
	justify-content: center;
	width: 19vw;
	align-items: center;
}
.cpbb4: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);}
}
.cpbb4 img {
	height: 4vw;
	margin-right: 1.5vw;
}

.cpbb4 p {
	font-weight: bold;
	font-size: 1.1vw;
	text-align: left;
	margin: 0;
}
.cpbb5{
}
.cpbb5 span{
	font-size: 1vw;
	margin-top: 0.35vw;
	display: block;
}