.banner-mask {
  width: 100%;
  margin: 0px auto;
  background-color: #004d95;
}
.banner-mask .banner {
  width: 100%;
  max-width: 1170px;
  margin: 0px auto;
  position: relative;
  height: 300px;
  overflow: hidden;
}
.banner-mask .banner > .items {
  height: 100%;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}
.banner-mask .banner > .items > .item {
  position: absolute;
  top: 0px;
  left: 0px;
  float: left;
  height: 100%;
  background-size: cover;
}
.banner-mask .banner > .control {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 2%;
}
.banner-mask .banner > .control > .items {
  width: 100%;
  height: 100%;
  text-align: center;
}
.banner-mask .banner > .control > .items > .item {
  margin: 0px 3px;
  display: inline-block;
  line-height: 20px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.banner-mask .banner > .control > .items > .item.active {
  background-color: #FFFFFF;
}
.banner-mask .banner > .controlBtn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  font-size: 50px;
  font-family: serif;
  cursor: pointer;
  display: block;
  color: #CFCFCF;
}
.banner-mask .banner > .controlBtn.prev {
  left: 0px;
}
.banner-mask .banner > .controlBtn.next {
  right: 0px;
}
/*# sourceMappingURL=banner.css.map */

