@charset "utf-8";
/* CSS Document */
.index_pro {	
	width: 100%;height: 100%;
}
.index_pro_container{position: relative;}
.index_pro_container img{display: block;margin: 0 auto;max-width: 100%;height: auto;}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}


.swiper-slide {
  background-size: cover;
  background-position: center;cursor: pointer;position: relative;
}
.swiper-slide .wz{position: absolute;z-index: 100;bottom:0;height:50px;width:100%;background:rgba(0,0,0,0.2);color: #ffffff;}
.swiper-slide .wz strong{font-size:18px;line-height:50px;font-weight: 500;text-align: center;display: block}


.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 20px 0;width: 100%;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
 text-align: center;color:#333;width: 14%;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;color:#e50111;
}