* {
  font-family: 微软雅黑;
  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;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* Standard syntax */
}
a {
  text-decoration: none;
  /*color: #000;*/
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
button {
  cursor: pointer;
  background: none;
}
textarea {
  resize: none;
}
input {
  border-radius: 0;
}
input,
textarea,
button {
  border: none;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #A1A1A1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A1A1A1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A1A1A1;
}
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;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.h_1700 {
  max-width: 1700px;
  width: 93%;
  margin: 0 auto;
}
.h_1400 {
  max-width: 1400px;
  width: 93%;
  margin: 0 auto;
}
.h_1200 {
  max-width: 1200px;
  width: 93%;
  margin: 0 auto;
}
.h_bgImg {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.h_bgImg2 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.h_bgFixed {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.h_posImg {
  display: block;
  position: relative;
}
.h_posImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
html,
body {
  overflow-x: hidden;
  --active-color: #F07427;
  --swiper-theme-color: #F07427;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
@font-face {
  font-family: Heavy;
  src: url(../../fonts/AlibabaPuHuiTi-3-105-Heavy.ttf);
}
.h_head {
  background-color: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  transition: transform 0.3s ease-out;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.5);
}
.h_head.h_headDown {
  transform: translateY(-44px);
}
.h_head .h_navWeb .h_head1 {
  height: 48px;
  position: relative;
  background-color: var(--active-color);
}
.h_head .h_navWeb .h_head1::before {
  position: absolute;
  content: '';
  height: 19px;
  background-color: #fff;
  width: 574px;
  left: 0;
  bottom: 0;
}
.h_head .h_navWeb .h_head1::after {
  position: absolute;
  content: '';
  border-top: 20px solid var(--active-color);
  border-left: 10px solid #00000000;
  border-right: 10px solid #00000000;
  left: 564px;
  bottom: 0;
}
.h_head .h_navWeb .h_head1 .h_rbox {
  height: 100%;
}
.h_head .h_navWeb .h_head1 .h_box {
  margin-right: 40px;
}
.h_head .h_navWeb .h_head1 .h_box img {
  width: 20px;
}
.h_head .h_navWeb .h_head1 .h_box span {
  margin-left: 3px;
  font-family: Normal;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
}
.h_head .h_navWeb .h_head1 .h_form {
  display: flex;
  width: 177px;
  align-items: center;
  height: 26px;
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 70px 70px 70px 70px;
  font-size: 15px;
  padding-right: 5px;
}
.h_head .h_navWeb .h_head1 .h_form input {
  padding: 0 12px;
  height: 26px;
  width: calc(100% - 26px);
}
.h_head .h_navWeb .h_head1 .h_form button {
  width: 26px;
  height: 26px;
}
.h_head .h_navWeb .h_head1 .h_form button img {
  width: 16px;
}
.h_head .h_navWeb .h_head2 {
  padding: 12px 0;
}
.h_head .h_navWeb .h_head2 .h_logo {
  column-gap: 16px;
}
.h_head .h_navWeb .h_head2 .h_logo img {
  width: 172px;
}
.h_head .h_navWeb .h_head2 .h_logo .h_text .h_ch {
  font-family: Medium;
  font-size: 22px;
  color: #333333;
}
.h_head .h_navWeb .h_head2 .h_logo .h_text .h_en {
  margin-top: 2px;
  font-family: Regular;
  font-size: 10px;
  color: #777777;
  text-transform: uppercase;
  line-height: 13px;
}
.h_head .h_navWeb .h_head2 .h_navList {
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_navList li {
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_navList li::after {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  background-color: var(--active-color);
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.3s linear;
  transform-origin: right;
}
.h_head .h_navWeb .h_head2 .h_navList li > a {
  font-family: Normal;
  display: inline-block;
  font-size: 16px;
  font-weight: 290;
  color: #3D3D3D;
  line-height: 50px;
}
.h_head .h_navWeb .h_head2 .h_navList li.h_active::after {
  transform: scaleX(1);
}
.h_head .h_navWeb .h_head2 .h_navList li.h_active > a {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_navList li:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
.h_head .h_navWeb .h_head2 .h_navList li:hover > a {
  color: var(--active-color);
}
.h_head .h_navApp {
  display: none;
}
.h_head .h_navApp .h_navBanner {
  height: 44px;
  display: flex;
  align-items: center;
  background-color: var(--active-color);
  padding: 0 12px;
  justify-content: flex-end;
}
.h_head .h_navApp .h_navBanner .h_rbox {
  height: 100%;
}
.h_head .h_navApp .h_navBanner .h_box {
  margin-right: 40px;
}
.h_head .h_navApp .h_navBanner .h_box img {
  width: 20px;
}
.h_head .h_navApp .h_navBanner .h_box span {
  margin-left: 3px;
  font-family: Normal;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
}
.h_head .h_navApp .h_navBanner .h_form {
  display: flex;
  width: 177px;
  align-items: center;
  height: 26px;
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 70px 70px 70px 70px;
  font-size: 15px;
  padding-right: 5px;
}
.h_head .h_navApp .h_navBanner .h_form input {
  padding: 0 12px;
  height: 26px;
  width: calc(100% - 26px);
}
.h_head .h_navApp .h_navBanner .h_form button {
  width: 26px;
  height: 26px;
}
.h_head .h_navApp .h_navBanner .h_form button img {
  width: 16px;
}
.h_head .h_navApp .h_navTop {
  padding: 0 12px;
  height: 65px;
  align-items: center;
  justify-content: space-between;
}
.h_head .h_navApp .h_navTop .h_logo {
  display: flex;
  align-items: center;
  height: 46px;
  column-gap: 10px;
}
.h_head .h_navApp .h_navTop .h_logo img {
  width: auto;
  height: 100%;
}
.h_head .h_navApp .h_navTop .h_logo span {
  display: inline-block;
  width: 33px;
  font-size: 16px;
  font-weight: 500;
  color: var(--active-color);
}
.h_head .h_navApp .h_navTop .h_logo .h_text .h_ch {
  font-family: Medium;
  font-size: 22px;
  color: #333333;
}
.h_head .h_navApp .h_navTop .h_logo .h_text .h_en {
  margin-top: 2px;
  font-family: Regular;
  font-size: 10px;
  color: #777777;
  text-transform: uppercase;
  line-height: 13px;
}
.h_head .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_navApp .h_navTop .h_menu .h_line:last-child {
  margin-bottom: 0;
}
.h_head .h_navApp .h_navTop .h_menu.h_active .h_line1 {
  transform: rotate(45deg);
  margin-bottom: -7px;
}
.h_head .h_navApp .h_navTop .h_menu.h_active .h_line2 {
  opacity: 0;
  transition: ease-in-out 0s;
}
.h_head .h_navApp .h_navTop .h_menu.h_active .h_line3 {
  transform: rotate(-45deg);
  margin-top: -4px;
}
.h_head .h_navApp .h_navList {
  position: relative;
  width: 100vw;
  z-index: 3;
}
.h_head .h_navApp .h_navList ul {
  position: absolute;
  transition: right 0.3s;
  right: -50%;
  background-color: #fff;
  width: 50%;
  z-index: 2;
  overflow: auto;
  height: 100vh !important;
}
.h_head .h_navApp .h_navList ul > li {
  position: relative;
  padding: 0 20px;
}
.h_head .h_navApp .h_navList ul > li > a {
  display: block;
  padding: 10px 0;
  width: 100%;
  font-size: 15px;
}
.h_head .h_navApp .h_navList ul > li i {
  position: absolute;
  padding: 12px;
  transform: rotate(45deg);
  transition: transform 0.3s;
  font-size: 16px;
  right: 10px;
  top: 0;
}
.h_head .h_navApp .h_navList ul > li i.h_gb {
  transform: rotate(0);
}
.h_head .h_navApp .h_navList ul > li ol {
  display: none;
}
.h_head .h_navApp .h_navList ul > li ol li a {
  font-size: 15px;
  display: block;
  padding: 10px 16px;
  position: relative;
}
.h_head .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_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_navApp .h_navList ul > li.h_active {
  background-color: var(--active-color);
}
.h_head .h_navApp .h_navList ul > li.h_active > a {
  color: #fff;
}
.h_head .h_navApp .h_navList ul > li.h_active i {
  color: #fff;
}
.h_head .h_navApp .h_navList ul > li.h_active ol li.active a {
  color: #fff;
}
.h_head .h_navApp .h_navList ul > li.h_active ol li.active a::before,
.h_head .h_navApp .h_navList ul > li.h_active ol li.active a::after {
  background: #fff;
}
.h_head .h_navApp .h_navList ul .h_language {
  padding: 0 20px;
  position: relative;
}
.h_head .h_navApp .h_navList ul .h_language a {
  display: block;
  white-space: nowrap;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
}
.h_head .h_navApp .h_navList ul .h_language a img {
  width: 26px;
  margin-right: 5px;
}
.h_head .h_navApp .h_navList ul .h_language a:last-child {
  margin-right: 0;
}
.h_head .h_navApp .h_navList ul .h_language a:hover {
  color: var(--active-color);
}
.h_head .h_navApp .h_navList ul .h_language a.h_active {
  color: var(--active-color);
}
.h_head .h_navApp .h_navList .h_zzc {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00000073;
  z-index: 1;
}
.h_head .h_navApp .h_navList.h_show ul {
  right: 0;
}
.h_head .h_navApp .h_navList.h_show .h_zzc {
  display: block;
}
.h_banners .h_posImg {
  padding-top: 33.854%;
}
.h_banners .h_posImg .h_btn {
  position: absolute;
  left: calc(50% - 140px);
  bottom: 35%;
  z-index: 2;
  width: 280px;
  height: 60px;
  border-radius: 94px 94px 94px 94px;
  border: 1px solid #FFFFFF;
  font-family: Normal;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
  transition: background 0.3s;
}
.h_banners .h_posImg .h_btn:hover {
  background-color: #fff;
  color: var(--active-color);
}
#h_pages {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  --page-height: 30px;
}
#h_pages .h_count {
  width: auto;
  padding: 0 12px;
}
#h_pages span {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
  line-height: var(--page-height);
  height: var(--page-height);
  width: 30px;
  text-align: center;
  background: #fff;
}
#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 {
  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_posFixed {
  display: none;
  position: fixed;
  right: 50px;
  top: 36%;
  z-index: 10;
}
.h_posFixed .h_item .h_box {
  height: 60px;
  margin-top: -1px;
}
.h_posFixed .h_item .h_box:first-child {
  border-radius: 5px 5px 0 0;
}
.h_posFixed .h_item .h_box:last-child {
  border-radius: 0 0 5px 5px;
}
.h_posFixed .h_box {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  border: 1px solid #E4E4E4;
}
.h_posFixed .h_box.h_qq {
  height: 65px;
  margin-bottom: 8px;
  border-radius: 5px 5px 5px 5px;
}
.h_posFixed .h_box > img {
  width: 24px;
}
.h_posFixed .h_box > p {
  margin-top: 2px;
  font-family: Normal;
  font-size: 13px;
  color: #666666;
}
.h_posFixed .h_box .h_hide {
  white-space: nowrap;
  position: absolute;
  transform: translate(-20px, -50%);
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  right: 53px;
  top: 50%;
  font-family: Normal;
  color: #fff;
  box-sizing: content-box;
  border-right: 2px solid #fff;
  background-color: var(--active-color);
  transition: transform 0.3s linear, opacity 0.3s linear;
}
.h_posFixed .h_box .h_hide a {
  color: #fff;
}
.h_posFixed .h_box .h_hide img {
  width: 122px;
}
.h_posFixed .h_box#goTop {
  margin-top: 20px;
  border-radius: 5px 5px 5px 5px;
}
.h_posFixed .h_box#goTop img {
  width: 18px;
}
.h_posFixed .h_box:hover {
  border-color: var(--active-color);
  background-color: var(--active-color);
}
.h_posFixed .h_box:hover > img {
  filter: grayscale(100%) brightness(500%);
}
.h_posFixed .h_box:hover > p {
  color: #fff;
}
.h_posFixed .h_box:hover .h_hide {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, -50%);
}
#h_form {
  display: none;
  width: 264px;
  position: fixed;
  left: 50px;
  top: 36%;
  z-index: 10;
  overflow: hidden;
}
#h_form .h_title {
  border-radius: 10px 10px 0 0;
  height: 64px;
  line-height: 64px;
  background-color: var(--active-color);
  padding: 0 20px;
  font-family: Normal;
  font-size: 24px;
  color: #FFFFFF;
  position: relative;
  transition: border-radius 0.3s linear;
}
#h_form .h_title span {
  font-family: Normal;
  font-size: 16px;
  color: #FFFFFF;
}
#h_form .h_title.show {
  border-radius: 10px;
}
#h_form .h_title.show .h_close::after {
  transform: scaleY(1);
}
#h_form .h_title .h_close {
  position: absolute;
  right: 12px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#h_form .h_title .h_close::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 16px;
  transform: scaleY(0);
  transition: transform 0.3s linear;
  background-color: #fff;
}
#h_form .h_title .h_close::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 16px;
  background-color: #fff;
}
#h_form .h_Box {
  padding: 15px 20px 20px;
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
  border: 1px solid #E4E4E4;
}
#h_form .h_Box form input {
  width: 100%;
  height: 36px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #CACACA;
  font-family: Normal;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 0 10px;
}
#h_form .h_Box form textarea {
  width: 100%;
  height: 86px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #CACACA;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 8px 10px;
}
#h_form .h_Box form button {
  width: 100%;
  height: 36px;
  background: var(--active-color);
  border-radius: 2px 2px 2px 2px;
  font-family: Normal;
  font-size: 14px;
  color: #FFFFFF;
}
#h_form .h_Box .h_box {
  column-gap: 6px;
  display: flex;
  align-items: flex-start;
  margin-top: 18px;
}
#h_form .h_Box .h_box img {
  width: 20px;
}
#h_form .h_Box .h_box p {
  width: calc(100% - 26px);
  font-family: Normal;
  font-size: 14px;
  color: #666666;
}
.h_dqwz {
  padding: 12px 0;
  box-shadow: inset 0px -1px #E2E2E2;
}
.h_dqwz img {
  width: 20px;
  margin-right: 4px;
}
.h_dqwz a,
.h_dqwz span,
.h_dqwz i,
.h_dqwz h1,
.h_dqwz h2,
.h_dqwz h3 {
  font-family: Normal;
  font-size: 14px;
  color: #7F7F7F;
  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_popup {
  display: none;
}
.h_popup .h_mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}
.h_popup .h_close {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  cursor: pointer;
  margin-left: 32px;
}
.h_popup .h_close::after,
.h_popup .h_close::before {
  content: '';
  position: absolute;
  background-color: #481504;
}
.h_popup .h_close::before {
  width: 19px;
  height: 3px;
}
.h_popup .h_close::after {
  height: 19px;
  width: 3px;
}
.h_popup .h_popupBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  z-index: 100;
  width: 100%;
  max-width: 780px;
  height: 617px;
  background-color: #F4ECDF;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  transition: transform 0.3s;
}
.h_popup .h_popupBox .h_tabs {
  box-shadow: inset 0 -0.5px #BFA980;
  display: flex;
  align-items: center;
  height: 55px;
  padding: 4px 4px 0;
  background: #EEDFC2;
}
.h_popup .h_popupBox .h_tabs .mySwiper {
  position: relative;
  z-index: 2;
  width: calc(100% - 128px);
  height: 100%;
  margin-bottom: -2px;
}
.h_popup .h_popupBox .h_tabs .mySwiper .swiper-slide {
  width: auto;
  padding: 0 16px;
  font-size: 20px;
  color: #481504;
  font-family: Regular;
  line-height: 51px;
  z-index: 2;
  cursor: pointer;
}
.h_popup .h_popupBox .h_tabs .mySwiper .swiper-slide.h_active {
  color: #A62925;
  box-shadow: inset 0 1px #BFA980, inset 1px 0 #BFA980, inset -1px 0 #BFA980;
  border-bottom-color: #F4ECDF;
  background-color: #F4ECDF;
}
.h_popup .h_popupBox .h_tabs .h_btns {
  padding: 0 16px;
  width: 128px;
  display: flex;
  align-items: center;
}
.h_popup .h_popupBox .h_tabs .h_btns .h_btn {
  border-top: 7px solid #00000000;
  border-bottom: 7px solid #00000000;
  cursor: pointer;
}
.h_popup .h_popupBox .h_tabs .h_btns .h_prev {
  border-right: 10px solid #481504;
}
.h_popup .h_popupBox .h_tabs .h_btns .h_next {
  border-left: 10px solid #481504;
  margin-left: 12px;
}
.h_popup .h_popupBox .h_list {
  height: 100%;
  overflow-y: auto;
  padding: 20px 20px 0;
}
.h_popup .h_popupBox .h_list .h_item {
  margin-bottom: 24px;
}
.h_popup .h_popupBox .h_list .h_item:last-child {
  margin-bottom: 0;
}
.h_popup .h_popupBox .h_list .h_item .h_title {
  font-family: Regular;
  font-size: 20px;
  color: #222222;
}
.h_popup .h_popupBox .h_list .h_item .h_subList {
  margin-top: 16px;
}
.h_popup .h_popupBox .h_list .h_item .h_subList .h_box {
  background-color: #fff;
}
.h_popup .h_popupBox .h_list .h_item .h_subList .h_box .h_img .h_posImg {
  padding-top: 100%;
}
.h_popup .h_popupBox .h_list .h_item .h_subList .h_box .h_text {
  border-top: 1px solid rgba(191, 181, 162, 0.2);
  padding: 13px 12px;
}
.h_popup .h_popupBox .h_list .h_item .h_subList .h_box .h_text .h_name {
  font-size: 15px;
  color: #777777;
  font-family: Regular;
}
.h_popup .h_popupBox .h_list .h_item .h_subList .h_box .h_text .h_price {
  font-size: 14px;
  font-family: Light;
  color: #A62925;
}
.h_popup .h_popupBox .h_list::-webkit-scrollbar {
  width: 6px;
  /* 设置滚动条宽度 */
  border-radius: 9px 9px 9px 9px;
}
.h_popup .h_popupBox .h_list::-webkit-scrollbar-track {
  background: #f1f1f100;
  /* 滚动条轨道颜色 */
  border-radius: 9px 9px 9px 9px;
}
.h_popup .h_popupBox .h_list::-webkit-scrollbar-thumb {
  background: #B0A58F;
  /* 滚动条手柄颜色 */
  border-radius: 9px 9px 9px 9px;
}
.h_popup .h_popupBox .h_list::-webkit-scrollbar-thumb:hover {
  background: #B0A58F;
  /* 滚动条手柄在悬停时的颜色 */
  border-radius: 9px 9px 9px 9px;
}
.h_popup .h_popupBox .h_fdesc {
  text-align: center;
  font-size: 16px;
  color: #6A6255;
  font-family: Light;
  padding: 20px 0;
}
.h_popup .h_popupBox.h_show {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.h_popup .h_ewmBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  z-index: 100;
  width: 100%;
  max-width: 360px;
  background-color: #fff;
  visibility: hidden;
  transition: transform 0.3s;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.h_popup .h_ewmBox.h_show {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.h_popup .h_ewmBox .h_t {
  padding: 10px;
  font-size: 18px;
  line-height: 2;
  border-bottom: 1px solid #EEEEEE;
}
.h_popup .h_ewmBox .h_t span {
  font-family: Medium;
}
.h_popup .h_ewmBox .h_img {
  padding: 20px;
}
.h_popup .h_ewmBox .h_img img {
  width: 200px;
}
.h_popup .h_ewmBox .h_close {
  position: absolute;
  right: 10px;
  top: 15px;
}
.h_footer {
  background-color: #333;
}
.h_footer .h_footer1 {
  padding: 80px 0 120px;
}
.h_footer .h_footer1 .h_item {
  width: 250px;
}
.h_footer .h_footer1 .h_item .h_title {
  margin-bottom: 35px;
  height: 44px;
  font-family: Medium;
  font-size: 18px;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.h_footer .h_footer1 .h_item .h_list a {
  font-family: Normal;
  font-size: 14px;
  color: #FFFFFF;
}
.h_footer .h_footer1 .h_item .h_list a:hover {
  color: var(--active-color);
}
.h_footer .h_footer1 .h_item .h_box {
  margin-bottom: 20px;
  column-gap: 7px;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.h_footer .h_footer1 .h_item .h_box img {
  width: 20px;
}
.h_footer .h_footer1 .h_item .h_box span {
  font-family: Normal;
  font-size: 14px;
  color: #FFFFFF;
}
.h_footer .h_footer1 .h_item .h_ewm {
  text-align: center;
}
.h_footer .h_footer1 .h_item .h_ewm img {
  width: 120px;
}
.h_footer .h_footer1 .h_item .h_ewm p {
  margin-top: 10px;
  font-family: Normal;
  font-size: 14px;
  color: #FFFFFF;
}
.h_footer .h_footer1 .h_item:nth-child(2) {
  width: 413px;
}
.h_footer .h_footer1 .h_item:last-child {
  width: 125px;
}
.h_footer .h_footer1 .h_item:last-child .h_title {
  border-bottom: none;
  margin-bottom: 0;
}
.h_footer .h_footer2 {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.h_footer .h_footer2 p,
.h_footer .h_footer2 a,
.h_footer .h_footer2 span,
.h_footer .h_footer2 div {
  font-family: Normal;
  font-size: 12px;
  color: #FFFFFF;
}
.h_footer .h_footer2 a:hover {
  color: var(--active-color);
}
@media screen and (max-width: 1300px) {
  .h_head .h_navWeb .h_head2 .h_1200 .h_navList ul > li > a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .h_head {
    background: #fff;
  }
  .h_head .h_headTop,
  .h_head .h_navWeb {
    display: none;
  }
  .h_head .h_navApp {
    display: block;
  }
  .h_posFixed {
    right: 12px;
  }
  #h_form {
    left: 12px;
  }
  #h_form .h_title {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 16px;
  }
  #h_form .h_Box {
    padding: 12px 16px;
  }
  #h_form .h_Box form textarea,
  #h_form .h_Box form input {
    margin-bottom: 10px;
  }
  #h_form .h_Box .h_box {
    margin-top: 12px;
  }
  .h_footer .h_footer1 .h_item:nth-child(2) {
    width: 320px;
  }
  .h_footer .h_footer1 {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .h_footer .h_footer1 .h_item .h_title {
    margin-bottom: 26px;
  }
  .h_footer .h_footer1 .h_item:first-child {
    display: none;
  }
  .h_head .h_navApp .h_navTop .h_logo .h_text .h_ch {
    font-size: 18px;
  }
  .h_head .h_navApp .h_navTop .h_logo .h_text .h_en {
    font-size: 8px;
  }
}
@media screen and (max-width: 480px) {
  .h_head .h_navApp .h_navTop .h_logo .h_text {
    display: none;
  }
  .h_head .h_navApp .h_navBanner .h_box {
    margin: 0;
  }
  .h_head .h_navApp .h_navBanner {
    justify-content: space-between;
  }
  .h_head .h_navApp .h_navBanner .h_box img {
    width: 16px;
  }
  .h_head .h_navApp .h_navBanner .h_box span {
    font-size: 12px;
  }
  .h_footer .h_footer1 .h_item:nth-child(2) {
    width: calc(100% - 130px);
  }
  .h_footer .h_footer1 {
    padding: 30px 0 20px;
  }
  .h_footer .h_footer1 .h_item .h_ewm img {
    width: 110px;
  }
  .h_footer .h_footer1 .h_item .h_box {
    margin-bottom: 16px;
  }
  .h_banners .h_posImg {
    padding-top: 42%;
  }
  .h_posFixed,
  #h_form {
    top: 25%;
  }
  .h_posFixed .h_box.h_qq,
  .h_posFixed .h_item .h_box {
    height: 54px;
  }
  .h_footer .h_footer2 div {
    justify-content: center;
  }
}
