    .swiper-container {
        width: 100%; overflow:hidden; margin:0 auto; padding:0 0 2rem
         
    }
    .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{ position:relative; padding-top:83.15%}
.swiper-slide img{ position:absolute; top:0; left:0; width:100%; height:100%;}

.swiper-slide a{ display:block; background:#eff0f4; border-radius:10px; text-align:left}

.swiper-slide div:nth-child(1){padding:1.2rem 35px;}
.swiper-slide div:nth-child(3){ font-size:14px; padding:1rem 35px;}
.swiper-slide span{color:#000; font-weight:bold; border-bottom:2px solid #1ba74f}

.swiper-pagination{ height:0; text-align:center;}


/* 分页器按钮样式 */
.swiper-pagination-bullet {
	width: 13px; height: 13px; background:#c7c7c7;}
/* 当前页高亮样式 */
.swiper-pagination-bullet-active {
	background: #000;!important;
}
/* 悬停效果*/ 
.swiper-pagination-bullet:hover {
	background: #000;
}
.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;}

.swiper-button-prev{ top:50%; left:0; 
	background: url('../images/jt4.png') no-repeat center center !important; /* 自定义箭头路径 */
	background-repeat: no-repeat !important;
	color: transparent !important; /* 隐藏默认文字 */
	width: 40px !important; /* 自定义宽度 */
	height: 40px !important; /* 自定义高度 */
}
.swiper-button-next{ top:50%; right:0;
  	background: url('../images/jt4.png') no-repeat center center !important; /* 自定义箭头路径 */
	transform: rotate(180deg);
	background-repeat: no-repeat !important;
	color: transparent !important; /* 隐藏默认文字 */
	width: 40px !important; /* 自定义宽度 */
	height: 40px !important; /* 自定义高度 */
}

@media (max-width:768px){
.swiper-button-prev{display:none}
.swiper-button-next{display:none}
.swiper-pagination-bullet{ display:none}
.swiper-container{ padding:0}
}