/* 首页首屏轮播样式 */
.bannerBox {
	
	position: relative;
	width: 100%;
	height: 1080px;
	overflow: hidden;
	background-color: lightblue;
	background-repeat:no-repeat;

}

.bannerBox .swiper {
	width: 100%;
	height: 1080px;
	/* max-width: 1600px; */
}
.bannerBox .swiper-slide {
	margin: 0 auto;
}

.bannerBox .swiper a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: default;
	position: relative;
}

.bannerBox .swiper a img {
	width: 100%;
	height: 1080px;
}

.bannerBox .swiper a div.title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 126px;
	line-height: 126px;
	/*background:linear-gradient(to bottom, #ffffff, #000000);*/
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	color: #fff;
	font-size: 30px;
	text-indent: 40px;
	display: none;
}
.swiper-button-prev {
	left: 100px !important;
    top: 570px !important;
}
.my-bullet {
	width: 50px !important;
	height: 20px !important;
	background: transparent !important;
	padding: 0 10px;
	color: #fff;
	line-height: 20px !important;
	font-size:  14px;
}
.my-bullet-active{
	background: transparent !important;
	color: #fff;
	font-size: 18px;
  }
.round-box {
	width: auto;
	position: absolute;
	right: 50px;
	bottom: 105px;
	z-index: 99;
	display: flex;
	flex-direction: row;

}

.round {
	width: 10px;
	height: 10px;
	opacity: 1;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.51);
	margin-left: 10px;
}
.round.roundcurrent{
	background: #FFFFFF;
}
.banner-btn-prev,
.banner-btn-next {
	display: block;
	width: 200px;
	height: 560px;
	position: absolute;
}

.banner-btn-prev {
	left: 0px;
}

.banner-btn-next {
	right: 0px;
}

.swiper {
    width: 100%;
    height: 100%;
} 