
/* 轮播图 start */
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 142px;
}

.banner-hd {
	/* height: 15px; */
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.hd-ul {
	overflow: hidden;
	zoom: 1;
	/* display: inline-block; */
	display: none;
}

.hd-li {
	float: left;
	width: 13px;
	height: 3px;
	margin: 0 3px;
	background: hsla(0,0%,89.8%,.4);
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 4px;
}

.hd-li.on {
	width: 26px;
	background-color: #e5e5e5;
}

@media (max-width: 480px) {
	.hd-li.on {height: 5px; margin: 2px 3px;}
}
.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 {
	width: 100%;
	display: block;
	height: 800px;
}
@media (max-width: 1600px) {
	.banner-list-image {height: 720px;}
}
@media (max-width: 1400px) {
	.banner-list-image {height: 660px;}
}
@media (max-width: 1200px) {
	.banner-list-image {height: 580px;}
}
@media (max-width: 992px) {
	.banner-list-image {height: 500px;}
}
@media (max-width: 768px) {
	.slideBox {
		margin-top: 60px;
	}
	.banner-list-image {height: 400px;}
}
@media (max-width: 666px) {
	.banner-list-image {height: 300px;}
}
@media (max-width: 560px) {
	.banner-list-image {height: 260px;}
}
@media (max-width: 480px) {
	.banner-list-image {height: 220px;}
}
@media (max-width: 375px) {
	.banner-list-image {height: 180px;}
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.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: 123px;
	height: 46px;
	/* border-radius: 5px; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-color: rgba(0,0,0,.1); */
	/* background-color: transparent; */
	margin-top: -23px;
}

.banner-swiper-button-prev {
	color: #fff;
	background-image: url(../images/bannerLeft.png);
}
.banner-swiper-button-next {
	color: #fff;
	background-image: url(../images/bannerRight.png);
}
.banner-swiper-button-next:hover, .banner-swiper-button-prev:hover {
	/* background-color: rgba(0,0,0,.3); */
	/* background-color: transparent; */
}
@media (max-width: 768px) {
	.banner-swiper-button-next, .banner-swiper-button-prev {
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}
	.banner-swiper-button-prev {
		color: #fff;
		background-image: url(../images/left.png);
	}
	.banner-swiper-button-next {
		color: #fff;
		background-image: url(../images/right.png);
	}
}
@media (max-width: 480px) {
	.banner-swiper-button-next, .banner-swiper-button-prev {
		width: 25px;
		height: 36px;
		margin-top: -18px;
	}
}

/* 轮播图 end */



/* 轮播图文字 start */
.banner-text { 
	position: absolute; top:50%;  left:0; width: 100%; text-align: center; color: #FFFFFF;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
}
.banner-text-bg {
	padding: 0 30px;
}
.banner-text-title { font-size: 48px; letter-spacing: 10px; font-weight: normal;}
.banner-text-short { margin-top: 5px; font-size: 18px; letter-spacing: 5px;}
.banner-text-desc { margin-top: 5px; font-size: 14px; text-transform: uppercase; letter-spacing:3px;}
.banner-more{ margin-top:40px; display: inline-block; padding: 12px 50px; letter-spacing:2px; text-transform: uppercase; font-size: 12px; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.6); color: #FFFFFF;}
.banner-more:hover{ background: rgba(255,255,255,.4);}
@media (max-width: 992px) {
	.banner-text-title, .banner-text-short {font-size: 28px; line-height: 40px;}
	.banner-text-desc {
		font-size: 13px;
	}
	.banner-more {
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	.banner-text-title, .banner-text-short {font-size: 22px; line-height: 36px;}
	.banner-text-short {}
	.banner-more {}
	.banner-text-desc {
		font-size: 12px;
	}
	.banner-text-desc p {
		display: inline;
	}
	.banner-more {padding: 10px 30px;}
}
@media (max-width: 480px) {
	.banner-text-title, .banner-text-short {font-size: 16px;line-height:24px;}
	.banner-text-short {
		display: none;
	}
	.banner-more {
		margin-top: 10px;
		padding: 8px 25px;
	}
}
@media (max-width: 380px) {
	.banner-text-title, .banner-text-short {font-size: 16px; line-height:24px;}
	.banner-text-short {
		
	}
	.banner-more {padding: 5px 20px;}
	.banner-text-desc {
		
	}
}
/* 轮播图文字 end */



/* 列表页banner start */
.list-banner-image {display: block; width: 100%;}
@media (max-width: 768px) {
	.banner-page-box {padding-top: 50px;}
}
/* 列表页banner end */