.banner-bg .ax-slide a{width:100%;display: block; background-repeat: no-repeat; background-position: center; background-size: cover; }
[class*="ax-swiper"] .ax-pages .ax-pages-bullet-active {opacity: 1; background: rgba(255, 90, 0, 0.8);}
*[class*="ax-swiper"] .ax-prev,
*[class*="ax-swiper"] .ax-next {color: rgba(255, 255, 255, 0.5);}

/***swiper1***/
.banner-num1 .ax-slide a{ height: 72vh; }

/***swiper2***/
.banner-num2{}
.banner-num2 .ax-slide a{}
.banner-bg-2{border-bottom:calc(0.3rem + 0.1vw) #f7ca18 solid;background:#FFF}
/***列表***/
.swiper-list-2{width:100%;}
	.swiper-list-2 a{position:relative;overflow:hidden;width:100%;height:calc(30rem + 14vw )!important}
		.swiper-list-2 a p{display: block;padding:40% 0px;
		background-repeat: no-repeat; background-position: center; background-size: cover !important;
		transition: all 200ms linear;}
		.swiper-list-2 a:hover p{transform: scale(1.1);}
		.swiper-list-2 div dl{display:block;width:100%;clear:both;
		background:#FFF;
		height: calc(15rem + 0.5vw);
		position:absolute;z-index:1;bottom:0px;right:0px;padding:calc(0.5rem + 0.8vw) calc(1.0rem + 0.8vw);
		overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
		.swiper-list-2 dl li:nth-child(1){font-weight:bold;font-size:calc(1.5rem + 0.4vw);
		height: calc(2.2rem + 0.5vw); line-height:height: calc(2.0rem + 0.5vw); }
		.swiper-list-2 dl li:nth-child(2){font-size:calc(1.0rem + 0.2vw);text-align:left;margin:calc(0.6rem + 0.2vw) 0px;}
		.swiper-list-2 dl li:nth-child(3){text-align:left}
		.swiper-list-2 dl li:nth-child(3) cite{font-size:calc(1.0rem + 0.1vw );line-height:calc(1.6rem + 0.2vw );height: calc(1.6rem + 0.2vw );color:#8f8f8f;background:rgba(0, 0, 0, 0.04);padding:calc(0.2rem + 0.1vw) calc(0.7rem + 0.4vw)}

/***swiper3***/
.banner-num3 .ax-slide a{ height: 72vh; }
.banner-num3{}
/***列表***/
.swiper-list-3{width:100%;}
	.swiper-list-3 div{position:relative;height:calc(11.5rem + 1.5vw) !important;overflow:hidden;width:100%;}
	.swiper-list-3 a {display: block; height: calc(11.5rem + 1.5vw) !important; width:100%;}
		.swiper-list-3 a p{display: block; height: calc(6rem + 3vw); 
		background-repeat: no-repeat; background-position: center; background-size: cover !important;
		transition: all 200ms linear;}
		.swiper-list-3 a:hover p{transform: scale(1.1);}

		.banner-num3.ax-horizontal > .ax-pages.ax-pages-bullets {bottom:0px !important;}

/*===media响应1200===*/
@media (max-width:1200px) {
	/***圆点***/
	.ax-swiper.ax-horizontal > .ax-pages.ax-pages-bullets {bottom:calc(0.1rem + 1.0vw);}
	*[class*="ax-swiper"] .ax-pages .ax-pages-bullet {width: calc(0.4rem + 0.4vw);height: calc(0.4rem + 0.4vw); margin: 0 0.4rem;}
	/***左右箭头***/
	.banner-num1 .ax-prev ,.banner-num1 .ax-next{ display: none;}
	.banner-num1 a {height: 50vw;}
	.banner-num2 .ax-prev ,.banner-num2 .ax-next{ display: none;}
	.banner-num3.ax-horizontal > .ax-pages.ax-pages-bullets {bottom:0px !important;}
}

/*===media响应992===*/
@media (max-width:992px) {
	.swiper-list-3 a p{display: block; height: calc(8rem + 3vw); }
	.banner-num3 .ax-prev ,.banner-num3 .ax-next{ display: none;}
}

/*===media响应768 要放在最后===*/
@media (max-width:768px) {
	.banner-num1 .ax-slide a{ height: 42vh; }
}

/*===media响应480===*/
@media (max-width:480px) {
	.banner-num1 .ax-slide a{ height:38vh; }
	.swiper-list-3 a p{display: block; height: calc(8rem + 3vw); }
}