.s_service {
	position: relative;
	width: 100%;
	padding:60px 0;
	margin: 0;
	background-image: -moz-linear-gradient(left, #1d4489, #1959a3);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.00, #1d4489), color-stop(1.0, #1959a3));
}
.s_service .slist {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.s_service .slist .sleft {
	position: relative;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.s_service .slist .sleft .stitle {
	position: relative;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 30px;
}
.s_service .slist .sleft .stitle span {
	position: relative;
	display: block;
	text-transform: uppercase;
}

.s_service .slist .sright {
	position: relative;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.s_service .slist .sleft .item {
	position: relative;
	padding: 0px;
	margin: 0 0 20px;
	width: 100%;
}
.s_service .slist .sleft .item .s_img {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center !important;
	align-items: center !important;
	overflow: hidden;
	margin: 0 0 20px;
}
.s_service .slist .sleft .item .s_img img {
	max-width: 100%;
	margin-right: 20px;
}
.s_service .slist .sleft .item .s_des {
	position: relative;
	display: block;
	margin: 0;
	padding: 0px;
	color: #fff;
}
.s_service .slist .sleft .item .s_des .num {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	color: #8abcff;
	margin: 0 0 5px;
}
.s_service .slist .sleft .item .s_des h4 {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.s_service .slist .sleft .item .s_des .s_note {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0px;
}

@media (max-width: 992px) {
	.s_service .slist {
		flex-direction: column;
	}
	.s_service .slist .sright {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	
}
/*style 2*/
.s_service_style2 {
	position: relative;
	width: 100%;
	margin: 0 0 50px;
}
.s_service_style2 .item {
	position: relative;
	width: 100%;
	margin: 0 0 20px;
}
.s_service_style2 .item .s_img:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	bottom: 0;
	left: 0px;
	transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
}
.s_service_style2:hover .item .s_img:before {
	background-color: rgba(0,0,0,0.5);
}
.s_service_style2 .item .s_img:hover:before {
	background-color: rgba(0,0,0,0.2);
}
.s_service_style2 .item .s_img {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center !important;
	align-items: center !important;
	overflow: hidden;
}
.s_service_style2 .item .s_img img {
	width: 100%;
}
.s_service_style2 .item .s_img .s_des {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 20px;
}
.s_service_style2 .item .s_img .s_des h4 {
	position: relative;
	color: #fff;
	width: 70%;
	opacity: 0;
}
.s_service_style2 .item:hover .s_img .s_des h4 {;
	opacity: 1;
}
.s_service_style2 .item .s_img:hover .s_des h4 {
	text-shadow: 0px 2px 15px #000;
}
.s_service_style2 .item .s_des .s_note {
	position: relative;
	color: #fff;
	width: 100%;
	height: 0%;
	display: block;
	opacity: 0;
	visibility: hidden;
}
.s_service_style2 .item .s_des:hover .s_note {
	height: 100%;
	opacity: 1;
	visibility: visible;
}
.s_service_style2 .item .s_img .s_des a.s_link {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-image: url(../images/icon-arrow-white-right.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #fff !important;
	padding: 0 32px 0 0;
	font-weight: 700;
	opacity: 0;
}
.s_service_style2 .item:hover .s_img .s_des a.s_link {
	opacity: 1;
}
.s_service_style2 .item .s_img .s_des a.s_link:hover {
	background-position: left center;
	padding: 0 0 0 32px;
}
.s_service_style2 .item .s_img:hover .s_des a.s_link {
	text-shadow: 0px 2px 15px #000;
}
.s_service_style2 .item .s_img .s_des a.youtube {
	position: absolute;
	top: calc(50% - 46px);
	left: calc(50% - 46px);
	background-image: url(../images/icon-youtubelink.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 0 32px 0 0;
	font-weight: 700;
	width: 92px;
	height: 92px;
}
.s_service_style2 .item .s_img .s_des a.youtube:hover {
	opacity: 0.9;
}

.s_service_style2 .urlmore {
	position: relative;
	display: table;
	margin: 20px auto;
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
}

@media (max-width: 499px) {
}

