.equipment-title {
    justify-content: flex-start;
    font-size: 18px;
    margin-bottom: 40px;
}
.equipment-title p {
    width: 126px;
    font-size: 27px;
    background-color: #b20000;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}
.equipment01 {
    margin-bottom: 70px;
}
.equipment01>p {
    max-width: 770px;
    margin-top: 20px;
    line-height: 30px;
}

.equipment02-img ul {
    max-width: 770px;
    height: 540px;
    flex-direction: column;
}
.equipment02-img ul li {
    margin-right: 26px;
}
.equipment02 li p, .equipment02-img p {
    text-align: center;
    background: url(../image/technology/equipment/kuang.png) no-repeat;
    background-size: 100% 100%;
    font-size: 19px;
    padding: 5px 0;
}
.equipment02>ul {
    margin-top: 80px;
}
.equipment02>ul li {
    width: calc(100%/3.2);
}
.equipment02>ul img {
    height: 189px;
	object-fit: cover;
}


@media screen and (max-width: 1024px) {
	.equipment01-img img {
		width: 100%;
	}
	.equipment02-img, .equipment02-img ul {
		height: 430px;
	}
	.equipment02-img div, .equipment02-img img {
		height: 100%;
	}
	.equipment02-img ul li {
		width: 72%;
	}
	.equipment02-img>div {
		width: 31.5%;
	}
}
@media screen and (max-width: 768px) {
	.equipment02-img, .equipment02-img ul {
		height: 360px
	}
	.equipment02-img ul li {
		width: 53%;
	}	
}
@media screen and (max-width: 425px) {
	.equipment02-img, .equipment02>ul {
		flex-direction: column;
		height: auto;
	}
	.equipment02-img ul {
		height: 325px;
	}
	.equipment02-img>div {
		width: 100%;
		margin-top: 70px;
	}
	.equipment02-img ul li {
		width: calc(50% - 13px);
	}
	.equipment02>ul li {
		width: 100%;
		margin-top: 50px;
	}
	.equipment02>ul {
		margin-top: 0;
	}
}