*{
  margin: 0;
  padding: 0;
}
html, body {
  position: relative;
  height: 100%;
}
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide div{
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
}
.first{
  background: url("//static.zhen22.com/wp-content/uploads/2016/04/01.jpg") no-repeat center center;
}
.second{
  background: url("//static.zhen22.com/wp-content/uploads/2016/03/022.jpg") no-repeat center center;
}
.third{
  background: url("//static.zhen22.com/wp-content/uploads/2016/03/032.jpg") no-repeat center center;
}
.fourth{
  background: url("//static.zhen22.com/wp-content/uploads/2016/03/042.jpg") no-repeat center center;
}
.fifth{
  background: url("//static.zhen22.com/wp-content/uploads/2016/03/052.jpg") no-repeat center center;
}
.sixth{
  background: url("//static.zhen22.com/wp-content/uploads/2016/03/06.jpg") no-repeat center center;
}
.seventh{
  background: url("//static.zhen22.com/wp-content/uploads/2016/07/wxx.jpg") no-repeat center center;
}
.eight{
  width: 100%;
  margin: -30px 0 0 0;
}
@-webkit-keyframes swipeMove{
	0%{
	opacity:0;
	-webkit-transform:translate3d(0,5px,0);
	transform:translate3d(0,5px,0)
}

70%{
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}

100%{
	opacity:0;
	-webkit-transform:translate3d(0,-8px,0);
	transform:translate3d(0,-8px,0)
}

}
@keyframes swipeMove{
	0%{
	opacity:0;
	-webkit-transform:translate3d(0,5px,0);
	transform:translate3d(0,5px,0)
}

70%{
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}

100%{
	opacity:0;
	-webkit-transform:translate3d(0,-8px,0);
	transform:translate3d(0,-8px,0)
}

}
.swipeMove {
    position: absolute;
    left: 50%;
    bottom: 30px;
    background: url(//static.zhen22.com/wp-content/uploads/2016/03/arrow.png) no-repeat left top;
    background-size: 100%;
    width: 37px;
    height: 37px;
    margin-left: -18px;
    display: block;
    z-index: 1000;
    opacity: 0;
    -webkit-animation: swipeMove 1s infinite ease-in;
    animation: swipeMove 1s infinite ease-in;
}