.sec1 {
  padding: 12.9166666667vw 0 12.65625vw;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sec1 .bg {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.875vw;
  height: 26.875vw;
  z-index: -1;
  opacity: 0.86;
}
.sec1 .bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #E6942B;
  opacity: 0.11;
  filter: blur(18.59375vw);
}
.sec1 .bg img {
  display: block;
  width: 18.6979166667vw;
  opacity: 0.5;
  position: relative;
  z-index: 3;
}
.sec1 .bg.bg1 {
  top: -9.2708333333vw;
  left: -4.53125vw;
}
.sec1 .bg.bg2 {
  top: 9.4270833333vw;
  right: -5.1041666667vw;
}
.sec1 .h5 {
  color: #000;
  font-weight: 400;
  line-height: 150%;
}
.sec1 .des {
  width: 38.9583333333vw;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  line-height: 150%;
  margin: 0.9895833333vw auto 0;
}

.sec2 .fix {
  width: 100%;
  padding: 0 8.3333333333vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.sec2 .fix .title {
  color: #000;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.04375vw;
  margin-bottom: 3.0208333333vw;
}
.sec2 .fix .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec2 .fix .box .l_box {
  width: 38.59375vw;
}
.sec2 .fix .box .l_box .item {
  display: none;
}
.sec2 .fix .box .l_box .item .item_top {
  display: flex;
  gap: 0.4166666667vw;
}
.sec2 .fix .box .l_box .item .item_top .year {
  color: #000;
  font-weight: 400;
  line-height: 150%;
}
.sec2 .fix .box .l_box .item .item_top .month {
  color: #000;
  font-weight: 400;
  line-height: 150%;
  margin: 0.46875vw 0 0;
}
.sec2 .fix .box .l_box .item .item_des {
  margin: 0.625vw 0 1.875vw;
  color: #696969;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.0625vw;
}
.sec2 .fix .box .l_box .item .img {
  width: 100%;
  height: 22.1354166667vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
}
.sec2 .fix .box .l_box .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 2s;
}
.sec2 .fix .box .l_box .item .img:hover img {
  transform: scale(1.1);
}
.sec2 .fix .box .l_box .item.on {
  display: block;
}
.sec2 .fix .box .r_box {
  width: 40vw;
  position: relative;
}
.sec2 .fix .box .r_box:after {
  content: "";
  width: 0.0520833333vw;
  height: 42.7083333333vw;
  background: #DCDCDC;
  position: absolute;
  top: 0.6770833333vw;
  left: 0.2083333333vw;
}
.sec2 .fix .box .r_box .swiper {
  width: 100%;
  height: 43.5416666667vw;
  overflow: hidden;
}
.sec2 .fix .box .r_box .swiper .swiper-slide {
  display: flex;
  gap: 1.6666666667vw;
}
.sec2 .fix .box .r_box .swiper .swiper-slide .dian {
  width: 0.46875vw;
  height: 0.46875vw;
  border-radius: 520.78125vw;
  background: #DCDCDC;
  margin: 0.6770833333vw 0 0;
  transition: 0.6s;
}
.sec2 .fix .box .r_box .swiper .swiper-slide .slide_box {
  width: 35.9375vw;
  opacity: 0.5;
  transition: 0.6s;
}
.sec2 .fix .box .r_box .swiper .swiper-slide .slide_box .slide_box_top {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
.sec2 .fix .box .r_box .swiper .swiper-slide .slide_box .slide_box_top .year {
  color: #44390B;
  font-weight: 400;
  line-height: 150%;
  transition: 0.6s;
}
.sec2 .fix .box .r_box .swiper .swiper-slide .slide_box .slide_box_top .month {
  color: #44390B;
  font-weight: 400;
  line-height: 150%;
  transition: 0.6s;
}
.sec2 .fix .box .r_box .swiper .swiper-slide .slide_box .slide_text {
  color: #4B5563;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05vw;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.625vw 0 0;
  transition: 0.6s;
}
.sec2 .fix .box .r_box .swiper .swiper-slide.swiper-slide-active .dian {
  background: #E6942B;
  box-shadow: 0 0.1041666667vw 0.2083333333vw 0 rgba(0, 0, 0, 0.25);
}
.sec2 .fix .box .r_box .swiper .swiper-slide.swiper-slide-active .slide_box {
  opacity: 1;
}
.sec2 .fix .box .r_box .swiper .swiper-slide.swiper-slide-active .slide_box .slide_box_top .year {
  color: #E6942B;
}
.sec2 .fix .box .r_box .swiper .swiper-slide.swiper-slide-active .slide_box .slide_box_top .month {
  color: #E6942B;
}

.sec6 {
  padding: 0 0 33.8020833333vw;
  margin: -20.8333333333vw 0 0;
  overflow: hidden;
  position: relative;
}
.sec6 .cir {
  width: 36.3541666667vw;
  height: 36.3541666667vw;
  border-radius: 36.3541666667vw;
  opacity: 0.24;
  background: #E6942B;
  filter: blur(18.59375vw);
  position: absolute;
  z-index: -1;
  bottom: -16.3020833333vw;
  right: -10.6770833333vw;
}

.sec3 {
  overflow: hidden;
  display: flex;
}
.sec3 .item {
  width: 27.5520833333vw;
  height: 31.6145833333vw;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: 1s;
}
.sec3 .item .item_box {
  width: 34.3229166667vw;
  position: absolute;
  top: 5.46875vw;
  left: 1.875vw;
  transition: 0.6s;
}
.sec3 .item .item_box .num {
  color: #FFF;
  font-weight: 400;
  line-height: 1.47;
}
.sec3 .item .item_box .h5 {
  margin: 1.6666666667vw 0 1.25vw;
  color: #FFF;
  font-weight: 500;
  line-height: 150%;
}
.sec3 .item .item_box .line {
  width: 23.8020833333vw;
  height: 0.1041666667vw;
  background: #FFFFFF;
  margin-bottom: 3.5416666667vw;
  transition: 0.6s;
}
.sec3 .item .item_box .des {
  color: #FFF;
  font-weight: 200;
  line-height: 150%;
  opacity: 0;
  transition: 0.6s;
  transform: translateY(1.0416666667vw);
}
.sec3 .item .img {
  width: 72.4479166667vw;
  height: 100%;
}
.sec3 .item .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec3 .item.on {
  width: 72.4479166667vw;
}
.sec3 .item.on .item_box {
  left: 7.7083333333vw;
}
.sec3 .item.on .item_box .line {
  width: 34.3229166667vw;
}
.sec3 .item.on .item_box .des {
  opacity: 1;
  transform: translateY(0);
}

.sec4 {
  background: #001D34;
  padding: 7.1354166667vw 7.5520833333vw 7.1875vw 7.2916666667vw;
  position: relative;
  overflow: hidden;
}
.sec4 .cir {
  width: 35.625vw;
  height: 35.625vw;
  border-radius: 35.625vw;
  background: #034883;
  filter: blur(18.1796884537vw);
  position: absolute;
  z-index: 2;
}
.sec4 .cir1 {
  top: -2.7083333333vw;
  left: -6.0416666667vw;
}
.sec4 .cir2 {
  bottom: -1.5104166667vw;
  right: -2.6041666667vw;
}
.sec4 .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.8229166667vw;
  position: relative;
  z-index: 3;
}
.sec4 .box .item1 {
  width: 20.0520833333vw;
  height: 20.0520833333vw;
  border-radius: 2.6041666667vw 0 0 0;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(0.9375vw);
  padding: 2.2395833333vw 1.5625vw 0;
}
.sec4 .box .item1:nth-child(3) {
  border-radius: 0 2.6041666667vw 0 0;
}
.sec4 .box .item1:nth-child(5) {
  border-radius: 0;
}
.sec4 .box .item1:nth-child(6) {
  border-radius: 0 0 2.6041666667vw 0;
}
.sec4 .box .item1.sp {
  width: 40.4166666667vw;
  padding: 2.65625vw 3.4895833333vw 0;
  border-radius: 2.6041666667vw 0 0 2.6041666667vw;
}
.sec4 .box .item1 .h5 {
  color: #FFF;
  font-weight: 500;
  line-height: 150%;
  padding: 0 0 1.25vw;
  margin-bottom: 1.25vw;
  border-bottom: 0.0520833333vw solid rgba(255, 255, 255, 0.5);
}
.sec4 .box .item1 .p {
  color: #FFF;
  font-weight: 200;
  line-height: 150%;
}
.sec4 .box .item {
  width: 40.4166666667vw;
  height: 20.0520833333vw;
}
.sec4 .box .item .h5 {
  color: #FFF;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1.25vw;
}
.sec4 .box .item .p {
  color: #FFF;
  font-weight: 400;
  line-height: 150%;
  width: 23.0208333333vw;
}

