
/*案例*/
.case{width: 100%;height: auto;overflow: hidden;padding: 0 0 0 0;position: relative;}

.case .swiper-pagination-bullets{bottom: .3rem;text-align: center;width: 100%;}
.case .swiper-pagination-bullet{width: .18rem;height: .18rem;margin: 0 .1rem; background:#1346af}
.case .swiper-button-prev{background: url(../images/arrow-left.png);width: 64px;height: 64px;left: -100px;}
.case .swiper-button-next{background: url(../images/arrow-right.png);width: 64px;height: 64px;right: -100px;}