* {
  font-family: "MiSans-Regular";
  margin: 0;
  padding: 0;
  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 */
}
li {
  list-style: none;
}
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: cover;
  background-position: center;
}
.h_bgImg img {
  opacity: 0;
}
.h_bgImg2 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.h_bgFixed {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.h_posImg {
  position: relative;
}
.h_posImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
html,
body {
  background: #F9F9F9;
  --active-color: #f56c36;
  --swiper-theme-color: #f56c36;
  overflow-x: hidden;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
@font-face {
  font-family: "MiSans-Demibold";
  src: url(../fonts/MiSans-Demibold.ttf);
}
@font-face {
  font-family: "MiSans-Regular";
  src: url(../fonts/MiSans-Regular.ttf);
}
@font-face {
  font-family: "Bold";
  src: url(../fonts/SourceHanSerifCN-Bold.otf);
}
.h_head {
  box-shadow: 0px 1px 0px 0px #E0E0E0;
  background-color: #fff;
  width: 100%;
}
.h_head.h_headDown {
  transform: translateY(-36px);
}
.h_head .h_navWeb .h_head1 {
  padding: 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.h_head .h_navWeb .h_head1 .h_logo img {
  height: 94px;
  margin-right: 16px;
}
.h_head .h_navWeb .h_head1 .h_logo span {
  font-size: 41px;
  font-family: 'MiSans-Demibold';
  color: #000000;
}
.h_head .h_navWeb .h_head1 .h_text {
  font-size: 52px;
  color: var(--active-color);
  font-family: "Bold";
}
.h_head .h_navWeb .h_head1 .h_menu {
  display: none;
  cursor: pointer;
}
.h_head .h_navWeb .h_head1 .h_menu .h_line {
  display: block;
  width: 30px;
  min-height: 3px;
  background-color: var(--active-color);
  margin-bottom: 5px;
  transition: ease-in-out 0.3s;
}
.h_head .h_navWeb .h_head1 .h_menu .h_line:last-child {
  margin-bottom: 0;
}
.h_head .h_navWeb .h_head1 .h_menu.h_active .h_line1 {
  transform: rotate(45deg);
  margin-bottom: -7px;
}
.h_head .h_navWeb .h_head1 .h_menu.h_active .h_line2 {
  opacity: 0;
  transition: ease-in-out 0s;
}
.h_head .h_navWeb .h_head1 .h_menu.h_active .h_line3 {
  transform: rotate(-45deg);
  margin-top: -4px;
}
.h_head .h_navWeb .h_head2 {
  background: var(--active-color);
  transition: background 0.3s ease-out;
}
.h_head .h_navWeb .h_head2 .h_navList .h_mask {
  z-index: -1;
  display: none;
  top: 70px;
  cursor: pointer;
}
.h_head .h_navWeb .h_head2 .h_navList ul > li {
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_navList ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 60px;
  color: #FFFFFF;
}
.h_head .h_navWeb .h_head2 .h_navList ul > li > a img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.h_head .h_navWeb .h_head2 .h_navList ul > li > a p {
  font-size: 17px;
  font-family: 'MiSans-Regular';
}
.h_head .h_navWeb .h_head2 .h_navList ul > li i {
  position: absolute;
  padding: 12px;
  transform: rotate(45deg);
  transition: transform 0.3s;
  font-size: 17px;
  right: 20px;
  top: 4px;
  z-index: 9;
  transform-origin: center;
  cursor: pointer;
  display: none;
}
.h_head .h_navWeb .h_head2 .h_navList ul > li i.h_gb {
  transform: rotate(0);
}
.h_head .h_navWeb .h_head2 .h_navList ul > li ol {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  transition: all 0.2s;
  left: 50%;
  transform: translate(-50%, 10%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  background: #FFFFFF;
  z-index: 9;
}
.h_head .h_navWeb .h_head2 .h_navList ul > li ol a {
  white-space: nowrap;
  text-align: center;
  min-width: 100px;
  display: block;
  padding: 14px;
  color: #444444;
  font-size: 15px;
  font-family: 'MiSans-Regular';
  box-shadow: 0 -1px rgba(203, 203, 203, 0.2);
}
.h_head .h_navWeb .h_head2 .h_navList ul > li ol a.active {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_navList ul > li ol a:hover {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_navList ul > li ol li {
  padding: 0 14px;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_navList ul > li ol li .h_sub {
  position: absolute;
  top: 0;
  left: 100%;
  padding: 0 14px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  pointer-events: none;
}
.h_head .h_navWeb .h_head2 .h_navList ul > li ol li:hover .h_sub {
  visibility: visible;
  pointer-events: auto;
}
.h_head .h_navWeb .h_head2 .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_navList ul > li.h_active i {
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_line {
  height: 18px;
  width: 1px;
  background-color: #fff;
}
.h_banners {
  position: relative;
}
.h_banners .h_mobile {
  display: none;
}
.h_banners img {
  width: 100%;
}
.h_banners .h_text {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.h_banners .h_text .h_en {
  font-size: 43px;
  color: #FFFFFF;
}
.h_banners .h_text .h_ch {
  font-size: 43px;
  color: #FFFFFF;
}
.h_breadcrumb {
  border-bottom: 1px solid #D8D8D8;
}
.h_breadcrumb .h_list {
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  color: #999999;
}
.h_breadcrumb .h_list a {
  font-size: 18px;
  color: #999999;
}
.h_breadcrumb .h_list a.h_active {
  color: #222;
}
.h_breadcrumb .h_list a:hover {
  color: #222;
}
.h_breadcrumb .h_list2 {
  position: relative;
  display: none;
}
.h_breadcrumb .h_list2 p {
  padding: 0 15px;
  font-size: 15px;
  line-height: 46px;
}
.h_breadcrumb .h_list2 .h_hide {
  display: none;
  z-index: 2;
  position: absolute;
  top: 47px;
  width: 100%;
  background: #F8F8F8;
  padding: 10px 0;
}
.h_breadcrumb .h_list2 .h_hide a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
}
.h_breadcrumb .h_list2 .h_hide a.h_active {
  background: var(--active-color);
  color: #fff;
}
#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_cbl {
  display: none;
  position: fixed;
  bottom: 15%;
  right: 4%;
  z-index: 9;
}
#h_cbl a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 63px;
  background: #000000;
  border-radius: 1px 1px 1px 1px;
  margin-top: 2px;
}
#h_cbl a img {
  width: 40px;
}
#h_cbl a i {
  color: #fff;
  font-size: 0;
}
#h_cbl a i::before {
  font-weight: bold;
  font-size: 24px;
}
#h_cbl a:hover {
  background: var(--active-color);
}
.h_dqwz {
  padding: 18px 0;
}
.h_dqwz .h_row {
  align-items: baseline;
  flex-wrap: nowrap;
}
.h_dqwz a,
.h_dqwz span,
.h_dqwz i,
.h_dqwz h1,
.h_dqwz h2,
.h_dqwz h3 {
  font-size: 12px;
  font-weight: 300;
  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,
.h_dqwz span:hover,
.h_dqwz i:hover,
.h_dqwz h1:hover,
.h_dqwz h2:hover,
.h_dqwz h3:hover {
  color: var(--active-color);
}
.h_dqwz i {
  margin: 0 2px;
}
.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_popup .h_result {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 100%;
  max-width: 780px;
  height: 617px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  transition: transform 0.3s;
}
.h_popup .h_result img,
.h_popup .h_result video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.h_popup .h_result .h_video,
.h_popup .h_result .h_gif {
  width: 100%;
  height: 100%;
  display: none;
}
.h_popup .h_result.h_show1 {
  z-index: 999;
  visibility: visible;
}
.h_popup .h_result.h_show1 .h_gif {
  display: block;
}
.h_popup .h_result.h_show2 {
  z-index: 999;
  visibility: visible;
}
.h_popup .h_result.h_show2 .h_video {
  display: block;
}
#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-color: var(--active-color);
}
.h_footer .h_footer1 {
  padding: 72px 0 40px;
}
.h_footer .h_footer1 .h_column a {
  font-size: 17px;
  color: #FFFFFF;
}
.h_footer .h_footer1 .h_column .h_line {
  width: 1px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.5);
}
.h_footer .h_footer1 .h_links {
  margin-top: 40px;
  gap: 10px 32px;
}
.h_footer .h_footer1 .h_links .h_item {
  width: 28px;
  position: relative;
}
.h_footer .h_footer1 .h_links .h_item .h_hide {
  display: block;
  position: absolute;
  left: calc(50% - 62.5px);
  top: -130px;
  z-index: 2;
  transform: translateY(20px);
  transition: transform 0.3s;
  visibility: hidden;
  padding-bottom: 15px;
}
.h_footer .h_footer1 .h_links .h_item .h_hide .h_img {
  background-color: #fff;
  width: 125px;
  height: 125px;
  position: relative;
}
.h_footer .h_footer1 .h_links .h_item .h_hide .h_img::after {
  position: absolute;
  content: '';
  border-top: 6px solid #fff;
  border-left: 6px solid #00000000;
  border-right: 6px solid #00000000;
  bottom: -6px;
  left: calc(50% - 6px);
}
.h_footer .h_footer1 .h_links .h_item .h_hide .h_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.h_footer .h_footer1 .h_links .h_item:hover .h_hide {
  visibility: visible;
  transform: translateY(0);
}
.h_footer .h_footer2 {
  padding: 20px 0;
  background-color: #e65a22;
  font-size: 13px;
  color: #FFFFFF;
  text-align: center;
}
.h_footer .h_footer2 a {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .h_head .h_navWeb .h_head1 .h_text {
    font-size: 42px;
  }
  .h_head .h_navWeb .h_head1 .h_logo span {
    font-size: 36px;
  }
  .h_head .h_navWeb .h_head1 .h_logo img {
    height: 80px;
  }
}
