* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
.h_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
textarea {
  resize: none;
}
input {
  border-radius: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
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;
}
img {
  vertical-align: middle;
}
.h_1500 {
  max-width: 1500px;
  width: 92%;
  margin: 0 auto;
}
.h_1200 {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
.h_bgImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.h_bgImg img {
  opacity: 0;
}
.h_posFixed {
  position: fixed;
  left: 0;
  max-width: 100%;
}
.h_posImg {
  display: block;
  position: relative;
}
.h_posImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:root {
  --active-color: #E62129;
  --swiper-theme-color: #E62129;
}
html,
body {
  overflow-x: hidden;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
@font-face {
  font-family: Bold;
  src: url('../font/fonts/MiSans-Bold.ttf');
}
@font-face {
  font-family: Semibold;
  src: url('../font/fonts/MiSans-Demibold.ttf');
}
@font-face {
  font-family: Medium;
  src: url('../font/fonts/MiSans-Medium.ttf');
}
@font-face {
  font-family: Normal;
  src: url('../font/fonts/MiSans-Normal.ttf');
}
@font-face {
  font-family: Regular;
  src: url('../font/fonts/MiSans-Regular.ttf');
}
.h_head {
  height: 156px;
}
.h_head .h_posFixed {
  z-index: 99;
  top: 0;
  width: 100%;
  transition: transform 0.3s ease-out;
}
.h_head .h_posFixed.h_headDown {
  transform: translateY(-40px);
}
.h_head .h_posFixed.h_headDown .h_navWeb .h_head2 .h_1200 .h_navList .h_formBox {
  height: 0;
  margin: 0;
}
.h_head .h_posFixed .h_navWeb .h_head1 {
  background: #333;
}
.h_head .h_posFixed .h_navWeb .h_head1 .h_1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_head .h_posFixed .h_navWeb .h_head1 .h_1200 .h_L {
  font-size: 13px;
  font-family: Regular;
  font-weight: 350;
  color: #fff;
}
.h_head .h_posFixed .h_navWeb .h_head1 .h_1200 .h_R {
  display: flex;
  align-items: center;
}
.h_head .h_posFixed .h_navWeb .h_head1 .h_1200 .h_R a {
  display: flex;
  align-items: center;
  margin-left: 40px;
  line-height: 40px;
  font-size: 13px;
  font-family: Regular;
  font-weight: 350;
  color: #fff;
  position: relative;
}
.h_head .h_posFixed .h_navWeb .h_head1 .h_1200 .h_R a img {
  width: 20px;
  margin-right: 10px;
}
.h_head .h_posFixed .h_navWeb .h_head1 .h_1200 .h_R a.h_lg {
  padding-right: 20px;
}
.h_head .h_posFixed .h_navWeb .h_head1 .h_1200 .h_R a.h_lg::after {
  content: '';
  position: absolute;
  right: 0;
  border-top: 6px solid #fff;
  border-left: 4px solid #ffffff00;
  border-right: 4px solid #ffffff00;
}
.h_head .h_posFixed .h_navWeb .h_head1 .h_1200 .h_R a ol {
  visibility: hidden;
  transition: all 0.2s;
  background-color: #fff;
  position: absolute;
  z-index: 3;
  border-radius: 3px;
  overflow: hidden;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10%);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.h_head .h_posFixed .h_navWeb .h_head1 .h_1200 .h_R a ol li {
  padding: 0 20px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 34px;
}
.h_head .h_posFixed .h_navWeb .h_head1 .h_1200 .h_R a ol li img {
  width: 20px;
}
.h_head .h_posFixed .h_navWeb .h_head1 .h_1200 .h_R a ol li.h_active {
  background: #F6F6F6;
}
.h_head .h_posFixed .h_navWeb .h_head1 .h_1200 .h_R a ol li:hover {
  background: #F6F6F6;
}
.h_head .h_posFixed .h_navWeb .h_head1 .h_1200 .h_R a:hover ol {
  visibility: visible;
  transform: translate(-50%, -4px);
}
.h_head .h_posFixed .h_navWeb .h_head2 {
  padding: 14px 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #DFDFDF 100%);
  transition: padding 0.3s ease-out;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_logo {
  height: 59px;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_logo img {
  height: 100%;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul {
  display: flex;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li {
  text-align: center;
  position: relative;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li::after {
  position: absolute;
  content: '';
  word-wrap: 1px;
  height: 18px;
  top: calc(50% - 9px);
  right: 0;
  border-right: 1px dotted #9F9E9F;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li > a {
  padding: 0 30px 0;
  display: inline-block;
  align-items: center;
  font-size: 16px;
  font-family: Normal;
  font-weight: 400;
  color: #00000000;
  text-transform: capitalize;
  line-height: 42px;
  position: relative;
  overflow: hidden;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li > a::before,
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li > a::after {
  color: #000000;
  position: absolute;
  content: attr(data-name);
  width: 100%;
  text-align: center;
  line-height: 42px;
  text-transform: capitalize;
  transition: top 0.3s linear;
  left: 0;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li > a::before {
  top: 0;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li > a::after {
  top: -42px;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li:first-child a {
  padding-left: 0;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li:first-child a::before,
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li:first-child a::after {
  text-align: left;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li.h_active a::before,
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li.h_active a::after {
  color: var(--active-color);
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > 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_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li ol > li {
  background: #FFFFFF;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li ol > li a {
  text-align: center;
  min-width: 120px;
  font-family: Normal;
  display: block;
  padding: 12px 10px;
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  text-transform: capitalize;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li ol > li:last-child a {
  border-bottom: none;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li ol > li.active {
  background: #ededed;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li ol > li:hover {
  background: #ededed;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li:hover a::before {
  top: 42px;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li:hover a::after {
  top: 0;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li:hover a::before,
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li:hover a::after {
  color: var(--active-color);
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li:hover ol {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0px);
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList .h_formBox {
  margin-bottom: 12px;
  overflow: hidden;
  height: 30px;
  background: #fff;
  transition: all 0.3s ease-out;
  right: 0;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList .h_formBox .h_form {
  display: flex;
  align-items: center;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList .h_formBox .h_form form {
  display: flex;
  align-items: center;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList .h_formBox .h_form button {
  width: 46px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--active-color);
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList .h_formBox .h_form button img {
  width: 18px;
}
.h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList .h_formBox .h_form input {
  margin-right: -1px;
  border: 1px solid #949494;
  background: none;
  height: 30px;
  color: #222;
  width: 300px;
  padding: 0 12px;
}
.h_head .h_posFixed .h_navApp {
  background: linear-gradient(180deg, #FFFFFF 0%, #DFDFDF 100%);
  position: relative;
  display: none;
}
.h_head .h_posFixed .h_navApp .h_navBanner {
  background: #333;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  height: 36px;
}
.h_head .h_posFixed .h_navApp .h_navBanner a {
  display: flex;
  align-items: center;
  margin-left: 36px;
  line-height: 36px;
  font-size: 13px;
  font-family: Regular;
  font-weight: 350;
  color: #fff;
  position: relative;
}
.h_head .h_posFixed .h_navApp .h_navBanner a img {
  width: 20px;
  margin-right: 10px;
}
.h_head .h_posFixed .h_navApp .h_navBanner a.h_lg {
  padding-right: 20px;
}
.h_head .h_posFixed .h_navApp .h_navBanner a.h_lg::after {
  content: '';
  position: absolute;
  right: 0;
  border-top: 6px solid #fff;
  border-left: 4px solid #ffffff00;
  border-right: 4px solid #ffffff00;
}
.h_head .h_posFixed .h_navApp .h_navTop {
  padding: 0 12px;
  height: 65px;
  justify-content: space-between;
}
.h_head .h_posFixed .h_navApp .h_navTop .h_logo {
  display: flex;
  align-items: center;
  height: 40px;
}
.h_head .h_posFixed .h_navApp .h_navTop .h_logo img {
  width: auto;
  height: 100%;
}
.h_head .h_posFixed .h_navApp .h_navTop .h_logo span {
  display: inline-block;
  width: 33px;
  font-size: 16px;
  font-family: MiSans-Medium, MiSans;
  font-weight: 500;
  color: var(--active-color);
}
.h_head .h_posFixed .h_navApp .h_navTop .h_menu {
  cursor: pointer;
}
.h_head .h_posFixed .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_posFixed .h_navApp .h_navTop .h_menu .h_line:last-child {
  margin-bottom: 0;
}
.h_head .h_posFixed .h_navApp .h_navTop .h_menu.h_active .h_line1 {
  transform: rotate(45deg);
  margin-bottom: -7px;
}
.h_head .h_posFixed .h_navApp .h_navTop .h_menu.h_active .h_line2 {
  opacity: 0;
  transition: ease-in-out 0s;
}
.h_head .h_posFixed .h_navApp .h_navTop .h_menu.h_active .h_line3 {
  transform: rotate(-45deg);
  margin-top: -4px;
}
.h_head .h_posFixed .h_navApp .h_navList {
  width: 100%;
  position: absolute;
  right: -50%;
  transition: right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 3;
}
.h_head .h_posFixed .h_navApp .h_navList ul {
  position: absolute;
  right: 0;
  background-color: #fff;
  width: 50%;
  height: calc(100vh - 64px);
  z-index: 2;
  overflow: auto;
}
.h_head .h_posFixed .h_navApp .h_navList ul > li {
  position: relative;
  padding: 0 20px;
}
.h_head .h_posFixed .h_navApp .h_navList ul > li > a {
  display: block;
  padding: 10px 0;
  width: 100%;
  font-size: 15px;
  font-family: Normal;
  text-transform: capitalize;
}
.h_head .h_posFixed .h_navApp .h_navList ul > li i {
  cursor: pointer;
  position: absolute;
  padding: 10px;
  transform: rotate(45deg);
  transition: transform 0.3s;
  font-size: 15px;
  right: 10px;
  top: 0;
}
.h_head .h_posFixed .h_navApp .h_navList ul > li i.h_gb {
  transform: rotate(0);
}
.h_head .h_posFixed .h_navApp .h_navList ul > li ol {
  display: none;
}
.h_head .h_posFixed .h_navApp .h_navList ul > li ol li a {
  font-size: 15px;
  display: block;
  padding: 10px 16px;
  position: relative;
  font-family: Normal;
  text-transform: capitalize;
}
.h_head .h_posFixed .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_posFixed .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_posFixed .h_navApp .h_navList ul > li.h_active {
  background-color: var(--active-color);
}
.h_head .h_posFixed .h_navApp .h_navList ul > li.h_active > a {
  color: #fff;
}
.h_head .h_posFixed .h_navApp .h_navList ul > li.h_active i {
  color: #fff;
}
.h_head .h_posFixed .h_navApp .h_navList ul > li.h_active ol li.active a {
  color: #fff;
}
.h_head .h_posFixed .h_navApp .h_navList ul > li.h_active ol li.active a::before,
.h_head .h_posFixed .h_navApp .h_navList ul > li.h_active ol li.active a::after {
  background: #fff;
}
.h_head .h_posFixed .h_navApp .h_navList ul .h_language {
  padding: 0 20px;
  position: relative;
}
.h_head .h_posFixed .h_navApp .h_navList ul .h_language a {
  display: block;
  white-space: nowrap;
  padding: 10px 0;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
}
.h_head .h_posFixed .h_navApp .h_navList ul .h_language a img {
  width: 26px;
  margin-right: 5px;
}
.h_head .h_posFixed .h_navApp .h_navList ul .h_language a:last-child {
  margin-right: 0;
}
.h_head .h_posFixed .h_navApp .h_navList ul .h_language a:hover {
  color: var(--active-color);
}
.h_head .h_posFixed .h_navApp .h_navList ul .h_language a.h_active {
  color: var(--active-color);
}
.h_head .h_posFixed .h_navApp .h_navList .h_zzc {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  background-color: #00000073;
  z-index: 1;
}
.h_head .h_posFixed .h_navApp .h_navList.h_show {
  right: 0;
}
.h_head .h_posFixed .h_navApp .h_navList.h_show .h_zzc {
  display: block;
}
.h_kong {
  height: 154px;
  transition: height 0.3s ease-out;
}
.h_kong.h_kong2 {
  height: 86px;
}
.h_ggTitle {
  margin-bottom: 16px;
}
.h_ggTitle .h_t {
  row-gap: 15px;
  margin-bottom: 24px;
}
.h_ggTitle .h_t .h_title {
  margin: 0;
}
.h_ggTitle .h_t .h_link {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  margin: 0;
  flex-wrap: wrap;
}
.h_ggTitle .h_t .h_link a {
  white-space: nowrap;
  padding: 0 12px;
  height: 33px;
  line-height: 33px;
  border: 1px solid var(--active-color);
  background: none;
  font-family: Regular;
  color: var(--active-color);
}
.h_ggTitle .h_t .h_link a:first-child {
  width: 97px;
}
.h_ggTitle .h_t .h_link a.h_active {
  color: #fff;
  background: var(--active-color);
}
.h_ggTitle .h_t .h_link a:hover {
  color: #fff;
  background: var(--active-color);
}
.h_ggTitle .h_title {
  font-size: 32px;
  color: #333333;
  font-family: Bold;
  text-transform: uppercase;
  margin-bottom: 24px;
  position: relative;
  padding-left: 17px;
}
.h_ggTitle .h_title::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 26px;
  background: var(--active-color);
  top: calc(50% - 13px);
  left: 0;
}
.h_ggTitle .h_desc {
  font-size: 16px;
  font-family: Regular;
  color: #999999;
  line-height: 1.5;
}
.h_ggTitle .h_link {
  margin-top: 10px;
  text-align: right;
}
.h_ggTitle .h_link a {
  display: inline-block;
  padding: 0 16px;
  text-align: center;
  background: var(--active-color);
  text-transform: uppercase;
  font-size: 13px;
  font-family: Medium;
  color: #FFFFFF;
  line-height: 33px;
}
.h_banners {
  position: relative;
  height: 600px;
}
.h_banners .h_text {
  position: absolute;
  top: 20%;
  left: 16%;
}
.h_banners .h_text .h_p1 {
  font-size: 32px;
  font-family: Regular;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
}
.h_banners .h_text .h_p2 {
  font-size: 48px;
  font-family: Regular;
  font-weight: 500;
  color: var(--active-color);
  margin-bottom: 4px;
}
.h_banners .h_text .h_p3 {
  font-size: 19px;
  font-family: Regular;
  font-weight: 350;
  color: #000000;
  text-transform: uppercase;
}
.h_banners .h_text a {
  display: inline-block;
  font-size: 16px;
  font-family: Regular;
  font-weight: 350;
  color: #000000;
  line-height: 34px;
  width: 148px;
  text-align: center;
  margin-top: 20px;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #000000;
}
#h_pages {
  margin-top: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  --page-height: 30px;
}
#h_pages .h_count {
  width: auto;
}
#h_pages span {
  box-shadow: inset 0 0 0 1px #E5E5E5;
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
  line-height: var(--page-height);
  height: var(--page-height);
  width: 30px;
  text-align: center;
  font-family: Regular;
}
#h_pages span.tcdNumber:hover,
#h_pages span.prevPage:hover,
#h_pages span.nextPage:hover {
  color: #fff;
  box-shadow: inset 0 0 0 1px var(--active-color);
  background-color: var(--active-color);
}
#h_pages span.current {
  color: #fff;
  box-shadow: inset 0 0 0 1px var(--active-color);
  background-color: var(--active-color);
}
#h_pages span.h_dian {
  box-shadow: none;
}
#h_pages form {
  margin-left: 15px;
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
}
#h_pages form input {
  font-size: 13px;
  color: #71747B;
  margin-left: 5px;
  padding: 0 4px;
  font-family: Regular;
  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_cbl {
  display: none;
  position: fixed;
  bottom: 15%;
  right: 4%;
  z-index: 9;
}
#h_cbl a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 63px;
  background: #000000;
  border-radius: 1px 1px 1px 1px;
  margin-top: 2px;
}
#h_cbl a img {
  width: 40px;
}
#h_cbl a i {
  color: #fff;
  font-size: 0;
}
#h_cbl a i::before {
  font-weight: bold;
  font-size: 24px;
}
#h_cbl a:hover {
  background: var(--active-color);
}
.h_dqwz {
  padding: 18px 0;
}
.h_dqwz .h_row {
  align-items: baseline;
  flex-wrap: nowrap;
}
.h_dqwz a,
.h_dqwz span,
.h_dqwz i,
.h_dqwz h1,
.h_dqwz h2,
.h_dqwz h3 {
  font-size: 12px;
  font-weight: 300;
  color: #3D3D3D;
  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,
.h_dqwz span:hover,
.h_dqwz i:hover,
.h_dqwz h1:hover,
.h_dqwz h2:hover,
.h_dqwz h3:hover {
  color: var(--active-color);
}
.h_dqwz i {
  margin: 0 2px;
}
.h_footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: linear-gradient(270deg, #F3F3F3 6%, rgba(255, 255, 255, 0.44) 73%);
}
.h_footer .h_footer1 {
  padding: 64px 0 70px;
  display: flex;
  justify-content: space-between;
}
.h_footer .h_footer1 .h_L {
  width: 390px;
}
.h_footer .h_footer1 .h_L .h_ggTitle {
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.h_footer .h_footer1 .h_L .h_ggTitle .h_title {
  margin-bottom: 0;
}
.h_footer .h_footer1 .h_L .h_ggTitle img {
  height: 31px;
}
.h_footer .h_footer1 .h_L .h_parm {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.h_footer .h_footer1 .h_L .h_parm img {
  width: 20px;
  margin-right: 7px;
}
.h_footer .h_footer1 .h_L .h_parm p {
  font-size: 14px;
  font-family: Regular;
  color: #666;
}
.h_footer .h_footer1 .h_R {
  margin-top: 10px;
  width: calc(92% - 390px);
}
.h_footer .h_footer1 .h_R .h_links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.h_footer .h_footer1 .h_R .h_links dl dt {
  margin-bottom: 20px;
}
.h_footer .h_footer1 .h_R .h_links dl dt a {
  font-size: 16px;
  font-family: Semibold;
  color: #3D3D3D;
  text-transform: uppercase;
}
.h_footer .h_footer1 .h_R .h_links dl dt a:hover {
  color: var(--active-color);
}
.h_footer .h_footer1 .h_R .h_links dl dd {
  margin-top: 14px;
}
.h_footer .h_footer1 .h_R .h_links dl dd a {
  text-transform: capitalize;
  font-size: 14px;
  font-family: Regular;
  color: #999;
  line-height: 19px;
}
.h_footer .h_footer1 .h_R .h_links dl dd a:hover {
  color: var(--active-color);
}
.h_footer .h_footer1 .h_R .h_form {
  margin-top: 40px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.h_footer .h_footer1 .h_R .h_form form {
  display: flex;
  align-items: center;
}
.h_footer .h_footer1 .h_R .h_form button {
  width: 46px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--active-color);
}
.h_footer .h_footer1 .h_R .h_form button img {
  width: 18px;
}
.h_footer .h_footer1 .h_R .h_form input {
  border: 1px solid #CECECE;
  height: 30px;
  color: #222;
  width: 300px;
  padding: 0 12px;
  background: #fff;
  margin-right: -1px;
}
.h_footer .h_footer2 {
  box-shadow: inset 0 1px #D8D8D8;
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  font-family: Normal;
  font-weight: 350;
  color: #999;
}
.h_footer .h_footer2 p,
.h_footer .h_footer2 a {
  font-size: 13px;
  font-family: Normal;
  font-weight: 350;
  color: #999;
}
.h_footer .h_footer2 a:hover {
  color: var(--active-color);
}
@media screen and (max-width: 1200px) {
  .h_head {
    height: 150px;
  }
  .h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_logo {
    height: 50px;
  }
  .h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList ul > li > a {
    padding: 0px 24px;
  }
  .h_head .h_posFixed .h_navWeb .h_head2 .h_1200 .h_navList .h_formBox {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .h_head {
    height: 65px;
  }
  .h_head .h_posFixed .h_headTop,
  .h_head .h_posFixed .h_navWeb {
    display: none;
  }
  .h_head .h_posFixed .h_navApp {
    display: block;
  }
  .h_head .h_posFixed.h_headDown {
    transform: translateY(-36px);
  }
}
@media screen and (max-width: 767px) {
  .h_footer .h_footer1 .h_R {
    width: 100%;
  }
  .h_footer .h_footer1 .h_R {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .h_ggTitle .h_title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .h_footer .h_footer1 .h_L .h_ggTitle .h_title {
    font-size: 24px;
  }
  .h_ggTitle .h_t .h_link {
    column-gap: 16px;
    row-gap: 16px;
  }
  .h_ggTitle .h_t {
    margin-bottom: 15px;
  }
  .h_footer .h_footer1 {
    padding: 32px 0;
  }
  .h_footer .h_footer1 .h_L .h_ggTitle {
    margin-bottom: 24px;
  }
  #h_pages {
    margin-top: 30px;
  }
}
