@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#certify .swiper-container {
	margin-top: 50px;
}

#certify .swiper-slide {
	/* width: 520px; */
	width: 380px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
	display: block;
}

#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	/* left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%; */
	left: 50px;
	background: url(../images/certifyLeftDefatlt.png) 50% 50% no-repeat;
}

#certify .swiper-button-next {
	right: 50px;
	background: url(../images/certifyRightDefatlt.png) 50% 50% no-repeat;
}

#certify .swiper-button-prev:hover {
	background: url(../images/certifyLeftHOver.png) 50% 50% no-repeat;
}

#certify .swiper-button-next:hover {
	background: url(../images/certifyRightHover.png) 50% 50% no-repeat;
}

/* 服务范围开始 */

.range {
	box-sizing: border-box;
	width: 100%;
	height: 764px;
	margin-top: 100px;
	padding-top: 63px;
	overflow: hidden;
	background: url('../images/range_banner.png') no-repeat 0 0;
	background-size: contain;
}

.range h2 {
	width: 900px;
	height: 40px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #112c66;
	text-align: center;
	background: url('../images/scopeofservices.png') no-repeat 0 0;
	background-size: contain;
	margin: 0 auto;
	padding-top: 43px;
}

.range_bottom {
	width: 100%;
	overflow: hidden;
}

.range_bottom img {
	width: 100%;
	height: auto;
}

.services {
	box-sizing: border-box;
	width: 100%;
	padding: 0 120px;
	/* overflow: hidden; */
	margin-top: 140px;
}

.services li {
	width: 20%;
	height: 280px;
	position: relative;
	float: left;
	background-size: 160% !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='160%');
	transition: all 0.2s;
}

.services img {
	width: 100%;
	height: 100%;
}

.services .mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4c000000, endcolorstr=#4c000000);
	position: absolute;
	left: 0;
	top: 0;
	padding: 29px 0px 29px 29px;
	line-height: 1;
	box-sizing: border-box;
	z-index: 10;
}

.mask h6,
.services_top h6 {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	margin-bottom: 19px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.mask span,
.services_top span {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.mask h5 {
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	position: absolute;
	right: 27px;
	bottom: 19px;
}

.services li:hover .mask {
	display: none;
}

.services li:hover {
	width: 27%;
	background-size: 120% !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='120%');
}

.services.toolingSpace li:hover {
	width: 40%;
	background-size: 120% !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='120%');
}

.services .narrow {
	width: 18% !important;
}

.services .narrow2 {
	width: 30% !important;
}

.services li:hover .services_top {
	top: -97px;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);

}

.services li:hover .services_bottom {
	bottom: -93px;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.services_top {
	width: 100%;
	position: absolute;
	max-height: 97px;
	overflow: hidden;
	top: 0;
	left: 0;
	line-height: 1;
	padding: 19px 27px 17px 30px;
	background: #0f4fdf;
	transition: all 0.2s;
	box-sizing: border-box;
	z-index: 0;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.services_top h5 {
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	position: absolute;
	right: 27px;
	top: 33px;
}

.services_bottom {
	width: 100%;
	padding: 17px 24px;
	max-height: 93px;
	overflow: hidden;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0f4fdf;
	transition: all 0.2s;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.services_bottom p {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.services.toolingSpace li {
	width: 33.33%;
	background-size: 100% !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='100%') !important;
}