#swap {
	float:left;
	width:100%;
	margin:0 auto;
	background:none;
	z-index:18;
	overflow: hidden;
	}
.swap {
	position:relative;
	width:100%;
	text-align:center;
	padding-bottom:0px;
	margin-top:0px;
	overflow:hidden;
	}
.swiper-banner.swiper-container {
	width: 100%;
	height:auto;
	overflow: hidden;
	}
.swiper-banner-img.swiper-slide img {
  max-width:100%;
  height:auto;
  }
.swiper_banner_text {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 280px;
    margin-left: 0;
    color: #fff;
    font-size: 54px;
    line-height: 1.5;
    font-weight: bold;
    
}
@media screen and (min-width: 1181px) and (max-width: 1440px) {
.swiper_banner_text {
    bottom: 180px;
    font-size: 44px;
}
}
@media screen and (min-width: 641px) and (max-width: 1180px) {
.swiper_banner_text {
    bottom: 180px;
    font-size: 42px;
}
}
@media screen and (max-width: 640px) {
.swiper_banner_text {
    bottom: 220px;
    font-size: 24px;
    font-weight: bold;
}
.swiper_banner_text:after {
    content: ".";
    font-family: "Neue Hans Kendrick",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif !important;
    font-size: 36px;
    font-weight: bold;
    color: #d0323c;
    padding-left: 4px;
}
}  
.swap .swiper-pagination-banner {
	width:90px; 
	left:50%; 
	margin-left:-45px; 
	height:90px; 
	bottom:40px;
 }
@media screen and (max-width: 850px) {	
.swap .swiper-pagination-banner {
	display: none;
 }
}
.swap .swiper-pagination-bullet { 
	float: left;
	background:url(/style/extend/swiper/banner_images/btn_1.png); 
	opacity:1;
	margin:0;
	border-radius:0; 
	width:42px;  
	height:42px;
} 
.swap .swiper-pagination-bullet-active {
	background:url(/style/extend/swiper/banner_images/btn_2.png);
}
.swap .swiper-pagination-bullet:nth-child(2),.swap .swiper-pagination-bullet:nth-child(3) {
	float:right;
}
.swap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin:0px 0 6px 0;
}  