* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  font-family: 微软雅黑;
}
html,
body {
  overflow-x: hidden;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
.h_head {
  z-index: 99;
  top: 0;
  width: 100%;
  background-color: #fff;
}
.h_head.h_headDown {
  transform: translateY(-55px);
}
.h_head.h_headDown .h_navWeb .h_head2 {
  padding: 12px 0;
}
.h_head .h_navWeb {
  background-color: #2b2b2b;
}
.h_head .h_navWeb .h_head1 {
  background-color: #fff;
}
.h_head .h_navWeb .h_head1 .h_box {
  height: 100px;
}
.h_head .h_navWeb .h_head1 .h_box .h_logo {
  font-size: 0;
}
.h_head .h_navWeb .h_head1 .h_box .h_logo img {
  max-height: 90px;
}
.h_head .h_navWeb .h_head1 .h_box .h_tels {
  text-align: right;
}
.h_head .h_navWeb .h_head1 .h_box .h_tels p {
  margin: 2px 0;
  font-size: 14px;
  color: #666;
}
.h_head .h_navWeb .h_head1 .h_box .h_tels p .tel {
  color: #de0f0f;
  font-size: 18px;
}
.h_head .h_navWeb .h_head2 {
  transition: padding 0.3s linear;
}
.h_head .h_navWeb .h_head2 .h_logo {
  display: none;
  font-size: 0;
}
.h_head .h_navWeb .h_head2 .h_logo img {
  height: 48px;
}
.h_head .h_navWeb .h_head2 .h_R {
  width: 100%;
  --col-gap: 20px;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList .h_mask {
  z-index: -1;
  display: none;
  top: 64px;
  cursor: pointer;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li {
  margin-right: var(--col-gap);
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:last-child {
  margin: 0;
}
.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: #fff;
  height: 50px;
  line-height: 50px;
  min-width: 120px;
  padding: 0 10px;
}
.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;
  font-size: 20px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:hover > a,
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li.h_active > a {
  background-color: var(--active-color2);
  color: #fff;
}
.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: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a {
  padding: 11px 26px;
  white-space: nowrap;
  text-align: center;
  min-width: 90px;
  display: block;
  color: #444444;
  font-size: 15px;
  border-bottom: 1px solid #E5E5E5;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a:last-child {
  border: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a.active {
  background: var(--j-bcolor);
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a:hover {
  background: var(--j-bcolor);
  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_form {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 38px;
  padding: 0 6px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form input {
  width: 140px;
  height: 28px;
  padding-left: 6px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form button {
  width: 28px;
  aspect-ratio: 1;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu {
  display: none;
  cursor: pointer;
  margin-left: 30px;
  position: relative;
  width: 32px;
  --line-height: 3px;
  --line-gap: 6px;
  height: calc(var(--line-height) * 3 + var(--line-gap) * 2);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu .h_line {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  height: var(--line-height);
  border-radius: 3px;
  background-color: var(--active-color2);
  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_kong {
  display: none;
}
.h_banners img {
  width: 100%;
}
.h_banner .h_text .h_title {
  font-size: 72px;
  color: #FFFFFF;
  position: relative;
  text-align: center;
  z-index: 2;
  letter-spacing: 3px;
}
.h_banner .h_text .h_title::after {
  position: absolute;
  width: 100%;
  left: 4px;
  z-index: -1;
  content: attr(title);
  color: transparent;
  -webkit-text-stroke: 1px var(--rgba5-wcolor);
}
.h_banner .h_text .h_tips {
  margin-top: 12px;
}
.h_banner .h_text .h_tips p {
  background-color: rgba(0, 4, 85, 0.18);
  padding: 15px 40px 13px;
  font-size: 18px;
  color: #FFFFFF;
}
.h_banner .h_text .h_tips p .dian {
  width: 9px;
  height: 9px;
  background: #04D298;
  border-radius: 50%;
  margin: 0 14px;
}
.h_banner .h_text .h_tips p .dian:first-child {
  display: none;
}
.h_banner .h_text .h_form {
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.15);
  padding: 14px;
}
.h_banner .h_text .h_form.h_form2 {
  margin-top: 22px;
}
.h_banner .h_text .h_form .h_input {
  width: 18%;
  background: #FFFFFF;
  padding: 0 24px;
}
.h_banner .h_text .h_form .h_input.input2 {
  width: 22.5%;
}
.h_banner .h_text .h_form .h_input.input3 {
  width: 42%;
}
.h_banner .h_text .h_form .h_input label {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.h_banner .h_text .h_form .h_input input {
  width: calc(100% - 48px);
  height: 58px;
  color: #333333;
  font-size: 18px;
}
.h_banner .h_text .h_form .h_select {
  width: 18%;
  background: #FFFFFF;
  height: 58px;
  line-height: 60px;
  font-size: 18px;
  color: #333333;
  padding: 0 24px;
  position: relative;
  cursor: pointer;
}
.h_banner .h_text .h_form .h_select::after {
  position: absolute;
  content: '';
  border-top: 10px solid #000;
  border-left: 7px solid #0000;
  border-right: 7px solid #0000;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.h_banner .h_text .h_form .h_select .h_hide {
  display: block;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  transition: all 0.2s;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 10%);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.h_banner .h_text .h_form .h_select .h_hide p {
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #fff;
}
.h_banner .h_text .h_form .h_select .h_hide p:last-child {
  border-bottom: none;
}
.h_banner .h_text .h_form .h_select .h_hide p:hover,
.h_banner .h_text .h_form .h_select .h_hide p.h_active {
  background-color: var(--active-color2);
  color: #fff;
}
.h_banner .h_text .h_form .h_select .h_hide.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0px);
}
.h_banner .h_text .h_form button {
  height: 58px;
  width: 14%;
  background: #FE9F33;
  font-size: 20px;
  color: #FFFFFF;
}
.h_banner .h_text .h_form button.h_btn2 {
  background: #1ED4F3;
}
.h_banner .h_text .h_desc {
  font-size: 16px;
  color: #FFFFFF;
  line-height: calc(21/16);
  text-align: center;
  margin-top: 28px;
}
.h_dqwz {
  padding-bottom: 9px;
  border-bottom: 1px solid #D8D8D8;
}
.h_dqwz img {
  width: 24px;
}
.h_dqwz span {
  font-weight: 400;
  font-size: 13px;
  color: #3D3D3D;
}
.h_dqwz a:hover {
  color: var(--active-color);
}
#h_pages {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  --page-height: 38px;
}
#h_pages .h_count {
  width: auto;
  padding: 0 12px;
}
#h_pages span {
  font-size: 16px;
  color: #333;
  line-height: var(--page-height);
  height: var(--page-height);
  min-width: var(--page-height);
  text-align: center;
  position: relative;
  z-index: 2;
}
#h_pages span i {
  font-size: inherit;
}
#h_pages span::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #F8F9FB;
  top: 0;
  left: 0;
  z-index: -1;
}
#h_pages span.h_dian {
  background: none;
  box-shadow: none;
}
#h_pages span.tcdNumber:hover,
#h_pages span.prevPage:hover,
#h_pages span.nextPage:hover {
  color: #fff;
}
#h_pages span.tcdNumber:hover::after,
#h_pages span.prevPage:hover::after,
#h_pages span.nextPage:hover::after {
  background-color: var(--active-color2);
}
#h_pages span.current {
  color: #fff;
}
#h_pages span.current::after {
  background-color: var(--active-color2);
}
#h_pages form {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
  margin-left: 10px;
}
#h_pages form input {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
  margin-left: 5px;
  padding: 0 4px;
  width: 44px;
  height: var(--page-height);
  box-shadow: inset 0 0 0 1px #E5E5E5;
  background: none;
  text-align: center;
}
#h_pages form input.submit-input {
  cursor: pointer;
}
#h_pages form input.submit-input:hover {
  color: #fff;
  box-shadow: inset 0 0 0 1px var(--active-color2);
  background-color: var(--active-color2);
}
#h_pages .tcdNumber,
#h_pages .prevPage,
#h_pages .nextPage {
  cursor: pointer;
}
#h_mask,
.h_mask {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  display: none;
}
.h_fBox {
  padding: 35px 0;
}
.h_fBox .h_item {
  flex-shrink: 1;
}
.h_fBox .h_item .h_icon {
  width: 56px;
}
.h_fBox .h_item .h_text {
  margin-left: 24px;
}
.h_fBox .h_item .h_text .h_title {
  font-size: 17px;
  color: #222222;
}
.h_fBox .h_item .h_text .h_desc {
  font-size: 14px;
  color: #777777;
  line-height: calc(22/14);
  margin-top: 10px;
}
.h_fBox .h_line {
  width: 1px;
  height: 40px;
  background-color: #d9d9d9;
}
.h_fBox .h_line:last-child {
  display: none;
}
.h_footer {
  background-color: #333333;
  overflow: hidden;
}
.h_footer .h_footer1 {
  text-align: center;
}
.h_footer .h_footer1 p {
  margin-bottom: 4px;
}
.h_footer .h_footer1 p,
.h_footer .h_footer1 a {
  color: #646464;
  font-size: 14px;
}
.h_footer .h_footer1 a:hover {
  color: var(--active-color);
}
@media screen and (max-width: 1024px) {
  .h_head {
    padding: 0;
    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: 65px;
    height: 65px;
    background: none;
  }
  .h_head .h_navWeb .h_head2 .h_logo {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_logo img {
    height: 40px;
  }
  .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_formBox {
    right: 52px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_formBox form {
    flex-wrap: nowrap;
  }
  .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 {
    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::after {
    display: none !important;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active {
    background: var(--active-color2);
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active > a {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active .icon {
    color: #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .icon {
    display: block;
  }
  .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: #e7f2ff;
    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 36px;
    text-align: left;
    height: auto;
    line-height: normal;
    box-shadow: 0 1px #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li:hover ol {
    transform: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul .h_language {
    display: flex;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList.h_show .h_mask {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList.h_show ul {
    right: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_line {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_headForm {
    right: 62px;
    height: 65px;
    padding: 0;
    width: 0;
    overflow: hidden;
    background: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_headForm input {
    width: 180px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_headForm.show {
    right: 62px;
    width: 262px;
    padding: 0 16px;
  }
  .h_footer .h_footer1 .h_item:nth-child(2),
  .h_fBox .h_line {
    display: none;
  }
  .h_footer .h_footer1 .h_item {
    width: calc(50% - var(--w-padding)/2);
  }
  .h_ggTitle {
    font-size: 26px;
  }
  .h_banner .h_text .h_title {
    font-size: 52px;
  }
}
@media screen and (max-width: 480px) {
  .h_head .h_navWeb .h_head2 .h_R .h_form {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_menu {
    margin-left: 15px;
  }
  #h_pages {
    margin-top: 15px;
  }
  #h_pages span {
    font-size: 14px;
  }
  #h_pages {
    --page-height: 34px;
  }
  #h_pages span.h_btn,
  #h_pages form {
    display: none;
  }
  .h_footer .h_footer1 {
    justify-content: center;
  }
  .h_footer .h_footer1 .h_item {
    width: auto;
  }
  .h_footer .h_footer1 .h_item:last-child {
    display: none;
  }
  .h_footer .h_footer1 .h_item .h_list .h_btns {
    margin-top: 16px;
  }
}
