@charset "UTF-8";

/*服务范围*/
.scope {
	position: relative;
	height: 600px;
	padding-top: 55px;
}

/*服务介绍标签*/
.service-lable {
	position: relative;
	height: 800px;
	padding-top: 55px;
}

/*服务范围 开始*/
.scope-detail-div {
	margin: 0 auto 0 auto;
	width: 70%;
	height: 210px;
	display: flex;
	justify-content: space-around;
	position: relative;
}

.scope-detailT {
	margin-top: 0px;
}

.scope-detailB {
	margin-top: 20px;
}

.scope-detail {
	position: relative;
	width: 48%;
	height: 200px;
	float: left;
	width: 40%;
}

.scope-icon {
	margin-top: 3%;
	width: 25%;
	float: left;
}

.scope-icon img {
	width: 100%;
}

.scope-title {
	margin-top: 10px;
	margin-left: 30%;
	text-align: left;
	font-size: 1.6rem;
	color: #000000;
	font-weight: 500;
}

.scope-desc {
	margin-top: 10px;
	margin-left: 30%;
	line-height: 30px;
	text-align: left;
	font-size: 1rem;
	color: #666666;
	font-weight: 500;
}

/*服务范围 结束*/

/*服务 开始*/
.service-desc {
	color: #666666;
}

.service-divs {
	margin: 0 auto 0 auto;
	width: 80%;
	color: #666666;
	margin-top: 100px;
	height: 420px;
	display: flex;
	justify-content: space-around;
}

.service-div {
	display: inline-block;
	width: 21%;
	height: 420px;
	border: 1px solid #a0a0a0;
	border-radius: 16px;
}

.service-icon {
	margin: 50px auto 0 auto;
}

.service-icon img {
	width: 22%;
}

.service-title {
	font-weight: 400;
	font-size: 18px;
	margin: 60px auto 0 auto;
}

.service-detail {
	margin: 45px auto 0 auto;
	font-weight: 400;
	line-height: 35px;
	width: 90%;
}

/*服务 结束*/
.tempWrap {
	overflow: hidden;
	position: relative;
	height: 600px;
}

.fullSlide {
	width: 100%;
	position: relative;
	height: 600px;
	overflow: hidden;
}

.fullSlide .bd {
	position: relative;
	z-index: 0;
}
.fullSlide .bd ul li{
	background-size: 100%;
	background-repeat: no-repeat;
}
.fullSlide .bd ul {
	width: 100% !important;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 600px;
}

.fullSlide .bd li a {
	position: absolute;
	width: 100%;
	height: 600px;
	display: block;
	z-index: 1;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.fullSlide .hd ul {
	margin: 0;
	padding: 0;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 20px;
	height: 20px;
	margin: 7px;
	background: url(../images/now-page.png) 0 0;
	background-size: 100% 100%;
	overflow: hidden;
	line-height: 9999px;
	filter: alpha(opacity = 40);
	opacity: 0.4;
}

.fullSlide .hd ul .on {
	filter: alpha(opacity = 100);
	opacity: 1;
}