.banner .swiper-pagination .swiper-pagination-bullet {
  width: .6557rem;
  height: .0546rem;
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #151515;
}
.index-gallery {
  position: relative;
}
.index-gallery .index-gallery-word {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  z-index: 11;
}
.index-gallery .index-gallery-word h3 {
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  margin: 0;
  text-align: center;
}
.index-gallery .index-gallery-word p {
  margin-top: .1rem;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.index-news .index-news-title {
  text-align: center;
}
.index-news .index-news-title h3 {
  font-size: .6557rem;
  color: #1a1a1a;
  font-weight: normal;
  margin: 1rem 0 0;
}
.index-news .index-news-title p {
  color: #999;
  font-size: .3279rem;
  text-transform: uppercase;
  margin-top: 0.1rem;
}
.index-news .index-news-title span {
  width: .5464rem;
  margin: 0.2rem auto 0;
  display: block;
  height: 2px;
  background-color: #999;
}
.index-news .index-news-list li {
  width: 100%;
  text-align: left;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem;
  margin-top: 0.2rem;
}
.index-news .index-news-list li span {
  font-size: .3934rem;
  color: #7e7e7e;
  display: block;
}
.index-news .index-news-list li h3 {
  font-size: .3934rem;
  color: #333;
  font-weight: normal;
  margin: 0.2rem 0;
}
.index-news .index-news-list li p {
  color: #7e7e7e;
  font-size: .3279rem;
  margin-bottom: 0.2rem;
}
.index-news .index-news-list li .index-news-word {
  border-top: 1px solid #c8c8c8;
  position: relative;
  height: .6557rem;
}
.index-news .index-news-list li .index-news-word p {
  font-size: .2623rem;
  color: #999;
  top: .2rem;
  left: 0;
  position: absolute;
}
.index-news .index-news-list li .index-news-word span {
  display: block;
  position: absolute;
  right: 0;
  top: .2rem;
  font-size: .3934rem;
}
.index-news .index-news-more {
  width: 3.0055rem;
  height: .8197rem;
  border: 1px solid #999;
  color: #999;
  font-size: .3279rem;
  margin: 0.5rem auto;
  text-align: center;
  line-height: .8197rem;
  border-radius: .1093rem;
}
