* {
  font-family: 'MiSans-Normal';
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a {
  text-decoration: none;
  color: #333;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input,
textarea,
button {
  border: none;
  background: none;
  border-radius: 0;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b2b2b2;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b2b2b2;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
img {
  vertical-align: middle;
  transition: transform 0.3s linear;
  width: inherit;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.h_bgImg {
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.h_bgImg2 {
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.h_bgFixed {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  background-attachment: fixed;
}
.h_bgFixed2 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
  background-attachment: fixed;
}
.h_posImg {
  display: block;
  overflow: hidden;
}
.h_posImg img,
.h_posImg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.h_posImg2 {
  display: block;
  overflow: hidden;
}
.h_posImg2 img,
.h_posImg2 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@font-face {
  font-family: 'MiSans-Demibold';
  src: url('../fonts/MiSans-Demibold.ttf');
}
@font-face {
  font-family: 'MiSans-Medium';
  src: url('../fonts/MiSans-Medium.ttf');
}
@font-face {
  font-family: 'MiSans-Normal';
  src: url('../fonts/MiSans-Normal.ttf');
}
@font-face {
  font-family: 'MiSans-Regular';
  src: url('../fonts/MiSans-Regular.ttf');
}
@font-face {
  font-family: 'MiSans-Semibold';
  src: url('../fonts/MiSans-Semibold.ttf');
}
html,
body {
  overflow-x: hidden;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
::selection {
  color: #fff;
  background: var(--active-color);
}
.h_mt64 {
  margin-top: 64px;
}
.h_head {
  background: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  box-shadow: 0 1px 2px -1px var(--rgba1-bcolor);
}
.h_head.h_headDown .h_navWeb .h_head2 {
  padding: 10px 0;
}
.h_head.h_headDown .h_navWeb .h_head2 .h_R .h_navList li > a::before {
  top: calc(100% + 5px);
}
.h_head .h_navWeb .h_head1 {
  line-height: 32px;
  border-bottom: 1px solid #ECECEC;
}
.h_head .h_navWeb .h_head1 .h_p1 {
  font-weight: 290;
  font-size: 14px;
  color: #3D3D3D;
}
.h_head .h_navWeb .h_head1 .h_tel img {
  width: 24px;
}
.h_head .h_navWeb .h_head1 .h_tel span {
  margin-left: 4px;
  font-weight: 400;
  font-size: 19px;
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 {
  transition: padding 0.3s ease-out;
}
.h_head .h_navWeb .h_head2 .h_logo {
  font-family: 'MiSans-Demibold';
  color: #111111;
  font-size: 30px;
  letter-spacing: 1px;
}
.h_head .h_navWeb .h_head2 .h_R {
  --col-gap: 72px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList .h_mask {
  z-index: -1;
  display: none;
  top: 65px;
  cursor: pointer;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li {
  margin-right: var(--col-gap);
  transition: margin 0.3s linear 0.1s;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li > a {
  padding: 28px 0;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 17px;
  color: #1c1c1c;
  transition: color 0.3s;
  font-family: 'MiSans-Regular';
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li > a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--active-color);
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: right;
  transition: transform 0.3s;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox {
  position: fixed;
  width: 100vw;
  left: 0;
  z-index: -1;
  visibility: hidden;
  transform: translateY(-50px);
  pointer-events: none;
  transition: transform 0.5s linear, opacity 0.5s linear;
  opacity: 0;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_list {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3);
  gap: 20px var(--col-gap);
  min-height: 170px;
  align-content: center;
  background-color: var(--rgba9-wcolor);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_list a {
  color: #111;
  font-size: 20px;
  font-family: 'MiSans-Demibold';
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_list a:hover {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_line {
  width: 1px;
  height: 20px;
  background-color: #D8D8D8;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li.h_active > a,
.h_head .h_navWeb .h_head2 .h_R .h_navList li:hover > a {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li.h_active > a::before,
.h_head .h_navWeb .h_head2 .h_R .h_navList li:hover > a::before {
  transform: scale(1);
  transform-origin: left;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li.h_active span,
.h_head .h_navWeb .h_head2 .h_R .h_navList li:hover span {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li ol {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  transition: all 0.2s;
  left: 50%;
  transform: translate(-50%, 10%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  padding: 0 14px;
  background: #FFFFFF;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li ol a {
  white-space: nowrap;
  text-align: center;
  min-width: 80px;
  display: block;
  padding: 11px 0;
  color: #444444;
  font-size: 14px;
  box-shadow: 0 -1px rgba(203, 203, 203, 0.2);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li ol a.active {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li ol a:hover {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li:hover .h_subBox {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.h_head .h_navWeb .h_head2 .h_R .h_form {
  cursor: pointer;
  border-left: 1px solid #e6e6e6;
  padding-left: 35px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form {
  flex-wrap: nowrap;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form input {
  font-size: 14px;
  transition: all 0.3s;
  color: #111;
  width: 160px;
  height: 30px;
  border-bottom: 1px solid #dadada;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form button {
  width: 30px;
  height: 30px;
  margin-left: 12px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form button .icon {
  font-size: 22px;
  color: #374151;
}
.h_head .h_navWeb .h_head2 .h_R .h_form .i-close {
  display: none;
  position: absolute;
  right: -26px;
  font-size: 24px;
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R > .h_line {
  height: 45px;
  width: 1px;
  background-color: #DFDFDF;
  margin-right: var(--col-gap);
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_t {
  text-align: right;
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_t p.h_p1 {
  font-size: 14px;
  color: #555555;
  font-family: 'MiSans-Regular';
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_t p.h_p2 {
  font-size: 21px;
  color: #333333;
  margin-top: 6px;
  font-family: 'MiSans-Semibold';
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_icon {
  margin-left: 12px;
  width: 32px;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu {
  display: none;
  cursor: pointer;
  margin-left: 28px;
  position: relative;
  width: 30px;
  --line-height: 3px;
  --line-gap: 6px;
  height: calc(var(--line-height) * 3 + var(--line-gap) * 2);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu .h_line {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  height: var(--line-height);
  border-radius: 3px;
  background-color: var(--active-color);
  transition: none 0.35s cubic-bezier(0.5, -0.35, 0.35, 1.5) 0s;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu1 .h_line.h_line1 {
  bottom: calc(50% + var(--line-gap) + var(--line-height)/2);
  transition-property: bottom,margin,transform;
  transition-delay: calc(0s + 0.35s), 0s, 0s;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu1 .h_line.h_line2 {
  top: calc(50% - var(--line-height)/2);
  transition-property: top,opacity;
  transition-duration: 0.35s, 0s;
  transition-delay: calc(0s + 0.35s * 1.3), calc(0s + 0.35s * 1.3);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu1 .h_line.h_line3 {
  top: calc(50% + var(--line-gap) + var(--line-height)/2);
  transition-property: top,transform;
  transition-delay: 0s;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu1.h_active .h_line1 {
  bottom: calc(50% - var(--line-gap) - var(--line-height));
  margin-bottom: calc(var(--line-gap) + var(--line-height)/2);
  transform: rotate(45deg);
  transition-delay: calc(0s + 0.35s * 0.3), calc(0s + 0.35s * 1.3), calc(0s + 0.35s * 1.3);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu1.h_active .h_line2 {
  top: calc(50% + var(--line-gap));
  opacity: 0;
  transition-duration: 0.35s, 0s;
  transition-delay: 0s, calc(0s + 0.35s);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu1.h_active .h_line3 {
  top: calc(50% - var(--line-height)/2);
  transform: rotate(-45deg);
  transition-delay: calc(0s + 0.35s * 1.3), calc(0s + 0.35s * 1.3);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu2 .h_line.h_line1 {
  bottom: calc(50% + var(--line-gap) + var(--line-height)/2);
  transition-property: bottom,transform;
  transition-delay: calc(0s + 0.35s), 0s;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu2 .h_line.h_line2 {
  top: calc(50% - var(--line-height)/2);
  transition-property: opacity;
  transition-delay: calc(0s + 0.35s);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu2 .h_line.h_line3 {
  top: calc(50% + var(--line-gap) + var(--line-height)/2);
  transition-property: top,transform;
  transition-delay: calc(0s + 0.35s), 0s;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu2.h_active .h_line1 {
  bottom: calc(50% - var(--line-height)/2);
  transform: rotate(135deg);
  transition-delay: 0s, calc(0s + 0.35s);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu2.h_active .h_line2 {
  opacity: 0;
  transition-duration: 0s;
  transition-delay: calc(0s + 0.35s);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu2.h_active .h_line3 {
  top: calc(50% - var(--line-height)/2);
  transform: rotate(225deg);
  transition-delay: 0s, calc(0s + 0.35s);
}
.h_ggTitle {
  text-align: center;
}
.h_ggTitle h1,
.h_ggTitle h2,
.h_ggTitle h3 {
  font-weight: normal;
}
.h_ggTitle .h_title {
  font-family: 'MiSans-Semibold';
  font-size: 42px;
  color: #222222;
}
.h_ggTitle .h_title span {
  display: inline-block;
  font-size: 30px;
  color: #FFFFFF;
  font-family: 'MiSans-Semibold';
  padding: 4px 16px;
  border-radius: 0px 34px 0px 34px;
  background-color: var(--active-index);
  margin-right: 8px;
}
.h_ggTitle .h_subtitle {
  font-size: 16px;
  color: #666666;
  margin-top: 12px;
}
.h_banner {
  position: relative;
}
.h_banner img {
  width: 100%;
}
.h_banner .h_mobile {
  display: none;
}
.h_banner .h_box {
  position: absolute;
}
.h_banner .h_box .h_text {
  display: inline-block;
  padding: 18px 58px;
  background-color: var(--rgba1-wcolor);
}
.h_banner .h_box .h_text .h_ch {
  font-size: 64px;
  color: #FFFFFF;
  font-family: 'MiSans-Regular';
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_banner .h_box .h_text .h_ch span {
  display: inline-block;
  width: 6px;
  height: 66px;
  background: #FFFFFF;
  margin: 0 32px;
}
.h_banner .h_box .h_text .h_en {
  font-size: 25px;
  color: #FFFFFF;
  line-height: 33px;
  text-align-last: justify;
  text-transform: uppercase;
}
#h_pages {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  --page-height: 40px;
}
#h_pages .h_count {
  width: auto;
  box-shadow: none;
  padding: 0;
  line-height: 38px;
}
#h_pages span {
  box-shadow: 0 0 0 1px #CCCCCC;
  font-size: 15px;
  color: #757575;
  line-height: var(--page-height);
  height: var(--page-height);
  min-width: var(--page-height);
  padding: 0 10px;
  text-align: center;
}
#h_pages span.tcdNumber:hover,
#h_pages span.prevPage:hover,
#h_pages span.nextPage:hover {
  box-shadow: 0 0 0 1px var(--active-color);
  background-color: var(--active-color);
  color: #fff;
}
#h_pages span.current {
  box-shadow: 0 0 0 1px var(--active-color);
  background-color: var(--active-color);
  color: #fff;
}
#h_pages span.h_dian {
  box-shadow: none;
}
#h_pages form {
  font-size: 15px;
  font-weight: 350;
  color: #757575;
}
#h_pages form input {
  font-size: 13px;
  font-weight: 350;
  color: #757575;
  margin: 0 5px;
  padding: 0 4px;
  text-align: center;
  width: 44px;
  height: var(--page-height);
  box-shadow: inset 0 0 0 1px #E5E5E5;
  background: none;
}
#h_pages form input.submit-input {
  width: 80px;
  cursor: pointer;
}
#h_pages form input.submit-input:hover {
  color: #fff;
  box-shadow: inset 0 0 0 1px var(--active-color);
  background-color: var(--active-color);
}
#h_pages .tcdNumber,
#h_pages .prevPage,
#h_pages .nextPage {
  cursor: pointer;
}
.h_dqwz {
  padding: 16px 0;
  column-gap: 4px;
  flex-wrap: nowrap !important;
}
.h_dqwz a,
.h_dqwz span,
.h_dqwz i,
.h_dqwz h1,
.h_dqwz h2,
.h_dqwz h3 {
  font-size: 13px;
  font-weight: 290;
  color: #3D3D3D;
  white-space: nowrap;
}
.h_dqwz a:last-child,
.h_dqwz span:last-child,
.h_dqwz i:last-child,
.h_dqwz h1:last-child,
.h_dqwz h2:last-child,
.h_dqwz h3:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.h_dqwz a:hover {
  color: var(--active-color);
}
#h_mask,
.h_mask {
  z-index: 99;
  background-color: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
}
.h_footer {
  background-color: #333333;
  background-size: 8px 8px;
  overflow: hidden;
}
.h_footer .h_footer1 {
  box-shadow: 0 1px #484848;
}
.h_footer .h_footer1 .h_list {
  gap: 20px;
}
.h_footer .h_footer1 .h_list .h_item a {
  display: block;
}
.h_footer .h_footer1 .h_list .h_item a:hover {
  color: var(--active-color);
}
.h_footer .h_footer1 .h_list .h_item .h_t {
  color: #ebebeb;
  margin-bottom: 24px;
  font-size: 18px;
  font-family: 'MiSans-Regular';
}
.h_footer .h_footer1 .h_list .h_item .h_sub {
  color: #999;
  margin-bottom: 16px;
  font-size: 15px;
}
.h_footer .h_footer1 .h_list .h_item .h_name {
  font-size: 30px;
  color: #ebebeb;
  font-family: 'MiSans-Demibold';
  margin: -13px 0 24px;
}
.h_footer .h_footer1 .h_list .h_item .h_box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  max-width: 284px;
}
.h_footer .h_footer1 .h_list .h_item .h_box img {
  width: 20px;
  margin-right: 10px;
}
.h_footer .h_footer1 .h_list .h_item .h_box p {
  color: #999;
  font-size: 15px;
}
.h_footer .h_footer1 .h_list .h_item.h_ewm {
  text-align: center;
}
.h_footer .h_footer1 .h_list .h_item.h_ewm img {
  width: 140px;
}
.h_footer .h_footer1 .h_list .h_item.h_ewm p {
  font-family: 'MiSans-Regular';
  color: #999;
  margin-top: 14px;
  font-size: 15px;
}
.h_footer .h_footer2 {
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
  color: #999999;
}
.h_footer .h_footer2 img {
  width: 18px;
  margin: -3px 6px 0 12px;
}
.h_footer .h_footer2 div,
.h_footer .h_footer2 p,
.h_footer .h_footer2 span,
.h_footer .h_footer2 a {
  font-size: 13px;
  color: #999999;
}
.h_footer .h_footer2 a:hover {
  color: var(--active-color);
}
@media screen and (max-width: 1600px) {
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 56px;
  }
}
@media screen and (max-width: 1440px) {
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 42px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList li > a {
    padding: 26px 0 24px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form form input {
    width: 120px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_list {
    min-height: 140px;
  }
}
@media screen and (max-width: 1400px) {
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 36px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .h_head .h_navWeb .h_head2 .h_logo {
    font-size: 26px;
    letter-spacing: 0;
  }
  .h_banner .h_box .h_text .h_ch {
    font-size: 50px;
  }
  .h_banner .h_box .h_text .h_ch span {
    height: 50px;
    margin: 0 26px;
  }
}
@media screen and (max-width: 1200px) {
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 42px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList li:last-child {
    margin-right: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .h_head .h_navWeb .h_head2 {
    height: 65px;
  }
  .h_head .h_navWeb .h_head2 .h_R {
    width: auto;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_menu {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul {
    position: fixed;
    width: 50vw;
    right: -50vw;
    top: 65px;
    height: calc(100vh - 65px);
    background-color: #fff;
    display: block;
    transition: right 0.3s ease-in-out;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li {
    display: block;
    margin: 0;
    width: 100%;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a {
    display: flex;
    align-items: center;
    width: 100%;
    color: #222;
    padding: 12px 20px 10px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a p {
    margin: 0 0 0 10px;
    font-size: 15px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a::before {
    display: none !important;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .icon {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_subBox {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active {
    background-color: var(--active-color);
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active > a {
    color: #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList.h_show .h_mask {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList.h_show ul {
    right: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form form {
    background-color: var(--active-color);
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form form button .icon {
    color: #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList li:hover ol {
    display: none;
  }
  .h_ggTabs .swiper .swiper-slide a {
    height: 36px;
    font-size: 15px;
    line-height: 36px;
    padding: 0 17px;
  }
  .h_ggTabs .swiper {
    padding-bottom: 18px;
  }
  .h_ggTabs .swiper .swiper-slide::after {
    bottom: -18px;
  }
  .h_banner .h_box .h_text .h_ch {
    font-size: 40px;
  }
  .h_banner .h_box .h_text .h_en {
    font-size: 20px;
  }
  .h_banner .h_box .h_text .h_ch span {
    height: 38px;
    margin: 0 20px;
    width: 4px;
  }
}
@media screen and (max-width: 767px) {
  .h_banner .h_box .h_text {
    padding: 18px 34px;
  }
  .h_banner .h_box .h_text .h_ch {
    font-size: 28px;
  }
  .h_banner .h_box .h_text .h_ch span {
    height: 27px;
    margin: 0 12px;
    width: 3px;
  }
  .h_banner .h_box .h_text .h_en {
    font-size: 14px;
    line-height: 24px;
  }
  .h_head .h_navWeb .h_head2 .h_logo img {
    width: auto;
  }
  #h_pages .h_count,
  #h_pages form {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .h_pc {
    display: none;
  }
  .h_mobile {
    display: block !important;
  }
  .h_head .h_navWeb .h_head2 .h_logo {
    font-size: 22px;
  }
  #h_pages span.h_prev {
    padding-right: 10px;
  }
  #h_pages span.h_next {
    padding-left: 10px;
  }
  #h_pages span {
    padding: 0 8px;
    font-size: 14px;
  }
  #h_pages .h_btn {
    display: none;
  }
  #h_pages {
    width: 100%;
    --page-height: 28px;
    column-gap: 10px;
  }
  .h_footer .h_footer1 .h_list {
    gap: 15px;
    justify-content: center;
  }
  .h_footer .h_footer1 .h_list .h_item .h_t {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .h_footer .h_footer1 .h_list .h_item:nth-last-child(2) {
    display: block;
  }
  .h_footer .h_footer1 .h_list .h_item {
    display: none;
  }
  .h_footer .h_footer1 .h_list .h_item .h_name {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .h_footer .h_footer1 .h_list .h_item .h_box {
    margin-bottom: 10px;
  }
  .h_footer .h_footer1 .h_list .h_item .h_box:last-child {
    margin: 0;
  }
  .h_footer .h_footer2 {
    justify-content: center;
    row-gap: 3px;
  }
  .h_footer .h_footer1 .h_list .h_item .h_sub {
    margin-bottom: 8px;
  }
  .h_footer .h_footer1 .h_list .h_item .h_sub:last-child {
    margin: 0;
  }
  .h_banner .h_box {
    justify-content: center;
    display: flex;
  }
  .h_banner .h_box .h_text .h_ch {
    justify-content: center;
  }
  .h_banner .h_box .h_text .h_en {
    text-align-last: unset;
  }
  .h_banner .h_box .h_text {
    background-color: var(--rgba2-bcolor);
    text-align: center;
    padding: 18px 20px;
  }
}
