    .swiper-container {
        width: 100%;
        height:100vh;
        
    }
    .swiper-slide {
        text-align: 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;
    }

.swiper-wrapper{ height:100%;}	

.swiper-slide a{ display:block; background:#eff0f4; border-radius:10px; text-align:left}
.swiper-slide img{ border-bottom:1px solid #fff;}
.swiper-slide div:nth-child(1){padding:1.2rem 35px;}
.swiper-slide div:nth-child(3){ font-size:14px; padding:1rem 1.7rem;}
.swiper-slide span{color:#000; font-family: myPoppinsme; border-bottom:2px solid #1ba74f}
	
.ban1{ background:url(../images/01.jpg) no-repeat center center; background-size:cover;}
.ban2{ background:url(../images/02.jpg) no-repeat center center; background-size:cover;}
.ban3{ background:url(../images/03.jpg) no-repeat center center; background-size:cover;}
.ban4{ background:url(../images/04.jpg) no-repeat center center; background-size:cover;}
.ban5{ background:url(../images/05.jpg) no-repeat center center; background-size:cover;}

.banner a{ color:#fff; background:#1aa74f; display:table; margin-top:1.8rem;padding:0.2rem 2rem 0.2rem 2.5rem; border-radius:1.5rem;text-shadow:none}
.banner h1{ margin-bottom:0.5rem; width:100%;}
.ban3 h1{width:40%;}
.ban1 h1,.ban2 h1,.ban4 h1,.ban5 h1{width:60%;}

.banner{ width:80vw; max-width:1600px; min-width:1200px; color:#fff; margin:0 auto; text-align:left;}
.ban1 .banner,.ban4 .banner{text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);}
.ban5 .banner{color:#000; text-shadow: 0 0 5px #fff, 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;}

.swiper-pagination{ height:6vh; text-align:center;}


/* 分页器按钮样式 */
.swiper-pagination-bullet {
	width: 13px; height: 13px; background:#fff;}
/* 当前页高亮样式 */
.swiper-pagination-bullet-active {
	background: #1ba74f;!important;
}
/* 悬停效果*/ 
.swiper-pagination-bullet:hover {
	background: #1ba74f;
}
.swiper-pagination-bullet{opacity:1;!important; }

.swiper-slide a div:nth-child(2){ position:relative; padding-top:83.07%;}
.swiper-slide a div:nth-child(2) img{ position:absolute; top:0; left:0; width:100%; height:100%;}



.sylbjgd{ width:100%;  padding:2.5rem 0 1rem; overflow:hidden;}
.sylbjgd .swiper-slide{ background: none ; display:block; position:relative;}
.sybjgdjt{ position:relative;}

.sylbjgd .swiper-button-prev{ top:50%; left:-80px; 
	background: url('../images/jt.png') no-repeat center center !important; /* 自定义箭头路径 */
	background-repeat: no-repeat !important;
	color: transparent !important; /* 隐藏默认文字 */
	width: 53px !important; /* 自定义宽度 */
	height: 53px !important; /* 自定义高度 */
	border:1px  dashed #1ba74f !important;
	border-radius:50%;
}
.sylbjgd .swiper-button-next{ top:50%; right:-80px;

  	background: url('../images/jt.png') no-repeat center center !important; /* 自定义箭头路径 */
	transform: rotate(180deg);
	background-repeat: no-repeat !important;
	color: transparent !important; /* 隐藏默认文字 */
	width: 53px !important; /* 自定义宽度 */
	height: 53px !important; /* 自定义高度 */
	border:1px  dashed #1ba74f !important;
	border-radius:50%;
}


@media (max-width:768px){
.swiper-container { width: 100vw;height:100vh; overflow:hidden}

.ban1{ background:url(../images/01_sj.jpg) no-repeat center center; background-size:cover;}
.ban2{ background:url(../images/02_sj.jpg) no-repeat center center; background-size:cover;}
.ban3{ background:url(../images/03_sj.jpg) no-repeat center center; background-size:cover;}
.ban4{ background:url(../images/04_sj.jpg) no-repeat center center; background-size:cover;}
.ban5{ background:url(../images/05_sj.jpg) no-repeat center center; background-size:cover;}
.swiper-container br{ display:none}

.swiper-container .ms{ display:none}

.swiper-slide {align-items:flex-end}

.ban1 .banner,.ban2 .banner,.ban3 .banner,.ban4 .banner{text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);}
.banner{ width:80vw; max-width: none; min-width: inherit; color:#fff; margin:0 auto; text-align:left; padding-bottom:15vh !important;}

.sylbjgd .swiper-button-prev{ display:none}
.sylbjgd .swiper-button-next{ display:none}

.ban1 h1,.ban2 h1,.ban3 h1,.ban4 h1,.ban5 h1{width:100%;}
}