.sec5 {
  padding: 3.3333333333vw 8.3333333333vw 9.7395833333vw;
  position: relative;
  overflow: hidden;
}
.sec5 .cir {
  position: absolute;
  width: 36.3541666667vw;
  height: 36.3541666667vw;
  border-radius: 36.3541666667vw;
  opacity: 0.32;
  background: #E6942B;
  filter: blur(18.59375vw);
  z-index: -1;
}
.sec5 .cir1 {
  top: 22.7604166667vw;
  left: -11.4583333333vw;
}
.sec5 .cir2 {
  top: -27.65625vw;
  right: -7.9166666667vw;
}
.sec5 .line {
  width: 87.7604166667vw;
  position: absolute;
  z-index: -1;
  top: 10.5208333333vw;
  left: 0;
}
.sec5 .line img {
  display: block;
  width: 100%;
}
.sec5 .line1 {
  width: 87.6041666667vw;
  top: 29.8958333333vw;
}
.sec5 .line1 img {
  display: block;
  width: 100%;
}
.sec5 .title {
  color: #000;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 3.5416666667vw;
}
.sec5 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec5 .wrap .l_box {
  width: 36.7708333333vw;
  height: 39.2708333333vw;
  border-radius: 16.6666666667vw 7.1354166667vw 16.5625vw 6.9791666667vw;
  overflow: hidden;
}
.sec5 .wrap .l_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec5 .wrap .r_box {
  width: 34.3229166667vw;
}
.sec5 .wrap .r_box p {
  color: #000;
  font-weight: 400;
  line-height: 150%;
}
.sec5 .video_box {
  width: 79.53125vw;
  height: 44.7395833333vw;
  border-radius: 2.6041666667vw;
  background: #D9D9D9;
  margin: 14.0104166667vw 0 0 2.5520833333vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sec5 .video_box video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec5 .video_box .play {
  width: 5.2083333333vw;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  transition: 0.6s;
}
.sec5 .video_box .play.on {
  opacity: 0;
  pointer-events: none;
}
.sec5 .video_box video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .sec6 {
    display: none;
  }
  .sec1 {
    padding: 50px 5vw;
    overflow: hidden;
  }
  .sec1 .title {
    font-size: 22px;
  }
  .sec1 .des {
    width: 100%;
    margin: 25px 0 0;
    font-size: 15px;
  }
  .sec2 {
    padding: 10px 5vw 60px;
    height: unset !important;
  }
  .sec2 .fix {
    height: unset;
    padding: 0;
  }
  .sec2 .fix .title {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .sec2 .fix .box {
    display: none;
  }
  .sec2 .sec2_swiper1 {
    display: block !important;
    width: 100%;
    overflow: hidden;
  }
  .sec2 .sec2_swiper1 .swiper-slide .item_top {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .sec2 .sec2_swiper1 .swiper-slide .item_top .year {
    color: #E6942B;
  }
  .sec2 .sec2_swiper1 .swiper-slide .item_top .month {
    color: #E6942B;
    font-size: 15px;
  }
  .sec2 .sec2_swiper1 .swiper-slide .item_des {
    font-size: 15px;
    line-height: 1.6;
    color: #4B5563;
    margin: 15px 0;
  }
  .sec2 .sec2_swiper1 .swiper-slide .img {
    width: 100%;
    height: 45vw;
    border-radius: 10px;
    overflow: hidden;
  }
  .sec2 .sec2_swiper1 .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec3 {
    padding: 30px 5vw 50px;
    display: block;
  }
  .sec3 .item {
    width: 100% !important;
    height: unset;
  }
  .sec3 .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec3 .item .img {
    width: 100%;
    height: 50vw;
    margin-bottom: 10px;
  }
  .sec3 .item .item_box {
    position: unset;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .sec3 .item .item_box .num {
    color: #000000;
    font-size: 20px;
    margin: 0;
  }
  .sec3 .item .item_box .h5 {
    font-size: 20px;
    color: #000000;
    margin: 0;
  }
  .sec3 .item .item_box .line {
    width: 100% !important;
    background: #666666;
    margin: 0;
  }
  .sec3 .item .item_box .des {
    font-size: 15px;
    opacity: 1;
    transform: unset;
    color: #666666;
  }
  .sec4 {
    padding: 50px 5vw;
  }
  .sec4 .box {
    gap: 20px;
  }
  .sec4 .box .item {
    width: 100%;
    height: unset;
  }
  .sec4 .box .item .h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sec4 .box .item .p {
    width: 100%;
    font-size: 15px;
  }
  .sec4 .box .item1 {
    width: 100% !important;
    height: unset;
    padding: 20px !important;
    border-radius: 10px !important;
  }
  .sec4 .box .item1 .h5 {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 0 0 10px;
    line-height: 1.6;
  }
  .sec4 .box .item1 .p {
    width: 100%;
    font-size: 15px;
  }
  .sec5 {
    padding: 50px 5vw;
  }
  .sec5 .title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .sec5 .wrap {
    display: block;
  }
  .sec5 .wrap .l_box {
    width: 100%;
    height: 96vw;
    margin-bottom: 20px;
  }
  .sec5 .wrap .r_box {
    width: 100%;
  }
  .sec5 .wrap .r_box p {
    font-size: 15px;
  }
  .sec5 .video_box {
    width: 100%;
    border-radius: 20px;
    height: 60vw;
    margin: 30px 0 0;
  }
  .sec5 .video_box .play {
    width: 40px;
  }
  .sec5 .line {
    top: 30vw;
  }
  .sec5 .line1 {
    top: 50vw;
  }
}

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