* {
  padding: 0;
  margin: 0;
}

.swiper {
  height: 792px;
  position: relative;
}

.slider-light img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}

.slider-grass img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 436px;
  z-index: 20;
  background-position: center center;
  background-repeat: repeat-x;
}

.slider-back-grass img {
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 619px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.slider-tree img {
  height: 322px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 10;
}

.slider1-left {
  height: auto;
  width: 390px;
  position: absolute;
  left: 0;
  top: 180px;
  z-index: 8;
  animation: slider1-left 8s infinite;
}

.slider-bg {
  display: block;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  background-position: 0px 0px;
}

.slider-content {
  position: absolute;
  bottom: 115px;
  left: 0;
  right: 0;
  z-index: 25;
  width: 100%;
}

.slider-content img {
  position: absolute;
  display: block;
  bottom: -25px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 25;
  height: 531px;
  width: 888px;
}

.content-text {
  height: 385px;
  width: 385px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 24;
  bottom: 155px;
  left: 50%;
  background-image: url(../images/slider_textbg_blue.png);
}

.content-text aside {
  margin-left: 78px;
  margin-top: 90px;
  margin-right: 34px;
}

.content-text aside h1 {
  font-size: 31px;
  color: #fff;
  margin-bottom: 10px;
}

.content-text aside h2 {
  font-size: 19px;
  color: #fff;
  line-height: 1.2em;
}

.mobile-1 {
  display: none;
}

@keyframes slider1-left {
  50% {
    left: -20px;
    transform: scale(1) translate3d(0, -1em, 0);
  }
}

@media screen and (max-width: 768px) {
  .swiper {
    width: auto;
    position: relative;
    height: 300px;
  }

  .desktop {
    display: none;
  }

  .mobile img {
    float: none;
    list-style: none;
    position: absolute;
    width: 100%;
    z-index: 50;
    display: block;
    object-fit: contain;
  }
}
