/*宽度自适应*/
/*高度默认为200px 如果需要修改高度 请在此处修改 注意图片是否变形 如果高度小于200px 请去掉min-height*/
.swconatiner { width: 100%; position: relative; height: 200px; min-height: 200px; }
.swiper-container { width: 100%; height: 100%; }
.swiper-slide img { width: 100%; height: 100%; }
.swiper-pagination-switch { display: inline-block; width: 10px; height: 10px; border-radius: 10px; background: #999; box-shadow: 0px 1px 2px #555 inset; margin: 0 3px; cursor: pointer; border: 1px solid #fff; }
.swiper-active-switch { background: #fff !important; }
.pagination { position: absolute; z-index: 20; left: 10px; bottom: 10px; }

.swconatiner2 { width: 100%; position: relative; height: 120px; }
