* {
  font-family: 'MiSans-Normal';
  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: #333;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input,
textarea,
button {
  border: none;
  background: none;
  border-radius: 0;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #8D8D8D;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8D8D8D;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8D8D8D;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
img {
  vertical-align: middle;
  transition: transform 0.3s linear;
  width: inherit;
  user-select: none;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.h_bgImg {
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.h_bgImg2 {
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.h_bgFixed {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  background-attachment: fixed;
}
.h_bgFixed2 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
  background-attachment: fixed;
}
.h_imgFull {
  display: block;
  overflow: hidden;
}
.h_imgFull img,
.h_imgFull video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.h_imgFull2 {
  display: block;
  overflow: hidden;
}
.h_imgFull2 img,
.h_imgFull2 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@font-face {
  font-family: 'Heavy';
  src: url('../fonts/AlibabaPuHuiTi-3-105-Heavy.ttf');
}
@font-face {
  font-family: 'ZCOOLKuaiLe';
  src: url('../fonts/ZCOOLKuaiLe-Regular.ttf');
}
@font-face {
  font-family: 'MiSans-Demibold';
  src: url('../fonts/MiSans-Demibold.ttf');
}
@font-face {
  font-family: 'MiSans-Bold';
  src: url('../fonts/MiSans-Bold.ttf');
}
@font-face {
  font-family: 'MiSans-Medium';
  src: url('../fonts/MiSans-Medium.ttf');
}
@font-face {
  font-family: 'MiSans-Normal';
  src: url('../fonts/MiSans-Normal.ttf');
}
@font-face {
  font-family: 'MiSans-Regular';
  src: url('../fonts/MiSans-Regular.ttf');
}
html,
body {
  overflow-x: hidden;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
::selection {
  color: #fff;
  background: var(--active-color);
}
.h_head {
  background: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  box-shadow: inset 0 -1px #E8EAED;
}
.h_head .h_navWeb .h_head2 {
  transition: padding 0.3s ease-out;
}
.h_head .h_navWeb .h_head2 .h_logo img {
  height: 48px;
}
.h_head .h_navWeb .h_head2 .h_logo span {
  font-size: 16px;
  color: #00479dc9;
  font-family: 'ZCOOLKuaiLe';
  margin-left: 8px;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R {
  --col-gap: 56px;
}
.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;
  --height: 72px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:nth-last-child(3) {
  margin: 0;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a {
  height: var(--height);
  line-height: var(--height);
  transition: height 0.3s, line-height 0.3s;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #111111;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a::after {
  position: absolute;
  content: '';
  bottom: 0;
  height: 2px;
  left: 0;
  background-color: var(--active-color);
  width: 100%;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .icon {
  display: none;
  position: absolute;
  right: calc(var(--w-padding)/2 - 9px);
  top: 0;
  z-index: 2;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li.h_active > a {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li.h_active > a::after {
  transform: scaleX(1);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:hover > a {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:hover > a::after {
  transform: 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;
  transition: all 0.2s;
  left: 50%;
  transform: translate(-50%, 10%);
  overflow: hidden;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0px 0px 4px 4px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol li:last-child a {
  border-bottom: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a {
  white-space: nowrap;
  text-align: center;
  min-width: 80px;
  display: block;
  padding: 11px 0;
  color: #444444;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 71, 157, 0.3);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a.active {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a:hover {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:hover ol {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0px);
}
.h_head .h_navWeb .h_head2 .h_R .h_form {
  cursor: pointer;
  position: relative;
  transition: margin 0.3s;
  width: 40px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form {
  border-radius: 0px 0px 0px 0px;
  border-radius: 120px 120px 120px 120px;
  overflow: hidden;
  transition: all 0.3s;
  flex-wrap: nowrap;
  position: absolute;
  right: 0;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form input {
  font-size: 14px;
  transition: all 0.3s;
  background: none;
  color: #fff;
  width: 0;
  height: 40px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form input:-moz-placeholder,
.h_head .h_navWeb .h_head2 .h_R .h_form form textarea:-moz-placeholder {
  color: #ffffff;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form input:-ms-input-placeholder,
.h_head .h_navWeb .h_head2 .h_R .h_form form textarea:-ms-input-placeholder {
  color: #ffffff;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form input::-webkit-input-placeholder,
.h_head .h_navWeb .h_head2 .h_R .h_form form textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form button {
  width: 40px;
  height: 40px;
  pointer-events: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form button .icon {
  font-size: 22px;
  color: #374151;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form:hover {
  background-color: var(--active-color);
  border-color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_form form:hover input {
  width: 140px;
  padding-left: 16px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form:hover button {
  pointer-events: all;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form:hover button .icon {
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R .h_form .i-close {
  display: none;
  position: absolute;
  right: -26px;
  font-size: 24px;
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R > .h_line {
  height: 45px;
  width: 1px;
  background-color: #DFDFDF;
  margin-right: var(--col-gap);
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_t {
  text-align: right;
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_t p.h_p1 {
  font-size: 14px;
  color: #555555;
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_t p.h_p2 {
  font-size: 21px;
  color: #333333;
  margin-top: 6px;
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_icon {
  margin-left: 12px;
  width: 32px;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu {
  display: none;
  cursor: pointer;
  margin-left: 28px;
  position: relative;
  width: 30px;
  --line-height: 3px;
  --line-gap: 6px;
  height: calc(var(--line-height) * 3 + var(--line-gap) * 2);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu .h_line {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  height: var(--line-height);
  border-radius: 3px;
  background-color: var(--active-color);
  transition: none 0.35s cubic-bezier(0.5, -0.35, 0.35, 1.5) 0s;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu1 .h_line.h_line1 {
  bottom: calc(50% + var(--line-gap) + var(--line-height)/2);
  transition-property: bottom,margin,transform;
  transition-delay: calc(0s + 0.35s), 0s, 0s;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu1 .h_line.h_line2 {
  top: calc(50% - var(--line-height)/2);
  transition-property: top,opacity;
  transition-duration: 0.35s, 0s;
  transition-delay: calc(0s + 0.35s * 1.3), calc(0s + 0.35s * 1.3);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu1 .h_line.h_line3 {
  top: calc(50% + var(--line-gap) + var(--line-height)/2);
  transition-property: top,transform;
  transition-delay: 0s;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu1.h_active .h_line1 {
  bottom: calc(50% - var(--line-gap) - var(--line-height));
  margin-bottom: calc(var(--line-gap) + var(--line-height)/2);
  transform: rotate(45deg);
  transition-delay: calc(0s + 0.35s * 0.3), calc(0s + 0.35s * 1.3), calc(0s + 0.35s * 1.3);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu1.h_active .h_line2 {
  top: calc(50% + var(--line-gap));
  opacity: 0;
  transition-duration: 0.35s, 0s;
  transition-delay: 0s, calc(0s + 0.35s);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu1.h_active .h_line3 {
  top: calc(50% - var(--line-height)/2);
  transform: rotate(-45deg);
  transition-delay: calc(0s + 0.35s * 1.3), calc(0s + 0.35s * 1.3);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu2 .h_line.h_line1 {
  bottom: calc(50% + var(--line-gap) + var(--line-height)/2);
  transition-property: bottom,transform;
  transition-delay: calc(0s + 0.35s), 0s;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu2 .h_line.h_line2 {
  top: calc(50% - var(--line-height)/2);
  transition-property: opacity;
  transition-delay: calc(0s + 0.35s);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu2 .h_line.h_line3 {
  top: calc(50% + var(--line-gap) + var(--line-height)/2);
  transition-property: top,transform;
  transition-delay: calc(0s + 0.35s), 0s;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu2.h_active .h_line1 {
  bottom: calc(50% - var(--line-height)/2);
  transform: rotate(135deg);
  transition-delay: 0s, calc(0s + 0.35s);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu2.h_active .h_line2 {
  opacity: 0;
  transition-duration: 0s;
  transition-delay: calc(0s + 0.35s);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_menu2.h_active .h_line3 {
  top: calc(50% - var(--line-height)/2);
  transform: rotate(225deg);
  transition-delay: 0s, calc(0s + 0.35s);
}
.h_head .h_navWeb .h_head2 .h_R2 .h_tel {
  font-size: 20px;
  color: #111111;
  font-family: 'MiSans-Demibold';
}
.h_head .h_navWeb .h_head2 .h_R2 .h_tel img {
  width: 24px;
  margin-right: 10px;
}
.h_head .h_navWeb .h_head2 .h_R2 .h_btn {
  margin-left: 16px;
  display: inline-block;
  padding: 8px 24px 7px;
  border-radius: 57px 57px 57px 57px;
  border: 1px solid var(--active-color);
  font-size: 16px;
  color: var(--active-color);
  transition: background 0.3s, opacity 0.3s;
}
.h_head .h_navWeb .h_head2 .h_R2 .h_btn:hover {
  background-color: var(--active-color);
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R2 .h_btn.h_btn2 {
  background-color: var(--active-color);
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R2 .h_btn.h_btn2:hover {
  opacity: 0.5;
}
.h_ggTbox1 {
  text-align: center;
}
.h_ggTbox1 .h_en {
  font-size: 130px;
  font-family: 'Heavy';
  color: #3D3D3D;
  opacity: 0.03;
  line-height: 0.8;
  user-select: none;
}
.h_ggTbox1 .h_title {
  font-size: 38px;
  color: #111111;
  font-family: 'MiSans-Demibold';
  margin-top: -70px;
}
.h_ggTbox1 .h_desc {
  font-size: 20px;
  color: #666666;
}
.h_ggTbox2 span {
  width: 26px;
  height: 26px;
  background: var(--active-color);
  margin-right: 13px;
}
.h_ggTbox2 .h_title {
  font-size: 38px;
  color: #111111;
  font-family: 'MiSans-Regular';
}
.h_banner {
  position: relative;
}
.h_banner img {
  width: 100%;
}
.h_banner .h_box {
  padding: 42px 0;
  width: 900px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #00479D 0%, rgba(0, 71, 157, 0) 100%);
}
.h_banner .h_box .h_title {
  font-size: 38px;
  color: #FFFFFF;
  font-family: 'MiSans-Demibold';
}
.h_banner .h_box .h_desc {
  font-size: 24px;
  color: #FFFFFF;
  margin-top: 24px;
}
.h_banner .h_mobile {
  display: none;
}
.h_silder {
  position: fixed;
  right: 40px;
  bottom: 20%;
  z-index: 9;
  display: none;
}
.h_silder .h_item1 {
  width: 62px;
  display: block;
  background-color: var(--active-color);
  box-shadow: 0px 4px 12px -2px #E6ECFA;
  border-radius: 43px 43px 43px 43px;
  padding: 24px 0;
  text-align: center;
}
.h_silder .h_item1 img {
  width: 24px;
}
.h_silder .h_item1 p {
  margin: 8px auto 0;
  width: 16px;
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'MiSans-Regular';
}
.h_silder .h_box {
  padding: 20px 0;
  margin-top: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px -2px #E6ECFA;
  border-radius: 65px 65px 65px 65px;
}
.h_silder .h_box .h_item {
  display: block;
  text-align: center;
  margin-top: 24px;
  position: relative;
}
.h_silder .h_box .h_item:first-child {
  margin: 0;
}
.h_silder .h_box .h_item img {
  width: 20px;
  filter: grayscale(100%) brightness(60%);
}
.h_silder .h_box .h_item p {
  margin-top: 4px;
  font-size: 13px;
  color: #7C8597;
  font-family: 'MiSans-Regular';
}
.h_silder .h_box .h_item:hover img {
  filter: none;
}
.h_silder .h_box .h_item:hover p {
  color: var(--active-color);
}
.h_silder .h_box .h_item:hover .h_hide {
  right: calc(100% + 5px);
  visibility: visible;
  opacity: 1;
}
.h_silder .h_box .h_item .h_hide {
  position: absolute;
  display: block;
  visibility: hidden;
  top: calc(50% - 57px);
  right: 90%;
  padding: 7px;
  opacity: 0;
  background-color: #00479d;
  transition: right 0.3s linear, opacity 0.3s linear;
}
.h_silder .h_box .h_item .h_hide img {
  filter: none;
  width: 100px;
}
.h_silder .h_goTop {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px -2px #E6ECFA;
  text-align: center;
  line-height: 62px;
  margin-top: 15px;
  cursor: pointer;
}
.h_silder .h_goTop img {
  width: 16px;
  filter: grayscale(100%) brightness(60%);
}
.h_silder .h_goTop:hover {
  background-color: var(--active-color);
}
.h_silder .h_goTop:hover img {
  filter: grayscale(100%) brightness(500%);
}
.h_videoBox .h_swiper2 {
  cursor: pointer;
}
.h_videoBox .h_swiper2 .swiper-slide {
  max-width: 800px;
  width: 100%;
}
.h_videoBox .h_swiper2 .swiper-slide.h_slide {
  max-width: 400px;
  margin: 0 15px;
}
.h_videoBox .h_swiper2 .swiper-slide.h_slide .h_video video {
  transition: transform 0.3s;
}
.h_videoBox .h_swiper2 .swiper-slide.h_slide .h_video:hover video {
  transform: scale(1.04);
}
.h_videoBox .h_swiper2 .swiper-slide.h_slide .h_video::after {
  display: none;
}
.h_videoBox .h_swiper2 .swiper-slide .h_video {
  width: 100%;
  aspect-ratio: 800/450;
  position: relative;
  background: #f5f5f5;
}
.h_videoBox .h_swiper2 .swiper-slide .h_video::after {
  position: absolute;
  background: rgba(42, 52, 75, 0.8);
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.h_videoBox .h_swiper2 .swiper-slide .h_desc {
  color: #757575;
  margin-top: 12px;
  line-height: 1.6;
}
.h_videoBox .h_swiper2 .swiper-slide-active .h_video::after {
  visibility: hidden;
  opacity: 0;
}
.h_videoBox .h_swiper2 .swiper-button-prev,
.h_videoBox .h_swiper2 .swiper-button-next {
  color: #fff;
}
.h_videoBox .h_swiper2 .swiper-button-prev::after,
.h_videoBox .h_swiper2 .swiper-button-next::after {
  font-size: 34px;
}
.h_videoBox .h_swiper2 .swiper-button-prev {
  left: 20%;
}
.h_videoBox .h_swiper2 .swiper-button-next {
  right: 20%;
}
.h_FBox {
  padding: 65px 0 50px;
  text-align: center;
}
.h_FBox .h_title {
  font-size: 35px;
  color: #FFFFFF;
  font-family: 'MiSans-Medium';
}
.h_FBox form {
  margin-top: 26px;
}
.h_FBox form img {
  width: 20px;
  margin-right: 6px;
}
.h_FBox form .h_input {
  width: 305px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid var(--rgba8-wcolor);
  padding: 0 18px;
}
.h_FBox form .h_input input {
  width: calc(100% - 26px);
  height: 46px;
  color: #fff;
  font-size: 18px;
  font-family: 'MiSans-Normal';
}
.h_FBox form .h_input input::placeholder {
  color: var(--rgba8-wcolor);
}
.h_FBox form .h_btn {
  margin-left: 22px;
  height: 48px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid var(--rgba8-wcolor);
  padding: 0 18px;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s;
}
.h_FBox form .h_btn img {
  filter: grayscale(100%) brightness(500%);
}
.h_FBox form .h_btn:hover {
  background-color: #fff;
  color: var(--active-color);
}
.h_FBox form .h_btn:hover img {
  filter: none;
}
.h_FBox form .h_btn:last-child {
  background-color: #fff;
  color: var(--active-color);
}
.h_FBox form .h_btn:last-child img {
  filter: none;
}
.h_FBox form .h_btn:last-child:hover {
  opacity: 0.8;
}
.h_tabBox .h_en {
  font-family: 'MiSans-Bold';
  font-size: 80px;
  color: #111111;
}
.h_tabBox .h_tabs .h_tab {
  display: inline-block;
  font-size: 18px;
  color: #111111;
  margin-left: 40px;
  padding: 11px 13px 10px;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}
.h_tabBox .h_tabs .h_tab:first-child {
  margin-left: 0;
}
.h_tabBox .h_tabs .h_tab::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 0;
  right: 0;
  background-color: var(--active-color);
}
.h_tabBox .h_tabs .h_tab:hover,
.h_tabBox .h_tabs .h_tab.h_active {
  color: var(--active-color);
  border-color: var(--active-color);
}
#h_pages {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  --page-height: 30px;
}
#h_pages .h_count {
  width: auto;
  padding: 0 12px;
}
#h_pages span {
  font-size: 14px;
  color: #6A6D75;
  line-height: var(--page-height);
  height: var(--page-height);
  min-width: var(--page-height);
  padding: 0 10px;
  text-align: center;
  background: #F4F4F4;
  font-family: 'MiSans-Regular';
}
#h_pages span.tcdNumber:hover,
#h_pages span.prevPage:hover,
#h_pages span.nextPage:hover {
  box-shadow: 0 0 0 1px var(--active-color);
  background-color: var(--active-color);
  color: #fff;
}
#h_pages span.current {
  box-shadow: 0 0 0 1px var(--active-color);
  background-color: var(--active-color);
  color: #fff;
}
#h_pages 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;
  column-gap: 4px;
  flex-wrap: nowrap !important;
}
.h_dqwz a,
.h_dqwz span,
.h_dqwz i,
.h_dqwz h1,
.h_dqwz h2,
.h_dqwz h3 {
  font-size: 13px;
  font-weight: 290;
  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 {
  color: var(--active-color);
}
#h_mask,
.h_mask {
  z-index: 99;
  background-color: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
}
.h_footer {
  background: #2A344B;
  overflow: hidden;
}
.h_footer .h_footer1 {
  padding: 70px 0 100px;
}
.h_footer .h_footer1 .h_item .h_logo {
  height: 44px;
}
.h_footer .h_footer1 .h_item .h_emws {
  margin-top: 35px;
  column-gap: 20px;
}
.h_footer .h_footer1 .h_item .h_emws .h_ewm {
  text-align: center;
}
.h_footer .h_footer1 .h_item .h_emws .h_ewm .h_img {
  width: 124px;
  height: 124px;
  background: #374462;
  padding: 9px;
}
.h_footer .h_footer1 .h_item .h_emws .h_ewm img {
  width: 100%;
}
.h_footer .h_footer1 .h_item .h_emws .h_ewm p {
  font-size: 15px;
  color: #A4ACB8;
  margin-top: 10px;
}
.h_footer .h_footer1 .h_item .h_t {
  font-size: 17px;
  color: #EEEEEE;
  font-family: 'MiSans-Regular';
}
.h_footer .h_footer1 .h_item .h_sub {
  display: block;
  font-size: 15px;
  color: #A4ACB8;
  margin-bottom: 16px;
}
.h_footer .h_footer1 .h_item a:hover {
  color: #fff;
}
.h_footer .h_footer1 .h_item .h_line {
  width: 38px;
  height: 1px;
  background: #D8D8D8;
  margin: 28px 0 18px;
}
.h_footer .h_footer1 .h_item .h_box {
  margin-bottom: 20px;
}
.h_footer .h_footer1 .h_item .h_box img {
  width: 24px;
  min-width: 24px;
}
.h_footer .h_footer1 .h_item .h_box .h_text {
  margin-left: 4px;
  margin-top: 2px;
}
.h_footer .h_footer1 .h_item .h_box .h_text p {
  font-size: 15px;
  color: #A4ACB8;
  margin-bottom: 5px;
}
.h_footer .h_footer2 {
  padding: 32px 0;
  font-size: 15px;
  color: #A4ACB8;
  border-top: 1px solid #4B5770;
}
.h_footer .h_footer2 div,
.h_footer .h_footer2 p,
.h_footer .h_footer2 span,
.h_footer .h_footer2 a {
  font-size: 13px;
  color: #A4ACB8;
}
.h_footer .h_footer2 img {
  height: 20px;
}
.h_footer .h_footer2 .h_b {
  margin-top: 7px;
}
.h_footer .h_footer2 .h_b a {
  margin-left: 6px;
}
.h_footer .h_footer2 .h_b a img {
  margin: -4px 6px 0 0;
}
.h_footer .h_footer2 a:hover {
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .h_silder {
    right: 20px;
  }
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 40px;
  }
  .h_banner .h_box {
    width: auto;
    padding: 42px calc(var(--w-padding) / 2);
  }

  .mobile{ display: none;}
}
@media screen and (max-width: 1440px) {
  .h_head .h_navWeb .h_head2 .h_R2 .h_tel {
    display: none;
  }
  .h_ggTbox1 .h_en {
    font-size: 100px;
  }
  .h_ggTbox1 .h_title {
    margin-top: -46px;
  }
  .h_footer .h_footer1 {
    padding: 70px 0;
  }
  .h_tabBox .h_en {
    font-size: ;
  }

  .mobile{ display: none;}
}
@media screen and (max-width: 1300px) {
  .h_head .h_navWeb .h_head2 .h_R2 .h_btn {
    padding: 8px 16px 7px;
    font-size: 14px;
  }
  .h_head .h_navWeb .h_head2 .h_logo img {
    height: 37px;
  }
  .h_ggTbox1 .h_en {
    font-size: 85px;
  }
  .h_ggTbox1 .h_title {
    margin-top: -40px;
    font-size: 34px;
  }
  .h_banner .h_box .h_title,
  .h_Title,
  .h_ggTbox2 .h_title {
    font-size: 34px !important;
  }
  .h_silder .h_goTop,
  .h_silder .h_box {
    box-shadow: 0px 2px 8px -4px #E6ECFA;
  }
  .h_silder .h_item1 {
    width: 52px;
    padding: 16px 0;
    box-shadow: 0px 2px 8px -4px #E6ECFA;
  }
  .h_silder .h_item1 p {
    font-size: 14px;
  }
  .h_silder .h_box .h_item p {
    font-size: 11px;
  }
  .h_silder .h_goTop {
    width: 52px;
    height: 52px;
    line-height: 52px;
  }
  .h_silder .h_box {
    margin-top: 16px;
    padding: 16px 0;
  }

  .mobile{ display: none;}
}
@media screen and (max-width: 1200px) {
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 30px;
  }

  .mobile{ display: none;}
}
@media screen and (max-width: 1024px) {
  .h_head .h_navWeb .h_head2 {
    height: 65px;
    padding: 0 !important;
    position: relative;
  }
  .h_head .h_navWeb .h_head2 .h_R2 {
    position: absolute;
    right: 48px;
  }
  .h_head .h_navWeb .h_head2 .h_R {
    width: auto;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_menu {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul {
    position: fixed;
    width: 50vw;
    right: -50vw;
    top: 65px;
    height: calc(100vh - 65px);
    background-color: #fff;
    display: block;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li {
    display: block;
    margin: 0;
    width: 100%;
    --height: 45px !important;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a {
    display: flex;
    align-items: center;
    width: 100%;
    color: #222;
    padding: 13px 20px 11px;
    height: var(--height);
    line-height: var(--height);
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a::after {
    display: none !important;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active {
    background-color: var(--active-color);
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active > a {
    color: #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active .icon {
    color: #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .icon {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol {
    display: none;
    transform: none;
    position: static;
    visibility: visible;
    pointer-events: auto;
    background-color: #d9e4f0;
    transition: none;
    border-radius: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol li a {
    height: auto;
    line-height: normal;
  }
  .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.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_form form {
    background-color: var(--active-color);
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form form button .icon {
    color: #fff;
  }
  .h_silder {
    bottom: 5%;
  }
  .h_ggTbox1 .h_en {
    font-size: 70px;
  }
  .h_ggTbox1 .h_title {
    margin-top: -32px;
    font-size: 30px;
  }
  .h_banner .h_box .h_title,
  .h_Title,
  .h_ggTbox2 .h_title {
    font-size: 30px !important;
  }
  .h_ggTbox1 .h_desc {
    font-size: 18px;
  }
  .h_footer .h_footer1 {
    padding: 50px 0;
  }
  .h_banner .h_box {
    padding: 22px calc(var(--w-padding) / 2);
  }
  .h_banner .h_box .h_desc {
    font-size: 20px;
    margin-top: 10px;
  }

  .mobile{ display: none;}
}
@media screen and (max-width: 767px) {
  .h_head .h_navWeb .h_head2 .h_logo img {
    width: auto;
  }
  .h_head .h_navWeb .h_head2 .h_R2 {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul > li.h_btn {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_logo span::before {
    top: 1px;
  }
  .h_Box4 .h_imgs a:nth-child(13),
  .h_Box4 .h_imgs a:nth-child(14),
  .h_Box4 .h_imgs a:nth-child(15),
  .h_Box4 .h_imgs a:nth-child(16),
  .h_Box4 .h_imgs a:nth-child(17),
  .h_Box4 .h_imgs a:nth-child(18),
  .h_Box4 .h_imgs a:nth-child(19),
  .h_Box4 .h_imgs a:nth-child(20),
  .h_Box4 .h_imgs a:nth-child(21),
  .h_Box4 .h_imgs a:nth-child(22),
  .h_Box4 .h_imgs a:nth-child(23),
  .h_Box4 .h_imgs a:nth-child(24),
  .h_Box4 .h_imgs a:nth-child(25),
  .h_Box4 .h_imgs a:nth-child(26),
  .h_Box4 .h_imgs a:nth-child(27),
  .h_Box4 .h_imgs a:nth-child(28),
  .h_Box4 .h_imgs a:nth-child(29),
  .h_Box4 .h_imgs a:nth-child(30) {
    display: none;
  }
  .h_videoBox .h_swiper2 .swiper-button-prev,
  .h_videoBox .h_swiper2 .swiper-button-next {
    display: none;
  }
  .h_tabBox .h_tabs {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .h_tabBox .h_tabs .h_tab {
    margin-left: 0;
  }
  .h_banner .h_pc {
    display: none;
  }
  .h_banner .h_mobile {
    display: block;
  }

  .mobile{ display: block;}
}
@media screen and (max-width: 480px) {
  .h_ggTbox1 .h_en {
    font-size: 42px;
  }
  .h_ggTbox1 .h_title {
    margin-top: -15px;
    font-size: 24px;
  }
  .h_Title,
  .h_banner .h_box .h_title,
  .h_ggTbox2 .h_title {
    font-size: 22px !important;
  }
  .h_ggTbox1 .h_desc {
    font-size: 15px;
  }
  #h_pages span.h_prev {
    padding-right: 10px;
  }
  #h_pages span.h_next {
    padding-left: 10px;
  }
  #h_pages span {
    padding: 0 8px;
  }
  #h_pages {
    margin-top: 16px;
    width: 100%;
  }
  #h_pages .h_btn {
    display: none;
  }
  .h_silder {
    right: 15px;
  }
  .h_silder .h_box,
  .h_silder .h_item1 {
    display: none;
  }
  .h_FBox .h_title {
    font-size: 22px;
    width: 70%;
    text-align: left;
  }
  .h_FBox {
    padding: 20px 0;
  }
  .h_FBox form {
    margin-top: 14px;
  }
  .h_FBox form {
    justify-content: space-between;
  }
  .h_FBox form .h_input {
    width: 100%;
    margin-bottom: 15px;
  }
  .h_FBox form .h_btn {
    margin-left: 0;
    width: calc(50% - 7.5px);
  }
  .h_footer .h_footer1 {
    padding: 20px 0;
    flex-direction: column;
    align-content: center;
  }
  .h_footer .h_footer1 .h_item .h_t,
  .h_footer .h_footer1 .h_item .h_line,
  .h_footer .h_footer1 .h_item {
    display: none;
  }
  .h_footer .h_footer1 .h_item:nth-child(1),
  .h_footer .h_footer1 .h_item:nth-child(2) {
    display: block;
  }
  .h_footer .h_footer1 .h_item .h_emws {
    margin-top: 16px;
  }
  .h_footer .h_footer1 .h_item .h_box .h_text {
    display: flex;
  }
  .h_footer .h_footer1 .h_item .h_box .h_text p {
    margin-bottom: 0;
  }
  .h_footer .h_footer1 .h_item .h_box .h_text p:first-child {
    white-space: nowrap;
  }
  .h_footer .h_footer1 .h_item .h_logo {
    height: 37px;
  }
  .h_footer .h_footer1 .h_item .h_box {
    margin: 15px 0 0;
    flex-wrap: nowrap;
  }
  .h_footer .h_footer2 {
    padding: 18px 0;
  }
  .h_footer .h_footer2 .h_b > img {
    display: none;
  }
  .h_silder {
    bottom: 14%;
  }
  .h_FBox form .h_input input,
  .h_FBox form .h_btn {
    font-size: 16px;
    height: 42px;
  }
  .h_ggTbox2 span {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .h_videoBox .h_swiper2 .swiper-slide {
    width: calc(100vw - 60px);
  }
  .h_videoBox .h_swiper2 .swiper-slide.h_slide {
    margin: 0 7.5px;
  }
  .h_tabBox .h_tabs .h_tab {
    text-align: center;
    padding-top: 0;
    font-size: 16px;
  }
  .h_tabBox .h_en,
  .h_tabBox .h_tabs .h_tab::after {
    display: none;
  }

   .mobile{ display: block;}
}
