.shutter img {
  border: 0;
  vertical-align: top;
  max-width: none;
}
.shutter {
  overflow: hidden;
  width: 100%;
  height: 358px;
  position: relative;
  margin: 50px auto;
  /* border-radius: 10px; */
}

.shutter a {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.shutter-img {
  z-index: 1;
}
.shutter-img,
.shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shutter-img a {
  cursor: default;
}
.shutter-img a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shutter-img .created {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}
.shutter-btn {
}
.shutter-btn li {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 49px;
  height: 49px;
  margin-top: 0px;
  cursor: pointer;
  transition: all 0.4s;
}
.shutter-btn li.prev {
  left: 20px;
}
.shutter-btn li.prev::before {
  content: "\e619";
  font-family: "iconfont";
  color: transparent;
  font-size: 50px;
  transition: all 0.4s;
}
.shutter-btn li.next {
  right: 20px;
}
.shutter-btn li.next::before {
  content: "\e61e2";
  font-family: "iconfont";
  color: transparent;
  font-size: 50px;
  transition: all 0.4s;
}
.banner-swiper:hover .shutter-btn li {
  margin-top: -25px;
}
.banner-swiper:hover .shutter-btn li.next::before,
.banner-swiper:hover .shutter-btn li.prev::before {
  color: #ffffff;
}
.shutter-desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: url(../images/shutter_shadow.png) repeat;
}
.shutter-desc p {
  padding-left: 20px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}
