@font-face {
  font-family: 'Neue-Regular.otf';
  src: url(../fonts/Neue-Regular.otf);
}
.h_Box1 {
  padding: 90px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.h_Box1 .h_text {
  width: calc(50% - 100px);
}
.h_Box1 .h_text .h_top .h_year {
  font-weight: 400;
  font-size: 100px;
  color: #111111;
  width: 184px;
  font-family: 'Neue-Regular.otf';
}
.h_Box1 .h_text .h_top .h_line {
  width: 4px;
  height: 46px;
  background: #2853A5;
  border-radius: 2px 2px 2px 2px;
  margin-right: 12px;
}
.h_Box1 .h_text .h_top .h_r .h_ch {
  font-size: 22px;
  color: #111111;
}
.h_Box1 .h_text .h_top .h_r .h_en {
  margin-top: 3px;
  font-size: 12px;
  color: #111111;
}
.h_Box1 .h_text .h_desc p {
  font-size: 15px;
  color: #666666;
  line-height: 1.8;
  margin-top: 12px;
}
.h_Box1 .h_img {
  width: calc(50% + 30px);
}
.h_Box1 .h_img img {
  width: 100%;
}
.h_Box2 {
  padding: 70px 0 90px;
  background: linear-gradient(90deg, #EAEAEA 0 50%, #F5F5F5 50% 100%);
  position: relative;
}
.h_Box2 .logo {
  position: absolute;
  right: 0;
  bottom: 114px;
  width: 270px;
}
.h_Box2 .h_title .h_l {
  text-align: right;
}
.h_Box2 .h_title .h_l .h_Title {
  font-size: 36px;
  color: #111111;
}
.h_Box2 .h_title .h_l .h_sub {
  font-size: 15px;
  color: #666666;
}
.h_Box2 .h_title .h_line {
  margin-left: 38px;
  width: 1px;
  height: 70px;
  background: #D8D8D8;
}
.h_Box2 .h_list {
  display: flex;
}
.h_Box2 .h_list .h_item {
  display: flex;
}
.h_Box2 .h_list .h_item .h_tBox {
  background: #2853A5;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.h_Box2 .h_list .h_item .h_tBox img {
  width: 64px;
}
.h_Box2 .h_list .h_item .h_tBox .h_t {
  margin-top: 39px;
  font-size: 23px;
  color: #FFFFFF;
  font-family: 'OPPOSans-Medium';
}
.h_Box2 .h_list .h_item .h_tBox .h_d {
  margin-top: 24px;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1.8;
}
.h_Box2 .h_list .h_item .h_iBox {
  margin-left: -30px;
  width: 450px;
  aspect-ratio: 1/1;
  border: 2px solid #2853A5;
  padding: 30px;
  border-radius: 50%;
}
.h_Box2 .h_list .h_item .h_iBox img {
  border-radius: 50%;
}
.h_Box2 .h_list .h_item:nth-child(2) .h_tBox {
  width: 270px;
  height: 270px;
  background: #2CBFE1;
  position: relative;
  margin-top: 200px;
  margin-left: -10px;
}
.h_Box2 .h_list .h_item:nth-child(2) .h_tBox .h_t {
  margin-top: 4px;
}
.h_Box2 .h_list .h_item:nth-child(2) .h_tBox .h_d {
  margin-top: 2px;
}
.h_Box2 .h_list .h_item:nth-child(2) .h_tBox::after {
  position: absolute;
  content: '';
  width: 296px;
  height: 296px;
  border: 2px solid #EBEBEB;
  border-radius: 50%;
  pointer-events: none;
}
.h_Box2 .h_list .h_item:nth-child(2) .h_iBox {
  width: 292px;
  height: 292px;
  margin-top: 68px;
  padding: 0;
  border: none;
  margin-left: -124px;
}
.h_Box3 {
  padding: 80px 0 70px;
  text-align: center;
}
.h_Box3 .h_title {
  font-size: 36px;
  color: #111111;
}
.h_Box3 .h_desc {
  font-size: 15px;
  color: #666666;
  line-height: 1.8;
  max-width: 844px;
  margin: 24px auto 0;
}
.h_Box3 .h_swiper {
  margin-top: 48px;
  position: relative;
  --p-b: 40px;
  --height: 50px;
  --m-top: 16px;
}
.h_Box3 .h_swiper .mySwiper {
  padding-bottom: var(--p-b);
}
.h_Box3 .h_swiper .mySwiper .swiper-slide .h_img {
  aspect-ratio: 324/229;
}
.h_Box3 .h_swiper .mySwiper .swiper-slide .h_name {
  height: var(--height);
  line-height: var(--height);
  padding: 0 10px;
  margin-top: var(--m-top);
  background: linear-gradient(270deg, #EBEBEB 0%, #FFFFFF 50%, #EBEBEB 100%);
}
.h_Box3 .h_swiper .mySwiper .swiper-pagination {
  bottom: 0;
}
.h_Box3 .h_swiper .mySwiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  background: #2853A5;
}
.h_Box3 .h_swiper .mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.h_Box3 .h_swiper .h_btn {
  cursor: pointer;
  position: absolute;
  top: calc(50% - (var(--p-b) + var(--m-top) + var(--height))/2);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  left: -68px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_Box3 .h_swiper .h_btn.h_btnr {
  left: auto;
  right: -68px;
}
@media screen and (max-width: 1440px) {
  .h_Box3 .h_swiper .h_btn {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .h_Box1 {
    padding: 40px 0 60px;
  }
  .h_Box1 .h_text {
    width: 100%;
  }
  .h_Box1 .h_img {
    width: 100%;
    margin-top: 30px;
  }
  .h_Box2 .h_title {
    justify-content: center;
  }
  .h_Box2 .h_title .h_l {
    text-align: center;
  }
  .h_Box2 .h_title .h_line {
    display: none;
  }
  .h_Box2 .h_list {
    justify-content: space-between;
    margin-top: 30px;
  }
  .h_Box2 .h_list .h_item {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 48%;
  }
  .h_Box2 .h_list .h_item .h_tBox {
    width: 100%;
    aspect-ratio: 1/1;
    width: calc(100% - 60px);
    height: auto;
    position: absolute;
    margin: 0;
    background: none;
    backdrop-filter: blur(5px);
  }
  .h_Box2 .h_list .h_item .h_iBox {
    margin: 0;
    width: 100%;
  }
  .h_Box2 .h_list .h_item:nth-child(2) .h_tBox {
    margin: 0;
    width: calc(100% - 60px);
    height: auto;
    background: none;
  }
  .h_Box2 .h_list .h_item:nth-child(2) .h_tBox::after {
    width: 100%;
    height: 100%;
  }
  .h_Box2 .h_list .h_item:nth-child(2) .h_iBox {
    margin: 0;
    position: absolute;
    width: 100%;
    height: auto;
  }
  .h_Box3,
  .h_Box2 {
    padding: 60px 0;
  }
  .h_Box2 .h_list .h_item .h_tBox .h_t {
    margin-top: 12px !important;
    font-size: 20px;
  }
  .h_Box2 .h_list .h_item .h_tBox .h_d {
    margin-top: 6px !important;
  }
  .h_Box3 .h_swiper {
    margin-top: 30px;
  }
  .h_Box2 .h_title .h_l .h_Title,
  .h_Box3 .h_title {
    font-size: 30px;
  }
  .h_Box2 {
    background: #eff1f5;
  }
  .h_Box2 .h_list {
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .h_Box2 .h_list .h_item .h_iBox {
    display: none;
  }
  .h_Box2 .logo {
    bottom: auto;
    top: 10px;
    width: 200px;
  }
  .h_Box2 .h_list .h_item .h_tBox {
    position: static !important;
    width: 100% !important;
    aspect-ratio: unset;
    background: var(--active-color) !important;
    border-radius: 20px !important;
    height: 100% !important;
    justify-content: flex-start;
  }
  .h_Box2 .h_list .h_item .h_tBox::after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .h_Box2 .h_title .h_l .h_Title,
  .h_Box3 .h_title {
    font-size: 24px;
  }
  .h_Box1 .h_text .h_top .h_year {
    font-size: 52px;
    width: 94px;
    line-height: 1;
  }
  .h_Box1 .h_text .h_top .h_line {
    height: 38px;
    margin-bottom: 4px;
  }
  .h_Box1 .h_text .h_top .h_r {
    margin-bottom: 4px;
  }
  .h_Box1 .h_text .h_top .h_r .h_ch {
    font-size: 20px;
  }
  .h_Box1 .h_text .h_top .h_r .h_en {
    margin-top: 0;
  }
  .h_Box1 {
    padding: 20px 0 15px;
  }
  .h_Box1 .h_text .h_desc p {
    margin-top: 6px;
  }
  .h_Box1 .h_img {
    margin-top: 12px;
  }
  .h_Box3,
  .h_Box2 {
    padding: 20px 0;
  }
  .h_Box3 .h_swiper {
    --height: 42px;
    margin-top: 20px;
    --p-b: 22px;
  }
  .h_Box3 .h_swiper .mySwiper .swiper-slide .h_name {
    margin-top: 10px;
    font-size: 14px;
  }
  .h_Box3 .h_desc {
    margin-top: 8px;
  }
  .h_Box3 .h_swiper .mySwiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
  .h_Box2 .h_list .h_item {
    width: 100%;
  }
  .h_Box2 .h_list {
    margin-top: 16px;
  }
  .h_Box2 .h_list .h_item .h_tBox {
    border-radius: 12px !important;
  }
  .h_Box2 .logo {
    width: 125px;
  }
}
