.classification{
	width: 100%;
}
.classification td{
	padding: 2% 0;
	width: 20%;
	float: left;
	position: relative;
	z-index: 0;
	font-size: 0.28rem;
}
.classification td img{
	display: block;
	width: 59%;
	margin: 0 auto;
}
.classification td p{
	text-align: center;
	margin-top: 5%;
	font-size: 11px;
	color: #878787;
}
.segmentingline{
	border: .1rem whitesmoke solid;
}