@charset "utf-8";

/*轮播图*/
#slider .swiper-slide { background-position: center; background-size: cover; }
#slider .swiper-pagination-bullets { bottom: 7px; }
#slider .swiper-pagination-bullet { width: 12px; height: 12px;background-color: #fff ;opacity: 1}
#slider .swiper-pagination-bullet-active { background-color: #c1995c; }

/**/
#proslider { border: solid 1px #cccccc; border-radius: 5px; }
#proslider .swiper-slide { background-position: center; background-size: cover; }
#proslider .swiper-pagination-bullets { bottom: 2px; }
#proslider .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 3px; }
#proslider .swiper-pagination-bullet-active { background-color: #c1995c; }
