.section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ind_banner_box {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.ind_banner_box .swiper-pagination .on {
    color: white;
}

.video{
	width: 100%;
	
	position: absolute;
/* 	height: 130%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%); */
}

.ind_bottom_box {
    color: #fff;
    position: absolute;
    left: 1.6rem;
    text-align: center;
    font-size: 0;
    width: 26px;
    z-index: 8;
    top: 40%;
    transform: translateY(-40%);
}

.ind_banner_box .text {
    width: 100%;
    font-size: 0.57rem;
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    z-index: 7;
    text-shadow: 0 3px 5px #333;
    color: #fff;
    letter-spacing: 0.02rem;
    text-align: center;
    left: 0;
}

.ind_banner_box .text .p1 {
    font-size: 0.72rem;
    margin-bottom: 0.3rem;
}

.ind_banner_box .text .p2 {
    font-size: 0.48rem;
    margin-bottom: 0.3rem;
}

.ind_banner_box .text .p3 {
    font-size: 0.6rem;
}

.banner-more{
	display: block;
	margin: 0.5rem auto 0;
	width: 2.12rem;
	height: 0.5rem;
	border: 1px solid #FFFFFF;
	font-size: 0.2rem;
	color: #FFFFFF;
	text-align: center;
	/*font-family: "fzxh";*/
	line-height: 0.5rem;
	border-radius: 0.5rem;
}
.banner-more:hover{
	color: #FFFFFF;
	font-weight: bold;
}

.ind_bottom_box .swiper-pagination {
    position: relative;
    width: 100%;
    height: 0.47rem;
    bottom: 0;
    text-align: left;
    padding-left: 0;
}

.ind_bottom_box .swiper-pagination-bullet {
    opacity: 1 !important;
    position: relative;
    background: #fff;
    outline: none;
    width: 9px;
    height: 9px;
    margin: 0 8px 40px 8px !important;
}

.ind_bottom_box .swiper-pagination-bullet-active {
    width: 26px;
    text-align: center;
    height: 36px;
    outline: none;
    text-align: center;
    background: none;
    margin: 0 0 40px 0 !important;
    border-bottom: 1px solid #bf9c50;
    border-radius: 0 !important;
}

.ind_banner_box .swiper-pagination .swiper-pagination-bullet:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    font-size: 0.2rem;
    color: #bf9c50;
    line-height: 0.34rem;
    left: 0;
    top: 0;
}

.ind_banner_box .swiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.ind_banner_box .swiper-slide {
    width: 100%;
    height: 100vh;
    position: relative;
}

.ind_banner_box .swiper-pagination .swiper-pagination-bullet-active:nth-child(1)::after {
    content: "01";
}

.ind_banner_box .swiper-pagination .swiper-pagination-bullet-active:nth-child(2)::after {
    content: "02";
}

.ind_banner_box .swiper-pagination .swiper-pagination-bullet-active:nth-child(3)::after {
    content: "03";
}

.ind_banner_box .swiper-pagination .swiper-pagination-bullet-active:nth-child(4)::after {
    content: "04";
}

.ind_banner_box .swiper-pagination .swiper-pagination-bullet-active:nth-child(5)::after {
    content: "05";
}

.ind_banner_box .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ind_banner_box .swiper-slide img {
    width: 100%;
}

.ind_banner_box .swiper-slide img {
    display: block;
    width: 100%;
    animation: changeScale 1 2.5s;
}

.ind_banner_box .swiper-slide {
    overflow: hidden;
}

.ind_banner_box .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.ind_banner_box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.ind_banner_box .swiper-slide .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}
.pc-slide{
	display: flex !important;
}
.mobile-slide{
	display: none !important;
}


/* banner-end */

@media screen and (max-width: 769px){
	.ind_bottom_box{
		width: 100%;
		left: 0;
		top: auto;
		bottom: 3rem;
		transform: translateY(0);
		
	}
	.ind_bottom_box .swiper-pagination{
		text-align: center;
	}
	.ind_bottom_box .swiper-pagination-bullet{
		margin: 0 8px !important;
	}
	.ind_bottom_box .swiper-pagination-bullet-active{
		height: 22px;
	}
	.ind_banner_box .swiper-pagination .swiper-pagination-bullet:after{
		font-size: 0.3rem;
	}
	
	.video{
		display: none;
	}
	.banner-more{
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.28rem;
	}
	.pc-slide{
		display: none !important;
	}
	.mobile-slide{
		display: flex !important;
	}
}























