.h_Box1 .h_Box .h_text {
  width: 50%;
}
.h_Box1 .h_Box .h_text .h_title {
  font-size: 37px;
  color: #111111;
  font-family: 'MiSans-Demibold';
  margin-bottom: 80px;
}
.h_Box1 .h_Box .h_text .h_name {
  font-size: 28px;
  color: #111111;
  font-family: 'MiSans-Medium';
  margin-bottom: 30px;
}
.h_Box1 .h_Box .h_text .h_desc {
  font-size: 18px;
  color: #6B6B6B;
  text-align: justify;
  margin-bottom: 52px;
  line-height: 1.8;
}
.h_Box1 .h_Box .h_text .h_step {
  gap: 36px;
}
.h_Box1 .h_Box .h_text .h_step .h_item img {
  width: 30px;
}
.h_Box1 .h_Box .h_text .h_step .h_item .s1 {
  font-size: 20px;
  color: #111111;
  margin-left: 10px;
}
.h_Box1 .h_Box .h_text .h_step .h_item .s2 {
  font-size: 47px;
  color: #F0F1F3;
  font-family: 'MiSans-Bold';
}
.h_Box1 .h_Box .h_imgBox {
  width: 48%;
}
.h_Box1 .h_Box .h_imgBox .h_imgs {
  text-align: center;
}
.h_Box1 .h_Box .h_imgBox .h_imgs img {
  width: 76px;
  margin-top: 90px;
}
.h_Box1 .h_Box .h_imgBox .h_imgs img:nth-child(2) {
  margin: 0 66px 0;
}
.h_Box1 .h_Box .h_imgBox .h_img {
  margin-top: -130px;
}
.h_Box1 .h_Box .h_imgBox .h_img img {
  width: 100%;
}
.h_Box2 .h_box .h_text {
  width: 42%;
}
.h_Box2 .h_box .h_text .h_date {
  font-size: 79px;
  color: var(--active-color);
  text-align: center;
}
.h_Box2 .h_box .h_text .h_date span {
  font-family: 'MiSans-Demibold';
  position: relative;
}
.h_Box2 .h_box .h_text .h_date span::before {
  position: absolute;
  content: '始 于';
  width: 18px;
  font-size: 18px;
  color: #111111;
  right: -40px;
  top: 4px;
  font-family: 'MiSans-Regular';
}
.h_Box2 .h_box .h_text .h_date span::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  right: -39px;
  bottom: 25px;
  background-color: var(--active-color);
  border-radius: 50%;
}
.h_Box2 .h_box .h_text .h_desc {
  margin-top: 28px;
  font-size: 18px;
  color: #6B6B6B;
  padding-left: 27px;
  position: relative;
  line-height: 24px;
}
.h_Box2 .h_box .h_text .h_desc span {
  color: #111111;
}
.h_Box2 .h_box .h_text .h_desc::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid #00479D;
  border-radius: 50%;
  left: 0;
  top: 3px;
}
.h_Box2 .h_box .h_img {
  width: 56%;
}
.h_Box2 .h_box .h_img img {
  width: 100%;
}
.h_Box3 .h_swiper {
  position: relative;
}
.h_Box3 .h_swiper .h_next,
.h_Box3 .h_swiper .h_prev {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_Box3 .h_swiper .h_next i,
.h_Box3 .h_swiper .h_prev i {
  font-size: 42px;
  color: #D8D8D8;
}
.h_Box3 .h_swiper .h_next i::before,
.h_Box3 .h_swiper .h_prev i::before {
  font-weight: 200 !important;
}
.h_Box3 .h_swiper .h_next:hover i,
.h_Box3 .h_swiper .h_prev:hover i {
  color: var(--active-color);
}
.h_Box3 .h_swiper .h_next:active i,
.h_Box3 .h_swiper .h_prev:active i {
  color: var(--active-color);
}
.h_Box3 .h_swiper .h_next {
  right: -80px;
}
.h_Box3 .h_swiper .h_prev {
  left: -80px;
}
.h_Box3 .mySwiper1 .swiper-slide .h_box {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.h_Box3 .mySwiper1 .swiper-slide .h_box .h_T {
  text-align: center;
  height: 84px;
}
.h_Box3 .mySwiper1 .swiper-slide .h_box .h_T .h_p1 {
  font-size: 15px;
  color: #111111;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 4px;
}
.h_Box3 .mySwiper1 .swiper-slide .h_box .h_T .h_p2 {
  font-size: 16px;
  color: #6B6B6B;
  line-height: 28px;
}
.h_Box3 .mySwiper1 .swiper-slide .h_box .h_C {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgba(0, 71, 157, 0.15);
  position: relative;
  margin: 30px 0;
  transition: background 0.3s;
}
.h_Box3 .mySwiper1 .swiper-slide .h_box .h_C::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 500px;
  height: 1px;
  background-color: #D8D8D8;
  z-index: -1;
}
.h_Box3 .mySwiper1 .swiper-slide .h_box .h_C::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 10px;
  height: 10px;
  background-color: var(--active-color);
  border-radius: 100%;
  z-index: 2;
}
.h_Box3 .mySwiper1 .swiper-slide .h_box .h_B {
  height: 84px;
}
.h_Box3 .mySwiper1 .swiper-slide .h_box .h_B p {
  font-size: 30px;
  font-family: 'MiSans-Demibold';
  color: var(--active-color);
}
.h_Box3 .mySwiper1 .swiper-slide:nth-child(2n-1) .h_box {
  flex-direction: column-reverse;
}
.h_Box4 .h_img img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .h_Box1 .h_Box .h_text .h_title {
    font-size: 34px;
    margin-bottom: 54px;
  }
  .h_Box1 .h_Box .h_imgBox .h_imgs img {
    width: 60px;
  }
  .h_Box1 .h_Box .h_text .h_name {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .h_Box1 .h_Box .h_imgBox {
    display: none;
  }
  .h_Box1 .h_Box .h_text {
    width: 100%;
  }
  .h_Box1 .h_Box .h_text .h_title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .h_Box1 .h_Box .h_text .h_name {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .h_Box1 .h_Box .h_text .h_desc {
    font-size: 16px;
  }
  .h_Box1 .h_Box .h_text .h_desc {
    margin-bottom: 16px;
  }
  .h_Box1 .h_Box .h_text .h_step .h_item .s2 {
    font-size: 40px;
  }
  .h_Box2 .h_box .h_img {
    width: 100%;
    margin-top: 20px;
  }
  .h_Box2 .h_box .h_text {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .h_Box2 .h_box .h_text .h_date {
    font-size: 60px;
  }
  .h_Box2 .h_box .h_text .h_date span::after {
    width: 10px;
    height: 10px;
    right: -22px;
    bottom: 16px;
  }
  .h_Box2 .h_box .h_text .h_date span::before {
    font-size: 16px;
    right: -26px;
  }
  .h_Box2 .h_box .h_text .h_desc {
    margin-top: 10px;
    font-size: 16px;
    padding-left: 18px;
  }
  .h_Box2 .h_box .h_text .h_desc::before {
    width: 9px;
    height: 9px;
    border-width: 1px;
    top: 5px;
  }
  .h_Box2 .h_box .h_img {
    margin-top: 15px;
  }
  .h_Box3 .mySwiper1 .swiper-slide .h_box .h_T .h_p2 {
    font-size: 15px;
    line-height: 23px;
  }
  .h_Box3 .mySwiper1 .swiper-slide .h_box .h_B,
  .h_Box3 .mySwiper1 .swiper-slide .h_box .h_T {
    height: 92px;
  }
  .h_Box3 .mySwiper1 .swiper-slide:nth-child(2n-1) .h_box .h_B {
    display: flex;
    align-items: flex-start;
  }
  .h_Box3 .mySwiper1 .swiper-slide .h_box .h_B {
    display: flex;
    align-items: flex-end;
  }
  .h_Box3 .mySwiper1 .swiper-slide .h_box .h_C {
    margin: 10px 0;
    width: 25px;
    height: 25px;
  }
  .h_Box3 .mySwiper1 .swiper-slide .h_box .h_C::after {
    width: 8px;
    height: 8px;
  }
  .h_Box1 .h_Box .h_text .h_step .h_item img {
    width: 20px;
  }
  .h_Box1 .h_Box .h_text .h_step .h_item .s1 {
    font-size: 16px;
    color: #111111;
    margin-left: 6px;
  }
  .h_Box1 .h_Box .h_text .h_step {
    justify-content: space-between;
    gap: 16px;
  }
  .h_Box1 .h_Box .h_text .h_step .h_item .s2 {
    font-size: 30px;
  }
  .h_Box1 .h_Box .h_text .h_desc {
    margin-bottom: 8px;
  }
  .h_Box1 .h_Box .h_text .h_title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .h_Box1 .h_Box .h_text .h_name {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
