.industry-top {
	width: 100%;
	height: 562px;
	overflow: hidden;
}

.industry-top .wrapper {
	width: 100%;
	height: 100%;
	background: url(../image/banner_17.png) center no-repeat;
	background-size: 100% 100%;
}

.swiper-container2 {
	height: 100%;
	;
}

.swiper-container2 .swiper-pagination {
	position: absolute;
	top: 500px;
	height: 20px;
}

.swiper-container2 .swiper-pagination-bullet {
	display: inline-block;
	height: 10px;
	width: 10px;
	background: #96ced1;
	opacity: 1;
}

.swiper-container2 .swiper-pagination-bullet-active {
	display: inline-block;
	width: 40px;
	height: 8px;
	background: white;
	border: 1px solid white;
	border-radius: 1em;
}