.elegant-top-nav {
  height: 244px;
  background: url(../images/elegant/bg.jpg) no-repeat top center;
}

.elegant {
  padding: 70px 0;
}

.elegant-ul {
  display: flex;
  flex-wrap: wrap;
}
.elegant-ul .li-img {
  width: 32.333333333%;
  margin-right: 1.5%;
  margin-bottom: 11px;
  position: relative;
  height: 230px;
  overflow: hidden;
}
.elegant-ul .li-img:nth-child(3n) {
  margin-right: 0;
}
.elegant-ul .li-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mask .elegant-info {
  background: transparent;
  background-color: transparent;
  text-align: center;
}

.elegant-info {
  position: relative;
}
.elegant-info .title-s {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding-left: 20px;
  background-color: #fff;
}
.elegant-info .close {
  background: url(../images/elegant/close.png) no-repeat;
  background-size: 100%;
  width: 34px;
  height: 34px;
  position: absolute;
  right: -17px;
  top: -17px;
  cursor: pointer;
  z-index: 3;
}
.elegant-info .swiper-button-prev, .elegant-info .swiper-button-next {
  width: 39px;
  height: 51px;
  position: absolute;
  background: url(../images/elegant/sj.png) no-repeat;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
}
.elegant-info .swiper-button-prev {
  left: 0px;
}
.elegant-info .swiper-button-next {
  right: 0px;
  transform: rotateY(180deg);
}

.swiper-elegant .swiper-wrapper {
  width: 800px;
}
.swiper-elegant .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 576px;
  width: 800px;
}
.swiper-elegant .swiper-slide img {
  vertical-align: top;
  max-width: 800px;
}

.elegantIndex_banner .swiper-banner {
  height: 341px;
  width: 100%;
}
.elegantIndex_banner .swiper-wrapper {
  height: 341px;
}
.elegantIndex_banner .swiper-slide {
  height: 341px;
}
.elegantIndex_banner .swiper-slide-banner {
  background-position: center;
}
.elegantIndex_banner .swiper-pagination-elegantIndex {
  padding: 34px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.elegantIndex_banner .swiper-pagination-elegantIndex .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #A1B0BD;
  border-radius: 50%;
  display: block;
  margin: 0 10px;
}
.elegantIndex_banner .swiper-pagination-elegantIndex .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: #0057A9;
  border-radius: 50%;
}

.elegant-page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.elegant-page a {
  width: 43px;
  height: 43px;
  border: 1px solid #A8A8A8;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 7.5px;
}
.elegant-page a.active, .elegant-page a:hover {
  width: 43px;
  height: 43px;
  background: #005C9C;
  color: #fff;
}

@media (max-width: 1100px) {
  .elegant {
    padding: 40px 20px;
  }
  .elegant-ul .li-img {
    height: 110px;
  }
  .swiper-elegant .swiper-wrapper {
    width: 80vw !important;
  }
  .swiper-elegant .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 576px;
    width: 80vw;
  }
  .swiper-elegant .swiper-slide img {
    vertical-align: top;
    max-width: 80vw;
  }
  .elegant-page a {
    width: 33px;
    height: 33px;
    font-size: 14px;
  }
  .elegant-page a.active, .elegant-page a:hover {
    width: 33px;
    height: 33px;
  }
  .elegant-info .swiper-button-prev {
    left: -40px;
  }
  .elegant-info .swiper-button-next {
    right: -40px;
  }
}/*# sourceMappingURL=elegant.css.map */