.service{
	background: #f9f9f9;
	padding: 15px;
	margin-bottom: 30px;
}
.service .img{
	width: 115px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.service .img a{
	display: block;
	padding-top: 100%;
	position: relative;
}
.service .img a img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: 80%;
	max-width: 80%;
}
.service .tend{
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.service .tend:before{
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 50px;
	border-bottom: solid 1px #1fbcbc;
}
.service .tend a{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	display: block;
	text-align: center;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.service .des{
	text-align: center;
	height:66px;
	overflow: hidden;
	text-align: center;
	color:#555555;
}
/*=================================================*/
.the-content{
	margin-bottom: 20px;
}
.the-content .img-left{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 768px){

}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){

}

@media all and (max-width: 420px){
    
}