
/*****banner*******/	
.banner_img {
	width: 100%;
	height: 100%;
}

/* .banner {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
} */
.arrowB {
	width: 80px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	z-index: 99;
}
.swiperBx .arrowB {
	margin-top: -20px;
}
.arrowB img {
	height: 70px;
}
.swiperBx .arrowB img {
	height: 40px;
}
.arrowBleft, .arrowBxleft {
	left: 0;
}
.arrowBright, .arrowBxright {
	right: 0;
	text-align: right;
}
/* .sBximg img {
	width: 100%;
	display: block;
} */
@media (max-width: 768px) {
	.arrowBright, .arrowBxright {
		right: unset;
	}
  }



/*****banner*******/	
.warpper {
	position: relative;
	/* background: #fff; */
	z-index: 9;
    /*background:-moz-linear-gradient(left, #484848 0, #676767 40%, #797878 100%);
	 background:-webkit-linear-gradient(left, #484848 0, #676767 40%, #797878 100%); */
	/* background: linear-gradient(to bottom, #484848 0, #676767 40%, #797878 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5F5F5F', endColorstr='#797878', GradientType=1);*/
}

.index_box {
	width: 80%;
	margin: 0 auto;
}
.public_btn {
	font-size: 14px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; letter-spacing: 1px;
	color: #ccc;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.public_btn img {
	vertical-align: middle;
	width: 20px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.public_btn:hover img {
	margin-left: 10px;
}



/* ============ 轮播图 ============ */
.index_banner .swiper-slide img {
	display: block;
	width: 100%;
}

.index_banner .swiper-pagination {
	z-index: 9999 !important;
	bottom: .2rem !important;
}

.index_banner .swiper-pagination-bullet-active {
	background: #0d968f !important;
}

.index_banner .swiper-pagination-bullet {
	width: .2rem;
	height: .2rem;
	transition: all .8s;
	opacity: 1;
	border-radius: 50%;
	background: #fff;
}

.index_banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 .16rem;
}

.index_banner {
	background: rgba(0, 0, 0, .8);
}










  

/*移动banner切换*/
.mob_swiper{
	position: relative;
	/* top: 5rem; */
	/* margin-top: 10%; */
}
.mob_swiper .parHd{
	width:100%;
	position:absolute;
	bottom:0rem;
	text-align:center;
	margin:0 auto;
}
.mob_swiper .parHd li{
	display:inline-block;
	border-radius:100%;
	background:#fff; 
	text-indent:-999em;
	overflow:hidden;
	margin:2% 1% 2%;
} 
.mob_swiper .parHd li.on{ background:#0d968f; }
.mob_swiper .parHd li{
	width:0.5rem;
	height:0.5rem;
}
.mob_swiper img {
    display: block;
    width: 100%
}




@media (max-width: 1023px) {
	.pc_swiper{
		display: none;	
	}
	.mob_swiper{
		display: block !important;
	}
  }


