/*banner*/
.indexbanner { width: 100%; position: relative; }
.indexbanner .arrow-left { width: 52px; height: 52px; position: absolute; left: 10%; top: 50%; z-index: 9; margin-top: -26px; background-image: url(../images/banner_prev.png); background-size: 100% 100%; background-repeat: no-repeat; background-position: center center; }
.indexbanner .arrow-right { width: 52px; height: 52px; position: absolute; right: 10%; top: 50%; z-index: 9; margin-top: -26px; background-image: url(../images/banner_next.png); background-size: 100% 100%; background-repeat: no-repeat; background-position: center center; }
.indexbanner .swiper-container { width: 100%; }
.indexbanner .swiper-container img { width: 100%; }
.indexbanner .pagination { margin: 0; width: 100%; display: block; position: absolute; z-index: 20; bottom: 15px; border-radius: 0; text-align: center; }
.indexbanner .pagination .swiper-pagination-switch { width: 12px; height: 12px; margin: 0 5px; background: #fff; border-radius: 50%; display: inline-block; border: 2px solid #fff; }
.indexbanner .pagination .swiper-active-switch { background: none; border: 2px solid #3cf38a; }

.indexmain { color: #666; width: 1200px; font-size: 16px; line-height: 30px; text-align: center; margin: 50px auto 60px; }

/*# sourceMappingURL=index.css.map */
