.eol-piccenter {
  padding-left: 24px;
  width: 1166px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.eol-piccenter .eol-imgli {
  /* width: 268px;
  height: 180px; */
  /* width: 268px !important;
  height: 180px !important; */
  margin: 0 26px 26px 0 !important;
}
.eol-piccenter .eol-imgli:nth-child(4n) {
  /* margin-right: 0 !important; */
}
.eol-piccenter .eol-img {
  height: 100%;
}
.eol-piccenter img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.eol-zhezhao {
  z-index: 999999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
}

.eol-swipbox {
  width: 1190px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.eol-swipbox .swiper-container {
  width: 100%;
  height: 100%;

  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.eol-swipbox .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
}
.eol-swipbox .swiper-button-prev {
  right: 32px !important;
}
.eol-swipbox .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.eol-swipbox .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border: 0;
  vertical-align: middle;
}

.eol-swipbox .eol-prev {
  width: 51px;
  height: 72px;
  margin-top: -36px;
  left: -80px;
  background: url(../img/news/zarrow.png) no-repeat;
}
.eol-swipbox .swiper-button-next, 
.eol-swipbox .swiper-button-prev,
.eol-swipbox .swiper-button-next, 
.eol-swipbox .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
.eol-swipbox .eol-next {
  width: 51px;
  height: 72px;
  margin-top: -36px;
  right: -80px;
  background: url(../img/news/yarrow.png) no-repeat;
}
.eol-swipbox .swiper-button-next, .eol-swipbox .swiper-container-rtl .swiper-button-prev {
  left: auto;
}

.eol-close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: -60px;
  top: 20px;
  cursor: pointer;
}
.eol-close img {
  width: 100%;
  height: 100%;
}

.eol-swipfoot {
  width: 100%;
  height: 100px;
  position: absolute;
  transition: all .5s;
  -webkit-transition: all .5s;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-image: linear-gradient(1turn,#000,transparent);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
  transition: opacity 1s;
}
.eol-method {
  display: flex;
}
.eol-mtimebox {
  position: relative;
}
.eol-mtime {
  width: 85px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 14px;
  border-radius: 3px 3px;
  background-color: #a9a9a9;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 28px;
}
.eol-tnum {
  margin-right: 5px;
}
.eol-mtimeul {
  position: absolute;
  left: 0;
  top: -120px;
}

.eol-logo {
  width: 227px;
  height: 72px;
}
.eol-logo img {
  width: 100%;
  height: 100%;
}
.eol-quanp,
.eol-down {
  width: 85px;
  height: 40px;
  background-color: #a9a9a9;
  text-align: center;
  line-height: 40px;
  color: #333333;
  font-size: 14px;
  border-radius: 3px 3px;
  margin: 0 8px;
  cursor: pointer;
}

.eol-foot, .eol-swipfootm, .eol-toast {
  display: none;
}