.services {
	position: relative;
	width: 100%;
	padding-bottom: 120px;
	background: url(../images/service/services_bg.jpg) top right no-repeat;
	text-align: center;
	overflow: hidden;
}
.services .title_content {
	position: relative;
	width: 100%; height: 150px;
	max-width: 1520px;
	margin: 140px auto 20px;
}
.services .sub_title {
	position: absolute;
	top: -40px; right: 0; left: 0;
	margin: auto;
}
.services .sub_title h5 .title_deco {
	left: -90px;
	width: 170px;
}
.services_wrap {
	position: relative;
	width: 100%;
	max-width: 1520px;
	margin: auto;
	font-size: 0;
}
.services_wrap .list {
	position: relative;
	display: inline-block;
	width: calc(33.3% - 13px); height: 580px;
	text-align: center;
	vertical-align: top;
	transform: translateY(50px);
}
.services_wrap .list:nth-child(1) {
	transition-delay: 0.2s;
}
.services_wrap .list:nth-child(2) {
	margin-right: 20px;
	margin-left: 20px;
	transition-delay: 0.4s;
}
.services_wrap .list:nth-child(3) {
	transition-delay: 0.6s;
}
.services_wrap .list .thumbnails {
	position: relative;
	width: 100%; height: 300px;
	overflow: hidden;
}
.services_wrap .list .thumbnails .loader {
	transition: transform 0.3s;
}
.services_wrap .list:hover .thumbnails .loader {
	transform: scale(1.1);
}
.services_wrap .list .box {
	position: relative;
	width: 100%; height: 280px;
	padding: 2.5vw;
	background: #fff;
	text-align: center;
}
.services_wrap .list .box::before {
	content: '';
	position: absolute;
	bottom: 270px; left: 0;
	width: 100%; height: 10px;
	background: #927e6b;
}
.services_wrap .list .box .deco {
	position: absolute;
	bottom: 270px; left: 0;
	width: 100%; height: 0;
	background: #444;
	transition: height 0.3s;
}
.services_wrap .list:hover .box .deco {
	height: 10px;
}
.services_wrap .list .box h5 {
	font-size: 34px;
	line-height: 34px;
	color: #444;
}
.services_wrap .list .box h6 {
	margin-top: 10px;
	margin-bottom: 24px;
	font-size: 14px;
	color: #888;
}
.services_wrap .list .box .text {
	position: relative;
	padding-top: 25px;
	font-size: 13px;
	color: #888;
	line-height: 20px;
	border-top: 1px solid #e6e0da;
}
.services_wrap .list .box .btn_more {
	position: absolute;
	right: 0; bottom: 2vw; left: 0;
	margin: auto;
}
.services_wrap .list:hover .box .btn_more {
	background: url(../images/btn_more_ov.png) 0 0 no-repeat;
}

.services_wrap .list .btn_more::after {
	content: '';
	position: absolute;
	bottom: -5px; left: 0;
	width: 0; height: 1px;
	background: #927e6b;
	transition: width 0.3s;
}
.services_wrap .list:hover .btn_more::after { width: 100%; }