* {
	margin: 0;
	padding: 0;
}





.banner {
	margin: -1rem auto 0;
	width: 100%;
	height: 10.8rem;
	max-width: 19.2rem;
	background: #FFFFFF;
	color: #F1F3F8;
	position: relative;
}

.banner::before {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 1.6rem;
	background: url(../img/banner_bg.png) center no-repeat;
    background-size: 101% !important;
	z-index: 2;
}

.banner .swiper-slide {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.banner .bg-box {
	position: relative;
	z-index: 1;
}

.banner .bg-box img {
	width: 100%;
	transform: scale(1.1);
	transition: all 4s;
}

.banner .banner-content {
	position: absolute;
	left: 0;
	top: -8%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	z-index: 9;
	flex-direction: column;
	opacity: 0;
	transition: all 0.3s;
}

.banner .banner-content .text {
	text-align: left;
	padding-left: 12%;
	width: 80%;
	box-sizing: border-box;
}

.banner .banner-content .text-p {
	transform: translateY(36%);
	opacity: 0;
	transition: all 1.5s;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner .banner-content .text-p h2:nth-child(1) span {
	display: inline-block;
	transform: translateX(-50%);
	font-size: 0.58rem;
	margin-bottom: 0.24rem;
	color: #fff;
	font-family: 'Kingsoft_Cloud_Font';
	text-shadow: 2px 2px 4px #000000;
}

.banner .banner-content .text-p h2:nth-child(2) span {
	display: inline-block;
	transform: translateX(-39%);
	font-size: 58px;
	letter-spacing: 4px;
	color: #fff;
	font-family: 'Kingsoft_Cloud_Font';
	text-shadow: 2px 2px 4px #000000;
}

.banner .banner-content .text-p b {
	padding-left: 20px;
	font-size: 74px;
	color: #fff;
	font-family: 'Kingsoft_Cloud_Font';
	text-shadow: 2px 2px 4px #000000;
}

.banner .ani-slide .banner-content {
	opacity: 1;
}

.ani-slide .imgshow img {
	transform: scale(1);
}

.banner .ani-slide .banner-content .text-p {
	transform: translateY(0);
	opacity: 1;
}

.banner .swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
	bottom: 10%;
}

.banner .swiper-pagination-bullet {
	width: 0.12rem;
	height: 0.12rem;
	opacity: 1;
	background: transparent;
	border-radius: inherit;
	border-radius: 50%;
	background-color: #FFF;
	transition: all 0.6s;
	box-sizing: border-box;
	position: relative;
	margin: 0 0.2rem;
	z-index: 99;
}

.banner .swiper-pagination-bullet:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	border: 0.01rem solid #FFF;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.4s;
}



.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.08rem;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
}

.banner .swiper-pagination-bullet-active:after {
	opacity: 1;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 0.2rem;
}

.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
	display: none;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	width: 0.38rem;
	height: 0.38rem;
	opacity: 1;
}

.banner .swiper-button-prev{
	left: 0.8rem;
	right: auto;
	background: url(../img/jishu_fl-2.png) center no-repeat;
	background-size: 99%;
}

.banner .swiper-button-next{
	right: 0.8rem;
	left: auto;
	background: url(../img/jishu_fr.png) center no-repeat;
	background-size: 99%;
}


.banner .swiper-button-next:hover{
	background: url(../img/button1.png) center no-repeat;
	background-size: 99%;
}

.banner .swiper-button-prev:hover{
	background: url(../img/button2-1.png) center no-repeat;
	background-size: 99%;
}






