@font-face {
  font-family: 'OPPOSans-Bold';
  src: url('../fonts/OPPOSans-B.ttf');
}
@font-face {
  font-family: 'OPPOSans-Heavy';
  src: url('../fonts/OPPOSans-H.ttf');
}
@font-face {
  font-family: 'OPPOSans-Medium';
  src: url('../fonts/OPPOSans-M.ttf');
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('../fonts/Montserrat-ExtraBold.ttf');
}
* {
  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: 'OPPOSans-Medium';
}
html,
body {
  overflow-x: visible;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
.jbcolor {
  background: var(--jb-bg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_head {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.1);
}
.h_head.h_headDown {
  transform: translateY(-55px);
}
.h_head.h_headDown .h_navWeb .h_head2 {
  padding: 12px 0;
}
.h_head .h_navWeb .h_head2 {
  transition: padding 0.3s linear;
}
.h_head .h_navWeb .h_head2 .h_logo {
  font-size: 0;
}
.h_head .h_navWeb .h_head2 .h_logo img {
  width: 183px;
}
.h_head .h_navWeb .h_head2 .h_R {
  width: calc(100% - 203px);
  --col-gap: 56px;
  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;
  padding: 20px 0;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a {
  font-family: 'OPPOSans-Heavy';
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 17px;
  color: #111;
  height: 50px;
  line-height: 50px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a .icon {
  font-size: 18px;
  font-weight: bold;
  margin-top: 2px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background: var(--jb-bg);
  transform: skewX(-30deg) scaleX(0);
  transition: transform 0.3s linear;
  transform-origin: right;
}
.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:hover > a,
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li.h_active > a {
  background: var(--jb-bg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:hover > a::after,
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li.h_active > a::after {
  transform-origin: left;
  transform: skewX(-30deg) scaleX(1);
}
.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: 0%;
  transform: translateY(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: 12px 26px;
  white-space: nowrap;
  display: block;
  color: #444444;
  font-size: 16px;
  font-family: 'OPPOSans-Heavy';
  border-bottom: 1px solid #E5E5E5;
}
.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(--jb-bg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:hover ol {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(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_tel {
  width: 44px;
  height: 44px;
  background: var(--jb-bg);
  border-radius: 50%;
  transition: border-radius 0.3s;
}
.h_head .h_navWeb .h_head2 .h_R .h_tel img {
  width: 26px;
}
.h_head .h_navWeb .h_head2 .h_R .h_tel:hover {
  border-radius: 9px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 38px;
  padding: 0 6px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form input {
  width: 140px;
  height: 28px;
  padding-left: 6px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form button {
  width: 28px;
  aspect-ratio: 1;
}
.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: var(--jb-bg);
  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_location {
  color: #333;
}
.h_location img {
  width: 16px;
  color: #333;
}
.h_location a {
  color: #333;
}
.h_banners {
  aspect-ratio: 3;
  position: relative;
}
.h_banners img {
  filter: brightness(90%);
}
.h_banners .h_text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.h_banners .h_text .h_title {
  font-family: 'OPPOSans-Heavy';
  font-size: clamp(20px, 3vw, 60px);
  margin-bottom: 15px;
}
.h_banners .h_text .h_desc {
  line-height: 1.5;
  margin-bottom: 30px;
}
.h_banners .h_text .h_location,
.h_banners .h_text .h_location a {
  color: #fff;
}
.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  --page-height: 38px;
}
#h_pages .h_count {
  width: auto;
  padding: 0 12px;
}
#h_pages span {
  font-size: 16px;
  color: #333;
  line-height: var(--page-height);
  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: inherit;
}
#h_pages span::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #f4f5f8;
  top: 0;
  left: 0;
  z-index: -1;
}
#h_pages span.dian {
  background: none;
  box-shadow: none;
  font-family: '微软雅黑';
}
#h_pages span.tcdNumber:hover,
#h_pages span.prevPage:hover,
#h_pages span.nextPage:hover {
  color: #fff;
}
#h_pages span.tcdNumber:hover::after,
#h_pages span.prevPage:hover::after,
#h_pages span.nextPage:hover::after {
  background-color: var(--active-color2);
}
#h_pages span.current {
  color: #fff;
}
#h_pages span.current::after {
  background-color: var(--active-color2);
}
#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 .prevPage,
#h_pages .nextPage {
  cursor: pointer;
}
#h_mask,
.h_mask {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  display: none;
}
.h_footer {
  background-color: #1C1C1C;
  overflow: hidden;
}
.h_footer .h_footer1 .h_logo img {
  width: 241px;
}
.h_footer .h_footer1 .h_item {
  max-width: 400px;
}
.h_footer .h_footer1 .h_item:nth-child(2) {
  animation-delay: 0.2s;
}
.h_footer .h_footer1 .h_item:nth-child(3) {
  animation-delay: 0.4s;
}
.h_footer .h_footer1 .h_item .h_t {
  font-size: 22px;
  color: #FFFFFF;
  font-family: 'OPPOSans-Heavy';
  margin-bottom: 30px;
}
.h_footer .h_footer1 .h_item form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.h_footer .h_footer1 .h_item form input {
  width: 100%;
  background: #FFFFFF;
  height: 60px;
  border: 1px solid #fff;
  padding: 0 20px;
  font-size: 16px;
  font-family: 'OPPOSans-Medium';
}
.h_footer .h_footer1 .h_item form input:focus {
  border-image: var(--jb-bg) 1;
}
.h_footer .h_footer1 .h_item form .input2 {
  width: calc(50% - 6px);
}
.h_footer .h_footer1 .h_item form button {
  width: 100%;
  background: var(--jb-bg);
  font-size: 16px;
  color: #FFFFFF;
  height: 60px;
}
.h_footer .h_footer1 .h_item .h_msg {
  font-size: 17px;
  color: #A0A0A0;
  padding-left: 33px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 26px;
  margin-bottom: 20px;
}
.h_footer .h_footer1 .h_item .h_msg.dz {
  background-image: url(../static/icon3.png);
}
.h_footer .h_footer1 .h_item .h_msg.dh {
  background-image: url(../static/icon4.png);
}
.h_footer .h_footer1 .h_item .h_msg.yx {
  background-image: url(../static/icon5.png);
}
.h_footer .h_footer2 {
  padding: 30px 0;
  background: #282828;
}
.h_footer .h_footer2 p {
  margin-bottom: 4px;
}
.h_footer .h_footer2 p,
.h_footer .h_footer2 a {
  color: #646464;
  font-size: 14px;
}
.h_footer .h_footer2 a:hover {
  color: var(--active-color);
}
.h_posFixed {
  position: fixed;
  right: calc(var(--w-padding) / 2);
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.h_posFixed .h_box {
  --height: 60px;
  width: var(--height);
  height: var(--height);
  text-align: center;
  line-height: var(--height);
  background-color: var(--active-color2);
  color: #fff;
  margin-bottom: 4px;
  position: relative;
  cursor: pointer;
}
.h_posFixed .h_box img {
  width: 36px;
}
.h_posFixed .h_box .h_hmsg {
  position: absolute;
  transform: translate(-26px, -50%);
  visibility: hidden;
  opacity: 0;
  right: var(--height);
  top: 50%;
  transition: transform 0.2s linear, opacity 0.3s linear;
  padding-right: 14px;
  width: max-content;
}
.h_posFixed .h_box .h_hmsg::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  right: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid var(--active-color2);
  top: 50%;
  transform: translateY(-50%);
}
.h_posFixed .h_box .h_hmsg a {
  height: var(--height);
  text-align: left;
  padding: 0 14px;
  background-color: var(--active-color2);
  display: flex;
  align-items: center;
  line-height: normal;
  color: #fff;
  border-radius: 6px;
  min-width: 240px;
}
.h_posFixed .h_box .h_hmsg a img {
  margin-right: 4px;
}
.h_posFixed .h_box:hover .h_hmsg {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, -50%);
}
.h_popupBox {
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0.1s 0.3s;
}
.h_popupBox .h_mask {
  display: block;
}
.h_popupBox .h_popup {
  z-index: 999;
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%) scale(0.7);
  transition: transform 0.3s, opacity 0.3s;
  background-color: #fff;
  overflow: hidden;
}
.h_popupBox .h_popup .h_img {
  position: relative;
}
.h_popupBox .h_popup .h_img img {
  width: 100%;
}
.h_popupBox .h_popup .h_close {
  top: 30px;
  right: 30px;
  position: absolute;
  line-height: 42px;
  width: 108px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  background-color: #ffffffce;
}
.h_popupBox .h_popup .h_close span {
  font-family: 'OPPOSans-Bold';
}
.h_popupBox .h_popup .h_close .icon {
  font-size: 20px;
  margin-left: 4px;
  font-weight: bold;
}
.h_popupBox .h_popup .h_close:hover {
  background-color: #fff;
}
.h_popupBox .h_popup .h_text {
  padding: 0 30px;
  margin: 30px 0;
  max-height: 32vh;
  overflow-y: auto;
}
.h_popupBox .h_popup .h_text .h_title {
  font-size: 24px;
  font-family: 'OPPOSans-Heavy';
  color: #282828;
  margin-bottom: 10px;
}
.h_popupBox .h_popup .h_text .h_desc {
  font-size: 17px;
  color: #666;
  min-height: 7em;
}
.h_popupBox.show {
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0.2s;
}
.h_popupBox.show .h_popup {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 1440px) {
  .h_posFixed .h_box {
    --height: 50px;
  }
  .h_posFixed .h_box img {
    width: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 35px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a {
    font-size: 16px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a::after {
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .h_head.h_headDown {
    transform: none;
  }
  .h_head .h_navWeb .h_head2 {
    height: 65px;
    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 {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_logo img {
    height: 34px;
    width: auto;
  }
  .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;
    padding: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_menu {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_tel {
    width: 42px;
    height: 42px;
  }
  .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 {
    background: var(--jb-bg);
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active > a {
    -webkit-text-fill-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;
    position: absolute;
    right: 10px;
    width: 40px;
    top: 3px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    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: #f2f7fb;
    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 10px 10px 30px;
    text-align: left;
    height: auto;
    line-height: normal;
    border: none;
    white-space: unset;
    font-size: 14px;
    box-shadow: 0 1px #fff;
    font-family: 'OPPOSans-Medium';
  }
  .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_head .h_navWeb .h_head2 .h_R .h_line {
    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_footer .h_footer1 .h_item:nth-child(2),
  .h_fBox .h_line {
    display: none;
  }
  .h_footer .h_footer1 .h_item {
    width: calc(50% - var(--w-padding)/2);
  }
  .h_ggTitle {
    font-size: 26px;
  }
  .h_posFixed {
    display: none;
  }
  .h_banners .h_text .h_title {
    margin-bottom: 10px;
  }
  .h_banners .h_text .h_desc {
    display: none;
  }
  .h_popupBox .h_popup .h_text {
    padding: 0 15px;
    margin: 15px 0;
  }
  .h_popupBox .h_popup .h_text .h_title {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .h_popupBox .h_popup .h_text .h_desc {
    font-size: 15px;
  }
  .h_popupBox .h_popup .h_close {
    line-height: 40px;
    width: 103px;
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 480px) {
  #h_pages {
    margin-top: 15px;
  }
  #h_pages span {
    font-size: 14px;
  }
  #h_pages {
    --page-height: 34px;
  }
  #h_pages span.page-item,
  #h_pages form {
    display: none;
  }
  .h_footer .h_footer1 {
    justify-content: center;
  }
  .h_footer .h_footer1 .h_item {
    width: auto;
  }
  .h_footer .h_footer1 .h_item:last-child {
    display: none;
  }
  .h_footer .h_footer1 .h_item .h_list .h_btns {
    margin-top: 16px;
  }
  .h_footer .h_footer1 .h_logo {
    text-align: center;
  }
  .h_footer .h_footer1 .h_item .h_t {
    display: none;
  }
  .h_footer .h_footer1 .h_item form input {
    height: 46px;
    font-size: 15px;
  }
  .h_footer .h_footer1 .h_item form button {
    height: 46px;
  }
  .h_footer .h_footer2 {
    padding: 20px 0;
  }
  .h_footer .h_footer2 > div {
    justify-content: center;
    text-align: center;
  }
  .h_popupBox .h_popup .h_img {
    aspect-ratio: 16/7;
  }
  .h_popupBox .h_popup .h_img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
