.dianshang {
	background-color: #fff;
	padding-top: 160px;
	padding-bottom: 160px;
}

.ds {
	width: 24.53%;
	height: 230px;
	background: #F7F7F7;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dianshang1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ds {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.ds img {
	/* width: 100%; */
	height: 100%;
	transform: scale(0.3);
}

.ds1 {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #E60012;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 120%;
	left: 0;
	transition: all 0.3s;
}

.ds1 img {
	width: 129px;
	height: 129px;
	transform: scale(1);
}

.ds:hover .ds1 {
	top: 0;
}

@media screen and (max-width:1500px) {
	.dianshang {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media screen and (max-width:1024px) {
	.ds {
		width: 49.53%;
	}

	.dianshang {
		padding-top: 35px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.ds {
		width: 49.53%;
		height: 120px;
	}

	.ds1 img {
		width: 75px;
		height: 75px;
		transform: scale(1);
	}
}