﻿.containers
{
    max-width:1380px;
    margin:0 auto;
    width:95%;
}
.containerss
{
    width:100%;
    display: flex;
    justify-content: center;
}
.service_list {
	width: 100%;
	overflow: hidden;
}
.service_list ul {
	width: 100%;
	overflow: hidden;
	margin: 0 0 40px;
}
.service_list ul li:nth-of-type(2) {
	width: 65%;
	overflow: hidden;
	color: #949494;
	line-height: 32px;
	float: left;
	padding: 40px 0 0;
	font-size:16px;
}
.service_list ul li:nth-of-type(1) {
	width: 800px;
	overflow: hidden;
	float: right;
}
.service_list ul li:nth-of-type(1) img {
	width: 100%;
	transition: all 0.5s;
}
.service_list ul li a:hover img{ transform: scale(1.1);}
.service_list ul:nth-of-type(2) li:nth-of-type(2) {
	float: right;
}
.service_list ul:nth-of-type(2) li:nth-of-type(1) {
	float: left;
}
.service_list ul li h1 {
	color: #000000;
	margin: 0 0 15px;
}
.service_list ul li a {
	display: block;
}
.service_list ul li a em {
	position: relative;
	z-index: 2;
}
.service_list ul li a span img:nth-of-type(2) {
	display: none;
}
.service_list ul li a:hover {
	border-color: #162788;
}
.service_list ul li a:hover:before {
	width: 100%;
	opacity: 1;
}
.service_list ul li a:hover em {
	color: #ffffff;
}
.service_list ul li a:hover span {
	background-color: #ffffff;
}
.service_list ul li a:hover span img:nth-of-type(1) {
	display: none;
}
.service_list ul li a:hover span img:nth-of-type(2) {
	display: inline-block;
}


.service_list .more {
	margin: 50px auto 34px;
}
.service_list .more .line {
	display: block;
	width: 41%;
	height: 1px;
	margin-top: 24px;
	background: #ccc;
}
.service_list .more .look_more {
	display: block;
	width: 198px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #ccc;
	transition: all .5s;
}
.service_list .more .look_more:hover {
	background: #0c5e47;
	color: #fff;
	transition: all .5s;
	border: 1px solid #0c5e47;
}



@media only screen and (max-width: 991px) {
	.service_banner {
		margin: 190px 0 0;
	}
	.service_banner img:nth-of-type(1) {
		display: none;
	}
	.service_list ul li:nth-of-type(1) {
	    width: 100%;
	}
	.service_list ul li:nth-of-type(2) {
	    width: 100%;
	    padding: 60px 60px 20px;
	}
}
@media only screen and (max-width: 767px) {
	.service_banner {
		margin: 60px 0 0;
	}
	.service_banner .service_title {
	    height: 40px;
	    line-height: 40px;
	    font-size: 12px;
	}
	.service_content {
	    padding: 35px 0 10px;
	}
	.tech_title {
		margin: 0 0 25px;
	}
	.tech_title h1 {
	    font-size: 28px;
	    margin: 0 0 10px;
	}
	.service_list ul {
		margin: 0 0 30px;
	}
	.service_list ul li:nth-of-type(2) {
	    padding: 30px 0 0;
	}
	.service_list ul li h1 {
	    font-size: 26px;
	    margin: 0 0 10px;
	}
	.service_list ul li a {
	    width: 120px;
	    margin: 25px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.service_banner img:nth-of-type(2) {
		display: none;
	}
	.service_list ul li:nth-of-type(1) {
	    width: 40%;
	}
}
@media only screen and (min-width: 1250px) {
	.service_list ul li:nth-of-type(1) {
	    width: 30%;
	}
}