/* 网站--配套硬件 */
.ptyj1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 13vw;
	margin-bottom: 4vw;
}

.ptyj2 {
	background-color: #f5f5f5;
	margin-right: 1vw;
	padding: 1.5vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-radius: 0.63vw;
	overflow: hidden;
	transition: ease all 0.3s;
}
.ptyj2:hover img{
	transform: scale(1.05);
}
.ptyj3 {}

.ptyj4 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1vw;
}

.ptyj3 img {
	width: 13vw;
}

.ptyj4 p {
    margin: 0;
    font-size: 1vw;
}

.ptyj5 {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 1vw;
}
.ptyj5 .ptyj2{
	width: calc(calc(100% / 3));
}
.ptyj5 .ptyj2:last-child{
	margin-right: 0;
}
.ptyj6 {
	display: flex;
	width: 100%;
}
.ptyj6 .ptyj2{
	width: calc(calc(100% / 4));
}
.ptyj6 .ptyj2:last-child{
	margin-right: 0;
}
.ptyj6 .ptyj3{
	height: 10vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.ptyj7{
	padding: 0;
}
.ptyj7 img{
	width: 100%;
}
.ptyj8 img{
	width: 11vw;
}