.h_banners {
  position: relative;
}
.h_banners img {
  width: 100%;
}
.h_banners .h_text {
  display: flex;
  align-items: center;
  position: absolute;
  top: 16.6%;
  left: 16.6%;
  font-size: 52px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #C9212E;
}
.h_banners .h_text .h_icon {
  margin-right: 20px;
  width: 36px;
  height: 36px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.h_banners .h_text .h_icon span {
  width: 15px;
  height: 15px;
  background: #C9212E;
}
.h_ggTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h_ggTitle .h_ch {
  font-size: 30px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: 700;
  color: #333333;
  position: relative;
}
.h_ggTitle .h_ch::before,
.h_ggTitle .h_ch::after {
  content: '';
  position: absolute;
  width: 90px;
  height: 1px;
  opacity: 1;
  background: #D8D8D8;
  top: 50%;
  transform: translateY(-50%);
}
.h_ggTitle .h_ch::before {
  left: -138px;
}
.h_ggTitle .h_ch::after {
  right: -138px;
}
.h_ggTitle .h_en {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #BABABA;
}
.h_about1 {
  padding: 80px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.h_about1 .h_text {
  margin-top: 33px;
  font-size: 16px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #3D3D3D;
  line-height: 40px;
  text-align: justify;
}
.h_about1 .h_list {
  margin-top: 60px;
  height: 384px;
  overflow-y: auto;
}
.h_about1 .h_list::-webkit-scrollbar {
  width: 3px;
}
.h_about1 .h_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  opacity: 0.2;
  background: #FFFFFF;
}
.h_about1 .h_list::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
}
.h_about1 .h_list .h_box {
  display: flex;
  padding-left: 50px;
  line-height: 24px;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-bottom: 16px;
  position: relative;
}
.h_about1 .h_list .h_box::after,
.h_about1 .h_list .h_box::before {
  content: '';
  position: absolute;
  border-radius: 50%;
}
.h_about1 .h_list .h_box::after {
  width: 5px;
  height: 5px;
  background: #C9212E;
  left: 3px;
  top: calc(50% - 2px);
}
.h_about1 .h_list .h_box::before {
  width: 1px;
  height: calc(50% + 28px);
  left: 5px;
  top: -28px;
  background: #C9212E;
}
.h_about1 .h_list .h_box:first-child::before {
  width: 11px;
  height: 11px;
  opacity: 1;
  box-shadow: inset 0 0 0 1px #C9212E;
  background: none;
  left: 0;
  top: calc(50% - 5px);
}
.h_about1 .h_list .h_box:last-child {
  margin-bottom: 0;
}
.h_about1 .h_list .h_box .h_L {
  margin-right: 10px;
  white-space: nowrap;
}
.h_about1 .h_list .h_box .h_R {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_about2 {
  overflow: hidden;
  background: #FAFAFA;
  padding: 80px 0;
}
.h_about2 .mySwiper {
  padding: 48px 0;
}
.h_about2 .mySwiper .swiper-pagination {
  --swiper-theme-color: #C9212E;
  --swiper-pagination-bullet-size: 32px;
  --swiper-pagination-bullet-height: 4px;
}
.h_about2 .mySwiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
}
.h_about2 .mySwiper .swiper-slide img {
  width: 100%;
  transition: transform 0.3s linear;
}
.h_about2 .mySwiper .swiper-slide:hover img {
  transform: scale(1.05);
}
.h_about2 .mySwiper #h_prev,
.h_about2 .mySwiper #h_next {
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  width: calc(25% - 30px);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_about2 .mySwiper #h_prev i,
.h_about2 .mySwiper #h_next i {
  cursor: pointer;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}
.h_about2 .mySwiper #h_prev i:hover,
.h_about2 .mySwiper #h_next i:hover {
  color: #C9212E;
}
.h_about2 .mySwiper #h_prev {
  left: calc(-12.5% + 15px);
}
.h_about2 .mySwiper #h_prev i {
  margin-left: 56px;
  text-align: left;
}
.h_about2 .mySwiper #h_next {
  right: calc(-12.5% + 15px);
}
.h_about2 .mySwiper #h_next i {
  margin-right: 56px;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .h_banners .h_text {
    font-size: 42px;
  }
  .h_banners .h_text .h_icon {
    width: 28px;
    height: 28px;
    margin-right: 15px;
  }
  .h_banners .h_text .h_icon span {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .h_banners {
    height: 400px;
    overflow: hidden;
  }
  .h_banners img {
    position: absolute;
    height: 100%;
    min-width: 100%;
    top: 0;
    left: 50%;
    width: auto;
    transform: translate(-50%);
  }
  .h_banners .h_text {
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-weight: bold;
    text-shadow: 1px 1px #fff;
    white-space: nowrap;
  }
  .h_banners .h_text .h_icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .h_banners .h_text .h_icon span {
    width: 10px;
    height: 10px;
  }
  .h_about1,
  .h_about2 {
    padding: 60px 0;
  }
  .h_ggTitle .h_ch {
    font-size: 24px;
  }
  .h_ggTitle .h_ch::after {
    right: -94px;
    width: 66px;
  }
  .h_ggTitle .h_ch::before {
    left: -94px;
    width: 66px;
  }
  .h_about1 .h_text {
    line-height: 32px;
    margin-top: 24px;
  }
  .h_about1 .h_list {
    margin-top: 24px;
  }
  .h_about2 .mySwiper {
    padding: 30px 0;
  }
  .h_about2 .mySwiper #h_prev,
  .h_about2 .mySwiper #h_next {
    display: none;
  }
}
