* {
  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: "Source Han Sans Regular";
}
html,
body {
  overflow-x: hidden;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
.h_head {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.1);
}
.h_head.h_headDown .h_navWeb .h_head1 {
  padding: 7px 0;
}
.h_head .h_navWeb .h_logo .h_icon {
  height: 60px;
}
.h_head .h_navWeb .h_logo .h_icon img {
  width: auto;
  height: 100%;
}
.h_head .h_navWeb .h_logo .h_text {
  margin-left: 6px;
}
.h_head .h_navWeb .h_logo .h_text .h_name {
  font-family: "Source Han Sans Bold";
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 3.6px;
  text-align: justify;
  line-height: 1.1;
}
.h_head .h_navWeb .h_logo .h_text .h_piny {
  font-family: "Lato";
  font-size: 14px;
}
.h_head .h_navWeb .h_head1 {
  background: var(--active-color);
  background-image: url(../static/bg_h.png);
  background-size: auto 100%;
  padding: 18px 0;
  transition: padding 0.4s;
}
.h_head .h_navWeb .h_head1 .h_L {
  column-gap: 32px;
  color: #fff;
}
.h_head .h_navWeb .h_head1 .h_L .h_line {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
}
.h_head .h_navWeb .h_head1 .h_L .h_desc .h_p1 {
  font-size: 20px;
  font-family: "Source Han Sans Bold";
}
.h_head .h_navWeb .h_head1 .h_L .h_desc .h_p2 {
  font-size: 15px;
}
.h_head .h_navWeb .h_head1 .h_R {
  font-size: 14px;
  color: #fff;
  background-image: url(../static/icon1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
}
.h_head .h_navWeb .h_head1 .h_R .h_p2 {
  font-family: "Lato";
}
.h_head .h_navWeb .h_head2 .h_logo {
  display: none;
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R {
  width: 100%;
  --col-gap: 100px;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList {
  width: 100%;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList .h_mask {
  z-index: -1;
  display: none;
  top: 65px;
  cursor: pointer;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li {
  flex: 1;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:last-child a::before {
  display: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a {
  display: block;
  line-height: 50px;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #353636;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: 0px;
  top: calc(50% - 10px);
  background: rgba(0, 0, 0, 0.15);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:hover > a,
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li.h_active > a {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  transition: all 0.2s;
  left: 50%;
  transform: translate(-50%, 10%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  overflow: hidden;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a {
  padding: 15px 26px;
  white-space: nowrap;
  display: block;
  color: #444444;
  font-size: 14px;
  border-bottom: 1px solid #E5E5E5;
  min-width: 140px;
  text-align: center;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a:last-child {
  border: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a.active,
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a:hover {
  background: var(--active-color);
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:hover ol {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0px);
}
.h_head .h_navWeb .h_head2 .h_R .h_rBox {
  column-gap: 12px;
}
.h_head .h_navWeb .h_head2 .h_R .h_rBox a {
  width: 38px;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
}
.h_head .h_navWeb .h_head2 .h_R .h_rBox a.yx {
  background-size: 18px;
  background-image: url(../static/icon_yx.png);
}
.h_head .h_navWeb .h_head2 .h_R .h_rBox a.ly {
  background-size: 16px;
  background-image: url(../static/icon_ly.png);
}
.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: #fff;
  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_pages {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  --page-height: 38px;
}
#h_pages .h_count {
  width: auto;
  padding: 0 12px;
}
#h_pages span {
  font-family: "Source Han Sans Medium";
  font-size: 14px;
  color: #333;
  line-height: calc(var(--page-height) + 2px);
  height: var(--page-height);
  min-width: var(--page-height);
  text-align: center;
  user-select: none;
  position: relative;
  z-index: 2;
}
#h_pages span i {
  font-size: 16px;
}
#h_pages span::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 1px #e1e1e1;
  top: 0;
  left: 0;
  z-index: -1;
}
#h_pages span.dian {
  background: none;
  box-shadow: none;
  font-family: 'Lato';
}
#h_pages span.prevPage:hover,
#h_pages span.nextPage:hover {
  color: #fff;
}
#h_pages span.prevPage:hover::after,
#h_pages span.nextPage:hover::after {
  background-color: var(--active-color);
  box-shadow: 0 0 0 1px var(--active-color);
}
#h_pages span.tcdNumber:hover {
  color: var(--active-color);
}
#h_pages span.tcdNumber:hover::after {
  box-shadow: 0 0 0 1px var(--active-color);
}
#h_pages span.current {
  color: #fff;
}
#h_pages span.current::after {
  background-color: var(--active-color);
  box-shadow: 0 0 0 1px var(--active-color);
}
#h_pages form {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
  margin-left: 10px;
}
#h_pages form input {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
  margin-left: 5px;
  padding: 0 4px;
  width: 44px;
  height: var(--page-height);
  box-shadow: inset 0 0 0 1px #E5E5E5;
  background: none;
  text-align: center;
}
#h_pages form input.submit-input {
  cursor: pointer;
}
#h_pages form input.submit-input:hover {
  color: #fff;
  box-shadow: inset 0 0 0 1px var(--active-color2);
  background-color: var(--active-color2);
}
#h_pages .tcdNumber,
#h_pages .prevPage,
#h_pages .nextPage {
  cursor: pointer;
}
#h_mask,
.h_mask {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  display: none;
}
.h_footer {
  background-image: url(../static/bg_f.jpg);
  background-size: 100% auto;
  background-position: top left;
  overflow: hidden;
}
.h_footer .h_footer1 .h_item {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
}
.h_footer .h_footer1 .h_item:hover {
  color: #fff;
}
.h_footer .h_footer1 .h_line {
  width: 1px;
  margin: 0 14px;
  height: 20px;
  background: rgba(255, 255, 255, 0.15);
}
.h_footer .h_footer2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.h_footer .h_footer2 .h_box {
  gap: 20px;
}
.h_footer .h_footer2 .h_logo .h_icon {
  height: 60px;
}
.h_footer .h_footer2 .h_logo .h_icon img {
  width: auto;
  height: 100%;
}
.h_footer .h_footer2 .h_logo .h_text {
  margin-left: 6px;
  color: #fff;
}
.h_footer .h_footer2 .h_logo .h_text .h_name {
  font-family: "Source Han Sans Bold";
  font-size: 26px;
  line-height: 42px;
  text-align: justify;
  line-height: 1.1;
  letter-spacing: 1.2px;
}
.h_footer .h_footer2 .h_logo .h_text .h_piny {
  font-family: "Lato";
  font-size: 14px;
}
.h_footer .h_footer2 .h_msgBox {
  gap: 15px 30px;
  max-width: 480px;
}
.h_footer .h_footer2 .h_msgBox p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
  padding-left: 20px;
  position: relative;
}
.h_footer .h_footer2 .h_msgBox p::before {
  position: absolute;
  content: '';
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  top: 9px;
  left: 0;
}
.h_footer .h_footer2 .h_imgs {
  gap: 25px;
}
.h_footer .h_footer2 .h_imgs .h_img {
  width: 117px;
  text-align: center;
}
.h_footer .h_footer2 .h_imgs .h_img p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.8);
}
.h_footer .h_footer3 {
  padding: 20px 0;
}
.h_footer .h_footer3 p,
.h_footer .h_footer3 a,
.h_footer .h_footer3 span,
.h_footer .h_footer3 div {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Lato-Light';
}
.h_footer .h_footer3 .h_msg p a {
  margin-left: 6px;
}
.h_footer .h_footer3 a:hover {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 68px;
  }
}
@media screen and (max-width: 1300px) {
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 54px;
  }
}
@media screen and (max-width: 1024px) {
  .h_head {
    background-image: url(../static/bg_h.png);
    background-size: auto 100%;
  }
  .h_head .h_navWeb .h_head1 {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_logo {
    display: flex;
  }
  .h_head .h_navWeb .h_head2 .h_logo .h_icon {
    height: 52px;
  }
  .h_head .h_navWeb .h_head2 {
    height: 65px;
    position: relative;
    justify-content: space-between;
  }
  .h_head .h_navWeb .h_head2 .h_R {
    width: auto;
    padding: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_menu {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul {
    position: fixed;
    width: 50vw;
    right: -50vw;
    top: 65px;
    height: calc(100vh - 65px);
    background-color: #fff;
    display: block;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li {
    display: block;
    margin: 0;
    width: 100%;
    --height: 45px !important;
    padding: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a {
    width: 100%;
    height: var(--height);
    font-size: 16px;
    line-height: var(--height);
    box-shadow: none !important;
    text-align: left;
    padding: 0 20px;
    border-radius: 0;
    color: #333;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a .icon {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a::after {
    display: none !important;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active > a {
    color: var(--active-color);
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active .icon {
    color: #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > .icon {
    display: block;
    position: absolute;
    right: 10px;
    width: 40px;
    top: 3px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #333;
    cursor: pointer;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol {
    display: none;
    transform: none;
    position: static;
    visibility: visible;
    pointer-events: auto;
    background-color: #f6f9fe;
    transition: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 20px;
    --height: 40px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol li {
    border-bottom: 1px solid #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol li:last-child {
    border-bottom: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol a {
    text-align: left;
    padding: 0;
    font-size: 15px;
    color: #555555;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol a:hover {
    background: #0000;
    color: #555;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li:hover ol {
    transform: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul .h_language {
    display: flex;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList.h_show .h_mask {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList.h_show ul {
    right: 0;
  }
  .h_footer .h_footer2 .h_logo,
  .h_footer .h_footer1 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .h_footer {
    margin-bottom: 55px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_menu {
    margin-left: 22px;
  }
}
@media screen and (max-width: 480px) {
  .h_head .h_navWeb .h_head2 .h_logo .h_icon {
    height: 46px;
  }
  .h_head .h_navWeb .h_logo .h_text .h_name {
    font-size: 20px;
  }
  .h_head .h_navWeb .h_logo .h_text .h_piny {
    font-size: 12px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_menu {
    margin-left: 14px;
  }
  .h_ggTitle .h_title {
    font-size: 18px;
  }
  .h_ggTitle .h_desc {
    font-size: 14px;
    margin-top: 4px;
  }
  #h_pages {
    margin-top: 15px;
  }
  #h_pages span {
    font-size: 14px;
  }
  #h_pages {
    --page-height: 30px;
  }
  #h_pages span.page-item,
  #h_pages form {
    display: none;
  }
  .h_footer {
    background-size: auto 70%;
  }
  .h_footer .h_footer2 .h_box {
    gap: 10px;
    flex-direction: column;
  }
  .h_footer .h_footer3 {
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
  .h_footer .h_footer3 .h_msg {
    justify-content: center;
  }
  .h_footer .h_footer3 .h_msg p a {
    margin: 0;
  }
  .h_footer .h_footer3 .h_msg a {
    margin: 7px 0 0;
  }
  .h_footer .h_footer2 .h_msgBox {
    display: inline-flex;
    flex-direction: column;
    gap: 7px;
  }
  .h_footer .h_footer2 .h_msgBox p {
    font-size: 15px;
    padding-left: 14px;
  }
  .h_footer .h_footer2 .h_msgBox p::before {
    width: 6px;
    top: 9px;
  }
  .h_footer .h_footer2 .h_imgs {
    gap: 13px;
  }
  .h_footer .h_footer2 .h_imgs .h_img p {
    font-size: 14px;
  }
}
