.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;
  background: #D8D8D8;
}
.h_swiper .mySwiper .swiper-slide .h_posImg {
  padding-top: 42.7%;
}
.h_Box1 {
  background: #F6F6F6;
}
.h_Box1 .h_list .h_item {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 4px 4px 4px 4px;
  transition: box-shadow 0.3s;
}
.h_Box1 .h_list .h_item .h_icon {
  width: 88px;
  position: relative;
}
.h_Box1 .h_list .h_item .h_icon::after {
  position: absolute;
  content: '';
  width: 42px;
  height: 4px;
  background-color: rgba(216, 216, 216, 0.4);
  border-radius: 50%;
  left: calc(50% - 21px);
  bottom: -14px;
  box-shadow: 0 0 6px #D8D8D8;
}
.h_Box1 .h_list .h_item .h_text {
  width: calc(100% - 120px);
}
.h_Box1 .h_list .h_item .h_text .h_title {
  font-size: 28px;
  color: #222222;
  transition: color 0.3s;
}
.h_Box1 .h_list .h_item .h_text .h_title .h_name {
  width: calc(100% - 40px);
  font-family: 'MiSans-Demibold';
}
.h_Box1 .h_list .h_item .h_text .h_tags {
  margin-top: 10px;
  column-gap: 10px;
  row-gap: 6px;
}
.h_Box1 .h_list .h_item .h_text .h_tags span {
  padding: 0 10px;
  height: 29px;
  line-height: 29px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E4E4E4;
  font-size: 14px;
  color: #888888;
}
.h_Box1 .h_list .h_item .h_text .h_desc {
  font-size: 16px;
  color: #777777;
  line-height: 1.8;
  text-align: justify;
  margin-top: 16px;
}
.h_Box1 .h_list .h_item:hover {
  box-shadow: 0px 24px 16px -14px rgba(0, 0, 0, 0.08);
}
.h_Box1 .h_list .h_item:hover .h_text .h_title {
  color: var(--active-index);
}
.h_Box1 .h_list .h_item:hover .h_text .h_ggIcon {
  background: rgba(255, 113, 39, 0.5);
}
.h_Box1 .h_list .h_item:hover .h_text .h_ggIcon::before {
  background: var(--active-index);
}
.h_Box2 {
  overflow: hidden;
  background-color: #F6F6F6;
  background-image: url(../static/bg_index1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.h_Box2 .h_titleEn {
  font-size: 170px;
  color: #fc9e6b;
  font-family: 'MiSans-Semibold';
  position: absolute;
  top: 140px;
  left: 0;
}
.h_Box2 .h_box {
  padding-top: 200px;
  position: relative;
}
.h_Box2 .h_box .h_text {
  padding-left: 50px;
  width: calc(53.2% - 24px);
}
.h_Box2 .h_box .h_text .h_title {
  position: relative;
  font-size: 18px;
  color: #FFFFFF;
  font-family: 'MiSans-Regular';
}
.h_Box2 .h_box .h_text .h_title::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 10px;
  left: -17px;
  top: calc(50% - 5px);
  background: #FFFFFF;
}
.h_Box2 .h_box .h_text .h_name {
  margin-top: 10px;
  font-size: 52px;
  color: #FFFFFF;
  font-family: 'MiSans-Semibold';
}
.h_Box2 .h_box .h_text .h_line {
  margin-top: 15px;
  column-gap: 7px;
}
.h_Box2 .h_box .h_text .h_line span {
  display: inline-block;
  width: 47px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
}
.h_Box2 .h_box .h_text .h_line .s2,
.h_Box2 .h_box .h_text .h_line .s3 {
  width: 5px;
}
.h_Box2 .h_box .h_text .h_line .s4 {
  width: 12px;
}
.h_Box2 .h_box .h_text .h_desc1 {
  margin-top: 46px;
  font-size: 20px;
  color: #FFFFFF;
  font-family: 'MiSans-Medium';
}
.h_Box2 .h_box .h_text .h_desc2 {
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'MiSans-Regular';
  line-height: 2;
  text-align: justify;
  margin-top: 18px;
}
.h_Box2 .h_box .h_text .h_more {
  margin-top: 46px;
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  height: 50px;
  background: #FFFFFF;
  padding: 0 25px;
  border-radius: 72px 72px 72px 72px;
  font-family: 'MiSans-Regular';
  font-weight: 400;
  font-size: 18px;
  color: #FF7127;
  transition: transform 0.3s;
}
.h_Box2 .h_box .h_text .h_more .h_ggIcon {
  background: rgba(255, 113, 39, 0.5);
}
.h_Box2 .h_box .h_text .h_more .h_ggIcon::before {
  background: var(--active-index);
}
.h_Box2 .h_box .h_text .h_more:hover {
  box-shadow: 0px 4px 10px 0px rgba(255, 255, 255, 0.2);
  transform: scale(1.03);
}
.h_Box2 .h_box .h_text .h_number {
  margin-top: 66px;
}
.h_Box2 .h_box .h_text .h_number .h_item .h_desc {
  font-size: 20px;
  color: #FFFFFF;
}
.h_Box2 .h_box .h_text .h_number .h_item .h_num {
  margin-top: 7px;
  font-size: 18px;
  color: #FFFFFF;
  white-space: nowrap;
}
.h_Box2 .h_box .h_text .h_number .h_item .h_num span {
  font-size: 46px;
  font-family: 'MiSans-Demibold';
}
.h_Box2 .h_box .h_img {
  width: 46.8%;
  position: relative;
  z-index: 2;
}
.h_Box2 .h_box .h_img img {
  width: 100%;
}
.h_Box2 .h_box .h_img .cloud {
  position: absolute;
  width: auto;
  top: -40px;
  right: -50%;
  z-index: -1;
}
.h_Box3 {
  padding: 90px 0 50px;
  background: #F6F6F6;
}
.h_Box3 .h_swiper2 .mySwiper2 .swiper-slide {
  height: auto;
  box-shadow: 0px 14px 15px -12px rgba(0, 0, 0, 0.05);
  border-radius: 3px 3px 3px 3px;
}
.h_Box3 .h_swiper2 .mySwiper2 .swiper-slide .h_img {
  padding-top: 46.3%;
}
.h_Box3 .h_swiper2 .mySwiper2 .swiper-pagination {
  bottom: 0;
}
.h_Box3 .h_swiper2 .mySwiper2 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  border: 2px solid #D8D8D8;
  background: transparent;
}
.h_Box3 .h_swiper2 .mySwiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--active-index);
  border-color: var(--active-index);
}
.h_Box4 .h_tabs {
  margin-top: 40px;
}
.h_Box4 .h_tabs .swiper-slide {
  width: auto;
}
.h_Box4 .h_tabs .swiper-slide a {
  padding: 0 32px;
  display: block;
  height: 50px;
  line-height: 52px;
  background: #F6F6F6;
  font-size: 17px;
  color: #666666;
  font-family: 'MiSans-Regular';
}
.h_Box4 .h_tabs .swiper-slide a:hover {
  background-color: var(--active-index);
  color: #fff;
}
.h_Box4 .h_list {
  margin-top: 40px;
  display: block;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.h_Box4 .h_list .h_item {
  float: left;
}
.h_Box4 .h_list .h_item .h_img {
  padding-top: 68.5%;
  display: none;
}
.h_Box4 .h_list .h_item .h_text {
  padding: 30px 0;
  box-shadow: inset 0 1px #F6F6F6;
  position: relative;
}
.h_Box4 .h_list .h_item .h_text::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: #F6F6F6;
  transition: width 0.3s;
  z-index: -1;
}
.h_Box4 .h_list .h_item .h_text .h_L {
  align-content: center;
  width: 80px;
  height: 80px;
  background: #F6F6F6;
  transition: background 0.3s;
  text-align: center;
}
.h_Box4 .h_list .h_item .h_text .h_L .h_d {
  font-size: 31px;
  color: #3D3D3D;
  font-family: 'MiSans-Medium';
  transition: color 0.3s;
}
.h_Box4 .h_list .h_item .h_text .h_L .h_ym {
  font-size: 14px;
  color: #777777;
  transition: color 0.3s;
}
.h_Box4 .h_list .h_item .h_text .h_R {
  width: calc(100% - 100px);
}
.h_Box4 .h_list .h_item .h_text .h_R .h_date {
  display: none;
  font-size: 14px;
  color: #777777;
  margin-top: 10px;
}
.h_Box4 .h_list .h_item .h_text .h_R .h_t {
  font-size: 22px;
  color: #222222;
  font-family: 'MiSans-Regular';
}
.h_Box4 .h_list .h_item .h_text .h_R .h_t .icon {
  width: 32px;
  font-size: 24px;
  color: #D8D8D8;
}
.h_Box4 .h_list .h_item .h_text .h_R .h_t .h_name {
  width: calc(100% - 36px);
}
.h_Box4 .h_list .h_item .h_text .h_R .h_desc {
  font-size: 16px;
  color: #777777;
  line-height: 1.8;
  text-align: justify;
  margin-top: 13px;
}
.h_Box4 .h_list .h_item:nth-child(1),
.h_Box4 .h_list .h_item:nth-child(2) {
  margin-right: var(--c-gap);
}
.h_Box4 .h_list .h_item:nth-child(1) .h_img,
.h_Box4 .h_list .h_item:nth-child(2) .h_img {
  display: block;
}
.h_Box4 .h_list .h_item:nth-child(1) .h_text,
.h_Box4 .h_list .h_item:nth-child(2) .h_text {
  box-shadow: none;
  border: 1px solid #F6F6F6;
  padding: 28px 32px;
}
.h_Box4 .h_list .h_item:nth-child(1) .h_text::before,
.h_Box4 .h_list .h_item:nth-child(2) .h_text::before {
  display: none;
}
.h_Box4 .h_list .h_item:nth-child(1) .h_text .h_L,
.h_Box4 .h_list .h_item:nth-child(2) .h_text .h_L {
  display: none;
}
.h_Box4 .h_list .h_item:nth-child(1) .h_text .h_R,
.h_Box4 .h_list .h_item:nth-child(2) .h_text .h_R {
  width: 100%;
}
.h_Box4 .h_list .h_item:nth-child(1) .h_text .h_R .h_date,
.h_Box4 .h_list .h_item:nth-child(2) .h_text .h_R .h_date {
  display: block;
}
.h_Box4 .h_list .h_item:nth-child(1) .h_text .h_R .h_t .h_name,
.h_Box4 .h_list .h_item:nth-child(2) .h_text .h_R .h_t .h_name {
  width: 100%;
}
.h_Box4 .h_list .h_item:nth-child(1) .h_text .h_R .h_t .icon,
.h_Box4 .h_list .h_item:nth-child(2) .h_text .h_R .h_t .icon {
  display: none;
}
.h_Box4 .h_list .h_item:nth-child(1) .h_text .h_R .h_desc,
.h_Box4 .h_list .h_item:nth-child(2) .h_text .h_R .h_desc {
  margin-top: 10px;
  -webkit-line-clamp: 2;
}
.h_Box4 .h_list .h_item:last-child .h_text {
  box-shadow: inset 0 1px #F6F6F6, inset 0 -1px #F6F6F6;
}
.h_Box4 .h_list .h_item:hover .h_img img {
  transform: scale(1.03);
}
.h_Box4 .h_list .h_item:hover .h_text .h_L {
  background-color: var(--active-index);
}
.h_Box4 .h_list .h_item:hover .h_text .h_L .h_d,
.h_Box4 .h_list .h_item:hover .h_text .h_L .h_ym {
  color: #fff;
}
.h_Box4 .h_list .h_item:hover .h_text .h_R .h_t .h_name {
  color: var(--active-index);
}
.h_Box4 .h_list .h_item:hover .h_text .h_R .h_t .icon {
  color: var(--active-index);
}
.h_Box4 .h_list .h_item:hover .h_text::before {
  left: -24px;
  width: calc(100% + 24px);
}
.h_Box6 {
  background-image: url(../static/bg_index2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: relative;
}
.h_Box6 .h_list {
  margin-top: 120px;
}
.h_Box6 .h_list .h_item {
  width: 120px;
}
.h_Box6 .h_list .h_item .h_img {
  margin-left: 5px;
  width: 110px;
  height: 110px;
  border: 3px solid var(--active-index);
  border-radius: 50%;
}
.h_Box6 .h_list .h_item .h_img img {
  width: 60px;
}
.h_Box6 .h_list .h_item .h_text {
  font-size: 20px;
  color: #666666;
  font-family: 'MiSans-Regular';
  text-align: center;
  margin-top: 15px;
}
.h_Box6 .h_list .icon {
  margin-top: -36px;
  color: var(--active-index);
  font-size: 40px;
}
@media screen and (max-width: 1440px) {
  .h_Box1 .h_list {
    --r-gap: 25px;
  }
  .h_Box1 .h_list .h_item {
    padding: 28px;
  }
  .h_Box1 .h_list .h_item .h_text .h_title {
    font-size: 24px;
  }
  .h_Box1 .h_list .h_item .h_icon {
    width: 74px;
  }
  .h_Box1 .h_list .h_item .h_text {
    width: calc(100% - 100px);
  }
  .h_Box2 .h_box .h_text .h_name {
    font-size: 22px;
  }
  .h_Box2 .h_titleEn {
    font-size: 140px;
  }
  .h_Box2 .h_box {
    padding-top: 140px;
  }
  .h_Box2 .h_titleEn {
    top: 72px;
  }
  .h_Box2 .h_box .h_text {
    padding-left: 0;
  }
  .h_Box2 .h_box .h_text .h_number {
    margin: 40px 0;
  }
  .h_Box2 .h_box .h_text .h_number .h_item .h_num span {
    font-size: 40px;
  }
  .h_Box2 .h_box .h_text .h_more {
    margin-top: 28px;
  }
  .h_Box3 {
    padding: 60px 0 40px;
  }
  .h_Box4 .h_list .h_item .h_text {
    padding: 20px 0;
  }
  .h_Box4 .h_list .h_item .h_text .h_R .h_desc {
    margin-top: 8px;
  }
  .h_Box6 .h_list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .h_Box4 .h_list .h_item .h_text .h_R .h_t {
    font-size: 20px;
  }
  .h_Box4 .h_list .h_item:nth-child(1) .h_text,
  .h_Box4 .h_list .h_item:nth-child(2) .h_text {
    padding: 24px;
  }
  .h_Box2 .h_titleEn {
    font-size: 114px;
  }
}
@media screen and (max-width: 1024px) {
  .h_Box4 .h_list {
    display: flex;
    --rown: 2;
    --r-gap: 0;
  }
  .h_Box4 .h_list .h_item {
    float: none;
  }
  .h_Box4 .h_list .h_item {
    margin-right: 0 !important;
  }
  .h_Box2 .h_box .h_text {
    width: 100%;
    position: relative;
    z-index: 4;
  }
  .h_Box2 .h_box .h_img {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.8;
  }
  .h_Box2 {
    background-color: #ff7127;
  }
  .h_Box2 .h_box {
    padding-top: 40px;
  }
  .h_Box2 .h_titleEn {
    font-size: 80px;
    top: 17px;
  }
  .h_Box2 .h_box .h_text .h_desc1 {
    margin-top: 32px;
  }
  .h_Box3 {
    padding: 40px 0;
  }
  .h_Box6 .h_list {
    margin-top: 30px;
  }
  .h_Box6 .h_list .h_item .h_text {
    font-size: 16px;
    margin-top: 10px;
  }
  .h_Box6 .h_list .h_item .h_img {
    width: 100px;
    height: 100px;
    margin: 0;
  }
  .h_Box6 .h_list .h_item .h_img img {
    width: 45px;
  }
  .h_Box6 .h_list .h_item {
    width: auto;
  }
  .h_Box4 .h_list .h_item .h_text {
    box-shadow: inset 0 -1px #F6F6F6;
  }
  .h_Box2 .h_box .h_text .h_more {
    font-size: 16px;
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .mySwiper .swiper-button-prev,
  .mySwiper .swiper-button-next {
    display: none;
  }
  .h_Box1 .h_list {
    margin-top: 20px;
    --c-gap: 20px;
    --r-gap: 20px;
  }
  .h_Box1 .h_list .h_item .h_icon {
    display: none;
  }
  .h_Box1 .h_list .h_item .h_text {
    width: 100%;
  }
  .h_Box1 .h_list .h_item {
    padding: 22px;
  }
  .h_Box1 .h_list .h_item .h_text .h_title {
    font-size: 20px;
  }
  .h_Box1 .h_list .h_item .h_text .h_desc {
    margin-top: 10px;
    font-size: 15px;
  }
  .h_Box1 .h_list .h_item .h_text .h_tags span {
    line-height: 26px;
    height: 26px;
    font-size: 12px;
  }
  .h_Box4 .h_list,
  .h_Box4 .h_tabs {
    margin-top: 30px;
  }
  .h_Box4 .h_tabs .swiper-slide a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 28px;
  }
  .h_Box6 .h_list {
    justify-content: flex-start;
    row-gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .h_Box1 .h_list {
    --c-gap: 16px;
    --r-gap: 16px;
  }
  .h_Box1 .h_list .h_item {
    padding: 16px;
  }
  .h_Box2 .h_box .h_text .h_title::before {
    display: none;
  }
  .h_Box2 .h_box {
    padding-top: 20px;
  }
  .h_Box2 .h_titleEn {
    display: none;
  }
  .h_Box2 .h_box .h_text .h_name {
    font-size: 20px;
  }
  .h_Box2 .h_box .h_text .h_desc1 {
    font-size: 18px;
    margin-top: 16px;
  }
  .h_Box2 .h_box .h_text .h_line {
    display: none;
  }
  .h_Box2 .h_box .h_text .h_desc2 {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 10px;
  }
  .h_Box2 .h_box .h_text .h_more {
    font-size: 15px;
    height: 40px;
    padding: 0 20px;
    margin-top: 18px;
  }
  .h_Box2 .h_box .h_text .h_number {
    margin: 16px 0;
  }
  .h_Box2 .h_box .h_text .h_number {
    row-gap: 8px;
  }
  .h_Box2 .h_box .h_text .h_number .h_item {
    width: 50%;
    text-align: center;
  }
  .h_Box2 .h_box .h_text .h_number .h_item .h_desc {
    font-size: 16px;
  }
  .h_Box2 .h_box .h_text .h_number .h_item .h_num span {
    font-size: 32px;
  }
  .h_Box2 .h_box .h_text .h_number .h_item .h_num {
    margin-top: 2px;
  }
  .h_Box3 {
    padding: 20px 0 14px;
  }
  .h_Box3 .h_swiper2 .mySwiper2 .swiper-pagination .swiper-pagination-bullet {
    border-width: 1px;
    width: 10px;
    height: 10px;
  }
  .h_Box4 .h_list,
  .h_Box4 .h_tabs {
    margin-top: 15px;
  }
  .h_Box4 .h_list {
    --rown: 1;
  }
  .h_Box4 .h_list .h_item:nth-child(1) .h_text,
  .h_Box4 .h_list .h_item:nth-child(2) .h_text {
    padding: 16px;
  }
  .h_Box4 .h_list .h_item .h_text .h_R .h_t .h_name,
  .h_Box4 .h_list .h_item:hover .h_text .h_R .h_t .h_name {
    font-size: 16px;
  }
  .h_Box4 .h_list .h_item .h_text .h_R .h_desc {
    font-size: 15px;
  }
  .h_Box4 .h_list .h_item .h_text .h_L .h_d {
    font-size: 24px;
  }
  .h_Box4 .h_list .h_item .h_text .h_L {
    height: 70px;
    width: 70px;
  }
  .h_Box4 .h_list .h_item .h_text {
    padding: 15px 0;
  }
  .h_Box4 .h_list .h_item .h_text .h_R {
    width: calc(100% - 83px);
  }
  .h_Box4 .h_list .h_item .h_text .h_L .h_ym {
    font-size: 13px;
  }
  .h_Box4 .h_list .h_item .h_text .h_R .h_desc {
    margin-top: 4px;
  }
  .h_Box6 .h_list {
    margin-top: 16px;
    column-gap: 15px;
    justify-content: space-evenly;
  }
  .h_Box6 .h_list .icon {
    display: none;
  }
  .h_Box6 .h_list .h_item .h_img {
    width: 80px;
    height: 80px;
    border-width: 2px;
  }
  .h_Box6 .h_list .h_item .h_img img {
    width: 36px;
  }
}
