* {
  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;
}
html,
body {
  overflow-x: hidden !important;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 6px;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background-color: #f7f7f7;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
.h_kong {
  display: none;
}
.h_head {
  position: relative;
  z-index: 99;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #EEEEEE;
}
.h_head.h_headDown {
  transform: translateY(-55px);
}
.h_head.h_headDown .h_navWeb .h_head2 {
  padding: 12px 0;
}
.h_head .h_navWeb .h_head1 {
  padding: 16px 0;
  border-bottom: 1px solid #EEEEEE;
}
.h_head .h_navWeb .h_head1 .h_L .h_logo {
  width: 99px;
}
.h_head .h_navWeb .h_head1 .h_L .h_text {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
.h_head .h_navWeb .h_head1 .h_L .h_text::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: #dedede;
}
.h_head .h_navWeb .h_head1 .h_L .h_text .h_p1 {
  font-weight: bold;
  font-size: 30px;
  color: var(--active-color);
}
.h_head .h_navWeb .h_head1 .h_L .h_text .h_p2 {
  color: #333;
  font-size: 21px;
}
.h_head .h_navWeb .h_head1 .h_R .h_icon {
  font-size: 0;
  border-radius: 50%;
  border: 2px solid var(--active-color);
  padding: 5px;
  width: 52px;
}
.h_head .h_navWeb .h_head1 .h_R .h_text {
  margin-left: 10px;
  font-size: 0;
}
.h_head .h_navWeb .h_head1 .h_R .h_text .h_p1 {
  font-size: 16px;
}
.h_head .h_navWeb .h_head1 .h_R .h_text .h_p2 {
  font-weight: bold;
  color: var(--active-color);
  font-size: 28px;
  line-height: 1;
}
.h_head .h_navWeb .h_head2 {
  transition: padding 0.3s linear;
}
.h_head .h_navWeb .h_head2 .h_logo {
  display: none;
}
.h_head .h_navWeb .h_head2 .h_R {
  width: 100%;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList {
  width: 100%;
  padding: 15px 0;
}
.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 {
  flex: 1;
  margin-right: var(--col-gap);
  position: relative;
  text-align: center;
  border-left: 1px solid #EEEEEE;
  animation-name: fadeInLeft;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:last-child {
  margin-right: 0;
  border-right: 1px solid #EEEEEE;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:nth-child(1) {
  animation-delay: 0.1s;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:nth-child(2) {
  animation-delay: 0.2s;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:nth-child(3) {
  animation-delay: 0.3s;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:nth-child(4) {
  animation-delay: 0.4s;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:nth-child(5) {
  animation-delay: 0.5s;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:nth-child(6) {
  animation-delay: 0.6s;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:nth-child(7) {
  animation-delay: 0.7s;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:nth-child(8) {
  animation-delay: 0.8s;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:nth-child(9) {
  animation-delay: 0.9s;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:nth-child(10) {
  animation-delay: 1s;
}
.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: #333;
  height: 35px;
  line-height: 35px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a::after {
  position: absolute;
  content: '';
  width: 2.5em;
  height: 3px;
  border-radius: 3px;
  left: 50%;
  bottom: -4px;
  background: var(--active-color);
  transform: translateX(-50%) 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 {
  color: var(--active-color);
}
.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: translateX(-50%) 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: 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_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_btn {
  line-height: 46px;
  text-align: center;
  --jb-bg: linear-gradient(90deg, #58A2F5 0%, #3059F9 100%);
  border-radius: 87px 87px 87px 87px;
  overflow: hidden;
  font-size: 15px;
  font-family: 'OPPOSans-Medium';
  position: relative;
  z-index: 3;
  width: 126px;
  margin-left: 16px;
}
.h_head .h_navWeb .h_head2 .h_R .h_btn img {
  width: 26px;
  min-width: 26px;
  margin-right: 6px;
}
.h_head .h_navWeb .h_head2 .h_R .h_btn span {
  font-family: 'OPPOSans-Medium';
  overflow: hidden;
}
.h_head .h_navWeb .h_head2 .h_R .h_btn::before {
  z-index: -1;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--jb-bg);
}
.h_head .h_navWeb .h_head2 .h_R .h_btn::after {
  position: absolute;
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 87px 87px 87px 87px;
  z-index: -1;
  transition: opacity 0.3s;
}
.h_head .h_navWeb .h_head2 .h_R .h_btn.hover,
.h_head .h_navWeb .h_head2 .h_R .h_btn:hover {
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R .h_btn.hover img,
.h_head .h_navWeb .h_head2 .h_R .h_btn:hover img {
  filter: grayscale(100%) brightness(500%);
}
.h_head .h_navWeb .h_head2 .h_R .h_btn.hover::after,
.h_head .h_navWeb .h_head2 .h_R .h_btn:hover::after {
  opacity: 0;
}
.h_head .h_navWeb .h_head2 .h_R .h_btn.hover:hover {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_btn.hover:hover img {
  filter: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_btn.hover:hover::after {
  opacity: 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(--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_banners {
  aspect-ratio: 100/20.3;
}
.h_ggimgBox img {
  width: 100%;
}
#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: #f6f4f4;
  top: 0;
  left: 0;
  z-index: -1;
}
#h_pages span.dian {
  background: none;
  box-shadow: none;
  font-family: '微软雅黑';
}
#h_pages span.tcdNumber:hover {
  color: var(--active-color);
}
#h_pages span.current,
#h_pages span.prevPage:hover,
#h_pages span.nextPage:hover {
  color: #fff;
}
#h_pages span.current::after,
#h_pages span.prevPage:hover::after,
#h_pages span.nextPage:hover::after {
  background-color: 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 .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_fForm .h_p1 {
  font-size: 24px;
  color: #FFFFFF;
  font-family: 'OPPOSans-Bold';
}
.h_fForm .h_p2 {
  font-size: 14px;
  color: #D7E1F5;
  font-family: 'OPPOSans-Medium';
  margin-top: 12px;
}
.h_fForm .h_p3 {
  font-size: 16px;
  color: #D7E1F5;
  font-family: 'OPPOSans-Medium';
  line-height: calc(30/16);
  margin-top: 19px;
}
.h_fForm .h_L {
  width: 60%;
}
.h_fForm .h_L form {
  margin-top: 19px;
  gap: 14px;
}
.h_fForm .h_L form .h_input {
  padding: 0 13px;
  width: calc(50% - 7px);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px 4px 4px 4px;
}
.h_fForm .h_L form .h_input img {
  width: 24px;
}
.h_fForm .h_L form .h_input input {
  width: calc(100% - 32px);
  height: 47px;
  color: #fff;
  font-size: 14px;
  font-family: 'OPPOSans-Regular';
}
.h_fForm .h_line {
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
}
.h_fForm .h_R {
  width: 366px;
}
.h_footer {
  background-color: #333;
  overflow: hidden;
}
.h_footer .h_footer1 {
  padding: 2.7vw 0;
}
.h_footer .h_footer1 .h_msg {
  color: #8d8d8d;
  font-size: 14px;
  padding-left: 32px;
  background-size: 22px;
  background-repeat: no-repeat;
  gap: 15px 20px;
}
.h_footer .h_footer1 .h_msg.dz {
  background-image: url('../static/msg_address.png');
}
.h_footer .h_footer1 .h_msg.dh {
  background-image: url('../static/msg_tel.png');
}
.h_footer .h_footer1 .h_msg.yx {
  background-image: url('../static/msg_email.png');
}
.h_footer .h_footer2 {
  padding: 20px 0;
  border-top: 1px solid #454545;
}
.h_footer .h_footer2 a,
.h_footer .h_footer2 p,
.h_footer .h_footer2 div {
  color: #999;
  font-size: 14px;
}
.h_footer .h_footer2 a:hover {
  color: var(--active-color);
}
.h_posFixed {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.h_posFixed .h_box {
  --height: 50px;
  width: var(--height);
  height: var(--height);
  text-align: center;
  line-height: var(--height);
  background-color: var(--active-color);
  color: #fff;
  margin-bottom: 4px;
  position: relative;
  cursor: pointer;
}
.h_posFixed .h_box img {
  width: 28px;
}
.h_posFixed .h_box .icon {
  font-size: 26px;
}
.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: '';
  right: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid var(--active-color);
  top: 50%;
  transform: translateY(-50%);
}
.h_posFixed .h_box .h_hmsg .h_img {
  width: 150px;
  padding: 7px;
  background-color: var(--active-color);
}
.h_posFixed .h_box .h_hmsg .h_img img {
  width: 150px;
}
.h_posFixed .h_box:hover .h_hmsg {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, -50%);
}
@media screen and (max-width: 1680px) {
  .h_head .h_navWeb .h_head2 .h_R .h_btns {
    column-gap: 42px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_btn {
    width: 46px;
    aspect-ratio: 1;
    margin: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_btn img {
    margin: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_btn span {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .h_head .h_navWeb .h_head2 .h_R .h_btns {
    column-gap: 30px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_btns .h_btn {
    margin: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_btn {
    width: 42px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_btn img {
    width: 22px;
    min-width: unset;
  }
}
@media screen and (max-width: 1300px) {
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a {
    font-size: 15px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a {
    padding: 12px 14px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_btns {
    column-gap: 10px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_btn {
    width: 38px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_btn img {
    width: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .h_head .h_navWeb .h_head2 .h_R .h_btns {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .h_head .h_navWeb .h_head1 .h_L .h_logo {
    width: 78px;
  }
  .h_head .h_navWeb .h_head1 .h_L .h_text .h_p1 {
    font-size: 24px;
  }
  .h_head .h_navWeb .h_head1 .h_L .h_text .h_p2 {
    font-size: 18px;
  }
  .h_head .h_navWeb .h_head1 .h_R .h_text .h_p2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .h_head {
    position: fixed;
  }
  .h_kong {
    display: block;
  }
  .h_head .h_navWeb .h_head1 {
    display: none;
  }
  .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: 112px;
    height: 38px;
    line-height: 38px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_btn span {
    font-size: 13px;
    margin-left: 4px;
    display: inline-block;
  }
  .h_head .h_navWeb .h_head2 .h_logo {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_logo img {
    height: 52px;
    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_navList {
    padding: 0;
  }
  .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;
    visibility: visible !important;
    animation-name: none !important;
  }
  .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(--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;
    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 ol a.active,
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol a:hover {
    background: none;
    color: var(--active-color);
  }
  .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_footer .h_footer1 {
    padding: 15px 0;
    row-gap: 12px;
  }
  .h_footer .h_footer1 .h_msg {
    flex: auto;
    width: 100%;
  }
}
@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_fForm .h_p1 {
    font-size: 20px;
  }
  .h_footer .h_footer2 div {
    justify-content: center;
    text-align: center;
  }
}
