.h_swiper {
  position: relative;
  overflow: hidden;
}
.h_swiper .mySwiper a {
  display: block;
}
.h_swiper .mySwiper img {
  width: 100%;
}
.h_swiper .mySwiper .h_mo {
  display: none;
}
.h_swiper .mySwiper .swiper-pagination {
  bottom: 20px;
}
.h_swiper .mySwiper .swiper-pagination-bullet {
  width: 25px;
  height: 5px;
  margin: 0 4px;
  border-radius: 0;
  position: relative;
  background-color: #fff;
  border-radius: 45px 45px 45px 45px;
  opacity: 0.5;
}
.h_swiper .mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.h_swiper .mySwiper .swiper-button-prev {
  left: 0;
  border-radius: 0px 8px 8px 0px;
}
.h_swiper .mySwiper .swiper-button-next {
  right: 0;
  border-radius: 8px 0px 0px 8px;
}
.h_swiper .mySwiper .swiper-button-next,
.h_swiper .mySwiper .swiper-button-prev {
  width: 48px;
  height: 96px;
  color: #fff;
}
.h_swiper .mySwiper .swiper-button-next::after,
.h_swiper .mySwiper .swiper-button-prev::after {
  font-size: 15px;
  opacity: 0.3;
}
.h_swiper .mySwiper .swiper-button-next:hover,
.h_swiper .mySwiper .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.3);
}
.h_swiper .mySwiper .swiper-button-next:hover::after,
.h_swiper .mySwiper .swiper-button-prev:hover::after {
  opacity: 1;
}
.h_swiper .mySwiper .swiper-slide {
  position: relative;
}
.h_swiper .h_btns {
  position: absolute;
  top: 40%;
  z-index: 2;
  width: 100%;
}
.h_swiper .h_btns .h_btn {
  width: 30px;
  cursor: pointer;
}
.h_swiper .h_content {
  z-index: 3;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(13, 114, 141, 0.9);
}
.h_swiper .h_content .h_L {
  width: 48%;
}
.h_swiper .h_content .h_L .h_ggTitle {
  color: #fff;
}
.h_swiper .h_content .h_L .h_ggTitle .h_More {
  --color: #fff;
}
.h_swiper .h_content .h_R {
  display: flex;
  flex-wrap: wrap;
  width: 48%;
  padding: 0 0 30px 30px;
  border-bottom: 3px solid #fff;
}
.h_swiper .h_content .h_R .h_item {
  flex: 1;
  color: #fff;
  position: relative;
}
.h_swiper .h_content .h_R .h_item::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  bottom: -36px;
}
.h_swiper .h_content .h_R .h_item .h_num {
  font-weight: bold;
  font-family: 'SourceHanSansCN-Heavy';
  font-size: 32px;
}
.h_swiper .h_content .h_R .h_item .h_desc {
  margin-top: 2px;
  font-size: 16px;
}
.h_ggTop {
  padding-bottom: 36px;
  box-shadow: inset 0 -2px #D8D8D8;
  position: relative;
}
.h_ggTop::after {
  position: absolute;
  content: '';
  width: 364px;
  height: 4px;
  background-color: var(--active-color);
  left: 0;
  bottom: 0;
}
.h_ggTop .h_title .h_ch {
  font-family: 'MiSans-Demibold';
  font-size: 44px;
  color: #333333;
}
.h_ggTop .h_title .h_en {
  font-size: 24px;
  color: #D8D8D8;
  font-style: italic;
}
.h_More {
  height: 50px;
  width: 190px;
  background: #F5F6F8;
  padding: 0 16px;
  transition: padding 0.3s;
}
.h_More span {
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  font-family: 'MiSans-Medium';
}
.h_More img {
  width: 24px;
}
.h_More:hover {
  background-color: var(--active-color);
  padding: 0 32px;
}
.h_More:hover span {
  color: #fff;
}
.h_More:hover img {
  transform: rotate(45deg);
  filter: grayscale(100%) brightness(500%);
}
.h_index .h_Box1 .h_box1 {
  position: relative;
  z-index: 2;
}
.h_index .h_Box1 .h_box1 .h_bg {
  width: 76%;
  position: absolute;
  right: 0;
  height: 100%;
  background-color: var(--active-color);
  z-index: -1;
}
.h_index .h_Box1 .h_box1 .h_text {
  padding: 40px;
}
.h_index .h_Box1 .h_box1 .h_text .h_icon {
  /*width: 408px;*/
  text-align: right;
}
.h_index .h_Box1 .h_box1 .h_text .h_icon img {
  width: 28px;
}
.h_index .h_Box1 .h_box1 .h_text .h_r {
  width: calc(100% - 62px);
}
.h_index .h_Box1 .h_box1 .h_text .h_r .h_en {
  margin-top: 10px;
  font-size: 15px;
  color: #FFFFFF;
  font-family: 'MiSans-Demibold';
  text-transform: uppercase;
}
.h_index .h_Box1 .h_box1 .h_text .h_r .h_hr {
  width: 100%;
  max-width: 850px;
  height: 1px;
  background-color: #fff;
  margin: 60px 0 33px;
}
.h_index .h_Box1 .h_box1 .h_text .h_r .h_title {
  font-size: 46px;
  color: #FFFFFF;
  font-family: 'MiSans-Demibold';
  margin-top: 0;
}
.h_index .h_Box1 .h_box1 .h_text .h_r .h_desc {
  margin-top: 18px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: justify;
  font-family: 'MiSans-Normal';
}
.h_index .h_Box1 .h_box1 .h_text .h_r .h_more .h_More {
  border: 1px solid #FFFFFF;
  background: var(--active-color);
}
.h_index .h_Box1 .h_box1 .h_text .h_r .h_more .h_More span {
  color: #FFFFFF;
}
.h_index .h_Box1 .h_box1 .h_text .h_r .h_more .h_More img {
  filter: grayscale(100%) brightness(500%);
}
.h_index .h_Box1 .h_box2 {
  position: relative;
  background: #F5F6F8;
}
.h_index .h_Box1 .h_box2 .h_img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.h_index .h_Box1 .h_box2 .h_img img {
  width: 770px;
}
.h_index .h_Box1 .h_box2 .h_R {
  padding: 80px 0 60px;
  width: calc(100% - 770px);
  column-gap: 100px;
}
.h_index .h_Box1 .h_box2 .h_R .h_item .h_desc {
  font-size: 20px;
  color: #333333;
  font-family: 'MiSans-Normal';
}
.h_index .h_Box1 .h_box2 .h_R .h_item .h_num {
  margin-top: 5px;
  font-size: 18px;
  color: #333333;
  font-family: 'MiSans-Normal';
}
.h_index .h_Box1 .h_box2 .h_R .h_item .h_num span {
  font-family: 'MiSans-Demibold';
  font-size: 46px;
  color: var(--active-color);
  margin-right: 5px;
}
.h_index .h_Box2 .h_tabs {
  margin-top: 20px;
  --height: 88px;
}
.h_index .h_Box2 .h_tabs .swiper {
  width: calc(100% - 100px);
}
.h_index .h_Box2 .h_tabs .swiper .swiper-slide {
  width: 364px;
}
.h_index .h_Box2 .h_tabs .swiper .swiper-slide .h_item {
  height: var(--height);
  cursor: pointer;
  padding: 0 30px;
  background: #F5F6F8;
}
.h_index .h_Box2 .h_tabs .swiper .swiper-slide .h_item img {
  width: 48px;
}
.h_index .h_Box2 .h_tabs .swiper .swiper-slide .h_item p {
  width: calc(100% - 48px);
  font-size: 24px;
  color: #3D3D3D;
  text-align: right;
}
.h_index .h_Box2 .h_tabs .swiper .swiper-slide .h_item:hover {
  background-color: var(--active-color);
}
.h_index .h_Box2 .h_tabs .swiper .swiper-slide .h_item:hover img {
  filter: grayscale(100%) brightness(500%);
}
.h_index .h_Box2 .h_tabs .swiper .swiper-slide .h_item:hover p {
  color: #fff;
}
.h_index .h_Box2 .h_tabs .swiper .swiper-slide.swiper-slide-thumb-active .h_item {
  background-color: var(--active-color);
}
.h_index .h_Box2 .h_tabs .swiper .swiper-slide.swiper-slide-thumb-active .h_item img {
  filter: grayscale(100%) brightness(500%);
}
.h_index .h_Box2 .h_tabs .swiper .swiper-slide.swiper-slide-thumb-active .h_item p {
  color: #fff;
}
.h_index .h_Box2 .h_tabs .h_btns {
  width: 100px;
  background: #F5F6F8;
  height: var(--height);
  column-gap: 8px;
}
.h_index .h_Box2 .h_tabs .h_btns .icon {
  cursor: pointer;
  font-size: 20px;
}
.h_index .h_Box2 .h_swiper2 {
  margin-top: 20px;
}
.h_index .h_Box2 .h_swiper2 .swiper .swiper-slide {
  opacity: 0 !important;
}
.h_index .h_Box2 .h_swiper2 .swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item {
  background: #191B1F;
}
.h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_box {
  width: 50%;
}
.h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 60px 0;
}
.h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_en {
  font-size: 58px;
  color: #F8CA06;
  font-family: 'D-DIN-Bold';
}
.h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_type {
  display: inline-block;
  margin-top: 24px;
  line-height: 36px;
  padding: 0 10px;
  background: #F8CA06;
  border-radius: 0px 16px 16px 16px;
  font-size: 24px;
  color: #191B1F;
  font-family: 'MiSans-Demibold';
}
.h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_col {
  margin-top: 34px;
  font-size: 26px;
  color: #FFFFFF;
  font-family: 'MiSans-Demibold';
}
.h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_desc {
  margin-top: 24px;
}
.h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_desc p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
}
.h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_desc p:last-child {
  margin: 0;
}
.h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_desc p .h_t {
  width: calc(100% - 22px);
  line-height: 1.45;
}
.h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_btom {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid var(--rgba5-wcolor);
}
.h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_btom span {
  font-size: 12px;
  color: #FFFFFF;
  font-family: 'MiSans-Medium';
  text-transform: uppercase;
}
.h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_btom img {
  width: 24px;
  filter: grayscale(100%) brightness(500%);
}
.h_index .h_Box2 .h_swiper3 {
  margin-top: 20px;
  position: relative;
}
.h_index .h_Box2 .h_swiper3 .h_item {
  display: block;
}
.h_index .h_Box2 .h_swiper3 .h_item .h_img {
  transition: background 0.3s;
}
.h_index .h_Box2 .h_swiper3 .h_item .h_img .h_posImg {
  padding-top: 79%;
}
.h_index .h_Box2 .h_swiper3 .h_item .h_img .h_posImg img {
  z-index: -1;
}
.h_index .h_Box2 .h_swiper3 .h_item .h_img .h_posImg p {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  padding: 0 16px;
  text-align: center;
  transform: translateY(30px);
  font-size: 28px;
  color: #FFFFFF;
  visibility: hidden;
  transition: transform 0.3s;
}
.h_index .h_Box2 .h_swiper3 .h_item .h_more {
  height: 80px;
  background: #F5F6F8;
  padding: 0 20px;
  transition: background 0.3s;
}
.h_index .h_Box2 .h_swiper3 .h_item .h_more span {
  text-transform: uppercase;
  font-size: 15px;
  color: #333;
  font-family: 'MiSans-Medium';
}
.h_index .h_Box2 .h_swiper3 .h_item .h_more img {
  width: 24px;
}
.h_index .h_Box2 .h_swiper3 .h_item:hover .h_img {
  background: rgba(25, 27, 31, 0.7);
}
.h_index .h_Box2 .h_swiper3 .h_item:hover .h_img .h_posImg img {
  transform: scale(1.03);
}
.h_index .h_Box2 .h_swiper3 .h_item:hover .h_img .h_posImg p {
  transform: translateY(-50%);
  visibility: visible;
}
.h_index .h_Box2 .h_swiper3 .h_item:hover .h_more {
  background: var(--active-color);
}
.h_index .h_Box2 .h_swiper3 .h_item:hover .h_more span {
  color: #fff;
}
.h_index .h_Box2 .h_swiper3 .h_item:hover .h_more img {
  filter: grayscale(100%) brightness(500%);
}
.h_index .h_Box2 .h_swiper3 .icon {
  position: absolute;
  top: 50%;
  font-size: 45px;
  transform: translateY(-50%);
  cursor: pointer;
}
.h_index .h_Box2 .h_swiper3 .icon:hover {
  color: var(--active-color);
}
.h_index .h_Box2 .h_swiper3 .icon.i-left {
  left: -60px;
}
.h_index .h_Box2 .h_swiper3 .icon.i-right {
  right: -60px;
}
.h_index .h_Box3 {
  padding-top: 70px;
  background-size: contain !important;
}
.h_index .h_Box3 .h_title {
  text-align: center;
}
.h_index .h_Box3 .h_title .h_ch {
  font-size: 51px;
  color: #333333;
  font-family: 'MiSans-Semibold';
  position: relative;
  z-index: 2;
}
.h_index .h_Box3 .h_title .h_en {
  margin-top: -40px;
  font-size: 51px;
  color: #E0E8F1;
  font-family: 'D-DIN-Bold';
  letter-spacing: 2px;
  text-transform: uppercase;
}
.h_index .h_Box3 .h_title .h_desc {
  margin-top: 9px;
  font-size: 20px;
  color: #808080;
  line-height: 1.75;
}
.h_index .h_Box3 .h_list {
  margin-top: 32px;
  background: #FFFFFF;
  padding: 60px 60px 0;
  border-top: 6px solid var(--active-color);
}
.h_index .h_Box3 .h_list .h_item {
  background-color: var(--active-color);
  position: relative;
  height: 200px;
  padding: 35px 40px;
}
.h_index .h_Box3 .h_list .h_item .h_ch {
  font-size: 28px;
  color: #FFFFFF;
  font-family: 'MiSans-Medium';
}
.h_index .h_Box3 .h_list .h_item .h_en {
  font-size: 15px;
  color: var(--rgba5-wcolor);
  font-family: 'MiSans-Medium';
}
.h_index .h_Box3 .h_list .h_item .h_desc {
  margin-top: 8px;
  font-size: 16px;
  color: #FFFFFF;
}
.h_index .h_Box3 .h_list .h_item img {
  right: 40px;
  bottom: 30px;
  width: 80px;
  position: absolute;
}
.h_index .h_Box4 .h_list {
  display: flex;
  flex-flow: wrap;
}
.h_index .h_Box4 .h_list .h_item {
  box-shadow: 0 1px #D8D8D8;
  padding: 28px 0;
  width: 50%;
  position: relative;
  padding-left: 47px;
}
.h_index .h_Box4 .h_list .h_item .h_text {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.h_index .h_Box4 .h_list .h_item .h_text .h_date {
  font-size: 14px;
  color: #808080;
  font-family: 'MiSans-Medium';
  white-space: nowrap;
}
.h_index .h_Box4 .h_list .h_item .h_text .h_name {
  font-size: 22px;
  color: #333333;
  font-family: 'MiSans-Medium';
  padding-left: 32px;
  position: relative;
}
.h_index .h_Box4 .h_list .h_item .h_text .h_name::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 3px);
}
.h_index .h_Box4 .h_list .h_item .h_text .h_desc {
  font-size: 16px;
  color: #808080;
  line-height: 28px;
  text-align: justify;
  margin-top: 12px;
  display: none;
}
.h_index .h_Box4 .h_list .h_item .h_text img {
  width: 24px;
  margin-top: 15px;
  display: none;
}
.h_index .h_Box4 .h_list .h_item .h_img {
  width: 41%;
  display: none;
  text-align: right;
}
.h_index .h_Box4 .h_list .h_item .h_img img {
  width: 100%;
  max-width: 420px;
}
.h_index .h_Box4 .h_list .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
.h_index .h_Box4 .h_list .h_item:nth-child(2n) {
  padding-right: 47px;
  padding-left: 0;
}
.h_index .h_Box4 .h_list .h_item:nth-child(2n)::after {
  position: absolute;
  content: '';
  height: 36px;
  width: 2px;
  right: -1px;
  background-color: #D8D8D8;
}
.h_index .h_Box4 .h_list .h_item:first-child {
  padding-left: 0;
  width: 100%;
}
.h_index .h_Box4 .h_list .h_item:first-child .h_text {
  display: block;
  width: 58%;
}
.h_index .h_Box4 .h_list .h_item:first-child .h_text .h_name {
  font-size: 24px;
  padding: 0;
}
.h_index .h_Box4 .h_list .h_item:first-child .h_text .h_name::before {
  display: none;
}
.h_index .h_Box4 .h_list .h_item:first-child .h_text .h_date {
  margin-bottom: 23px;
  font-size: 20px;
}
.h_index .h_Box4 .h_list .h_item:first-child .h_text .h_desc {
  display: -webkit-box;
}
.h_index .h_Box4 .h_list .h_item:first-child .h_text img {
  display: block;
}
.h_index .h_Box4 .h_list .h_item:first-child .h_img {
  display: block;
}
@media screen and (max-width: 1440px) {
  .h_ggTop {
    padding-bottom: 22px;
  }
  .h_ggTop::after {
    width: 340px;
  }
  .h_index .h_Box1 .h_box1 .h_text .h_r .h_title {
    font-size: 40px;
  }
  .h_index .h_Box1 .h_box1 .h_text .h_r .h_hr {
    margin: 40px 0 28px;
  }
  .h_index .h_Box1 .h_box1 .h_text .h_r .h_desc {
    margin-top: 20px;
  }
  .h_index .h_Box1 .h_box2 .h_img {
    width: 48%;
  }
  .h_index .h_Box1 .h_box2 .h_img img {
    width: 100%;
  }
  .h_index .h_Box1 .h_box2 .h_R {
    width: 52%;
    column-gap: 0;
    justify-content: space-evenly;
    padding: 60px 0;
  }
  .h_ggTop .h_title .h_ch {
    font-size: 36px;
  }
  .h_ggTop .h_title .h_en {
    font-size: 20px;
  }
  .h_index .h_Box2 .h_tabs {
    --height: 78px;
  }
  .h_index .h_Box2 .h_tabs .swiper .swiper-slide .h_item p {
    font-size: 22px;
  }
  .h_index .h_Box2 .h_tabs .swiper .swiper-slide {
    width: 340px;
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_en {
    font-size: 50px;
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_col {
    font-size: 22px;
    margin-top: 26px;
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_type {
    font-size: 20px;
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_desc p {
    margin-bottom: 16px;
  }
  .h_index .h_Box2 .h_swiper3 .icon {
    display: none;
  }
  .h_index .h_Box2 .h_swiper3 .h_item .h_more {
    height: 64px;
  }
  .h_index .h_Box3 {
    padding-top: 70px;
  }
  .h_index .h_Box3 .h_title .h_ch {
    font-size: 44px;
  }
  .h_index .h_Box3 .h_title .h_en {
    margin-top: -30px;
    font-size: 40px;
  }
  .h_index .h_Box3 .h_title .h_desc {
    font-size: 18px;
  }
  .h_index .h_Box3 .h_list .h_item .h_ch {
    font-size: 26px;
  }
  .h_index .h_Box3 .h_list {
    padding: 40px 40px 0;
  }
  .h_index .h_Box3 .h_list .h_item img {
    width: 68px;
  }
  .h_index .h_Box3 .h_list .h_item {
    padding: 35px;
  }
  .h_index .h_Box4 .h_list .h_item .h_text .h_name {
    font-size: 20px;
  }
  .h_index .h_Box4 .h_list .h_item:first-child .h_text .h_name {
    font-size: 22px;
  }
}
@media screen and (max-width: 1360px) {
  .h_index .h_Box3 .h_title .h_ch {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .h_ggTop .h_title .h_ch {
    font-size: 28px;
  }
  .h_ggTop {
    padding-bottom: 10px;
    box-shadow: inset 0 -1px #D8D8D8;
  }
  .h_ggTop::after {
    height: 3px;
    width: 300px;
  }
  .h_index .h_Box1 .h_box1 .h_bg {
    width: 100%;
  }
  .h_index .h_Box1 .h_box1 .h_text .h_r .h_en,
  .h_index .h_Box1 .h_box1 .h_text .h_r .h_hr,
  .h_index .h_Box1 .h_box1 .h_text .h_icon {
    display: none;
  }
  .h_index .h_Box1 .h_box1 .h_text .h_r {
    width: 100%;
  }
  
  .h_index .h_Box1 .h_box1 .h_text{
      padding: 30px;
  }
  .h_index .h_Box1 .h_box2 .h_R {
    padding: 40px 0 ;
  }
  .h_index .h_Box1 .h_box1 .h_text .h_r .h_title {
    font-size: 32px;
  }
  .h_index .h_Box1 .h_box1 .h_text .h_r .h_desc {
    margin-top: 14px;
  }
  .h_More {
    height: 46px;
    width: 180px;
  }
  .h_index .h_Box1 .h_box2 .h_R .h_item .h_num span {
    font-size: 32px;
  }
  .h_index .h_Box1 .h_box2 .h_R .h_item .h_desc {
    font-size: 16px;
  }
  .h_index .h_Box1 .h_box2 .h_R .h_item .h_num {
    font-size: 16px;
    margin-top: 3px;
  }
  .h_ggTop .h_title .h_en {
    font-size: 18px;
  }
  .h_index .h_Box2 .h_tabs .swiper .swiper-slide .h_item p {
    font-size: 19px;
    width: calc(100% - 42px);
  }
  .h_index .h_Box2 .h_tabs .swiper .swiper-slide .h_item {
    padding: 0 20px;
  }
  .h_index .h_Box2 .h_tabs {
    --height: 66px;
  }
  .h_index .h_Box2 .h_tabs .swiper .swiper-slide .h_item img {
    width: 42px;
  }
  .h_index .h_Box2 .h_tabs .swiper .swiper-slide {
    width: 300px;
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L {
    padding: 30px 40px 0;
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_en {
    font-size: 40px;
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_type {
    margin-top: 16px;
    font-size: 18px;
  }
  .h_index .h_Box3 {
    padding-top: 40px;
  }
  .h_index .h_Box3 .h_title .h_ch {
    font-size: 34px;
  }
  .h_index .h_Box3 .h_title .h_en {
    margin-top: -26px;
    font-size: 32px;
  }
  .h_index .h_Box3 .h_title .h_desc {
    font-size: 16px;
  }
  .h_index .h_Box2 .h_swiper3 .h_item .h_more {
    height: 56px;
  }
  .h_index .h_Box3 .h_list .h_item {
    padding: 26px;
    height: auto;
  }
  .h_index .h_Box3 .h_list .h_item img {
    display: none;
  }
  .h_index .h_Box3 .h_list .h_item .h_ch {
    font-size: 22px;
  }
  .h_index .h_Box4 .h_list .h_item:first-child .h_text img {
    display: none;
  }
  .h_index .h_Box4 .h_list .h_item .h_text .h_name {
    padding-left: 26px;
    font-size: 18px;
  }
  .h_index .h_Box4 .h_list .h_item {
    padding: 22px 0 22px 32px;
  }
  .h_index .h_Box4 .h_list .h_item:first-child .h_text .h_date {
    display: none;
  }
  .h_index .h_Box4 .h_list .h_item:first-child .h_text .h_name {
    font-size: 20px;
  }
  .h_index .h_Box2 .h_swiper3 .h_item .h_img .h_posImg p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .h_index .h_Box2 .h_tabs {
    --height: 54px;
  }
  .h_index .h_Box2 .h_tabs .swiper .swiper-slide {
    width: 270px;
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item {
    position: relative;
    z-index: 2;
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_box {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L {
    position: static;
    z-index: 2;
    background-color: var(--rgba5-bcolor);
  }
  .h_index .h_Box2 .h_tabs .swiper .swiper-slide .h_item p {
    font-size: 16px;
  }
  .h_index .h_Box2 .h_swiper3 .h_item .h_img .h_posImg p {
    font-size: 18px;
  }
  .h_index .h_Box2 .h_swiper3 .h_item .h_more {
    height: 48px;
  }
  .h_index .h_Box3 .h_title .h_ch {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .h_More {
    height: 36px;
    width: 140px;
  }
  .h_More:hover {
    padding: 0 16px;
  }
  .h_More img {
    width: 20px;
  }
  .h_index .h_Box1 .h_box1 .h_text .h_r .h_title {
    font-size: 20px;
  }
  
  .h_index .h_Box1 .h_box1 .h_text{
      padding: 16px;
  }
  .h_index .h_Box1 .h_box2 .h_R {
    padding: 16px 0;
  }
  .h_index .h_Box1 .h_box1 .h_text .h_r .h_desc {
    font-size: 15px;
    margin-top: 6px;
  }
  .h_index .h_Box1 .h_box2 .h_img {
    position: static;
    width: 100%;
  }
  .h_index .h_Box1 .h_box2 .h_R {
    width: 100%;
  }
  .h_index .h_Box1 .h_box2 .h_R .h_item .h_num span {
    font-size: 28px;
  }
  .h_ggTop .h_title .h_ch {
    font-size: 20px;
  }
  .h_ggTop .h_title .h_en {
    display: none;
  }
  .h_index .h_Box2 .h_tabs {
    --height: 36px;
    margin-top: 16px;
  }
  .h_index .h_Box2 .h_tabs .swiper .swiper-slide {
    width: auto;
  }
  .h_index .h_Box2 .h_tabs .swiper .swiper-slide .h_item {
    padding: 0 16px;
  }
  .h_index .h_Box2 .h_tabs .swiper .swiper-slide .h_item img {
    display: none;
  }
  .h_index .h_Box2 .h_tabs .swiper .swiper-slide .h_item p {
    width: 100%;
    font-size: 15px;
  }
  .h_index .h_Box2 .h_tabs .h_btns {
    display: none;
  }
  .h_index .h_Box2 .h_tabs .swiper {
    width: 100%;
  }
  .h_index .h_Box2 .h_swiper2 {
    margin-top: 16px;
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L {
    padding: 14px 16px;
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_en {
    font-size: 30px;
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_type {
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_col {
    font-size: 18px;
    margin-top: 19px;
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_desc {
    margin-top: 12px;
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_desc p {
    margin-bottom: 10px;
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_desc p .h_t {
    font-size: 15px;
    width: calc(100% - 18px);
  }
  .h_index .h_Box2 .h_swiper2 .swiper .swiper-slide .h_item .h_L .h_btom {
    margin-top: 15px;
    padding: 15px 0 0;
  }
  .h_index .h_Box2 .h_swiper3 .h_item .h_more {
    padding: 0 16px;
    height: 42px;
  }
  .h_index .h_Box2 .h_swiper3 .h_item .h_more img {
    width: 20px;
  }
  .h_index .h_Box3 {
    padding-top: 18px;
  }
  .h_index .h_Box3 .h_title .h_ch {
    font-size: 24px;
  }
  .h_index .h_Box3 .h_title .h_en {
    margin-top: -13px;
    font-size: 18px;
  }
  .h_index .h_Box3 .h_title .h_desc {
    font-size: 15px;
    margin-top: 1px;
  }
  .h_index .h_Box3 .h_list {
    padding: 0;
    border: none;
    margin-top: 14px;
  }
  .h_index .h_Box3 .h_list .h_item {
    padding: 15px 16px;
  }
  .h_index .h_Box3 .h_list .h_item .h_ch {
    font-size: 18px;
  }
  .h_index .h_Box3 .h_list .h_item .h_en {
    font-size: 11px;
  }
  .h_index .h_Box3 .h_list .h_item .h_desc {
    font-size: 14px;
  }
  .h_index .h_Box4 .h_list .h_item {
    padding: 15px 0;
    width: 100%;
  }
  .h_index .h_Box4 .h_list .h_item:nth-child(2n) {
    padding-right: 0;
  }
  .h_index .h_Box4 .h_list .h_item:nth-child(2n)::after {
    display: none;
  }
  .h_index .h_Box4 .h_list .h_item:first-child .h_text .h_name,
  .h_index .h_Box4 .h_list .h_item .h_text .h_name {
    padding-left: 18px;
    font-size: 16px;
  }
  .h_index .h_Box4 .h_list .h_item:first-child .h_img,
  .h_index .h_Box4 .h_list .h_item:first-child .h_text .h_desc {
    display: none;
  }
  .h_index .h_Box4 .h_list .h_item:first-child .h_text {
    width: 100%;
    display: flex;
  }
  .h_index .h_Box4 .h_list .h_item:first-child .h_text .h_name::before {
    display: block;
  }
  .h_index .h_Box4 .h_list .h_item:first-child .h_text .h_date {
    display: block;
    margin: 0;
    font-size: 14px;
  }
}
