.h_index .h_swiper {
  background: #f2f3f8;
}
.h_index .h_swiper .swiper-slide img {
  width: 100%;
}
.h_index .h_swiper .swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 7px;
}
.h_index .h_swiper .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 0;
}
.h_index .h_swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.h_index .h_swiper .swiper-button-next,
.h_index .h_swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  display: none;
}
.h_index .h_swiper .swiper-button-next:hover,
.h_index .h_swiper .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.3);
}
.h_index .h_swiper .swiper-button-next::after,
.h_index .h_swiper .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}
.h_index .h_ggTitle {
  text-align: center;
}
.h_index .h_ggTitle .h_ch {
  font-size: 36px;
}
.h_index .h_ggTitle .h_en {
  font-size: 18px;
}
.h_index .h_ggTitle .h_en .gap {
  width: 52px;
  display: block;
}
.h_index .h_ggTitle .h_en .line {
  width: 190px;
  height: 2px;
  background-color: var(--active-color);
  animation-delay: 0.5s;
}
.h_index .h_Box1 .h_list .h_item {
  flex: 1;
  text-align: center;
  animation-name: fadeInUp;
}
.h_index .h_Box1 .h_list .h_item:nth-child(5n-3) {
  animation-delay: 0.1s;
}
.h_index .h_Box1 .h_list .h_item:nth-child(5n-2) {
  animation-delay: 0.2s;
}
.h_index .h_Box1 .h_list .h_item:nth-child(5n-1) {
  animation-delay: 0.3s;
}
.h_index .h_Box1 .h_list .h_item:nth-child(5n) {
  animation-delay: 0.4s;
}
.h_index .h_Box1 .h_list .h_item .h_icon img {
  max-width: 58px;
  max-height: 48px;
}
.h_index .h_Box1 .h_list .h_item .h_ch {
  margin-top: 20px;
  font-size: 18px;
}
.h_index .h_Box1 .h_list .h_item .h_en {
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}
.h_index .h_Box2 .h_tabs {
  column-gap: 16px;
}
.h_index .h_Box2 .h_tabs .h_tab {
  min-width: 140px;
  padding: 0 20px;
  color: #333;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.h_index .h_Box2 .h_tabs .h_tab.h_active {
  background-color: var(--active-color);
}
.h_index .h_Box2 .h_listBox .h_list {
  display: none;
}
.h_index .h_Box2 .h_listBox .h_list:first-child {
  display: block;
}
.h_index .h_Box2 .h_listBox .h_list .h_item:hover img {
  transform: scale(1.1);
}
.h_index .h_Box2 .h_more {
  text-align: center;
}
.h_index .h_Box2 .h_more .h_btn {
  border-radius: 5px;
  background: var(--active-color);
  display: inline-block;
  width: 160px;
  line-height: 45px;
  height: 44px;
  font-size: 15px;
  text-align: center;
}
.h_index .h_Box2 .h_more .h_btn:hover {
  background-color: var(--active-color2);
}
.h_index .h_adBox .h_box {
  position: relative;
}
.h_index .h_adBox .h_box .h_text {
  padding: 20px 0;
  width: calc(100% - 250px);
}
.h_index .h_adBox .h_box .h_text .h_p1 {
  font-size: 40px;
  color: #e32e0d;
  font-style: italic;
  font-weight: bold;
}
.h_index .h_adBox .h_box .h_text .h_p2 {
  margin-top: 4px;
  color: #1a1a19;
  font-size: 18px;
}
.h_index .h_adBox .h_box .h_img {
  width: 240px;
  position: absolute;
  right: 0;
  text-align: right;
}
.h_index .h_Box3 .h_box .h_L {
  width: 40%;
}
.h_index .h_Box3 .h_box .h_L .h_text {
  aspect-ratio: 1;
  margin: 0 auto;
  text-align: center;
  width: 336px;
  max-width: 100%;
  color: #ffdd40;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 15px;
}
.h_index .h_Box3 .h_box .h_L .h_text .h_p1 {
  font-size: 34px;
}
.h_index .h_Box3 .h_box .h_L .h_text .h_p2 {
  line-height: 1.2;
  font-size: 56px;
}
.h_index .h_Box3 .h_box .h_R {
  width: 58.4%;
  row-gap: 30px;
}
.h_index .h_Box3 .h_box .h_R .h_item {
  width: 46%;
  border-bottom: 1px dashed #ffdd40;
  padding-bottom: 30px;
}
.h_index .h_Box3 .h_box .h_R .h_item:nth-last-child(1),
.h_index .h_Box3 .h_box .h_R .h_item:nth-last-child(2) {
  border-bottom: none;
}
.h_index .h_Box3 .h_box .h_R .h_item .h_index {
  font-size: 62px;
  color: var(--active-color);
}
.h_index .h_Box3 .h_box .h_R .h_item .h_title {
  font-size: 20px;
  color: var(--active-color);
}
.h_index .h_Box3 .h_box .h_R .h_item .h_desc {
  margin-top: 5px;
  overflow: hidden;
}
.h_index .h_Box3 .h_box .h_R .h_item .h_desc p {
  font-size: 13px;
  color: #fff;
  padding-left: 25px;
  background-image: url(../static/icon.png);
  background-size: 16px;
  background-repeat: no-repeat;
  margin: 9px 0;
}
.h_index .h_Box4 .h_list .h_item {
  animation-name: fadeInRight;
}
.h_index .h_Box4 .h_list .h_item:nth-child(3n-1) {
  animation-delay: 0.2s;
}
.h_index .h_Box4 .h_list .h_item:nth-child(3n) {
  animation-delay: 0.4s;
}
.h_index .h_Box4 .h_list .h_item .h_img {
  aspect-ratio: 364/243;
}
.h_index .h_Box4 .h_list .h_item .h_text {
  margin-top: 26px;
}
.h_index .h_Box4 .h_list .h_item .h_text .h_title {
  font-size: 18px;
}
.h_index .h_Box4 .h_list .h_item .h_text .h_desc p {
  margin: 12px 0;
  font-size: 12px;
  color: #666;
}
.h_index .h_Box4 .h_list .h_item .h_more {
  display: inline-block;
  color: #666;
  font-size: 12px;
  background-color: #e5e5e5;
  border-radius: 5px;
  padding: 5px 13px;
  white-space: nowrap;
  margin-top: 10px;
}
.h_index .h_Box4 .h_list .h_item .h_more:hover {
  color: #333;
  background-color: var(--active-color);
}
.h_index .h_Box5 .h_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10%;
  row-gap: 30px;
}
.h_index .h_Box5 .h_list .h_item .h_img {
  display: none;
}
.h_index .h_Box5 .h_list .h_item .h_btom {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 30px;
}
.h_index .h_Box5 .h_list .h_item .h_btom .h_date {
  background-color: #f2f2f2;
  width: 84px;
  aspect-ratio: 1;
  flex-direction: column;
}
.h_index .h_Box5 .h_list .h_item .h_btom .h_date .h_d {
  font-size: 25px;
}
.h_index .h_Box5 .h_list .h_item .h_btom .h_date .h_ym {
  font-size: 14px;
}
.h_index .h_Box5 .h_list .h_item .h_btom .h_text {
  flex-grow: 1;
  padding-left: 15px;
  width: calc(100% - 84px);
}
.h_index .h_Box5 .h_list .h_item .h_btom .h_text .h_title {
  font-size: 16px;
}
.h_index .h_Box5 .h_list .h_item .h_btom .h_text .h_desc {
  color: gray;
  font-size: 14px;
  line-height: calc(24/14);
  margin-top: 7px;
  text-align: justify;
}
.h_index .h_Box5 .h_list .h_item:first-child {
  grid-row-start: 1;
  grid-row-end: 4;
}
.h_index .h_Box5 .h_list .h_item:first-child .h_img {
  display: block;
}
.h_index .h_Box5 .h_list .h_item:first-child .h_btom {
  border: none;
  padding: 0;
}
.h_index .h_Box5 .h_list .h_item:first-child .h_btom .h_date {
  display: none;
}
.h_index .h_Box5 .h_list .h_item:first-child .h_btom .h_text {
  padding: 15px 18px;
}
.h_index .h_Box5 .h_list .h_item:last-child .h_btom {
  padding: 0;
  border: none;
}
.h_index .h_Box5 .h_list .h_item:hover .h_img img {
  transform: scale(1.1);
}
.h_index .h_Box5 .h_list .h_item:hover .h_btom .h_date {
  background-color: var(--active-color);
}
.h_index .h_Box5 .h_list .h_item:hover .h_btom .h_text .h_title {
  color: var(--active-color);
}
.h_index .h_Box6 .h_Box .h_img {
  width: 48%;
  text-align: center;
}
.h_index .h_Box6 .h_Box .h_text {
  width: 48%;
}
.h_index .h_Box6 .h_Box .h_text .h_title {
  font-size: 22px;
}
.h_index .h_Box6 .h_Box .h_text .h_desc {
  margin-top: 22px;
  font-size: 14px;
  color: #666;
  text-align: justify;
  line-height: calc(24/14);
}
.h_index .h_Box6 .h_Box .h_text .h_more {
  display: inline-block;
  font-size: 12px;
  background-color: var(--active-color);
  padding: 10px 30px;
  border-radius: 5px;
  margin-top: 36px;
}
.h_index .h_Box6 .h_Box .h_text .h_more:hover {
  background-color: var(--active-color2);
}
.h_index .h_titleBox .h_ggTitle {
  padding: 92px 0;
  color: #fff;
}
.h_index .h_Box7 .h_L {
  width: 49%;
}
.h_index .h_Box7 .h_L .h_item {
  text-align: center;
}
.h_index .h_Box7 .h_L .h_item .h_icon img {
  width: 100px;
}
.h_index .h_Box7 .h_L .h_item .h_text {
  margin-top: 14px;
}
.h_index .h_Box7 .h_L .h_item .h_text .h_p1,
.h_index .h_Box7 .h_L .h_item .h_text .h_p2 {
  color: #666;
  font-size: 15px;
}
.h_index .h_Box7 .h_R {
  width: 49%;
}
.h_index .h_Box7 .h_R form .h_input {
  padding: 12px 0;
}
.h_index .h_Box7 .h_R form .h_input .h_label {
  color: #666;
  font-size: 14px;
}
.h_index .h_Box7 .h_R form .h_input .req {
  color: red;
  font-size: 14px;
  margin-left: 4px;
}
.h_index .h_Box7 .h_R form .h_input input,
.h_index .h_Box7 .h_R form .h_input textarea {
  margin-left: 2%;
  border: 1px solid #dadada;
  border-radius: 2px;
  font-size: 12px;
  width: calc(87% - 56px);
  max-width: 323px;
}
.h_index .h_Box7 .h_R form .h_input input:focus,
.h_index .h_Box7 .h_R form .h_input textarea:focus {
  border-color: var(--active-color);
}
.h_index .h_Box7 .h_R form .h_input input {
  height: 36px;
  padding: 0 6px;
}
.h_index .h_Box7 .h_R form .h_input textarea {
  padding: 6px;
  height: 100px;
}
.h_index .h_Box7 .h_R form .h_input textarea + span {
  pointer-events: none;
  user-select: none;
  opacity: 0;
}
.h_index .h_Box7 .h_R form .h_btn .h_label {
  pointer-events: none;
  user-select: none;
  opacity: 0;
}
.h_index .h_Box7 .h_R form .h_btn button {
  min-width: 124px;
  height: 44px;
  font-size: 14px;
  max-width: 157px;
  width: 91%;
  text-align: center;
  background-color: #ffad2b;
  color: #fff;
}
.h_index .h_Box7 .h_R form .h_btn button:hover {
  background-color: var(--active-color);
}
.h_index .h_newsDetails .h_Title {
  color: #333;
  font-size: 25px;
}
.h_index .h_newsDetails .h_date {
  color: #adadad;
  font-size: 13px;
  margin-top: 16px;
}
.h_index .h_newsDetails .h_hr {
  margin: 20px 0;
  background-color: #f0efef;
  height: 1px;
  width: 100%;
}
.h_index .h_newsDetails .h_content {
  color: #676767;
  font-size: 15px;
  line-height: 1.8;
}
.h_index .h_newsDetails .h_links .h_l {
  width: 50%;
}
.h_index .h_newsDetails .h_links .h_l a {
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}
.h_index .h_newsDetails .h_links .h_l a:hover {
  color: var(--active-color);
}
@media screen and (max-width: 1440px) {
  .h_index .h_ggTitle .h_ch {
    font-size: 28px;
  }
  .h_index .h_ggTitle .h_en {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .h_index .h_ggTitle .h_ch {
    font-size: 22px;
  }
  .h_index .h_ggTitle .h_en {
    font-size: 15px;
  }
  .h_index .h_ggTitle .h_en .line {
    width: 120px;
  }
  .h_index .h_ggTitle .h_en .gap {
    width: 32px;
  }
  .h_index .h_adBox .h_box .h_img {
    width: 164px;
  }
  .h_index .h_adBox .h_box .h_text .h_p1 {
    font-size: 26px;
  }
  .h_index .h_adBox .h_box .h_text .h_p2 {
    font-size: 16px;
  }
  .h_index .h_Box1 .h_list .h_item .h_ch {
    margin-top: 14px;
    font-size: 16px;
  }
  .h_index .h_Box2 .h_listBox .h_list .h_row {
    --c-gap: calc(var(--w-padding)/2);
  }
  .h_index .h_Box3 .h_box .h_L .h_text .h_p2 {
    font-size: 46px;
  }
  .h_index .h_Box3 .h_box .h_L .h_text .h_p1 {
    font-size: 28px;
  }
  .h_index .h_Box3 .h_box .h_R {
    row-gap: calc(var(--w-padding)/2);
  }
  .h_index .h_Box3 .h_box .h_R .h_item .h_index {
    font-size: 46px;
  }
  .h_index .h_Box3 .h_box .h_R .h_item .h_title {
    font-size: 18px;
  }
  .h_index .h_Box3 .h_box .h_R .h_item {
    padding-bottom: 20px;
    width: calc(50% - (var(--w-padding)/4));
  }
}
@media screen and (max-width: 480px) {
  .h_index .h_Box1 .h_list .h_item .h_en,
  .h_index .h_Box3 .h_box .h_R .h_item .h_index,
  .h_index .h_Box2 .h_tabs,
  .h_index .h_Box2 .h_more,
  .h_index .h_Box6 .h_Box .h_text .h_more,
  .h_index .h_titleBox .h_ggTitle,
  .h_index .h_Box3 .h_box .h_L {
    display: none;
  }
  .h_index .h_ggTitle .h_ch {
    font-size: 18px;
  }
  .h_index .h_ggTitle .h_en {
    font-size: 12px;
    margin-top: 4px;
    display: none;
  }
  .h_index .h_Box1 .h_list .h_item .h_icon img {
    height: 42px;
  }
  .h_index .h_Box1 .h_list .h_item .h_ch {
    margin-top: 10px;
    font-size: 14px;
  }
  .h_index .h_Box3 .h_box .h_R {
    width: 100%;
  }
  .h_index .h_Box3 .h_box .h_R .h_item {
    width: 100%;
  }
  .h_index .h_Box3 .h_box .h_R .h_item .h_title {
    font-size: 16px;
  }
  .h_index .h_Box3 .h_box .h_R .h_item {
    padding: 0;
    border: none;
  }
  .h_index .h_adBox .h_box .h_text {
    width: calc(100% - 74px);
  }
  .h_index .h_adBox .h_box .h_text .h_p1 {
    font-size: 18px;
  }
  .h_index .h_adBox .h_box .h_text .h_p2 {
    font-size: 14px;
  }
  .h_index .h_adBox .h_box .h_img {
    width: 66px;
  }
  .h_index .h_Box4 .h_list .h_item .h_text {
    margin-top: 14px;
  }
  .h_index .h_Box4 .h_list .h_item .h_more {
    margin: 0;
  }
  .h_index .h_Box5 .h_list {
    row-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  .h_index .h_Box5 .h_list .h_item:first-child .h_btom .h_text {
    padding: 15px 0 0;
  }
  .h_index .h_Box5 .h_list .h_item .h_btom {
    padding-bottom: 15px;
  }
  .h_index .h_Box6 .h_Box .h_img {
    width: 100%;
  }
  .h_index .h_Box6 .h_Box .h_text {
    width: 100%;
    margin-top: 12px;
  }
  .h_index .h_Box6 .h_Box .h_text .h_title {
    font-size: 18px;
  }
  .h_index .h_Box6 .h_Box .h_text .h_desc {
    margin-top: 7px;
  }
  .h_index .h_Box7 .h_L {
    width: 100%;
    --c-gap: 15px;
  }
  .h_index .h_Box7 .h_L .h_item .h_icon img {
    width: 84px;
  }
  .h_index .h_Box7 .h_R {
    width: 100%;
    margin-top: 15px;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 3px;
  }
  .h_index .h_swiper .swiper-pagination-bullet {
    width: 18px;
    height: 3px;
    margin: 0 4px;
  }
  .h_index .h_newsDetails .h_Title {
    color: #333;
    font-size: 18px;
  }
  .h_index .h_newsDetails .h_date {
    margin-top: 4px;
  }
  .h_index .h_newsDetails .h_hr {
    margin: 14px 0;
  }
  .h_index .h_newsDetails .h_links .h_l {
    width: 100%;
  }
  .h_index .h_newsDetails .h_links .h_l a {
    margin-bottom: 12px;
  }
  .h_index .h_Box4 .h_list .h_item .h_text .h_title {
    font-size: 16px;
  }
}
