@font-face {
  font-family: 'Regular';
  src: url('../fonts/SourceHanSansCN-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Medium';
  src: url('../fonts/SourceHanSansCN-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Bold';
  src: url('../fonts/SourceHanSansCN-Bold.ttf') format('truetype');
}
html,
body,
div,
p,
span,
ul,
li,
ol,
table,
input,
textarea,
a,
iframe,
form,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 13px;
}
* {
  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: 'Regular';
  color: #111;
}
html,
body {
  background-image: url(../static/bg.jpg);
  background-color: #f1f1f1;
  background-size: 34px;
  overflow-x: hidden;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
html::selection,
body::selection {
  color: #fff;
  background: var(--active-color);
}
.h_head {
  background-image: url(../static/bg.jpg);
  background-color: #f1f1f1;
  background-size: 34px;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  box-shadow: 0px 1px 2px -2px #b5bcc4;
  transition: transform 0.3s linear;
}
.h_head.h_headDown {
  transform: translateY(-55px);
}
.h_head.h_headDown .h_navWeb .h_head2 {
  padding: 12px 0;
}
.h_head .h_navWeb .h_head1 {
  padding: 16px 0;
}
.h_head .h_navWeb .h_head1 .h_logo img {
  width: auto;
  height: 60px;
}
.h_head .h_navWeb .h_head1 .h_img img {
  width: auto;
  height: 62px;
}
.h_head .h_navWeb .h_head1 .h_line {
  width: 2px;
  height: 69px;
  background-image: url(../static/line.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.h_head .h_navWeb .h_head1 .h_tel .icon {
  width: 47px;
}
.h_head .h_navWeb .h_head1 .h_tel .h_p {
  margin-left: 16px;
}
.h_head .h_navWeb .h_head1 .h_tel .h_p .h_p1 {
  font-family: 'Medium';
  font-size: 17px;
  color: #d7381a;
}
.h_head .h_navWeb .h_head1 .h_tel .h_p .h_p2 {
  font-family: 'Medium';
  font-size: 26px;
  color: #000;
}
.h_head .h_navWeb .h_head2 {
  background-image: url(../static/bg_head.jpg);
  background-size: contain;
  padding: 6px 0;
}
.h_head .h_navWeb .h_head2 .h_logo {
  display: none;
}
.h_head .h_navWeb .h_head2 .h_logo img {
  height: 45px;
}
.h_head .h_navWeb .h_head2 .h_R {
  flex-grow: 1;
  --col-gap: 0;
  position: relative;
}
.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;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-family: 'Medium';
  width: 103px;
  aspect-ratio: 103/32;
  line-height: 33px;
  background-image: url(../static/bg_nav.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.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: #fff300;
  background-image: url(../static/bg_nav2.png);
}
.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_line {
  width: 1px;
  height: 16px;
  background: #D8D8D8;
  margin-right: 40px;
}
.h_head .h_navWeb .h_head2 .h_R .h_right .h_tel {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  position: relative;
  padding-left: 36px;
  background: url(../static/icon1.png) no-repeat left center;
  background-size: 20px;
}
.h_head .h_navWeb .h_head2 .h_R .h_right .h_lang {
  font-weight: 290;
  font-size: 16px;
  color: #222222;
}
.h_head .h_navWeb .h_head2 .h_R .h_right .h_lang:hover {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_right .h_line {
  margin: 0 30px;
  width: 1px;
  height: 15px;
  background: #D8D8D8;
}
.h_head .h_navWeb .h_head2 .h_R .h_right .h_icon {
  font-size: 0;
  width: 18px;
  cursor: pointer;
}
.h_head .h_navWeb .h_head2 .h_R .h_formBox {
  position: absolute;
  right: -10px;
  display: none;
  background: #5e6a7c;
  border-radius: 54px;
  overflow: hidden;
}
.h_head .h_navWeb .h_head2 .h_R .h_formBox input:-moz-placeholder {
  color: #e4e4e4;
}
.h_head .h_navWeb .h_head2 .h_R .h_formBox input:-ms-input-placeholder {
  color: #e4e4e4;
}
.h_head .h_navWeb .h_head2 .h_R .h_formBox input::-webkit-input-placeholder {
  color: #e4e4e4;
}
.h_head .h_navWeb .h_head2 .h_R .h_formBox input {
  width: 200px;
  color: #fff;
  font-size: 15px;
  font-family: '微软雅黑';
  height: 38px;
  padding: 0 0 0 14px;
  background: #0000 !important;
}
.h_head .h_navWeb .h_head2 .h_R .h_formBox input::selection {
  color: var(--active-color);
  background: #fff;
}
.h_head .h_navWeb .h_head2 .h_R .h_formBox button {
  width: 38px;
  height: 38px;
}
.h_head .h_navWeb .h_head2 .h_R .h_formBox button img {
  filter: grayscale(100%) brightness(800%);
  width: 20px;
}
.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-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;
}
.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_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: 5px;
  --page-height: 30px;
  margin: 15px 0 10px;
}
#h_pages .h_count {
  width: auto;
  padding: 0 12px;
}
#h_pages span {
  font-size: 13px;
  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: #ffe4ce;
  top: 0;
  left: 0;
  z-index: -1;
}
#h_pages span.h_dian {
  font-family: math;
  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-color);
  color: #fff;
}
#h_pages span.current {
  color: #fff;
}
#h_pages span.current::after {
  background-color: var(--active-color);
  color: #fff;
}
#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-color);
  background-color: var(--active-color);
}
#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_popupBox {
  visibility: hidden;
  pointer-events: none;
}
.h_popupBox .h_mask {
  display: block;
}
.h_popupBox .h_popup {
  z-index: 999;
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
  transition: transform 0.3s, opacity 0.3s;
  width: 400px;
  max-width: calc(100% - 20px);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.h_popupBox .h_popup .h_title {
  font-size: 18px;
  font-weight: 400;
  color: #3D3D3D;
  background: linear-gradient(180deg, #fff2d0, #fff);
  padding: 20px;
  font-family: 'Bold';
  color: var(--t-color);
}
.h_popupBox .h_popup form {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.h_popupBox .h_popup form input,
.h_popupBox .h_popup form textarea {
  border-radius: 5px;
  font-size: 13px;
  font-weight: 350;
  color: #111;
  padding: 10px;
  border: 1px solid #c7c7c7;
  background: none;
}
.h_popupBox .h_popup form input:focus,
.h_popupBox .h_popup form textarea:focus {
  border-color: var(--active-color);
}
.h_popupBox .h_popup form textarea {
  height: 100px;
}
.h_popupBox .h_popup form button {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  padding: 10px 20px;
  background-color: var(--active-color);
  border-radius: 5px;
  cursor: pointer;
}
.h_popupBox .h_popup form button:hover {
  background-color: #b64600;
}
.h_popupBox.show {
  visibility: visible;
  pointer-events: auto;
}
.h_popupBox.show .h_popup {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.h_footer {
  border-bottom: 3px solid #eaa761;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.h_footer .h_bgBox {
  background-position: center 36px !important;
}
.h_footer .h_footer1 {
  padding: 7px 20px;
  background-color: #ffe4ce;
}
.h_footer .h_footer1 .h_label {
  color: #b64600;
  font-family: 'Medium';
}
.h_footer .h_footer1 .h_links {
  width: calc(100% - 70px);
  gap: 4px 20px;
}
.h_footer .h_footer1 .h_links a {
  color: #967600;
}
.h_footer .h_footer1 .h_links a:hover {
  color: var(--active-color);
}
.h_footer .h_footer2 {
  padding: 7px 20px;
}
.h_footer .h_footer2 .h_L .h_label {
  color: #ff002d;
  font-family: 'Medium';
}
.h_footer .h_footer2 .h_L .h_text {
  margin-left: 5px;
}
.h_footer .h_footer2 .h_L .h_text p {
  margin-bottom: 7px;
}
.h_footer .h_footer2 .h_L .h_text a:hover {
  color: var(--active-color);
}
.h_footer .h_footer2 .h_L .h_text .h_read {
  padding-left: 24px;
  background: url('../static/read.png') no-repeat left center;
  background-size: 15px;
}
.h_footer .h_footer2 .h_imgs .h_map {
  width: 200px;
  margin-top: 7px;
}
.h_footer .h_footer2 .h_imgs .h_ewm {
  width: 107px;
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a {
    font-size: 15px;
    width: 90px;
    line-height: 28px;
  }
  .h_head .h_navWeb .h_head1 {
    padding: 10px 0;
  }
  .h_head .h_navWeb .h_head1 .h_img img,
  .h_head .h_navWeb .h_head1 .h_logo img {
    height: 50px;
  }
  .h_head .h_navWeb .h_head1 .h_tel .h_p .h_p2 {
    font-size: 22px;
    line-height: 1;
  }
  .h_head .h_navWeb .h_head1 .h_tel .icon {
    width: 40px;
  }
  .h_head .h_navWeb .h_head1 .h_line {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .h_head .h_navWeb .h_head1 {
    display: none;
  }
  .h_head .h_navWeb .h_head2 {
    padding: 10px 0;
    background: linear-gradient(0deg, #feede5 0%, #fff 100%);
  }
  .h_head .h_navWeb .h_head2 .h_logo {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_menu {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_R {
    flex-grow: unset;
  }
  .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: #111;
    background: 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,
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li:hover > a {
    color: #fff;
    background: var(--active-color);
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active .icon,
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li:hover .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_footer .h_footer1 .h_label,
  .h_footer .h_footer2 .h_L .h_label {
    display: none;
  }
  .h_footer .h_footer1 .h_links {
    width: 100%;
    gap: 4px 10px;
  }
  .h_footer .h_footer2 {
    flex-direction: column;
    align-content: center;
  }
}
@media screen and (max-width: 480px) {
  .h_footer {
    margin-bottom: 10px;
  }
  .h_head .h_navWeb .h_head2 .h_960 {
    width: calc(100% - 20px);
  }
  .h_footer .h_footer2,
  .h_footer .h_footer1 {
    padding: 10px;
  }
  #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;
  }
}
