.w_pic img, .w_pic video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.banner img, .banner video {
  display: block;
  width: 100%;
  height: 34.375vw;
  object-fit: cover;
}

.sec1 {
  padding: 6.25vw 5.5729166667vw 6.9270833333vw 5.15625vw;
  display: flex;
  justify-content: space-between;
}
.sec1 .title {
  color: #111827;
  font-weight: 600;
  text-transform: uppercase;
}
.sec1 .title span {
  color: #3A6BD9;
}
.sec1 .des {
  width: 51.9791666667vw;
  color: #27384A;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.0520833333vw;
}

.sec2 {
  background: #F7F5F0;
}
.sec2 .fix {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6.1458333333vw 0 5.2083333333vw;
  position: sticky;
  top: 0;
}
.sec2 .fix .l {
  width: 51.1458333333vw;
  height: 43.75vw;
  overflow: hidden;
}
.sec2 .fix .l img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 2s;
}
.sec2 .fix .l:hover img {
  transform: scale(1.1);
}
.sec2 .fix .r {
  width: 29.4270833333vw;
}
.sec2 .fix .r .r_title {
  color: #111827;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.0416666667vw;
  text-transform: uppercase;
}
.sec2 .fix .r .r_title span {
  color: #3A6BD9;
}
.sec2 .fix .r .r_list {
  margin: 2.6041666667vw 0 0;
}
.sec2 .fix .r .r_list .item {
  border-bottom: 0.0520833333vw solid rgba(94, 93, 92, 0.5);
}
.sec2 .fix .r .r_list .item .block {
  padding: 0.8333333333vw 0;
  display: flex;
}
.sec2 .fix .r .r_list .item .block .sort, .sec2 .fix .r .r_list .item .block .p {
  color: rgba(94, 93, 92, 0.5);
  letter-spacing: -0.0416666667vw;
  text-transform: capitalize;
  transition: 0.6s;
}
.sec2 .fix .r .r_list .item .block .sort {
  width: 2.2395833333vw;
}
.sec2 .fix .r .r_list .item .block .p {
  width: 26.875vw;
}
.sec2 .fix .r .r_list .item .none {
  display: none;
  color: rgba(17, 24, 39, 0.75);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.0416666667vw;
  text-transform: capitalize;
  padding: 0 0 1.09375vw 2.2395833333vw;
}
.sec2 .fix .r .r_list .item.item_active .block .sort, .sec2 .fix .r .r_list .item.item_active .block .p {
  color: #111827;
}

.sec3 {
  padding: 0 5.2083333333vw 7.65625vw;
  background: #F7F5F0;
  overflow: hidden;
}
.sec3 .sec3_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 7.2916666667vw;
}
.sec3 .sec3_top .title {
  color: #111827;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.0416666667vw;
  text-transform: uppercase;
}
.sec3 .sec3_top .title span {
  color: #3A6BD9;
}
.sec3 .sec3_top .btns {
  display: flex;
  gap: 0.5208333333vw;
}
.sec3 .sec3_top .btns .jt {
  width: 2.7083333333vw;
  height: 2.7083333333vw;
  border-radius: 50%;
  border: 0.0520833333vw solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
.sec3 .sec3_top .btns .jt img {
  display: block;
  width: 0.78125vw;
  transition: 0.6s;
}
.sec3 .sec3_top .btns .jt:hover {
  background: #3A6BD9;
  border: 0.0520833333vw solid #3A6BD9;
}
.sec3 .sec3_top .btns .jt:hover img {
  filter: brightness(0) invert(1);
}
.sec3 .sec3_top .btns .jt.next {
  transform: rotate(180deg);
}
.sec3 .sec3_top .btns .jt.swiper-button-disabled {
  opacity: 0.7;
  border: 0.0520833333vw solid #000;
  background: unset;
}
.sec3 .sec3_top .btns .jt.swiper-button-disabled img {
  filter: brightness(1);
}
.sec3 .swiper {
  width: 73.2291666667vw;
}
.sec3 .swiper .swiper-slide {
  position: relative;
}
.sec3 .swiper .swiper-slide .p {
  width: 100%;
  position: absolute;
  top: 1.8229166667vw;
  z-index: 3;
  padding: 0 1.0416666667vw;
  color: #FFF;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.0625vw;
  text-transform: uppercase;
}
.sec3 .swiper .swiper-slide .img {
  width: 100%;
  height: 28.125vw;
  overflow: hidden;
  position: relative;
}
.sec3 .swiper .swiper-slide .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  z-index: 2;
}
.sec3 .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 2s;
}
.sec3 .swiper .swiper-slide .img:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .banner {
    margin-top: 60px;
  }
  .banner img {
    height: 200px;
    object-fit: cover;
  }
  .sec1 {
    padding: 50px 5vw;
    display: block;
  }
  .sec1 .title {
    font-size: 22px;
  }
  .sec1 .des {
    width: 100%;
    font-size: 15px;
    margin: 30px 0 0;
  }
  .sec2 {
    padding: 50px 5vw;
    height: unset !important;
  }
  .sec2 .fix {
    height: unset;
    width: 100%;
    position: unset;
    display: block;
    padding: 0;
  }
  .sec2 .fix .l {
    width: 100%;
    height: 75vw;
  }
  .sec2 .fix .r {
    width: 100%;
    margin: 25px 0 0;
  }
  .sec2 .fix .r .r_title {
    font-size: 22px;
  }
  .sec2 .fix .r .r_list .item .block {
    padding: 8px 0;
  }
  .sec2 .fix .r .r_list .item .block .sort, .sec2 .fix .r .r_list .item .block .p {
    font-size: 18px;
  }
  .sec2 .fix .r .r_list .item .block .sort {
    width: 20px;
  }
  .sec2 .fix .r .r_list .item .block .p {
    width: calc(100% - 20px);
  }
  .sec2 .fix .r .r_list .item .none {
    padding: 0 0 15px 20px;
    font-size: 15px;
  }
  .sec3 {
    padding: 10px 5vw 60px;
  }
  .sec3 .sec3_top {
    margin-bottom: 30px;
  }
  .sec3 .sec3_top .title {
    font-size: 22px;
  }
  .sec3 .sec3_top .btns {
    gap: 8px;
  }
  .sec3 .sec3_top .btns .jt {
    width: 30px;
    height: 30px;
  }
  .sec3 .sec3_top .btns .jt img {
    width: 10px;
  }
  .sec3 .swiper {
    width: 100%;
  }
  .sec3 .swiper .swiper-slide .img {
    height: 60vw;
  }
  .sec3 .swiper .swiper-slide .p {
    top: 15px;
    padding: 0 10px;
    font-size: 18px;
  }
}

/*# sourceMappingURL=satelliteInfo.css.map */
