.swiper-slide { text-align:left}
.swiper-slide img{width:100%;}

.muju2{ text-align:center; width:85%; overflow:hidden; margin:0 auto; padding:3.5rem 0; }
.muju2 h3{ margin-bottom:1.5rem; color:#fff}

.muju3{ width:100%;  padding:0; position:relative; margin:0 auto; background:#005bab}

.swiper-button-prev{left:2vw;
	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 #fff !important;
	border-radius:50%;
}
.swiper-button-next{ right:2vw;
  	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 #fff !important;
	border-radius:50%;
}

@media (max-width:768px){
.muju2{ width:70%;  padding:2rem 0 4rem; position:relative; margin:0 auto; overflow:hidden}
.swiper-button-prev{
	left: 10px;
    width: 35px!important;
    height: 35px!important;
    background-size: 50% auto !important;}
.swiper-button-next{
	right: 10px;
    width: 35px!important;
    height: 35px!important;
    background-size: 50% auto !important;
	}
}