.city-slide-body {
  height: 586px;
}
.city-slide {
  height: 586px;
  position: relative;
}
.city-slide .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 42px;
  z-index: 1;
}
.city-slide .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.city-slide .hd ul li {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 14px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.city-slide-body li img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.city-slide .hd ul li.on {
  width: 30px;
  height: 7px;
  background: #0070c0;
  border-radius: 3px;
  color: #fff;
}
