.zimgbg {
  background: no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.zimgbg img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
img {
  border: 0;
  margin: 0;
  padding: 0px;
}

#zbannerSwiper {
  margin-top: 0px;
	height: 413px;
	clear: both;
}
#zbannerSwiper img {
  width: 100%;
  display: block;
}
#zbannerSwiper > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1028px) {

.ninebg {height: 120px;}
#zbannerSwiper {
    width: 100%;
    padding-top: 0px;
    margin-top: 0px;
	height: 120px;
  }
#zbannerSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 110px;
  }
#zbannerSwiper > .swiper-pagination-bullets {
    bottom: 3px;
  }
#zbannerSwiper .swiper-pagination-bullet {
  background: url() no-repeat top center;
	background-size: 20px auto;
		width: 21px;
}
#zbannerSwiper .swiper-pagination-bullet-active {
  background: url() no-repeat top center;
		background-size: 21px auto;
}

}