.page {
  width: 100vw;
  height: calc(100vh - 100px);
}

.shubiao {
  position: absolute;
  left: 86px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  animation: btn_change_opacity 2s;
  animation-iteration-count: infinite;
}

.home_page {
  margin-top: 100px;
  /**/
}
.home_page .swiper-pagination-bullet {
  background: white;
  width: 7%;
  height: 5px;
  border-radius: 0;
  margin: 0 10px;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.home_page .swiper-pagination-bullet p {
  display: block;
  width: 100%;
  content: '';
  position: absolute;
  left: -140px;
  top: 0;
  height: 100%;
  background: #b4b4b4;
}
.home_page .swiper-pagination-bullet.on {
  background: #b4b4b4;
}
.home_page .swiper-pagination-bullet.swiper-pagination-bullet-active p {
  animation: btn_change_left 6.5s linear;
}
.home_page .typename {
  display: inline-block;
  margin: 0 auto;
  background: #1c1c1c;
  border: 1px solid white;
  padding: 15px 50px;
  color: white;
  text-transform: uppercase;
}
.home_page .typename:hover {
  background: white;
  color: #1c1c1c;
}
.home_page .swiper-slide:last-child .page {
  padding-bottom: 0;
}
.home_page .swiper-slide:last-child .page .item {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 200px;
}
.home_page .swiper-slide:last-child .page .item1 {
  flex: 1;
}
.home_page .swiper-slide:last-child .page .item2 {
  width: 589px;
}
.home_page .swiper-slide:first-child .page {
  padding-bottom: 0;
}
.home_page .page {
  display: flex;
  align-items: flex-end;
  padding-bottom: 200px;
}
.home_page .page1 .container2 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home_page .page1 .wenzi {
  transform: translateX(-200px);
  opacity: 0;
  transition: all 1.5s;
}
.home_page .ani-slide .page1 .wenzi {
  transform: translateX(0);
  opacity: 1;
}

.jiantou {
  display: none;
}

.beizhu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  z-index: 33;
  background: transparent;
}

@media (max-width: 768px) {
  .jiantou {
    display: block;
    position: absolute;
    left: 5%;
    bottom: 10%;
    z-index: 3;
  }

  .shubiao {
    display: none;
  }

  .home_page .page1 .wenzi {
    opacity: 1;
    transform: unset;
  }

  .home_page .page {
    padding-bottom: 12vh;
  }

  .home_page .typename {
    background: white;
    color: black;
  }

  .home_page .swiper-slide:last-child .page {
    flex-direction: column;
  }

  .home_page .swiper-slide:last-child .page .item {
    width: 100%;
    display: flex;
    height: 50%;
    align-items: center;
  }

  .home_page .swiper-slide:last-child .page .item {
    padding-bottom: 19%;
    align-items: flex-end;
  }

  .home_page {
    margin-top: 0px;
  }
}
@keyframes btn_change_left {
  0% {
    left: -140px;
  }
  100% {
    left: 0px;
  }
}
@keyframes btn_change_opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=index.css.map */
