body .home {
  background: #000;
}
body .home .container {
  position: relative;
  overflow: hidden;
}
body .home .container .sec1 {
  position: relative;
  z-index: 10;
}
body .home .container .sec1 .earth {
  position: relative;
  text-align: center;
}
body .home .container .sec1 .earth .line1 {
  position: relative;
  z-index: 1;
}
body .home .container .sec1 .earth .line1 img {
  width: 59.4270833333vw;
}
body .home .container .sec1 .earth .line2 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
body .home .container .sec1 .earth .line2 img {
  width: 52.0833333333vw;
}
body .home .container .sec1 .earth .v {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  width: 65.9375vw;
}
body .home .container .sec1 .earth .v video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
  outline: none;
}
body .home .container .sec1 .earth .types {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
body .home .container .sec1 .earth .types .swiper-container {
  left: 50%;
  width: 50vw;
  height: 100%;
  margin: 0;
  overflow: visible;
}
body .home .container .sec1 .earth .types .item {
  z-index: 6;
  cursor: pointer;
  opacity: 0;
  position: relative;
}
body .home .container .sec1 .earth .types .item .box {
  position: absolute;
  left: 50%;
  bottom: 2.0833333333vw;
  transform: translate(-50%, 0);
  width: 15.625vw;
}
body .home .container .sec1 .earth .types .item .icon img {
  width: 2.5vw;
}
body .home .container .sec1 .earth .types .item p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 2;
  margin-top: 0.4166666667vw;
  transition: all 600ms;
}
body .home .container .sec1 .earth .types .item.swiper-slide-active {
  transform: translate(-50%, 0);
  opacity: 1;
}
body .home .container .sec1 .earth .types .item.swiper-slide-active p {
  color: #FFF;
}
body .home .container .sec1 .earth .types .swiper-slide[data-name=slidePrev-1] {
  transform: translate(-50%, -6.25vw);
  opacity: 1;
}
body .home .container .sec1 .earth .types .swiper-slide[data-name=slidePrev-2] {
  transform: translate(5%, -18.2291666667vw);
  opacity: 1;
}
body .home .container .sec1 .earth .types .swiper-slide[data-name=slidePrev-3] {
  transform: translate(100%, -33.8541666667vw);
  opacity: 1;
}
body .home .container .sec1 .earth .types .swiper-slide[data-name=slideNext-1] {
  transform: translate(-50%, -6.25vw);
  opacity: 1;
}
body .home .container .sec1 .earth .types .swiper-slide[data-name=slideNext-2] {
  transform: translate(-105%, -18.2291666667vw);
  opacity: 1;
}
body .home .container .sec1 .earth .types .swiper-slide[data-name=slideNext-3] {
  transform: translate(-205%, -33.8541666667vw);
  opacity: 1;
}
body .home .container .sec1 .list {
  margin-top: 7.8125vw;
  padding: 0 8.3333333333vw;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.1666666667vw 10.4166666667vw;
  display: none;
}
body .home .container .sec1 .list.on {
  display: grid;
}
body .home .container .sec1 .list a {
  display: block;
  width: 100%;
}
body .home .container .sec1 .list a .pic {
  width: 100%;
  height: 7.8125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body .home .container .sec1 .list a .pic .pb {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 600ms;
}
body .home .container .sec1 .list a .pic .bor-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.6666666667vw;
  opacity: 0;
  transition: all 600ms;
  transform: translate(-10px, 10px);
}
body .home .container .sec1 .list a .pic .bor-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.6666666667vw;
  opacity: 0;
  transition: all 600ms;
  transform: translate(10px, -10px);
}
body .home .container .sec1 .list a p {
  color: #FFF;
  line-height: 2;
  margin-top: 1.25vw;
  opacity: 0.8;
  transition: all 600ms;
  text-align: center;
}
body .home .container .sec1 .list a:hover .pic .pb {
  transform: scale(1.05);
}
body .home .container .sec1 .list a:hover .pic .bor-bottom,
body .home .container .sec1 .list a:hover .pic .bor-top {
  opacity: 1;
  transform: translate(0);
}
body .home .container .sec1 .list a:hover p {
  opacity: 1;
}
body .home .container .sec2 {
  padding: 6.25vw 8.3333333333vw;
  position: relative;
  z-index: 10;
}
body .home .container .sec2 h1 {
  color: #FFF;
  text-align: center;
  line-height: 1;
}
body .home .container .sec2 .t2 {
  color: #FFF;
  margin: 1.0416666667vw 0 4.1666666667vw 0;
  text-align: center;
}
body .home .container .sec2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.1666666667vw 10.4166666667vw;
}
body .home .container .sec2 .list a {
  display: block;
  width: 100%;
}
body .home .container .sec2 .list a .pic {
  width: 100%;
  height: 7.8125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body .home .container .sec2 .list a .pic .pb {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 600ms;
}
body .home .container .sec2 .list a .pic .bor-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.6666666667vw;
  opacity: 0;
  transition: all 600ms;
  transform: translate(-10px, 10px);
}
body .home .container .sec2 .list a .pic .bor-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.6666666667vw;
  opacity: 0;
  transition: all 600ms;
  transform: translate(10px, -10px);
}
body .home .container .sec2 .list a .p1 {
  color: #FFF;
  line-height: 2;
  margin: 1.25vw 0 0.625vw 0;
  opacity: 0.8;
  transition: all 600ms;
}
body .home .container .sec2 .list a .des {
  color: #FFF;
  line-height: 2;
  opacity: 0;
  transition: all 600ms;
}
body .home .container .sec2 .list a:hover .pic .pb {
  transform: scale(1.05);
}
body .home .container .sec2 .list a:hover .pic .bor-bottom,
body .home .container .sec2 .list a:hover .pic .bor-top {
  opacity: 1;
  transform: translate(0);
}
body .home .container .sec2 .list a:hover .p1 {
  opacity: 1;
}
body .home .container .sec2 .list a:hover .des {
  opacity: 0.6;
}
body .home .container .bg_v {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .home .container .bg_v::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  background: #000;
  z-index: 10;
  width: 100%;
}
body .home .container .bg_v video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  body .home .container .sec1 .earth .line1 img {
    width: 100%;
  }
  body .home .container .sec1 .earth .line2 {
    width: 90%;
  }
  body .home .container .sec1 .earth .line2 img {
    width: 100%;
  }
  body .home .container .sec1 .earth .v {
    width: 100%;
  }
  body .home .container .sec1 .earth .types {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
  body .home .container .sec1 .earth .types .item .box {
    bottom: 0;
  }
  body .home .container .sec1 .earth .types .item .icon img {
    width: 30px;
  }
  body .home .container .sec1 .earth .types .item p {
    font-size: 12px;
    margin-top: 5px;
    height: 2.8em;
    line-height: 1.4;
  }
  body .home .container .sec1 .earth .types .swiper-slide[data-name=slidePrev-1] {
    transform: translate(-50%, -6.25vw);
    opacity: 1;
    transition: transform ease 1s;
  }
  body .home .container .sec1 .earth .types .swiper-slide[data-name=slidePrev-2] {
    transform: translate(5%, -23.4375vw);
    opacity: 1;
  }
  body .home .container .sec1 .earth .types .swiper-slide[data-name=slidePrev-3] {
    transform: translate(100%, -54.6875vw);
    opacity: 1;
  }
  body .home .container .sec1 .earth .types .swiper-slide[data-name=slideNext-1] {
    transform: translate(-50%, -6.25vw);
    opacity: 1;
    transition: transform ease 1s;
  }
  body .home .container .sec1 .earth .types .swiper-slide[data-name=slideNext-2] {
    transform: translate(-105%, -23.4375vw);
    opacity: 1;
  }
  body .home .container .sec1 .earth .types .swiper-slide[data-name=slideNext-3] {
    transform: translate(-205%, -54.6875vw);
    opacity: 1;
  }
  body .home .container .sec1 .list {
    margin-top: 50px;
    padding: 0 5%;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  body .home .container .sec1 .list a .pic {
    height: 120px;
  }
  body .home .container .sec1 .list a .pic .bor-bottom,
  body .home .container .sec1 .list a .pic .bor-top {
    width: 15px;
  }
  body .home .container .sec1 .list a p {
    margin-top: 10px;
  }
  body .home .container .sec2 {
    padding: 50px 5%;
  }
  body .home .container .sec2 h1 {
    font-size: 24px;
  }
  body .home .container .sec2 .t2 {
    font-size: 14px;
    margin: 10px 0 40px 0;
  }
  body .home .container .sec2 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  body .home .container .sec2 .list a .pic {
    height: 120px;
  }
  body .home .container .sec2 .list a .pic .bor-bottom,
  body .home .container .sec2 .list a .pic .bor-top {
    width: 15px;
  }
  body .home .container .sec2 .list a .p1 {
    margin: 10px 0 8px 0;
  }
  body .home .container .sec2 .list a .des {
    line-height: 1.5;
  }
  body .home .container .bg_v video {
    min-height: 800px;
  }
}