/* 热点动态轮播样式swiper */
.swiperBox {
	width: 1280px;
	height: 498px;
	padding-top: 270px;
	margin: 0 auto
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: 10%;
	z-index: 9 !important;
	padding-bottom: 70px;
}

.swiper-slide {
	width: 486px;
	height: 498px;
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container .swiper-slide:nth-child(even) .sbTit {
	color: #FB4E40;
}

.swiper-container .swiper-slide:nth-child(odd) .sbTit {
	color: #FFC300;
}

.swiper-button-prev {
	left: 600px !important;
	top: 570px !important;
}

/* .swiper-button-prev img {
	display: inline-block;
	margin-top: 10px;
} */

.swiper-button-next {
	right: 600px !important;
	top: 570px !important;
}

.swiper-pagination {
	bottom: 22px !important;
}

.swiper-pagination-bullet {
	width: 100px !important;
	height: 10px !important;
	border-radius: 5px !important;
}

.swiper-pagination-bullet-active {
	background: #FFC300 !important;
}

.sbMain {
	width: 302px;
	height: 324px;
	cursor: pointer;
	background: #FFFFFF;
	box-shadow: 0px 12px 30px 0px rgba(4, 0, 0, 0.11);
	border-radius: 4px;
	margin-top: 80px;
}

.sbImgBox {
	width: 262px;
	height: 180px;
	background: url("../images/swiperBgDefault.png") no-repeat center;
	background-size: 100% 100%;
	position: relative;
	margin: 0 auto;
	margin-top: -80px;
}

.sbImg {
	/* width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0; */
	width: 100%;
	height: 100%;
	display: block;
}

.sbTit {
	line-height: 24px;
	font-size: 22px;
	font-weight: bold;
	color: #FFC300;
	padding: 32px 30px 20px 30px;
	text-align: left;
}

.sbText {
	font-size: 20px;
	font-weight: 400;
	color: #484848;
	line-height: 24px;
	padding: 0 30px;
	text-align: left;
}
