.h_swiper {
  position: relative;
}
.h_swiper .h_posImg {
  padding-top: 33.854%;
}
.h_swiper .h_img {
  display: block;
}
.h_swiper .h_img img {
  width: 100%;
}
.h_swiper .mySwiper .pagination {
  position: relative;
}
.h_swiper .mySwiper .pagination .swiper-pagination {
  text-align: right;
}
.h_swiper .mySwiper .pagination .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  transition: width 0.3s linear;
  border-radius: 140px 140px 140px 140px;
}
.h_swiper .mySwiper .pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background-color: var(--active-color);
}
.h_swiper .h_pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.h_swiper .h_pagination .mySwiper1 {
  padding: 5px;
}
.h_swiper .h_pagination .mySwiper1 .swiper-slide {
  overflow: hidden;
  border-radius: 0.25rem;
}
.h_swiper .h_pagination .mySwiper1 .swiper-slide.swiper-slide-thumb-active {
  box-shadow: 0 0 0 3px var(--active-color);
}
.h_ggTitle .h_L {
  column-gap: 70px;
}
.h_ggTitle .h_L .h_text .h_ch {
  font-family: Demibold;
  font-size: 30px;
  color: #222222;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--active-color);
}
.h_ggTitle .h_L .h_text .h_en {
  margin-left: 6px;
  font-family: Regular;
  font-size: 20px;
  color: #B6B6B6;
  text-transform: uppercase;
}
.h_ggTitle .h_L .h_tabs {
  column-gap: 36px;
}
.h_ggTitle .h_L .h_tabs a {
  font-family: Regular;
  font-size: 17px;
  color: #555555;
  padding-bottom: 16px;
  position: relative;
}
.h_ggTitle .h_L .h_tabs a::after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  height: 2px;
  left: 0;
  transform-origin: right;
  transition: transform 0.3s;
  transform: scaleX(0);
  background-color: var(--active-color);
}
.h_ggTitle .h_L .h_tabs a:hover,
.h_ggTitle .h_L .h_tabs a.h_active {
  color: var(--active-color);
}
.h_ggTitle .h_L .h_tabs a:hover::after,
.h_ggTitle .h_L .h_tabs a.h_active::after {
  transform-origin: left;
  transform: scaleX(1);
}
.h_ggTitle .h_more {
  width: 118px;
  height: 36px;
  line-height: 36px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #D8D8D8;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  text-align: center;
  font-family: Regular;
  font-size: 14px;
  color: #929292;
  transition: padding 0.3s;
}
.h_ggTitle .h_more::after {
  position: absolute;
  content: '';
  right: 20px;
  top: calc(50% - 5px);
  border-left: 10px solid #929292;
  border-top: 5px solid #92929200;
  border-bottom: 5px solid #92929200;
  transition: right 0.3s;
}
.h_ggTitle .h_more:hover {
  padding-right: 25px;
  border-color: var(--active-color);
  background-color: var(--active-color);
  color: #fff;
}
.h_ggTitle .h_more:hover::after {
  border-left-color: #fff;
  right: 15px;
}
.h_Box1 {
  padding: 40px 0 12px;
}
.h_Box1 .mySwiper2 {
  padding: 28px 0;
}
.h_Box1 .mySwiper2 .swiper-slide a {
  border: 1px solid #EEEEEE;
  display: block;
  transform-origin: center;
  transition: box-shadow 0.3s linear, transform 0.3s linear;
}
.h_Box1 .mySwiper2 .swiper-slide a .h_posImg {
  padding-top: 66.66666%;
  transition: filter 0.3s;
}
.h_Box1 .mySwiper2 .swiper-slide a .h_posImg img {
  transition: opacity 0.3s linear;
}
.h_Box1 .mySwiper2 .swiper-slide a .h_posImg .h_hide {
  opacity: 0;
}
.h_Box1 .mySwiper2 .swiper-slide a .h_text {
  transition: filter 0.3s;
  text-align: center;
  line-height: 76px;
  font-family: Normal;
  font-size: 18px;
  color: #3D3D3D;
}
.h_Box1 .mySwiper2 .swiper-slide a:hover {
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  border: none;
  transform: scale(1.05);
}
.h_Box1 .mySwiper2 .swiper-slide a:hover .h_posImg img {
  opacity: 0;
}
.h_Box1 .mySwiper2 .swiper-slide a:hover .h_posImg img.h_hide {
  opacity: 1;
}
.h_Box1 .mySwiper2 .swiper-slide a:hover .h_text {
  color: var(--active-color);
}
.h_Box1 .mySwiper2 .swiper-slide.h_blur a .h_text,
.h_Box1 .mySwiper2 .swiper-slide.h_blur a .h_posImg {
  filter: blur(1px);
}
.h_Box1 .mySwiper2 .swiper-button-prev,
.h_Box1 .mySwiper2 .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #EEEEEE;
}
.h_Box1 .mySwiper2 .swiper-button-prev::after,
.h_Box1 .mySwiper2 .swiper-button-next::after {
  font-size: 18px;
  color: #EEEEEE;
}
.h_Box1 .mySwiper2 .swiper-button-prev:hover,
.h_Box1 .mySwiper2 .swiper-button-next:hover {
  color: #fff;
  border-color: var(--active-color);
  background-color: var(--active-color);
}
.h_Box1 .mySwiper2 .swiper-button-prev.swiper-button-disabled,
.h_Box1 .mySwiper2 .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.h_Box1 .mySwiper2 .swiper-button-prev {
  left: 0;
}
.h_Box1 .mySwiper2 .swiper-button-next {
  right: 0;
}
.h_Box2 .mySwiper3 {
  margin-top: 28px;
  overflow: unset;
}
.h_Box2 .mySwiper3 .swiper-slide .h_posImg {
  overflow: hidden;
  padding-top: 64.2857%;
  background-color: rgba(0, 0, 0, 0.5);
}
.h_Box2 .mySwiper3 .swiper-slide .h_posImg img {
  z-index: -1;
}
.h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_text {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_text .h_ch {
  font-family: Regular;
  font-size: 55px;
  color: #FFFFFF;
}
.h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_text .h_en {
  font-family: Light;
  font-size: 25px;
  color: #FFFFFF;
}
.h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_tags {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 24px;
}
.h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_tags .h_tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 12px;
  row-gap: 8px;
  width: calc(100% - 85px);
}
.h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_tags .h_tag a {
  padding: 0 16px;
  height: 37px;
  line-height: 37px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-family: Normal;
  font-size: 16px;
  color: #FFFFFF;
}
.h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_tags .h_tag a:hover {
  background-color: var(--active-color);
  border-color: var(--active-color);
}
.h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_tags .h_more {
  padding: 0 14px 0 16px;
  height: 37px;
  line-height: 37px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-family: Normal;
  font-size: 16px;
  color: #FFFFFF;
}
.h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_tags .h_more:hover {
  background-color: var(--active-color);
  border-color: var(--active-color);
}
.h_Box2 .mySwiper3 .swiper-slide:hover .h_posImg img {
  transform: scale(1.03);
}
.h_Box2 .mySwiper3 .swiper-button-prev,
.h_Box2 .mySwiper3 .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 0px 0px;
}
.h_Box2 .mySwiper3 .swiper-button-prev::after,
.h_Box2 .mySwiper3 .swiper-button-next::after {
  font-size: 18px;
  color: #EEEEEE;
}
.h_Box2 .mySwiper3 .swiper-button-prev:hover,
.h_Box2 .mySwiper3 .swiper-button-next:hover {
  color: #fff;
  background-color: var(--active-color);
}
.h_Box2 .mySwiper3 .swiper-button-prev.swiper-button-disabled,
.h_Box2 .mySwiper3 .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.h_Box2 .mySwiper3 .swiper-button-prev {
  left: 0;
}
.h_Box2 .mySwiper3 .swiper-button-next {
  right: 0;
}
.h_Box3 {
  margin: 40px 0;
  padding-bottom: 40px;
  background: linear-gradient(90deg, #fff 0% 41.6666%, #F7F7F7 41.6666% 100%);
}
.h_Box3 .h_boxs {
  margin-top: 40px;
}
.h_Box3 .h_boxs .h_L {
  width: 45.3125%;
}
.h_Box3 .h_boxs .h_L .h_posVideo {
  padding-top: 64.3678%;
  position: relative;
}
.h_Box3 .h_boxs .h_L .h_posVideo video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.h_Box3 .h_boxs .h_R {
  width: 50.5208%;
}
.h_Box3 .h_boxs .h_R .h_title {
  position: relative;
  font-family: Demibold;
  font-size: 42px;
  color: #006FC6;
  line-height: 1.5;
  z-index: 4;
}
.h_Box3 .h_boxs .h_R .h_title::before {
  position: absolute;
  content: attr(data-en);
  font-family: Bold_Italic;
  font-size: 235px;
  line-height: 1.2132;
  left: -70px;
  bottom: -20px;
  z-index: -1;
  color: #f7f7f7;
  text-stroke: 1.5px #00000000;
  -webkit-text-stroke: 1.5px #00000000;
  background: linear-gradient(90deg, transparent 10%, var(--active-color) 100%);
  background: -webkit-linear-gradient(90deg, transparent 10%, var(--active-color) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.h_Box3 .h_boxs .h_R .h_desc {
  margin-top: 16px;
  padding-right: 64px;
  font-family: Regular;
  font-size: 16px;
  color: #555555;
  line-height: 2;
  text-align: justify;
}
.h_Box3 .h_boxs .h_R .h_ggTitle {
  margin-top: 32px;
}
.h_Box3 .h_boxs .h_R .mySwiper4 {
  margin-top: 30px;
}
.h_Box3 .h_boxs .h_R .mySwiper4 .swiper-slide .h_posImg {
  padding-top: 66.66666%;
  overflow: hidden;
}
.h_Box3 .h_boxs .h_R .mySwiper4 .swiper-slide .h_posImg .h_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  font-family: Normal;
  font-size: 17px;
  color: #FFFFFF;
  padding: 0 24px;
}
.h_Box3 .h_boxs .h_R .mySwiper4 .swiper-slide .h_posImg:hover img {
  transform: scale(1.04);
}
.h_Box4 {
  overflow: hidden;
  padding: 57px 0;
  background: linear-gradient(0deg, #fff 0 50%, var(--active-color) 50% 100%);
}
.h_Box4 .h_top {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.2);
}
.h_Box4 .h_top .h_tabs {
  column-gap: 44px;
}
.h_Box4 .h_top .h_tabs .h_tab {
  cursor: pointer;
  position: relative;
}
.h_Box4 .h_top .h_tabs .h_tab .h_en {
  font-family: Regular;
  font-size: 13px;
  color: #FFFFFF;
  visibility: hidden;
}
.h_Box4 .h_top .h_tabs .h_tab .h_ch {
  margin-top: 4px;
  font-family: Regular;
  font-size: 24px;
  color: #FFFFFF;
}
.h_Box4 .h_top .h_tabs .h_tab.h_active .h_en {
  visibility: visible;
}
.h_Box4 .h_top .h_tabs .h_tab.h_active .h_ch {
  font-size: 30px;
  font-family: Demibold;
}
.h_Box4 .h_top .h_tabs .h_tab::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: -31px;
  transform-origin: right;
  transition: transform 0.3s;
  transform: scaleX(0);
  background-color: #fff;
}
.h_Box4 .h_top .h_tabs .h_tab:hover::before,
.h_Box4 .h_top .h_tabs .h_tab.h_active::before {
  transform-origin: left;
  transform: scaleX(1);
}
.h_Box4 .h_top .h_more {
  width: 118px;
  height: 36px;
  line-height: 36px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #fff;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  text-align: center;
  font-family: Regular;
  font-size: 14px;
  color: #fff;
  transition: padding 0.3s;
}
.h_Box4 .h_top .h_more::after {
  position: absolute;
  content: '';
  right: 20px;
  top: calc(50% - 5px);
  border-left: 10px solid #fff;
  border-top: 5px solid #92929200;
  border-bottom: 5px solid #92929200;
  transition: right 0.3s;
}
.h_Box4 .h_top .h_more:hover {
  padding-right: 25px;
  border-color: #fff;
  background-color: #fff;
  color: var(--active-color);
}
.h_Box4 .h_top .h_more:hover::after {
  border-left-color: var(--active-color);
  right: 15px;
}
.h_Box4 .h_swiperBox > div {
  display: none;
  margin-top: 40px;
}
.h_Box4 .h_swiperBox > div.h_show {
  display: flex;
}
.h_Box4 .h_swiperBox > div .swiper {
  margin: 0;
  padding-bottom: 40px;
  width: calc(100% - 180px);
}
.h_Box4 .h_swiperBox > div .swiper .swiper-slide a {
  display: block;
}
.h_Box4 .h_swiperBox > div .swiper .swiper-slide a .h_posImg {
  overflow: hidden;
  padding-top: 77.5%;
}
.h_Box4 .h_swiperBox > div .swiper .swiper-slide a .h_text {
  border: 1px solid #EEEEEE;
  border-top: none;
  padding: 25px 28px;
}
.h_Box4 .h_swiperBox > div .swiper .swiper-slide a .h_text .h_date {
  font-family: Normal;
  font-size: 16px;
  color: #777;
}
.h_Box4 .h_swiperBox > div .swiper .swiper-slide a .h_text .h_name {
  margin-top: 10px;
  font-family: Normal;
  font-size: 17px;
  color: #3D3D3D;
}
.h_Box4 .h_swiperBox > div .swiper .swiper-slide a:hover .h_posImg img {
  transform: scale(1.05);
}
.h_Box4 .h_swiperBox > div .swiper .swiper-slide a:hover .h_text {
  border-color: var(--active-color);
}
.h_Box4 .h_swiperBox > div .swiper .swiper-slide a:hover .h_text .h_date,
.h_Box4 .h_swiperBox > div .swiper .swiper-slide a:hover .h_text .h_name {
  color: var(--active-color);
}
.h_Box4 .h_swiperBox > div .swiper .swiper-pagination {
  bottom: 0;
}
.h_Box4 .h_swiperBox > div .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #D6D6D6;
  opacity: 1;
  transition: width 0.3s linear;
  border-radius: 140px 140px 140px 140px;
}
.h_Box4 .h_swiperBox > div .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background-color: var(--active-color);
}
.h_Box4 .h_swiperBox > div .h_R .h_box {
  height: calc(100% - 40px);
  width: 150px;
  border: 1px solid #EEEEEE;
  background-color: #fff;
  padding: 50px 0;
  flex-direction: column;
}
.h_Box4 .h_swiperBox > div .h_R .h_box .h_pagination {
  font-family: Regular;
  font-size: 24px;
  color: #3D3D3D;
}
.h_Box4 .h_swiperBox > div .h_R .h_box .h_pagination .cur {
  color: var(--active-color);
  font-family: Demibold;
  font-size: 24px;
  margin-right: 5px;
}
.h_Box4 .h_swiperBox > div .h_R .h_box .h_pagination .sum {
  font-size: 16px;
  margin-left: 5px;
}
.h_Box4 .h_swiperBox > div .h_R .h_box .h_btns i {
  margin-top: 16px;
  cursor: pointer;
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #999999;
}
.h_Box4 .h_swiperBox > div .h_R .h_box .h_btns i::before {
  font-size: 20px;
  color: #999999;
}
.h_Box4 .h_swiperBox > div .h_R .h_box .h_btns i:hover {
  background: #FFBF00;
  border-color: #FFBF00;
}
.h_Box4 .h_swiperBox > div .h_R .h_box .h_btns i:hover::before {
  color: #fff;
}
.h_Box5 {
  border-top: 4px solid var(--active-color);
  padding: 70px 0 60px;
  text-align: center;
}
.h_Box5 .h_title {
  font-family: Demibold;
  font-size: 38px;
  color: #222222;
}
.h_Box5 .h_desc {
  font-family: Normal;
  font-size: 18px;
  color: #898989;
  margin-top: 12px;
}
.h_Box5 .h_list {
  margin-top: 40px;
  border: 1px solid #E5E5E5;
}
.h_Box5 .h_list .h_box {
  overflow: hidden;
}
.h_Box5 .h_list .h_box .h_posImg {
  padding-top: 46.7456%;
}
.h_Box5 .h_list .h_box:hover {
  border-color: var(--active-color);
}
.h_Box5 .h_list .h_box:hover img {
  transform: scale(1.03);
}
.h_Box5 .mySwipers {
  margin-top: 30px;
  padding-bottom: 10px;
}
.h_Box5 .mySwipers .swiper-pagination {
  bottom: 0;
}
.h_Box5 .mySwipers .swiper-pagination .swiper-pagination-bullet {
  background-color: #D6D6D6;
  opacity: 1;
  transition: width 0.3s linear;
  border-radius: 140px 140px 140px 140px;
}
.h_Box5 .mySwipers .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background-color: var(--active-color);
}
.h_Box6 {
  padding: 86px 0;
}
.h_Box6 .h_list {
  row-gap: 20px;
}
.h_Box6 .h_list .h_box {
  column-gap: 36px;
}
.h_Box6 .h_list .h_box .h_text {
  width: 120px;
}
.h_Box6 .h_list .h_box .h_text .h_title {
  font-family: Medium;
  font-size: 24px;
  color: #FFFFFF;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}
.h_Box6 .h_list .h_box .h_text .h_desc {
  margin-top: 10px;
  font-family: Normal;
  font-size: 14px;
  color: #FFFFFF;
}
.h_Box6 .h_list .h_box .h_text .h_icon {
  margin-top: 20px;
  border-left: 8px solid #fff;
  border-top: 6px solid #00000000;
  border-bottom: 6px solid #00000000;
  position: relative;
}
.h_Box6 .h_list .h_box .h_text .h_icon::before {
  position: absolute;
  content: '';
  opacity: 0.7;
  border-left: 8px solid #fff;
  border-top: 6px solid #00000000;
  border-bottom: 6px solid #00000000;
  top: -6px;
  left: 3px;
}
.h_Box6 .h_list .h_box .h_text .h_icon::after {
  position: absolute;
  content: '';
  opacity: 0.4;
  border-left: 8px solid #fff;
  border-top: 6px solid #00000000;
  border-bottom: 6px solid #00000000;
  top: -6px;
  left: 14px;
}
.h_Box6 .h_list .h_box .h_img {
  width: 136px;
}
@media screen and (max-width: 1500px) {
  .h_Box3 .h_boxs .h_R .h_title {
    font-size: 40px;
  }
  .h_Box3 .h_boxs .h_R .h_title br {
    display: none;
  }
  .h_Box3 .h_boxs .h_R .h_title::before {
    font-size: 160px;
  }
}
@media screen and (max-width: 1300px) {
  .h_ggTitle .h_L .h_text .h_ch {
    font-size: 26px;
  }
  .h_Box2 .mySwiper3 .swiper-button-prev,
  .h_Box2 .mySwiper3 .swiper-button-next,
  .h_Box1 .mySwiper2 .swiper-button-prev,
  .h_Box1 .mySwiper2 .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .h_Box1 {
    padding: 40px 0 12px;
  }
  .h_Box1 .mySwiper2 {
    margin-top: 0;
  }
  .h_Box1 .mySwiper2 .swiper-slide a .h_text {
    font-size: 16px;
  }
  .h_Box2 .mySwiper3 {
    margin-top: 40px;
  }
  .h_ggTitle .h_L {
    column-gap: 40px;
  }
  .h_ggTitle .h_L .h_tabs a {
    font-size: 16px;
  }
  .h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_text .h_ch {
    font-size: 38px;
  }
  .h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_text .h_en {
    font-size: 20px;
  }
  .h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_tags .h_more,
  .h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_tags .h_tag a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
  .h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_tags {
    padding: 0 20px 20px;
  }
  .h_Box3 .h_boxs .h_R .h_title::before {
    font-size: 120px;
    left: 0;
  }
  .h_Box3 .h_boxs .h_R .h_title {
    font-size: 32px;
  }
  .h_Box3 .h_boxs .h_R .h_desc {
    padding-right: 36px;
    margin-top: 4px;
  }
  .h_Box3 .h_boxs .h_R .mySwiper4 .swiper-slide .h_posImg .h_text {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
  .h_Box4 {
    padding: 50px 0;
  }
  .h_Box4 .h_top .h_tabs {
    column-gap: 34px;
  }
  .h_Box4 .h_top .h_tabs .h_tab .h_ch {
    font-size: 20px;
  }
  .h_Box4 .h_top .h_tabs .h_tab.h_active .h_ch {
    font-size: 22px;
  }
  .h_Box4 .h_top {
    padding-bottom: 16px;
  }
  .h_Box4 .h_top .h_tabs .h_tab::before {
    bottom: -18px;
  }
  .h_Box4 .h_swiperBox > div .swiper .swiper-slide a .h_text {
    padding: 12px 16px;
  }
  .h_Box4 .h_swiperBox > div .swiper .swiper-slide a .h_text .h_name {
    margin-top: 5px;
    font-size: 16px;
  }
  .h_Box4 .h_swiperBox > div .swiper {
    padding-bottom: 32px;
  }
  .h_Box5 {
    padding: 50px 0;
  }
  .h_Box5 .h_title {
    font-size: 32px;
  }
  .h_Box5 .h_desc {
    font-size: 15px;
    margin-top: 4px;
  }
  .h_Box5 .h_list {
    margin-top: 32px;
  }
  .h_Box6 {
    padding: 60px 0;
  }
  .h_Box6 .h_list .h_box .h_text .h_title {
    font-size: 20px;
  }
  .h_Box6 .h_list .h_box {
    column-gap: 10px;
  }
  .h_Box6 .h_list .h_box .h_img {
    width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_text .h_ch {
    font-size: 32px;
  }
  .h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_text .h_en {
    font-size: 16px;
  }
  .h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_tags {
    padding: 0 14px 14px;
  }
  .h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_tags .h_tag {
    column-gap: 8px;
  }
  .h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_tags .h_more,
  .h_Box2 .mySwiper3 .swiper-slide .h_posImg .h_tags .h_tag a {
    font-size: 12px;
    height: 28px;
    line-height: 27px;
    padding: 0 8px;
  }
  .h_Box2 .mySwiper3 {
    margin-top: 30px;
  }
  .h_ggTitle .h_L .h_tabs {
    column-gap: 30px;
  }
  .h_ggTitle .h_L .h_tabs a {
    padding-bottom: 9px;
  }
  .h_Box3 .h_boxs .h_R .h_title::before {
    font-size: 116px;
    bottom: -20px;
  }
  .h_Box3 .h_boxs .h_R .h_title {
    font-size: 28px;
  }
  .h_ggTitle .h_L .h_text .h_ch {
    font-size: 22px;
    padding-bottom: 4px;
  }
  .h_ggTitle .h_L .h_text .h_en {
    font-size: 16px;
  }
  .h_Box3 .h_boxs .h_R .h_ggTitle {
    margin-top: 16px;
  }
  .h_Box3 .h_boxs .h_R .mySwiper4 {
    margin-top: 20px;
  }
  .h_Box3 .h_boxs .h_R {
    width: 52%;
  }
  .h_Box3 {
    padding-bottom: 35px;
    margin: 40px 0;
  }
  .h_Box4 {
    padding: 40px 0;
  }
  .h_Box4 .h_swiperBox > div {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .h_Box3 {
    padding: 0;
  }
  .h_Box3 .h_boxs {
    width: 93%;
    margin: 30px auto;
  }
  .h_Box3 .h_boxs .h_L {
    width: 100%;
  }
  .h_Box3 .h_boxs .h_R {
    width: 100%;
    margin-top: 30px;
  }
  .h_Box3 .h_boxs .h_R .h_title::before {
    display: none;
  }
  .h_Box4 .h_swiperBox > div .swiper {
    width: 100%;
  }
  .h_Box4 .h_swiperBox > div .h_R {
    display: none;
  }
  .h_Box5 .h_list {
    --rown: 2;
  }
  .h_footer .h_footer1 .h_L .h_item .h_sublist a {
    font-size: 16px;
  }
  .h_ggTitle .h_more {
    display: none;
  }
  .h_ggTitle .h_L {
    column-gap: 0;
    justify-content: space-between;
    width: 100%;
  }
  .h_ggTitle .h_L .h_tabs {
    column-gap: 20px;
  }
  .h_ggTitle .h_L .h_tabs a {
    font-size: 14px;
  }
  .h_Box4 .h_top .h_more {
    display: none;
  }
  .h_Box6 .h_list .h_box .h_text .h_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .h_ggTitle .h_L .h_tabs {
    display: none;
  }
  .h_Box1 .mySwiper2 .swiper-slide a .h_text {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
  }
  .h_Box3 .h_boxs .h_R .h_title {
    font-size: 20px;
  }
  .h_Box3 .h_boxs .h_R .h_desc {
    padding: 0;
    font-size: 15px;
  }
  .h_Box5,
  .h_Box6,
  .h_Box4 {
    padding: 20px 0;
  }
  .h_Box4 .h_swiperBox > div .swiper .swiper-slide a .h_text .h_date {
    font-size: 14px;
  }
  .h_Box4 .h_swiperBox > div .swiper .swiper-slide a .h_text .h_name {
    margin-top: 5px;
    font-size: 14px;
  }
  .h_Box5 .h_title {
    font-size: 22px;
  }
  .h_Box5 .h_desc {
    font-size: 11px;
    margin-top: 4px;
  }
  .h_Box5 .h_list {
    margin-top: 16px;
    --c-gap: 15px;
    --r-gap: 15px;
  }
  .h_Box6 .h_list {
    row-gap: 15px;
    column-gap: 15px;
  }
  .h_Box6 .h_list .h_box {
    width: calc(50% - 7.5px);
    column-gap: 8px;
  }
  .h_Box6 .h_list .h_box .h_img,
  .h_Box6 .h_list .h_box .h_text {
    width: calc(50% - 4px);
  }
  .h_Box6 .h_list .h_box .h_img img {
    width: 100%;
  }
  .h_Box6 .h_list .h_box .h_text .h_title {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .h_Box6 .h_list .h_box .h_text .h_desc {
    font-size: 11px;
  }
  .h_Box6 .h_list .h_box .h_text .h_icon {
    margin-top: 10px;
  }
  .h_Box6 .h_list .h_box .h_text .h_icon,
  .h_Box6 .h_list .h_box .h_text .h_icon::after,
  .h_Box6 .h_list .h_box .h_text .h_icon::before {
    border-width: 4px !important;
    top: -4px;
  }
  .h_Box6 .h_list .h_box .h_text .h_icon::after {
    left: 10px;
  }
  .h_Box5 .mySwipers {
    margin-top: 20px;
  }
  .h_Box1 {
    padding: 20px 0 4px;
  }
  .h_Box1 .mySwiper2 {
    padding: 16px 0;
  }
  .h_Box3 .h_boxs {
    margin: 20px auto;
  }
  .h_Box3 .h_boxs .h_R,
  .h_Box4 .h_swiperBox > div,
  .h_Box5 .mySwipers,
  .h_Box2 .mySwiper3 {
    margin-top: 16px;
  }
  .h_Box3 {
    margin: 20px 0;
  }
  .h_Box4 .h_top .h_tabs .h_tab::before {
    bottom: -9px;
  }
  .h_Box4 .h_top {
    padding-bottom: 8px;
  }
  .h_Box4 .h_swiperBox > div .swiper {
    padding-bottom: 25px;
  }
  .h_swiper .h_pagination {
    bottom: 5px;
  }
  .h_swiper .h_pagination .mySwiper1 .swiper-slide {
    border-radius: 3px;
  }
  .h_swiper .h_pagination .mySwiper1 .swiper-slide.swiper-slide-thumb-active {
    box-shadow: 0 0 0 2px var(--active-color);
  }
}
