.swiper-container {width: 100%;height:70vh; max-height:930px; min-width:1300px;}
.swiper-slide {
        text-align: center;
        background: #fff;
        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%;}	
	
.ban1{ background:url(../images/1.jpg) no-repeat center center; background-size:cover;}
.ban2{ background:url(../images/2.jpg) no-repeat center center; background-size:cover;}
.ban3{ background:url(../images/3.jpg) no-repeat center center; background-size:cover;} 
.ban4{ background:url(../images/4.jpg) no-repeat center center; background-size:cover;}
.ban5{ background:url(../images/5.jpg) no-repeat center center; background-size:cover;}
.ban6{ background:url(../images/6.jpg) no-repeat center center; background-size:cover;}

.banner {text-shadow: 0 0 10px #000; font-size:1.4rem; line-height:2.5rem; padding-top:15vh}
.banner h1{font-size:clamp(3.125rem, 1.518rem + 1.79vw, 4.375rem); line-height:1.5em;   font-family:'myInterb', sans-serif;}
.banner a{ color:#fff; background:url(../images/a1.png) no-repeat left center; padding-left:35px; display:block; margin-top:15px;}
.banner{text-align:left; width:80vw; max-width:1600px; color:#fff; margin:0 auto;min-width:1300px;}

.swiper-pagination{ text-align:center; height:28vh}


/* 分页器按钮样式 */
.swiper-pagination-bullet {
	width: 13px; height: 13px; background:#fff; border-top-left-radius: 0;}
/* 当前页高亮样式 */
.swiper-pagination-bullet-active {
	background: #0c489d;!important;
}
/* 悬停效果*/ 
.swiper-pagination-bullet:hover {
	background: #0c489d;
}
.swiper-pagination-bullet{opacity:1;!important; }

.sylbjgd{ padding:2rem 0 1rem; overflow:hidden; color:#000; width:calc(100% - 50px); margin:0 auto}
.sylbjgd .swiper-slide{ background: none ; display:block; position:relative; line-height:4rem;}
.sylbjgd .swiper-slide a{position:relative; width:100%; padding-bottom:116%; display:block}
.sylbjgd .swiper-slide a img{ position:absolute; top:0;left:0;width:100%; height:100%;object-fit: cover;}
.sybjgdjt{ position:relative}

.sylbjgd .swiper-button-prev{ top:50%; left:-25px; 
	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-radius:50%; 
}
.sylbjgd .swiper-button-next{ top:50%; right:-25px;

  	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-radius:50%;
}

@media (max-width:768px){
.content{width:85%; margin:0 auto; max-width:none; min-width:inherit}
.swiper-container {width:100%;height:100%; max-height: none; min-width: inherit; overflow:hidden}

.banner {text-shadow: 0 0 10px #000; font-size:1rem; line-height:2.5rem; padding-top:15vh; text-align:left; width:80vw; max-width:none; color:#fff; margin:0 auto; min-width:inherit; padding:0 10vw;}

.banner h1{font-size:1.8rem; line-height:1.5em;   font-family:'myInterb', sans-serif;}
.banner a{ color:#fff; background:url(../images/a1.png) no-repeat left center; padding-left:35px; display:block; margin-top:15px;}

.swiper-pagination{ text-align:center; height:3rem}

.sylbjgd{ padding:1rem 0 0; width:60%; }
.sylbjgd .swiper-slide{line-height:3rem;}

.sylbjgd .swiper-button-prev{ top:42%; left:5%; }
.sylbjgd .swiper-button-next{ top:42%; right:5%; }

.ban1 br,.ban2 br,.ban3 br,.ban4 br,.ban5 br,.ban6 br{ display:none;}