.service_item {
	float:left;
	width:349px;
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 25px
}

.service_item h4 {
	overflow: hidden
}
	.service_item img {
		max-width: 300px;
		margin: 0 auto;
		cursor: pointer;  
transition: all 0.6s;  
	}
	.service_item img:hover{  
transform: scale(1.4);
	}
	.service_item {
		margin-right: 25px
	}

.service_item h4 {
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	color: #595959;
	-webkit-transition: all ease-out .2s;
	transition: all ease-out .2s;
	border-bottom: 1px solid #e1e1e1;
	text-align: left;
	width: 100%
}

@media (max-width:991px) {
	.service_item h4 {
		text-align: center
	}
}

.service_item h4:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	background-color: #3c3c3c;
	margin-top: 46px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

@media (max-width:991px) {
	.service_item h4:before {
		display: none
	}
}

.service_item p {
	color: #848484;
	font-size: 13px;
	line-height: 24px;
	height: 50px;
	overflow: hidden;
	width: 100%;
	margin-top: 10px
}

.service_item a {
	display: block;
	width: 100%;
	position: relative
}

.service_item a img {
	margin: 0 auto
}

@media (max-width:767px) {
	.service_item a {
		text-align: center;
		margin-top: 20px
	}
}

.service_item a:hover {
	text-decoration: none
}

.service_item a:hover h4 {
	color: #272727
}

.service_item a:hover h4:before {
	width: 100%
}