.z-slide-wrap {
  position: relative;
  display: block;
  height: 420px;
  margin-bottom: 8%;
}
.z-slide-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.z-slide-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.z-slide-item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.z-slide-item img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.z-slide-indicator {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  z-index: 10;
}
.z-slide-indicator .z-slide-dot {
  display: block;
  float: left;
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  background-color: #ccc;
	border: 1px #ccc solid;
}
.z-slide-indicator .z-slide-dot.active {
  background-color: #555;
}

/*# sourceMappingURL=zSlider.css.map */