* {
  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: "微软雅黑", "Microsoft YaHei";
}
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: #8D8D8D;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8D8D8D;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8D8D8D;
}
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_imgFull {
  display: block;
  overflow: hidden;
}
.h_imgFull img,
.h_imgFull video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.h_imgFull2 {
  display: block;
  overflow: hidden;
}
.h_imgFull2 img,
.h_imgFull2 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
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_head {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 1px 16px -6px rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  transition: padding 0.3s ease-out, transform 0.3s ease-out;
}
.h_head.h_headDown {
  transform: translateY(0);
}
.h_head .h_navWeb .h_head2 .h_logo img {
  height: 48px;
}
.h_head .h_navWeb .h_head2 .h_R {
  margin-left: 6px;
  --col-gap: 64px;
  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 {
  margin-right: var(--col-gap);
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #222222;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .icon {
  display: none;
  position: absolute;
  right: calc(var(--w-padding)/2 - 9px);
  top: 0;
  z-index: 2;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:hover > 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.h_active > a {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li.h_btn {
  display: none;
  padding: 8px 20px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li.h_btn a {
  background-color: var(--active-color);
  color: #fff;
  border-radius: 6px;
  justify-content: center;
}
.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%);
  padding: 12px 0;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: -8px;
  left: 50%;
  z-index: -1;
  transform: translate(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #fff;
  filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.1));
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a {
  padding: 10px 25px;
  white-space: nowrap;
  text-align: center;
  min-width: 80px;
  display: block;
  color: #444444;
  font-size: 14px;
}
.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 {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a:hover {
  color: var(--active-color);
}
.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_navList .h_language {
  padding: 10px 20px;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 18px;
  display: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList .h_language a {
  white-space: nowrap;
  height: 25px;
  line-height: 27px;
  width: 62px;
  text-align: center;
  box-shadow: inset 0 0 0 1px var(--active-color);
  font-size: 14px;
  font-weight: 400;
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList .h_language a:hover {
  color: #fff;
  background: var(--active-color);
  box-shadow: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList .h_language a.h_active {
  color: #fff;
  background: var(--active-color);
  box-shadow: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_right .h_tel {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  position: relative;
  padding-left: 36px;
  background: url(../static/icon1.png) no-repeat left center;
  background-size: 20px;
}
.h_head .h_navWeb .h_head2 .h_R .h_right .h_lang {
  font-weight: 290;
  font-size: 16px;
  color: #222222;
}
.h_head .h_navWeb .h_head2 .h_R .h_right .h_lang:hover {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_right .h_line {
  margin: 0 30px;
  width: 1px;
  height: 15px;
  background: #D8D8D8;
}
.h_head .h_navWeb .h_head2 .h_R .h_right .h_icon {
  font-size: 0;
  width: 18px;
  cursor: pointer;
}
.h_head .h_navWeb .h_head2 .h_R .h_formBox {
  position: absolute;
  right: -10px;
  display: none;
  background: linear-gradient(90deg, var(--active-color), var(--active-color2));
  border-radius: 54px;
  overflow: hidden;
}
.h_head .h_navWeb .h_head2 .h_R .h_formBox input:-moz-placeholder {
  color: #e4e4e4;
}
.h_head .h_navWeb .h_head2 .h_R .h_formBox input:-ms-input-placeholder {
  color: #e4e4e4;
}
.h_head .h_navWeb .h_head2 .h_R .h_formBox input::-webkit-input-placeholder {
  color: #e4e4e4;
}
.h_head .h_navWeb .h_head2 .h_R .h_formBox input {
  width: 200px;
  color: #fff;
  font-size: 15px;
  font-family: '微软雅黑';
  height: 38px;
  padding: 0 0 0 14px;
  background: #0000 !important;
}
.h_head .h_navWeb .h_head2 .h_R .h_formBox input::selection {
  color: var(--active-color);
  background: #fff;
}
.h_head .h_navWeb .h_head2 .h_R .h_formBox button {
  width: 38px;
  height: 38px;
}
.h_head .h_navWeb .h_head2 .h_R .h_formBox button img {
  filter: grayscale(100%) brightness(800%);
  width: 20px;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu {
  display: none;
  cursor: pointer;
  margin-left: 16.5px;
  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: 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_head .h_navWeb .h_head2 .h_R2 .h_tel {
  font-size: 20px;
  color: #111111;
}
.h_head .h_navWeb .h_head2 .h_R2 .h_tel img {
  width: 24px;
  margin-right: 10px;
}
.h_head .h_navWeb .h_head2 .h_R2 .h_btn {
  margin-left: 16px;
  display: inline-block;
  padding: 8px 24px 7px;
  border-radius: 57px 57px 57px 57px;
  border: 1px solid var(--active-color);
  font-size: 16px;
  color: var(--active-color);
  transition: background 0.3s, opacity 0.3s;
}
.h_head .h_navWeb .h_head2 .h_R2 .h_btn:hover {
  background-color: var(--active-color);
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R2 .h_btn.h_btn2 {
  background-color: var(--active-color);
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R2 .h_btn.h_btn2:hover {
  opacity: 0.5;
}
.h_banner_pro {
  position: relative;
}
.h_banner_pro img {
  width: 100%;
}
.h_banner_pro .h_text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.h_banner_pro .h_text .h_title {
  font-weight: 400;
  font-size: 46px;
  color: #FFFFFF;
}
.h_banner_pro .h_text .h_desc {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 32px;
}
.h_banner_pro .h_text a {
  background-color: var(--active-color);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  width: 205px;
  height: 48px;
  background: #0070EE;
  border-radius: 73px;
  padding: 0 33px;
  margin-top: 45px;
}
.h_banner_pro .h_text a span {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.h_banner_pro .h_text a img {
  width: 24px;
}
.h_banners {
  position: relative;
}
.h_banners img {
  width: 100%;
}
.h_banners .h_mb {
  display: none;
}
.h_banners .h_text {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.h_banners .h_text .h_en {
  background: linear-gradient(180deg, #FFFFFF, #0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 116px;
  line-height: 1.3;
}
.h_banners .h_text .h_ch {
  font-weight: 700;
  font-size: 46px;
  color: #FFFFFF;
  line-height: 1.33;
  margin-top: -76px;
}
.h_dqwz {
  padding-bottom: 9px;
  border-bottom: 1px solid #D8D8D8;
}
.h_dqwz img {
  width: 24px;
}
.h_dqwz span {
  font-weight: 400;
  font-size: 13px;
  color: #3D3D3D;
}
.h_dqwz a:hover {
  color: var(--active-color);
}
#h_pages {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 9px;
  --page-height: 30px;
}
#h_pages .h_count {
  width: auto;
  padding: 0 12px;
}
#h_pages span {
  box-shadow: 0 0 0 1px #CCCCCC;
  font-size: 14px;
  color: #6A6D75;
  line-height: var(--page-height);
  height: var(--page-height);
  min-width: var(--page-height);
  text-align: center;
}
#h_pages span.h_dian {
  font-family: math;
  background: none;
  box-shadow: none;
}
#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 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-color);
  background-color: var(--active-color);
}
#h_pages .tcdNumber,
#h_pages .prevPage,
#h_pages .nextPage {
  cursor: pointer;
}
#h_mask,
.h_mask {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  display: none;
}
.h_footer {
  background: #2F2F2F;
}
.h_footer .h_footer1 {
  padding: 60px 0 50px;
}
.h_footer .h_footer1 .logo {
  height: 48px;
  margin-bottom: 38px;
}
.h_footer .h_footer1 .logo img {
  height: 100%;
  width: auto;
}
.h_footer .h_footer1 .h_item {
  max-width: 250px;
}
.h_footer .h_footer1 .h_item .h_t {
  font-weight: 400;
  font-size: 18px;
  color: #979797;
}
.h_footer .h_footer1 .h_item .h_d {
  font-weight: 400;
  font-size: 16px;
  color: #979797;
  line-height: 1.625;
}
.h_footer .h_footer1 .h_item .h_msgList {
  margin-top: 24px;
}
.h_footer .h_footer1 .h_item .h_msgList .h_d {
  padding-left: 26px;
  background: url(../static/icon3.png) no-repeat;
  background-size: 18px 18px;
  background-position: 0 5px;
  margin-bottom: 15px;
}
.h_footer .h_footer1 .h_item .h_msgList .h_d.tel {
  background-image: url(../static/icon4.png);
}
.h_footer .h_footer1 .h_item .h_msgList .h_d.email {
  background-image: url(../static/icon5.png);
}
.h_footer .h_footer1 .h_item .h_colList {
  margin-top: 30px;
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 20px;
  align-content: space-between;
}
.h_footer .h_footer1 .h_item .h_colList .h_d:hover {
  color: var(--active-color);
}
.h_footer .h_footer1 .h_item .h_tel {
  font-size: 32px;
  color: #FFFFFF;
  line-height: 41px;
  margin-top: 8px;
}
.h_footer .h_footer1 .h_item.h_rbox {
  text-align: right;
}
.h_footer .h_footer1 .h_item .h_ewm {
  margin-top: 20px;
}
.h_footer .h_footer1 .h_item .h_ewm p {
  font-weight: 400;
  font-size: 18px;
  color: #979797;
}
.h_footer .h_footer1 .h_item .h_ewm img {
  margin-top: 8px;
  width: 104px;
}
.h_footer .h_fmsg {
  font-size: 14px;
  padding: 30px 0;
  border-top: 1px solid rgba(216, 216, 216, 0.2);
}
.h_footer .h_fmsg .h_p1 {
  margin-bottom: 7px;
}
.h_footer .h_fmsg .h_p1 span {
  margin: 0 6px;
}
.h_footer .h_fmsg p,
.h_footer .h_fmsg a {
  color: var(--rgba5-wcolor);
}
.h_footer .h_fmsg a:hover {
  color: var(--active-color);
}
@media screen and (max-width: 1440px) {
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 44px;
  }
}
@media screen and (max-width: 1300px) {
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 20px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_right .h_tel {
    padding-left: 30px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_right .h_line {
    margin: 0 22px;
  }
}
@media screen and (max-width: 1024px) {
  .h_head {
    padding: 0;
  }
  .h_head .h_navWeb .h_head2 {
    height: 65px;
    padding: 0 !important;
    position: relative;
    justify-content: space-between;
  }
  .h_head .h_navWeb .h_head2 .h_R2 {
    position: absolute;
    right: 48px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_btn {
    width: 65px;
    height: 65px;
    background: none;
  }
  .h_head .h_navWeb .h_head2 .h_logo img {
    height: 50px;
  }
  .h_head .h_navWeb .h_head2 .h_logo span {
    margin-left: 10px;
    font-size: 20px;
  }
  .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_formBox {
    right: 38px;
  }
  .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;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a {
    width: 100%;
    color: #333;
    height: var(--height);
    font-size: 16px;
    line-height: var(--height);
    box-shadow: none !important;
    text-align: left;
    padding: 0 20px;
    border-radius: 0;
  }
  .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 {
    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 ul li.h_active .icon {
    color: #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .icon {
    display: block;
  }
  .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: #e7f2ff;
    transition: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol a {
    padding: 10px 36px;
    text-align: left;
    height: auto;
    line-height: normal;
    box-shadow: 0 1px #fff;
  }
  .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_swiper .mySwiper .swiper-button-next,
  .h_swiper .mySwiper .swiper-button-prev {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_headForm {
    right: 62px;
    height: 65px;
    padding: 0;
    width: 0;
    overflow: hidden;
    background: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_headForm input {
    width: 180px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_headForm.show {
    right: 62px;
    width: 262px;
    padding: 0 16px;
  }
  .h_banners .h_text .h_ch {
    font-size: 36px;
    margin-top: -43px;
  }
  .h_banners .h_text .h_en {
    font-size: 84px;
  }
  .h_banners .h_text {
    top: 46%;
  }
  .h_footer .h_footer1 .h_item:nth-child(1),
  .h_footer .h_footer1 .h_item:nth-child(2),
  .h_footer .h_footer1 .h_item:nth-child(3) {
    display: none;
  }
  .h_footer .h_fmsg {
    padding: 18px;
  }
  .h_footer .h_footer1 {
    padding: 40px 0;
  }
  .h_footer .h_footer1 .h_item .h_colList {
    margin-top: 20px;
  }
  .h_footer .h_footer1 .h_item .h_colList {
    row-gap: 14px;
  }
  .h_footer .h_footer1 .h_item .h_ewm {
    margin-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .h_footer .h_footer1 {
    justify-content: center;
  }
  .h_footer .h_footer1 .h_R {
    display: none;
  }
  .h_footer .h_fmsg {
    justify-content: center;
    text-align: center;
  }
  .h_footer .h_fmsg .h_l {
    margin-bottom: 10px;
  }
  .h_banners .h_pc,
  .h_banner_pro .h_text {
    display: none;
  }
  .h_banners .h_mb {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .h_head .h_navWeb .h_head2 .h_R .h_headForm input {
    padding: 0 16px;
  }
  .h_banners .h_text .h_ch {
    margin-top: -20px;
    font-size: 24px;
  }
  .h_banners .h_text .h_en {
    font-size: 30px;
    color: var(--rgba5-wcolor);
  }
  #h_pages {
    margin-top: 15px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_hotline {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_right .h_tel {
    display: none;
  }
  .h_footer .h_fmsg {
    padding: 15px 0;
  }
  #h_pages span.h_btn,
  #h_pages form {
    display: none;
  }
  .h_footer .h_footer1 {
    padding: 20px 0;
  }
  .h_footer .h_footer1 .h_item .h_t {
    display: none;
  }
  .h_footer .h_footer1 .logo {
    margin-bottom: 15px;
  }
  .h_footer .h_footer1 .h_item {
    width: 100%;
    max-width: unset;
  }
  .h_footer .h_footer1 .h_item .h_colList {
    margin: 0;
    width: 100%;
    height: auto;
    flex-direction: row-reverse;
    gap: 10px 15px;
    justify-content: center;
  }
  .h_footer .h_footer1 .logo,
  .h_footer .h_footer1 .h_item.h_rbox {
    text-align: center;
  }
  .h_footer .h_footer1 .h_item .h_tel {
    font-size: 30px;
  }
  .h_footer .h_footer1 .h_item .h_ewm p {
    font-size: 16px;
  }
  .h_footer .h_footer1 .h_item .h_ewm .h_imgs {
    justify-content: space-evenly;
  }
  .h_footer .h_fmsg > div {
    justify-content: center;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_right p.h_line:nth-of-type(2) {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_formBox form {
    flex-wrap: nowrap;
  }
}
