* {
  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;
  font-family: "Source Han Sans Regular";
}
@font-face {
  font-family: "Altinn-DIN";
  src: url(../fonts/Altinn-DIN.ttf);
}
html,
body {
  overflow-x: hidden;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
.h_kong {
  display: none;
}
.h_head {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
}
.h_head.h_headDown .h_navWeb .h_head2 {
  padding: 12px 0;
}
.h_head .h_navWeb .h_logo .h_icon {
  width: 108px;
  font-size: 0;
}
.h_head .h_navWeb .h_logo .h_text {
  margin-left: 8px;
  margin-top: 3px;
}
.h_head .h_navWeb .h_logo .h_text .h_name {
  font-size: 24px;
  line-height: 1.1;
  text-align: justify;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.8);
}
.h_head .h_navWeb .h_logo .h_text .h_en {
  font-family: "Source Han Sans Normal";
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  margin-top: 3px;
}
.h_head .h_navWeb .h_head2 {
  padding: 26px 0;
  transition: padding 0.3s ease-in-out;
}
.h_head .h_navWeb .h_head2 .h_logo {
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R {
  --col-gap: 60px;
  position: relative;
}
.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 ul > li {
  position: relative;
  margin-right: var(--col-gap);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a {
  display: block;
  line-height: 50px;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: "Source Han Sans Normal";
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  right: 0px;
  bottom: 0;
  background: #fff;
  transform: scaleX(0);
  transition: all 0.2s;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:hover a::before,
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li.h_active a::before {
  transform: scaleX(1);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  transition: all 0.2s;
  left: 50%;
  transform: translate(-50%, 10%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  overflow: hidden;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a {
  padding: 15px 26px;
  white-space: nowrap;
  display: block;
  color: #444444;
  font-size: 14px;
  border-bottom: 1px solid #E5E5E5;
  min-width: 140px;
  text-align: center;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a:last-child {
  border: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a.active,
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a:hover {
  background: var(--active-color);
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:hover ol {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0px);
}
.h_head .h_navWeb .h_head2 .h_R .h_gglang {
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_gglang .h_icon {
  overflow: hidden;
  width: 22px;
  font-size: 0;
}
.h_head .h_navWeb .h_head2 .h_R .h_gglang .h_text {
  margin-left: 10px;
  font-size: 15px;
  white-space: nowrap;
  font-family: "Source Han Sans Normal";
}
.h_head .h_navWeb .h_head2 .h_R .h_gglang .h_curLang {
  height: var(--h-height1);
  position: relative;
  --t-height: 6px;
  padding: 6px 0;
  padding-right: calc(var(--t-height) * 3);
  cursor: pointer;
}
.h_head .h_navWeb .h_head2 .h_R .h_gglang .h_curLang .h_text {
  color: #fff;
  font-family: "Source Han Sans Normal";
}
.h_head .h_navWeb .h_head2 .h_R .h_gglang .h_curLang::after {
  position: absolute;
  content: '';
  border-top: var(--t-height) solid #fff;
  border-left: var(--t-height) solid transparent;
  border-right: var(--t-height) solid transparent;
  top: calc(50% - var(--t-height)/2);
  right: 0%;
}
.h_head .h_navWeb .h_head2 .h_R .h_gglang .h_langList {
  position: absolute;
  top: 100%;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  left: 50%;
  display: none;
  transform: translateX(-50%);
}
.h_head .h_navWeb .h_head2 .h_R .h_gglang .h_langList .h_langItem {
  display: flex;
  align-items: center;
  height: 40px;
  min-width: 100px;
  padding: 0 20px;
}
.h_head .h_navWeb .h_head2 .h_R .h_gglang .h_langList .h_langItem .h_text {
  color: #666;
}
.h_head .h_navWeb .h_head2 .h_R .h_gglang .h_langList .h_langItem:hover {
  background-color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_gglang .h_langList .h_langItem:hover .h_text {
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R .h_search {
  position: relative;
  font-size: 0;
  margin-left: 24px;
}
.h_head .h_navWeb .h_head2 .h_R .h_search .h_icon .icon {
  cursor: pointer;
  font-size: 22px;
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R .h_search .h_formBox {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: -10px;
  display: none;
  background: #000;
  overflow: hidden;
  z-index: 2;
  border-radius: 12px;
  border: 1px solid var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_search .h_formBox input:-moz-placeholder {
  color: #dbdbdb;
}
.h_head .h_navWeb .h_head2 .h_R .h_search .h_formBox input:-ms-input-placeholder {
  color: #dbdbdb;
}
.h_head .h_navWeb .h_head2 .h_R .h_search .h_formBox input::-webkit-input-placeholder {
  color: #dbdbdb;
}
.h_head .h_navWeb .h_head2 .h_R .h_search .h_formBox input {
  width: 220px;
  color: #fff;
  font-size: 14px;
  font-family: '思源黑体';
  height: 34px;
  padding: 0 0 0 16px;
}
.h_head .h_navWeb .h_head2 .h_R .h_search .h_formBox button {
  width: 44px;
  height: 34px;
}
.h_head .h_navWeb .h_head2 .h_R .h_search .h_formBox button .icon {
  color: #fff;
  font-size: 20px;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu {
  display: none;
  cursor: pointer;
  margin-left: 30px;
  position: relative;
  width: 32px;
  --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: #fff;
  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_banners {
  position: relative;
}
.h_banners .h_img {
  position: relative;
}
.h_banners .h_posBox {
  position: absolute;
  width: 100%;
  top: 52%;
  transform: translateY(-50%);
  left: 0;
}
.h_banners .h_posBox .h_text {
  max-width: 75%;
  color: #fff;
}
.h_banners .h_posBox .h_text .h_title {
  font-size: 66px;
  font-family: "Source Han Sans Bold";
}
.h_banners .h_posBox .h_text .h_desc {
  font-family: "Source Han Sans Normal";
  font-size: 16px;
  margin-top: 5px;
}
.h_banners .h_navBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.h_banners .h_navBox .h_box {
  position: relative;
  padding: 20px 0;
}
.h_banners .h_navBox .h_box::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 120vw;
  background-color: #fff;
  top: 0;
  left: -60px;
  z-index: -1;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
}
.h_banners .h_navBox .h_box .h_local {
  color: #888888;
  padding: 20px 0;
  padding-left: 28px;
  font-size: 14px;
  background-image: url(../static/icon_dw.png);
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: left center;
  white-space: nowrap;
}
.h_banners .h_navBox .h_box .h_local a:hover {
  color: var(--active-color);
}
.h_banners .h_navBox .h_subCols {
  gap: 10px 50px;
}
.h_banners .h_navBox .h_subCols .h_sub {
  font-size: 16px;
  color: #333;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_banners .h_navBox .h_subCols .h_sub::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  display: none;
  background-color: var(--active-color);
  left: 0;
  bottom: -20px;
}
.h_banners .h_navBox .h_subCols .h_sub:hover {
  color: var(--active-color);
}
.h_banners .h_navBox .h_subCols .h_sub.active {
  color: var(--active-color);
}
.h_banners .h_navBox .h_subCols .h_sub.active::after {
  display: block;
}
.h_swipersBox {
  position: relative;
}
.h_swipersBox::before {
  z-index: 2;
  position: absolute;
  content: '';
  width: 20%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(-90deg, #0000, #fff 90%);
}
.h_swipersBox::after {
  z-index: 2;
  position: absolute;
  content: '';
  width: 20%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, #0000, #fff 90%);
}
.h_swipersBox .swiper {
  margin-bottom: 30px;
  --swiper-wrapper-transition-timing-function: linear;
}
#h_pages {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  --page-height: 36px;
}
#h_pages .h_count {
  width: auto;
  padding: 0 12px;
}
#h_pages span {
  font-size: 14px;
  color: #333;
  line-height: calc(var(--page-height) + 2px);
  height: var(--page-height);
  min-width: var(--page-height);
  text-align: center;
  user-select: none;
  position: relative;
  z-index: 2;
}
#h_pages span i {
  font-size: 16px;
}
#h_pages span::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 1px #e1e1e1;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
}
#h_pages span.dian {
  background: none;
  box-shadow: none;
  font-family: 'Lato';
}
#h_pages span.prevPage:hover,
#h_pages span.nextPage:hover {
  color: #fff;
}
#h_pages span.prevPage:hover::after,
#h_pages span.nextPage:hover::after {
  background-color: var(--active-color);
  box-shadow: 0 0 0 1px var(--active-color);
}
#h_pages span.tcdNumber:hover {
  color: var(--active-color);
}
#h_pages span.tcdNumber:hover::after {
  box-shadow: 0 0 0 1px var(--active-color);
}
#h_pages span.current {
  color: #fff;
}
#h_pages span.current::after {
  background-color: var(--active-color);
  box-shadow: 0 0 0 1px var(--active-color);
}
#h_pages form {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
  margin-left: 10px;
}
#h_pages form input {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
  margin-left: 5px;
  padding: 0 4px;
  width: 44px;
  height: var(--page-height);
  box-shadow: inset 0 0 0 1px #E5E5E5;
  background: none;
  text-align: center;
}
#h_pages form input.submit-input {
  cursor: pointer;
}
#h_pages form input.submit-input:hover {
  color: #fff;
  box-shadow: inset 0 0 0 1px var(--active-color2);
  background-color: var(--active-color2);
}
#h_pages .tcdNumber,
#h_pages .h_btn {
  cursor: pointer;
}
#h_mask,
.h_mask {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  display: none;
}
.h_footer {
  background-color: #171717;
  overflow: hidden;
}
.h_footer .h_footer1 .h_L {
  width: 260px;
}
.h_footer .h_footer1 .h_L .h_logo {
  display: block;
  width: 106px;
}
.h_footer .h_footer1 .h_L .h_msgBox {
  margin-top: 50px;
}
.h_footer .h_footer1 .h_L .h_msgBox .h_msg {
  margin-top: 30px;
}
.h_footer .h_footer1 .h_L .h_msgBox .h_msg .h_label {
  font-family: "Source Han Sans Medium";
  margin-bottom: 10px;
  color: #fff;
}
.h_footer .h_footer1 .h_L .h_msgBox .h_msg .h_tel {
  font-size: 32px;
  color: var(--active-color);
}
.h_footer .h_footer1 .h_L .h_msgBox .h_msg .h_p1 {
  color: rgba(255, 255, 255, 0.2);
}
.h_footer .h_footer1 .h_R {
  width: calc(95% - 300px);
}
.h_footer .h_footer1 .h_R .h_cols .h_item .h_t {
  font-size: 21px;
  color: #fff;
}
.h_footer .h_footer1 .h_R .h_cols .h_item .h_t:hover {
  color: var(--active-color);
}
.h_footer .h_footer1 .h_R .h_cols .h_item .h_line {
  margin: 20px 0 25px;
  width: 18px;
  aspect-ratio: 18/3;
  background-color: var(--active-color);
}
.h_footer .h_footer1 .h_R .h_cols .h_item .h_d {
  margin-bottom: 10px;
  display: block;
  color: rgba(255, 255, 255, 0.2);
}
.h_footer .h_footer1 .h_R .h_cols .h_item .h_d:hover {
  color: #fff;
}
.h_footer .h_footer1 .h_R .h_cols .h_item .h_img {
  margin-top: 20px;
}
.h_footer .h_footer1 .h_R .h_cols .h_item .h_img img {
  width: 100px;
}
.h_footer .h_footer1 .h_R .h_cols .h_item .h_img p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.2);
}
.h_footer .h_footer1 .h_R .h_cols .h_item.tc {
  text-align: center;
}
.h_footer .h_footer1 .h_R .h_plinks .h_p1 {
  color: rgba(255, 255, 255, 0.9);
}
.h_footer .h_footer1 .h_R .h_plinks .h_links {
  margin-top: 20px;
}
.h_footer .h_footer1 .h_R .h_plinks .h_links a {
  color: rgba(255, 255, 255, 0.2);
  margin-right: 25px;
}
.h_footer .h_footer1 .h_R .h_plinks .h_links a:hover {
  color: #fff;
}
.h_footer .h_footer2 {
  padding: 20px 0;
  background-color: #121212;
}
.h_footer .h_footer2 p,
.h_footer .h_footer2 a,
.h_footer .h_footer2 span,
.h_footer .h_footer2 div {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
  font-family: "Source Han Sans Normal";
}
.h_footer .h_footer2 .h_msg a {
  margin-left: 7px;
}
.h_footer .h_footer2 .gap {
  margin-left: 7px;
}
.h_footer .h_footer2 a:hover {
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .h_head .h_navWeb .h_logo .h_icon {
    width: 100px;
  }
  .h_head .h_navWeb .h_logo .h_text .h_name {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .h_head .h_navWeb .h_logo .h_text .h_en {
    font-size: 9px;
  }
}
@media screen and (max-width: 1440px) {
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 50px;
  }
  .h_banners .h_posBox .h_text .h_title {
    font-size: 46px;
  }
  .h_banners .h_navBox .h_box {
    padding: 15px 0;
  }
  .h_banners .h_navBox .h_box .h_local {
    padding: 15px 0 15px 28px;
  }
  .h_banners .h_navBox .h_subCols .h_sub {
    height: 36px;
  }
  .h_banners .h_navBox .h_subCols .h_sub::after {
    bottom: -8px;
    height: 3px;
  }
}
@media screen and (max-width: 1400px) {
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 34px;
  }
  .h_head .h_navWeb .h_logo .h_icon {
    width: 76px;
  }
  .h_head .h_navWeb .h_logo .h_text .h_name {
    font-size: 18px;
    letter-spacing: 0.6px;
  }
  .h_head .h_navWeb .h_logo .h_text .h_en {
    font-size: 8px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_gglang .h_icon {
    width: 20px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_gglang .h_icon .icon {
    font-size: 20px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a {
    line-height: 42px;
  }
  .h_footer .h_footer1 .h_R .h_cols .h_item .h_t {
    font-size: 18px;
  }
  .h_footer .h_footer1 .h_R .h_cols .h_item .h_d {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 26px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_search {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .h_head .h_navWeb .h_head1 {
    display: none;
  }
  .h_head.h_headDown .h_navWeb .h_head2 {
    padding: 0;
  }
  .h_head .h_navWeb .h_head2 {
    padding: 0;
    height: 65px;
    position: relative;
    justify-content: space-between;
  }
  .h_head .h_navWeb .h_head2 .h_R {
    width: auto;
    padding: 0;
  }
  .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;
    overflow-y: auto;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li {
    display: block;
    margin: 0;
    width: 100%;
    --height: 45px !important;
    padding: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a {
    width: 100%;
    height: var(--height);
    font-size: 16px;
    line-height: var(--height);
    box-shadow: none !important;
    text-align: left;
    padding: 0 20px;
    border-radius: 0;
    color: #333;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a .icon {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a::after {
    display: none !important;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active > a {
    color: var(--active-color);
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active .icon {
    color: #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > .icon {
    display: block;
    position: absolute;
    right: 10px;
    width: 40px;
    top: 3px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #333;
    cursor: pointer;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol {
    display: none;
    transform: none;
    position: static;
    visibility: visible;
    pointer-events: auto;
    background-color: #f6f9fe;
    transition: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 20px;
    --height: 40px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol li {
    border-bottom: 1px solid #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol li:last-child {
    border-bottom: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol a {
    text-align: left;
    padding: 0;
    font-size: 15px;
    color: #555555;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol a:hover {
    background: #0000;
    color: #555;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li:hover ol {
    transform: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul .h_language {
    display: flex;
  }
  .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_banners .h_navBox {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .h_head .h_navWeb .h_head2 .h_R .h_menu {
    margin-left: 22px;
  }
  .h_footer .h_footer1 .h_R .h_cols .h_item {
    display: none;
  }
  .h_footer .h_footer1 .h_R .h_cols .h_item:last-child {
    display: block;
  }
  .h_plinks {
    display: none;
  }
  .h_footer .h_footer1 .h_L .h_msgBox .h_msg {
    margin-top: 16px;
  }
  .h_footer .h_footer1 .h_L .h_msgBox {
    margin-top: 20px;
  }
  .h_footer .h_footer1 .h_R {
    width: auto;
  }
  .h_footer .h_footer1 {
    flex-wrap: nowrap;
    gap: 20px;
    align-items: flex-end;
  }
  .h_footer .h_footer1 .h_L {
    width: auto;
  }
  .h_banners .h_navBox .h_box {
    padding: 8px 0;
  }
  .h_banners .h_navBox .h_box .h_local {
    display: none;
  }
  .h_banners .h_navBox .h_subCols {
    width: 100%;
    justify-content: flex-start;
  }
  .h_banners .h_posBox .h_text .h_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .h_head .h_navWeb .h_logo .h_text {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_menu {
    margin-left: 14px;
  }
  #h_pages {
    margin-top: 15px;
  }
  #h_pages span {
    font-size: 14px;
  }
  #h_pages {
    --page-height: 30px;
  }
  #h_pages span.page-item,
  #h_pages form {
    display: none;
  }
  .h_footer .h_footer1 {
    flex-wrap: wrap;
  }
  .h_footer .h_footer1 .h_L .h_logo {
    display: none;
  }
  .h_footer .h_footer1 .h_L .h_msgBox {
    margin-top: 0;
  }
  .h_footer .h_footer1 .h_L .h_msgBox .h_msg .h_p1 {
    font-size: 14px;
  }
  .h_footer .h_footer1 .h_L .h_msgBox .h_msg .h_tel {
    font-size: 26px;
  }
  .h_footer .h_footer1 .h_L .h_msgBox .h_msg .h_label {
    margin-bottom: 5px;
  }
  .h_footer .h_footer1 .h_R {
    display: none;
  }
  .h_footer .h_footer2 {
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
  .h_footer .h_footer2 .h_msg {
    justify-content: center;
  }
  .h_footer .h_footer2 .h_msg p a {
    margin: 0;
  }
  .h_swipersBox .swiper {
    margin-bottom: 10px;
  }
  .h_banners .h_navBox .h_subCols {
    gap: 10px 16px;
  }
  .h_banners .h_posBox {
    top: 54%;
  }
  .h_banners .h_posBox .h_text {
    max-width: none;
    text-align: center;
  }
  .h_banners .h_posBox .h_text .h_title {
    font-size: 24px;
  }
  .h_banners .h_posBox .h_text .h_desc {
    display: none;
  }
}
