.banner {
	width: 100%;
	position: relative;
}
.banner .swiper-slide{
	width: 100%;
}
.swiper-container {
	width: 100%;
}
.swiper-slide {
	text-align: center;
	background-color: #fff;
	background-size: cover;
	background-position: 50% 50%;
}
/* Bullets */
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #fff;
	opacity: 0.6;
}
.swiper-pagination-bullet-active {
    background: orange;
}
.show {
	text-align: center;
}

.show .show-stern {
	width: 32.3%;
	margin-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	-webkit-transition: transform .6s;
    transition: transform .6s;
	background: #e4e4e4;
}

.show .show-stern:hover {
    box-shadow: 0 10px 20px rgba(238,238,238,0.8);
    transform: translate3d(0, -5px, 0)
}

.show .show-stern img {
	width: 100%;
}

.show .show-stern h3 {
	line-height: 38px;
	margin-top: 18px;
}

.show .show-stern p {
	color: #8c8c8c;
}

.ml {
	margin-left: 1%;
}

.index-series {
	margin-top: 30px;
	background-color: #fff;
}

.index-series h1,
.index-series p,
.service h1,
.service p {
	text-align: center;
}

.index-series h1 {
	font-size: 46px;
	line-height: 106px;
}

.index-series p {
	font-size: 18px;
}

.index-series .series-show {
	width: 100%;
	margin-top: 30px;
	background-color: #fafafa;
}
.series-show .index-category {
	float: left;
	width: 19.95%;
	cursor: pointer;
	height: 520px;
	position: relative;
	text-align: center;
	box-shadow: 10px 10px 20px 0px rgba(238,238,238,0.8);
}
.series-show .index-category  a {
	padding-top: 54px;
}
.series-show .index-category .fold-shade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -ms-linear-gradient(left, #eaeaea, #d8d8d8);/* IE 10 */
	background:-moz-linear-gradient(left, #eaeaea, #d8d8d8);/*火狐*/
	background:-webkit-gradient(linear, 0% 100%, 0% 0%,from(#eaeaea), to(#d8d8d8));/*谷歌*/
	background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#eaeaea), to(#d8d8d8));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(left, #eaeaea, #d8d8d8);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(left, #eaeaea, #d8d8d8);  /*Opera 11.10+*/
	opacity: 0;
}
.series-show .index-category:hover {
	color: #ff8003;
}
.series-show .index-category .cat-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 50px;
}

.index-category:after {
	background-position: center;
}

.service-node h1 {
	font-size: 46px;
    line-height: 106px;
	text-align: center;
}
.service-node p {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
.service-node #map {
	height: 520px;
}

.index-bottom {
	height: 168px;
	width: 100%;
	background-color: #fafafa;
	text-align: center;
	box-shadow: 0 2px 5px #acacac;
	margin: 20px 0 5px 0;
	z-index: 99;
}

.index-bottom img {
	display: inline-block;
	margin-top: 34px;
}

.index-bottom p {
	font-size: 15px;
	line-height: 50px;
	font-weight: bold;
}