body {
  background:#008840;  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0px;
  padding: 0px;
}
.logo{
  position: fixed;
  width: 106px;
  height: 45px;
  top: 20px;
  left: 30px;
  z-index: 9999;
}
.logo img{
  width: 100%;
  height: 100%;
}
.swiper-wrapper{
transition-delay:.3s;
}
.swiper-container {
  width: 100%;
  height: 100vh;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background:#008840;  
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
  .swiper-slide img{
    width: 50%;
    margin: 0 auto;
  }
  .footer{
    position: fixed;
    left: 0;
    bottom: -200vh;
    width: 100%;
    height: 40px;
    line-height: 40px;
    z-index: 999;
    background-color: #000;
    color: #fff;
    text-align: center;
  }
  .footer a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .footer img{
    vertical-align: middle;
  }

@media screen and (max-width: 1000px){  
  .logo{
    position: fixed;
    width: 181px;
    height: 141px;
    top: 30px;
    left: 30px;
    z-index: 9999;
  }
  .swiper-slide img{
    width: 95%;
    margin: 0 auto;
  }
  .footer{
    position: fixed;
    left: 0;
    bottom: -200vh;
    width: 100%;
    height: 80px;
    line-height: 80px;
    z-index: 999;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 28px;
  }
  .footer a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .footer img{
    vertical-align: middle;
    width: 35px;
  }
}
/* .swiper-slide:nth-child(2){
background:#3183ff;
color:#fff;}
.swiper-slide p{
transform:translateX(-200px);
opacity:0;
transition:all .4s;}
.ani-slide p{
transform:translateX(0);
opacity:1;
} */