* {
  font-family: 微软雅黑;
  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: #000;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
button {
  cursor: pointer;
  background: none;
}
textarea {
  resize: none;
}
input {
  border-radius: 0;
}
input,
textarea,
button {
  border: none;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ACACAC;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ACACAC;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ACACAC;
}
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_1200 {
  max-width: 1200px;
  width: 93%;
  margin: 0 auto;
}
.h_1440 {
  max-width: 1440px;
  width: 93%;
  margin: 0 auto;
}
.h_bgImg {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.h_bgImg2 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.h_bgFixed {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.h_posImg {
  display: block;
  position: relative;
}
.h_posImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.h_posImg2 {
  display: block;
  position: relative;
}
.h_posImg2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
html,
body {
  overflow-x: hidden;
  --active-color: #006FC6;
  --swiper-theme-color: #006FC6;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
html.overHide .h_head,
body.overHide .h_head {
  z-index: 9999;
}
@font-face {
  font-family: Altinn-DIN;
  src: url(../fonts/Altinn-DIN.ttf);
}
@font-face {
  font-family: Bold_Italic;
  src: url(../fonts/HarmonyOS_Sans_Bold_Italic.ttf);
}
@font-face {
  font-family: Bold;
  src: url(../fonts/MiSans-Bold.ttf);
}
@font-face {
  font-family: Demibold;
  src: url(../fonts/MiSans-Demibold.ttf);
}
@font-face {
  font-family: Medium;
  src: url(../fonts/MiSans-Medium.ttf);
}
@font-face {
  font-family: Normal;
  src: url(../fonts/MiSans-Normal.ttf);
}
@font-face {
  font-family: Regular;
  src: url(../fonts/MiSans-Regular.ttf);
}
@font-face {
  font-family: Light;
  src: url(../fonts/MiSans-Light.ttf);
}
.h_head {
  background-color: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  transition: transform 0.3s ease-out;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.h_head.h_headDown .h_navWeb .h_head2 .h_R .h_hotLine {
  height: 80px;
}
.h_head.h_headDown .h_navWeb .h_head2 .h_R .h_navList > li > a {
  padding: 28px 10px;
}
.h_head .h_navWeb {
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_logo {
  width: 226px;
}
.h_head .h_navWeb .h_head2 .h_R {
  margin-right: -8.3%;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList {
  height: 100%;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li > a {
  font-family: Regular;
  display: inline-block;
  font-size: 18px;
  color: #444;
  padding: 43px 10px;
  transition: padding 0.3s;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li.h_active::after {
  transform: scaleX(1);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li.h_active > a {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
.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:hover .h_subBox {
  visibility: visible;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li:hover ol {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translate(-50%, -23px);
  transform: translate(-50%, -23px);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox {
  visibility: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  height: calc(100vh - 100%);
  pointer-events: none;
  z-index: 9999;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_subList {
  max-height: 100%;
  overflow-y: auto;
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 32px 0;
  pointer-events: all;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_subList .h_column {
  column-count: 4;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_subList .h_column .h_item {
  margin-bottom: 24px;
  break-inside: avoid;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_subList .h_column .h_item > a {
  font-size: 20px;
  color: var(--active-color);
  font-family: Medium;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_subList .h_column .h_item .h_list a {
  font-family: Normal;
  font-size: 15px;
  color: #555555;
  margin-top: 16px;
  padding-left: 16px;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_subList .h_column .h_item .h_list a.h_type {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_subList .h_column .h_item .h_list a.h_type::before {
  background-color: var(--active-color);
  opacity: 0.8;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_subList .h_column .h_item .h_list a::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #CDCDCD;
  left: 0;
  border-radius: 50%;
  top: 7px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_subList .h_column .h_item .h_list a:hover {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_subList .h_column .h_item .h_list a:hover::before {
  background-color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li ol {
  position: absolute;
  transition: all 0.2s;
  left: 50%;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li ol > li {
  background: #FFFFFF;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li ol > li a {
  text-align: center;
  min-width: 120px;
  font-family: Medium;
  display: block;
  padding: 12px 10px;
  color: #3D3D3D;
  font-size: 16px;
  white-space: nowrap;
  text-transform: capitalize;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li ol > li:last-child a {
  border-bottom: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_form {
  margin-left: 58px;
  width: 205px;
  padding: 0 10px 0 16px;
  border-radius: 120px 120px 120px 120px;
  border: 1px solid var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_form input {
  font-size: 14px;
  height: 42px;
  width: calc(100% - 80px);
  font-family: Normal;
  border-radius: 120px 120px 120px 120px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form .h_select {
  width: 50px;
  color: #444;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_form .h_select p {
  padding-left: 8px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_form .h_select p::after {
  position: absolute;
  content: '';
  border-top: 6px solid #444;
  border-left: 4px solid #0000;
  border-right: 4px solid #0000;
  top: 6px;
  right: 3px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form .h_select .h_hide {
  display: none;
  background-color: #fff;
  position: absolute;
  width: calc(100% + 20px);
  text-align: center;
  border-radius: 4px;
  user-select: none;
  left: -10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.h_head .h_navWeb .h_head2 .h_R .h_form .h_select .h_hide .h_selectText {
  margin: 8px 0;
  display: block;
  cursor: pointer;
}
.h_head .h_navWeb .h_head2 .h_R .h_form .h_select .h_hide .h_selectText:hover {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_form button {
  width: 24px;
}
.h_head .h_navWeb .h_head2 .h_R .h_hotLine {
  padding: 0 26px;
  margin-left: 40px;
  height: 110px;
  flex-direction: column;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: height 0.3s;
}
.h_head .h_navWeb .h_head2 .h_R .h_hotLine img {
  width: 24px;
}
.h_head .h_navWeb .h_head2 .h_R .h_hotLine p {
  width: 100%;
  font-family: Regular;
  font-size: 16px;
  color: var(--active-color);
}
.h_head .h_navApp {
  display: none;
}
.h_head .h_navApp .h_navBanner {
  height: 44px;
  display: flex;
  align-items: center;
  background-color: var(--active-color);
  padding: 0 12px;
  justify-content: flex-end;
}
.h_head .h_navApp .h_navBanner .h_rbox {
  height: 100%;
}
.h_head .h_navApp .h_navBanner .h_box {
  margin-right: 40px;
}
.h_head .h_navApp .h_navBanner .h_box img {
  width: 20px;
}
.h_head .h_navApp .h_navBanner .h_box span {
  margin-left: 3px;
  font-family: Normal;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
}
.h_head .h_navApp .h_navBanner .h_form {
  display: flex;
  width: 177px;
  align-items: center;
  height: 26px;
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 70px 70px 70px 70px;
  font-size: 15px;
  padding-right: 5px;
}
.h_head .h_navApp .h_navBanner .h_form input {
  padding: 0 12px;
  height: 26px;
  width: calc(100% - 26px);
}
.h_head .h_navApp .h_navBanner .h_form button {
  width: 26px;
  height: 26px;
}
.h_head .h_navApp .h_navBanner .h_form button img {
  width: 16px;
}
.h_head .h_navApp .h_navTop {
  padding: 0 12px;
  height: 65px;
  align-items: center;
  justify-content: space-between;
}
.h_head .h_navApp .h_navTop .h_logo {
  display: flex;
  align-items: center;
  height: 45px;
  column-gap: 10px;
}
.h_head .h_navApp .h_navTop .h_logo img {
  width: auto;
  height: 100%;
}
.h_head .h_navApp .h_navTop .h_logo span {
  display: inline-block;
  width: 33px;
  font-size: 16px;
  font-weight: 500;
  color: var(--active-color);
}
.h_head .h_navApp .h_navTop .h_logo .h_text .h_ch {
  font-family: Medium;
  font-size: 22px;
  color: #333333;
}
.h_head .h_navApp .h_navTop .h_logo .h_text .h_en {
  margin-top: 2px;
  font-family: Regular;
  font-size: 10px;
  color: #777777;
  text-transform: uppercase;
  line-height: 13px;
}
.h_head .h_navApp .h_navTop .h_menu .h_line {
  display: block;
  width: 30px;
  min-height: 3px;
  background-color: #222;
  margin-bottom: 5px;
  transition: ease-in-out 0.3s;
}
.h_head .h_navApp .h_navTop .h_menu .h_line:last-child {
  margin-bottom: 0;
}
.h_head .h_navApp .h_navTop .h_menu.h_active .h_line1 {
  transform: rotate(45deg);
  margin-bottom: -7px;
}
.h_head .h_navApp .h_navTop .h_menu.h_active .h_line2 {
  opacity: 0;
  transition: ease-in-out 0s;
}
.h_head .h_navApp .h_navTop .h_menu.h_active .h_line3 {
  transform: rotate(-45deg);
  margin-top: -4px;
}
.h_head .h_navApp .h_navList {
  position: relative;
  width: 100vw;
  z-index: 3;
}
.h_head .h_navApp .h_navList ul {
  position: absolute;
  transition: right 0.3s;
  right: -50%;
  background-color: #fff;
  width: 50%;
  z-index: 2;
  overflow: auto;
  height: 100vh !important;
}
.h_head .h_navApp .h_navList ul > li {
  position: relative;
  padding: 0 20px;
}
.h_head .h_navApp .h_navList ul > li > a {
  display: block;
  padding: 10px 0;
  width: 100%;
  font-size: 15px;
}
.h_head .h_navApp .h_navList ul > li i {
  position: absolute;
  padding: 12px;
  transform: rotate(45deg);
  transition: transform 0.3s;
  font-size: 16px;
  right: 10px;
  top: 0;
}
.h_head .h_navApp .h_navList ul > li i.h_gb {
  transform: rotate(0);
}
.h_head .h_navApp .h_navList ul > li ol {
  display: none;
}
.h_head .h_navApp .h_navList ul > li ol li a {
  font-size: 15px;
  display: block;
  padding: 10px 16px;
  position: relative;
}
.h_head .h_navApp .h_navList ul > li ol li a::before {
  position: absolute;
  content: '';
  left: 2px;
  top: calc(50% - 1px);
  width: 8px;
  height: 1px;
  background: #000;
}
.h_head .h_navApp .h_navList ul > li ol li a::after {
  position: absolute;
  content: '';
  left: 2px;
  top: calc(50% - 8px);
  width: 1px;
  height: 15px;
  background: #000;
}
.h_head .h_navApp .h_navList ul > li.h_active {
  background-color: var(--active-color);
}
.h_head .h_navApp .h_navList ul > li.h_active > a {
  color: #fff;
}
.h_head .h_navApp .h_navList ul > li.h_active i {
  color: #fff;
}
.h_head .h_navApp .h_navList ul > li.h_active ol li.active a {
  color: #fff;
}
.h_head .h_navApp .h_navList ul > li.h_active ol li.active a::before,
.h_head .h_navApp .h_navList ul > li.h_active ol li.active a::after {
  background: #fff;
}
.h_head .h_navApp .h_navList ul .h_language {
  padding: 0 20px;
  position: relative;
}
.h_head .h_navApp .h_navList ul .h_language a {
  display: block;
  white-space: nowrap;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
}
.h_head .h_navApp .h_navList ul .h_language a img {
  width: 26px;
  margin-right: 5px;
}
.h_head .h_navApp .h_navList ul .h_language a:last-child {
  margin-right: 0;
}
.h_head .h_navApp .h_navList ul .h_language a:hover {
  color: var(--active-color);
}
.h_head .h_navApp .h_navList ul .h_language a.h_active {
  color: var(--active-color);
}
.h_head .h_navApp .h_navList .h_zzc {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00000073;
  z-index: 1;
}
.h_head .h_navApp .h_navList.h_show ul {
  right: 0;
}
.h_head .h_navApp .h_navList.h_show .h_zzc {
  display: block;
}
.h_banners {
  height: 20vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_banners .h_text {
  text-align: center;
}
.h_banners .h_text .h_ch {
  font-family: Regular;
  font-size: 48px;
  color: #FFFFFF;
}
.h_banners .h_text .h_en {
  font-family: Regular;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
}
#h_pages {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  --page-height: 18px;
}
#h_pages .h_count {
  width: auto;
  padding: 0 12px;
}
#h_pages span {
  font-size: 13px;
  font-family: Medium;
  color: #A3A3A3;
  line-height: var(--page-height);
  height: var(--page-height);
  padding: 0 10px;
  text-align: center;
}
#h_pages span.h_next {
  color: #555;
  padding-left: 18px;
  padding-right: 15px;
  border-left: 1px solid #CDCDCD;
  position: relative;
}
#h_pages span.h_next::after {
  position: absolute;
  content: '';
  right: 0;
  top: calc(50% - 5px);
  border-left: 8px solid #555;
  border-top: 5px solid #55500000;
  border-bottom: 5px solid #55500000;
}
#h_pages span.h_prev {
  color: #555;
  padding-left: 15px;
  padding-right: 18px;
  border-right: 1px solid #CDCDCD;
  position: relative;
}
#h_pages span.h_prev::before {
  position: absolute;
  content: '';
  left: 0;
  top: calc(50% - 5px);
  border-right: 8px solid #555;
  border-top: 5px solid #55500000;
  border-bottom: 5px solid #55500000;
}
#h_pages span.tcdNumber:hover,
#h_pages span.prevPage:hover,
#h_pages span.nextPage:hover {
  color: #222;
}
#h_pages span.current {
  color: #222;
}
#h_pages span.h_dian {
  box-shadow: none;
}
#h_pages form {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
}
#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;
}
#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_dqwz {
  padding: 16px 0;
  box-shadow: 0px 10px 10px rgba(216, 216, 216, 0.22);
}
.h_dqwz .h_box {
  column-gap: 6px;
  flex-wrap: nowrap;
}
.h_dqwz img {
  width: 14px;
  margin-right: 6px;
  filter: grayscale(100%) brightness(120%);
}
.h_dqwz a,
.h_dqwz span,
.h_dqwz i,
.h_dqwz h1,
.h_dqwz h2,
.h_dqwz h3 {
  flex-wrap: nowrap;
  font-family: Normal;
  font-size: 12px;
  color: #777;
  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_dqwz a:hover img {
  filter: none;
}
.h_footer {
  background: #FFFFFF;
  border-top: 1px solid #E8E8E8;
}
.h_footer .h_footer1 {
  padding: 60px 0;
  row-gap: 10px;
}
.h_footer .h_footer1 .h_L {
  width: calc(86% - 381px);
}
.h_footer .h_footer1 .h_L .h_item {
  max-width: 200px;
}
.h_footer .h_footer1 .h_L .h_item .h_title {
  font-family: Normal;
  font-size: 16px;
  color: #333333;
  height: 21px;
  display: block;
}
.h_footer .h_footer1 .h_L .h_item .h_sublist {
  margin-top: 24px;
}
.h_footer .h_footer1 .h_L .h_item .h_sublist a {
  font-family: Normal;
  font-size: 14px;
  color: #999999;
  display: block;
  margin-bottom: 14px;
}
.h_footer .h_footer1 .h_L .h_item .h_sublist a:hover {
  color: var(--active-color);
}
.h_footer .h_footer1 .h_L .h_item .h_sublist a:last-child {
  margin: 0;
}
.h_footer .h_footer1 .h_line {
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.h_footer .h_footer1 .h_R {
  width: 380px;
}
.h_footer .h_footer1 .h_R .h_t {
  column-gap: 15px;
}
.h_footer .h_footer1 .h_R .h_t .h_logo {
  width: 200px;
}
.h_footer .h_footer1 .h_R .h_t .h_line2 {
  width: 1px;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
}
.h_footer .h_footer1 .h_R .h_t .h_hotLine .h_dsec img {
  width: 24px;
}
.h_footer .h_footer1 .h_R .h_t .h_hotLine .h_dsec span {
  font-family: Regular;
  font-size: 17px;
  color: #333333;
}
.h_footer .h_footer1 .h_R .h_t .h_hotLine .h_tel {
  margin-top: 2px;
  font-family: Regular;
  font-size: 22px;
  color: #006FC6;
}
.h_footer .h_footer1 .h_R .h_ewm {
  text-align: right;
  margin-top: 12px;
}
.h_footer .h_footer1 .h_R .h_ewm img {
  width: 150px;
}
.h_footer .h_footer2 {
  padding: 16px 0;
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.h_footer .h_footer2 p,
.h_footer .h_footer2 a,
.h_footer .h_footer2 span,
.h_footer .h_footer2 div {
  font-family: Normal;
  font-size: 13px;
  color: #999;
}
.h_footer .h_footer2 a:hover {
  color: var(--active-color);
}
.h_footer .h_footer3 {
  padding: 20px 0;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
}
.h_footer .h_footer3 .row .h_title {
  display: flex;
  align-items: center;
  font-family: Regular;
  font-size: 14px;
  color: #999999;
  column-gap: 4px;
}
.h_footer .h_footer3 .row .h_title i {
  font-size: 16px;
  color: var(--active-color);
}
.h_footer .h_footer3 .row .h_title i::before {
  font-weight: 700 !important;
}
.h_footer .h_footer3 .row .h_links {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 28px;
  row-gap: 10px;
}
.h_footer .h_footer3 .row .h_links a {
  font-family: Regular;
  font-size: 13px;
  color: #999999;
}
.h_footer .h_footer3 .row .h_links a:hover {
  color: var(--active-color);
}
.h_footer .h_footer3 .row .h_links .h_line {
  width: 1px;
  height: 15px;
  background-color: #B3B3B3;
}
.h_footer .h_footer3 .row .h_links .h_line:last-child {
  display: none;
}
.h_rightNav {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 1000;
}
.h_rightNav .h_item .h_box {
  height: 60px;
  margin-top: -1px;
}
.h_rightNav .h_item .h_box:first-child {
  border-radius: 5px 5px 0 0;
}
.h_rightNav .h_item .h_box:last-child {
  border-radius: 0 0 5px 5px;
}
.h_rightNav .h_box {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--active-color);
  position: relative;
  cursor: pointer;
}
.h_rightNav .h_box.h_qq {
  height: 65px;
  margin-bottom: 8px;
  border-radius: 5px 5px 5px 5px;
}
.h_rightNav .h_box > img {
  width: 28px;
}
.h_rightNav .h_box > p {
  margin-top: 2px;
  font-family: Regular;
  font-size: 12px;
  color: #fff;
}
.h_rightNav .h_box .h_hide {
  white-space: nowrap;
  position: absolute;
  transform: translate(-20px, -50%);
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  right: 54px;
  top: 50%;
  font-family: Regular;
  color: #fff;
  box-sizing: content-box;
  border-right: 1px solid #fff;
  background-color: var(--active-color);
  transition: transform 0.3s linear, opacity 0.3s linear;
}
.h_rightNav .h_box .h_hide a {
  color: #fff;
}
.h_rightNav .h_box .h_hide img {
  width: 150px;
}
.h_rightNav .h_box#goTop img {
  width: 18px;
  filter: grayscale(100%) brightness(500%);
}
.h_rightNav .h_box:hover > img {
  filter: grayscale(100%) brightness(500%);
}
.h_rightNav .h_box:hover > p {
  color: #fff;
}
.h_rightNav .h_box:hover .h_hide {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, -50%);
}
.h_rightNav .h_box.h_show {
  border-color: var(--active-color);
  background-color: var(--active-color);
}
.h_rightNav .h_box.h_show > img {
  filter: grayscale(100%) brightness(500%);
}
.h_rightNav .h_box.h_show > p {
  color: #fff;
}
.h_rightNav .h_box.h_show .h_hide {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, -50%);
}
.h_qrCodePopup {
  display: none;
  position: fixed;
  z-index: 1200;
  background: #ffffff;
  width: 88%;
  max-width: 320px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 14px -2px #aaa;
}
.h_qrCodePopup .h_qrBox .h_title {
  position: relative;
  padding: 10px;
  font-size: 18px;
  font-family: Bold;
  line-height: 2;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
}
.h_qrCodePopup .h_qrBox .h_title span {
  font-family: Bold;
}
.h_qrCodePopup .h_qrBox .h_title i {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.h_qrCodePopup .h_qrBox .content {
  padding: 20px;
  text-align: center;
}
.h_qrCodePopup .h_qrBox .content .h_qrcode {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.h_qrCodePopup .h_qrBox .content p {
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .h_head .h_navWeb .h_head2 .h_R {
    margin-right: -3.5%;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_hotLine,
  .h_head .h_navWeb .h_head2 .h_R .h_form {
    margin-left: 38px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form {
    width: 180px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList {
    --c-gap: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .h_head .h_navWeb .h_head2 .h_R .h_navList li > a {
    font-size: 16px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form input {
    height: 36px;
  }
}
@media screen and (max-width: 1300px) {
  .h_head .h_navWeb .h_head2 {
    height: 70px;
  }
  .h_head .h_navWeb .h_head2 .h_R {
    margin: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_hotLine {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_logo {
    width: 180px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList li > a {
    padding: 24px 10px !important;
  }
}
@media screen and (max-width: 1200px) {
  .h_head .h_navWeb .h_head2 .h_R .h_form {
    margin-left: 18px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList {
    --c-gap: 8px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form button img {
    width: 20px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form {
    padding: 0 10px;
    overflow: hidden;
    width: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .h_head {
    background: #fff;
  }
  .h_head .h_headTop,
  .h_head .h_navWeb {
    display: none;
  }
  .h_head .h_navApp {
    display: block;
  }
  .h_footer .h_footer1 {
    padding: 40px 0;
  }
  .h_footer .h_footer1 .h_line {
    display: none;
  }
  .h_footer .h_footer1 .h_L {
    width: 100%;
  }
  .h_footer .h_footer1 .h_R {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
  }
  .h_banners .h_text .h_ch {
    font-size: 38px;
  }
  .h_banners .h_text .h_en {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .h_banners {
    height: 200px;
  }
  .h_footer .h_footer1 {
    padding: 20px 0;
  }
  .h_footer .h_footer1 .h_L {
    display: none;
  }
  .h_footer .h_footer1 .h_R {
    justify-content: center;
  }
  .h_footer .h_footer1 .h_R .h_t .h_logo {
    width: 181px;
  }
  .h_footer .h_footer1 .h_R .h_t .h_line2 {
    display: none;
  }
  .h_footer .h_footer1 .h_R .h_t .h_hotLine {
    display: flex;
    margin-top: 10px;
    column-gap: 4px;
    align-items: center;
  }
  .h_footer .h_footer1 .h_R .h_t .h_hotLine .h_tel {
    font-size: 18px;
    margin: 0;
  }
  .h_footer .h_footer1 .h_R .h_ewm {
    margin: 0;
  }
  .h_footer .h_footer1 .h_R .h_ewm img {
    width: 120px;
  }
  .h_footer .h_footer2 > div {
    justify-content: center;
    text-align: center;
  }
  #h_pages .h_btn {
    display: none;
  }
  #h_pages {
    margin-top: 16px;
  }
  .h_banners .h_text .h_ch {
    font-size: 26px;
  }
  .h_banners .h_text .h_en {
    font-size: 9px;
  }
  .h_rightNav {
    width: 100%;
    right: 0;
    display: flex;
  }
  .h_rightNav .h_box {
    flex: 1;
    padding-bottom: 10px;
    height: 64px;
  }
  .h_rightNav .h_box p {
    margin: 0;
  }
  .h_rightNav .h_box#h_rtel .h_hide {
    display: none;
  }
  .h_rightNav .h_box .h_hide {
    top: auto;
    transform: translate(-50%);
    right: auto;
    left: 50%;
    padding: 6px;
    bottom: 65px;
  }
  .h_rightNav .h_box:hover .h_hide {
    transform: translate(-50%);
  }
  .h_rightNav .h_box#goTop {
    display: none;
  }
  .h_rightNav .h_box:hover .h_hide {
    border-right: none;
  }
  .h_rightNav .h_box .h_hide img {
    width: 100px;
  }
  .h_footer {
    padding-bottom: 64px;
  }
  .h_footer .h_footer3 .row .h_links {
    columns: 16px;
    margin-top: 6px;
    row-gap: 8px;
  }
  .h_footer .h_footer3 .row .h_links .h_line {
    display: none;
  }
}
