html {
  font-size: 16px;
}
html,
body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  height: 100%;
  color: #555;
  margin: 0;
}
body {
  overflow: hidden;
}
.landscape {
  width: 100%;
  min-width: 1080px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.landscape .logo {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 999;
}
.landscape .logo img {
  height: 28px;
}
.landscape .main {
  display: flex;
  flex-direction: row;
  height: 100%;
  min-height: 570px;
  flex-shrink: 1;
  justify-content: flex-end;
}
.landscape .main .content-swiper {
  width: 560px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 110px;
  padding-left: 60px;
}
.landscape .main .content-swiper .swiper-wraper {
  height: 470px;
}
.landscape .main .content-swiper .swiper-wraper .slide {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(-30px, 0);
  transition: all 0.8s;
}
.landscape .main .content-swiper .swiper-wraper .slide h2 {
  font-size: 5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.landscape .main .content-swiper .swiper-wraper .slide h2 span {
  font-size: 1.2em;
}
.landscape .main .content-swiper .swiper-wraper .slide ul {
  list-style: none;
  padding: 0;
}
.landscape .main .content-swiper .swiper-wraper .slide ul li {
  padding: 0.5rem 0;
  font-size: 1.4rem;
}
.landscape .main .content-swiper .swiper-wraper .slide ul li i {
  font-style: normal;
  display: inline-block;
  border: 2px solid #ffce00;
  line-height: 18px;
  width: 18px;
  height: 18px;
  text-align: center;
  margin-right: 0.8rem;
}
.landscape .main .content-swiper .swiper-wraper .slide.out {
  transform: translate(30px, 0);
}
.landscape .main .content-swiper .swiper-wraper .slide.active {
  opacity: 1;
  pointer-events: all;
  transform: translate(0, 0);
}
.landscape .main .cascade-swiper-container {
  width: 62.5%;
  position: relative;
}
.landscape .main .cascade-swiper-container .bg-swiper {
  width: 100%;
  height: 100%;
  margin: 0;
}
.landscape .main .cascade-swiper-container .bg-swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.landscape .main .cascade-swiper-container .bg-swiper .swiper-wrapper .swiper-slide {
  background-position: center center;
  background-size: cover;
}
.landscape .main .cascade-swiper-container .nav-container {
  position: absolute;
  right: 0;
  bottom: 90px;
  z-index: 99;
  display: flex;
  flex-direction: row;
}
.landscape .main .cascade-swiper-container .nav-container .thumb-swiper {
  width: 200px;
  height: 150px;
  overflow: hidden;
}
.landscape .main .cascade-swiper-container .nav-container .thumb-swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.landscape .main .cascade-swiper-container .nav-container .thumb-swiper .swiper-wrapper .swiper-slide {
  background-position: center center;
  background-size: cover;
}
.landscape .main .cascade-swiper-container .nav-container .navigate-button {
  display: block;
  width: 60px;
  height: 150px;
  background-color: #ffce00;
  background-image: url(../img/arrow-right.svg);
  background-position: 60% center;
  background-repeat: no-repeat;
  background-size: 45% auto;
}
.landscape .footer {
  flex-shrink: 0;
  height: 60px;
  width: 100%;
  padding-top: 120px;
  display: flex;
  justify-content: flex-end;
}
.landscape .footer .pager {
  width: 480px;
  padding-left: 60px;
}
.landscape .footer .pager .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 180px;
}
.landscape .footer .pager .wrapper .current {
  width: 30px;
  height: 20px;
  overflow: hidden;
}
.landscape .footer .pager .wrapper .current .number {
  display: inline-block;
  width: 10px;
  height: 40px;
  overflow: hidden;
}
.landscape .footer .pager .wrapper .current .number span {
  display: block;
  width: 100%;
  height: 20px;
}
.landscape .footer .pager .wrapper .total {
  width: 20px;
  height: 20px;
}
.landscape .footer .pager .wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  right: 24px;
  height: 2px;
  transform: translate(0, -1px);
  background-color: #aaa;
}
.landscape .footer .contacts {
  width: 62.5%;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
}
.landscape .footer .contacts > div {
  padding-right: 6rem;
}
@media (max-width: 1680px) {
  .landscape .main {
    min-height: 560px;
  }
  .landscape .main .content-swiper {
    width: 480px;
  }
  .landscape .main .content-swiper .swiper-wraper .slide h2 {
    font-size: 5rem;
  }
  .landscape .main .content-swiper .swiper-wraper .slide ul li {
    font-size: 1.3rem;
  }
}
@media (max-width: 1440px) {
  .landscape .main {
    min-height: 480px;
  }
  .landscape .main .content-swiper .swiper-wraper .slide h2 {
    font-size: 4rem;
  }
  .landscape .main .content-swiper .swiper-wraper .slide ul li {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .landscape .main {
    min-height: 425px;
  }
  .landscape .main .content-swiper .swiper-wraper .slide h2 {
    font-size: 3.5rem;
  }
  .landscape .main .content-swiper .swiper-wraper .slide ul li {
    font-size: 1rem;
  }
}
