/* 轮播图 start */
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner-list-ul {
	position: relative;
	height: 100%;
	z-index: 0;
	/* max-height: 800px; */
}

.banner-list-li {
	zoom: 1;
	vertical-align: middle;
}

.banner-list-link {
	display: block;
}

.banner-list-image-box {
	/* padding-bottom: 15.625%; */
	/* padding-bottom: 20.8333333333%; */
	/* padding-bottom: 26.0416666667%; */
	/* padding-bottom: 31.25%; */
	/* padding-bottom: 33.8541666667%; */
	/* padding-bottom: 36.4583333333%; */
	/* padding-bottom: 41.6666666667%; */
	/* padding-bottom: 100vh; */
	padding-bottom: calc(100vh - 64px);
	/* padding-bottom: calc(100vh - 139px); */
}
@media (max-width: 768px){
	.banner-list-image-box {
		/* padding-bottom: calc(100vh - 50px); */
		/* padding-bottom: calc(100vh - 130px); */
		padding-bottom: 100vh;
	}
}
.banner-list-image, .banner-list-video {
	object-fit: cover;
}
/* .banner-list-image {
	animation: scalefz1 10s linear infinite;
}
@keyframes scalefz1 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
} */


@media (max-width: 768px){
	
	.banner-list-image {
		visibility: visible; 
		-webkit-animation:scale-bg 6s linear forwards;
		animation:scale-bg 6s linear forwards;
	}
}
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}


.banner-list-video {
	filter:alpha(opacity=20);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: .2;
}

.banner-list-image:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

@media (max-width: 768px) {
	.banner-list-image-box {
		/* padding-bottom: 48%; */
	}
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner-prev,
.banner-next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.banner-next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.banner-prev:hover,
.banner-next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}


.banner-swiper-button-next, .banner-swiper-button-prev {
	color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0,0,0,.1);
	margin-top: -35px;
}

.banner-swiper-button-prev {
	color: #fff;
	background-image: url(../images/left.png);
}
.banner-swiper-button-next {
	color: #fff;
	background-image: url(../images/right.png);
}
.banner-swiper-button-next:hover, .banner-swiper-button-prev:hover {
	background-color: rgba(0,0,0,.3);
}
@media (max-width: 768px) {
	.banner-swiper-button-next, .banner-swiper-button-prev {
		width: 50px;
		height: 50px;
	`margin-top: -25px;
	}
}
@media (max-width: 480px) {
	.banner-swiper-button-next, .banner-swiper-button-prev {
		width: 25px;
		height: 36px;
		margin-top: -18px;
	}
}


/* 分页 start */
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px;
}
.swiper-pagination-bullet {
	background-color: #fff;
	width: 15px;
	height: 15px;
	opacity: .6;
	border-radius: 15px;
}
.swiper-pagination-bullet-active {
	width: 30px;
	opacity: 1;
}
@media (max-width: 768px) {
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 15px;
	}
}
@media (max-width: 480px) {
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 10px;
	}
}
/* 轮播图 end */


/* banner的文字 start */
.banner-list-info-box {
	position: absolute;
	/* max-width: 96%; */
	/* width: 736px; */
	/* top: 50%; */
	top: 36%;
	right: 0;
	bottom: auto;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(0, -50%);
}
.banner-list-info-bg {
	color: #fff;
	/* max-width: 650px; */
	/* border-radius: 10rem; */
}
/* .banner-list-info-bg-2 {
	float: right;
	text-align: right;
	background-color: rgba(0,0,0,.6);
	padding: 30rem 50rem;
} */

.banner-list-title {
	font-size: 72px;
	/* white-space: nowrap; */
	font-family: "NotoSansSC-Bold";
	/* color: #EF721A; */
}
.banner-list-short {
	margin-top: 1%;
	font-size: 30px;
	font-weight: 200;
    color: rgba(255, 255, 255, .45);
	text-transform: uppercase;
	font-family: "NotoSansSC-Thin";
}
.banner-list-desc {
	/* margin-top: 8%; */
	/* margin-top: 20%; */
	/* margin-top: 3%; */
	/* font-size: 26px; */
	margin-top: 4%;
	font-size: 22px;
	font-weight: bold;
	/* letter-spacing: 1px; */
	text-align: justify;
	font-family: "NotoSansSC-Regular";
	text-align: right;
}

@media (max-width: 1600px) {
	.banner-list-title-border {
		padding: 30px 50px;
	}
	.banner-list-title {
		font-size: 66px;
	}
	.banner-list-short {
		font-size: 28rem;
	}
}
@media (max-width: 1400px) {
	.banner-list-title {
		font-size: 41px;
	}
	.banner-list-short {
		font-size: 26rem;
	}
}
@media (max-width: 1200px) {
	.banner-list-info-box {
		padding: 0 20px;
	}
	.banner-list-short {
		font-size: 24rem;
	}
	.banner-list-title {
		font-size: 50px;
	}
}
@media (max-width: 992px) {
	.banner-list-title {
		font-size: 43px;
	}
	.banner-list-short {
		font-size: 22rem;
	}
	.banner-list-desc {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.banner-list-info-box {
		/* display: none; */
		/* width: 96%; */
	}
	.banner-list-title-border {
		padding: 15px 35px;
		border-width: 3px;
	}
	.banner-list-title {
		font-size: 38px;
	}
	.banner-list-short {
		font-size: 20rem;
	}
	.banner-list-desc {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.banner-list-info-box {
		/* top: 32%; */
	}
	.banner-list-title-border {
		padding: 15px 30px;
		border-width: 2px;
	}
	.banner-list-title {
		font-size: 30px;
	}
	.banner-list-short {
		margin-top: 5%;
	}
	.banner-list-desc {
		margin-top: 5%;
		font-size: 12px;
		line-height: 1.8;
	}
}
@media (max-width: 380px) {
	.banner-list-title-border {
		padding: 15px 20px;
	}
	/* .banner-list-title {
		font-size: 22px;
	} */
	.banner-list-desc {
		font-size: 14px;
	}
}
/* banner的文字 end */