.productss_center_box {
	padding: 60px 0;
}

.productss_center_box .list_box {
	width: 100%;
	border: #000000;
}

.productss_center_box .list_box::before,
.productss_center_box .list_box::after {
	content: "";
	display: block;
	clear: both;
}

.productss_center_box .list_item {
	width: 280px;
	height: 300px;
	margin-bottom: 40px;
	transition: -moz-all .6s;
	transition: all .6s;
	float: left;
	margin: 0 10px 40px;
}

.productss_center_box .list_item .img_box {
	width: 100%;
	height: 73%;
	overflow: hidden;
}

.productss_center_box .list_item .img_box img {
	width: 100%;
	height: 100%;
	transition: -moz-all .6s;
	transition: all .6s;
}

.productss_center_box .list_item .img_box:hover img {
	transform: scale(1.05);
}

.productss_center_box .list_item .txt_box {
	width: 100%;
	height: 27%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.productss_center_box .list_item .txt_box .title {
	color: #222222;
	font-size: 20px;
}

.productss_center_box .list_item:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

/* .productss_center_box>.index_box {
	height: 20px;
	border: #007AFF 1px solid;
	margin-top: 70px;
	margin-bottom: 40px;
} */
