/* 成功案例 */
.main-box{
	width: 100%;
	padding-top: 0.5rem;
	margin-bottom: 0.6rem;
}
.main-box .title-box{
	background-color: #ffffff;
	margin-bottom: 0.5rem;
}
.main-box .service-item{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 0.3rem;
	min-height: 1rem/* 100px */;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ser-list{
	display: block;
	width: 3.2rem/* 330px */;
	height: 2.1rem/* 210px */;
	margin-bottom: 0.28rem/* 28px */;
	position: relative;
}
.ser-list img{
	width: 100%;
	height: 100%;
}
.ser-list p{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 0.5rem/* 50px */;
	line-height: 0.5rem;
	text-align: center;
	background-color: rgba(241, 102, 34,0.5);
	color: #ffffff;
	box-sizing: border-box;
	padding: 0 0.3rem;
}