* {
  font-family: 'Montserrat-Regular';
  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;
}
a {
  text-decoration: none;
  color: #333;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input,
textarea,
button {
  border: none;
  background: none;
  border-radius: 0;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b2b2b2;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b2b2b2;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}
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_bgImg {
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.h_bgImg2 {
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.h_bgFixed {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  background-attachment: fixed;
}
.h_bgFixed2 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
  background-attachment: fixed;
}
.h_imgFull {
  display: block;
  overflow: hidden;
}
.h_imgFull img,
.h_imgFull video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.h_imgFull2 {
  display: block;
  overflow: hidden;
}
.h_imgFull2 img,
.h_imgFull2 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.ttf');
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat-Medium.ttf');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.ttf');
}
html,
body {
  overflow-x: hidden;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
.h_mt64 {
  margin-top: 64px;
}
.h_head {
  background: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  box-shadow: 0 1px 2px -1px var(--rgba1-bcolor);
}
.h_head.h_headDown .h_navWeb .h_head2 {
  padding: 10px 0;
}
.h_head.h_headDown .h_navWeb .h_head2 .h_R .h_navList li > a::before {
  top: calc(100% + 5px);
}
.h_head .h_navWeb {
  padding: 12px 0 18px;
}
.h_head .h_navWeb .h_head2 {
  transition: padding 0.3s ease-out;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_logo {
  font-size: 0;
  width: 64px;
  position: relative;
  z-index: 2;
}
.h_head .h_navWeb .h_head2 .h_R {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  --col-gap: 72px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList {
  height: 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 {
  height: 100%;
  width: 100%;
  flex-wrap: nowrap;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li {
  margin-right: var(--col-gap);
  transition: margin 0.3s linear 0.1s;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li.h_lang {
  margin-right: calc(var(--col-gap) - 10px);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li > a {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 15px;
  color: #111;
  transition: color 0.3s;
  font-family: 'Montserrat-Medium';
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li > a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--active-color);
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: right;
  transition: transform 0.3s;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox {
  position: fixed;
  width: 100vw;
  left: 0;
  z-index: -1;
  visibility: hidden;
  transform: translateY(-50px);
  pointer-events: none;
  transition: transform 0.5s linear, opacity 0.5s linear;
  opacity: 0;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_list {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3);
  gap: 20px var(--col-gap);
  min-height: 170px;
  align-content: center;
  background-color: var(--rgba9-wcolor);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_list a {
  color: #111;
  font-size: 20px;
  font-family: 'MiSans-Demibold';
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_list a:hover {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li .h_subBox .h_line {
  width: 1px;
  height: 20px;
  background-color: #D8D8D8;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li.h_active span,
.h_head .h_navWeb .h_head2 .h_R .h_navList li:hover span {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList 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;
  overflow: hidden;
  padding: 0 14px;
  background: #FFFFFF;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li ol a {
  white-space: nowrap;
  text-align: center;
  min-width: 80px;
  display: block;
  padding: 11px 0;
  color: #444444;
  font-size: 14px;
  box-shadow: 0 -1px rgba(203, 203, 203, 0.2);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li ol a.active {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li ol a:hover {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li:hover .h_subBox {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.h_head .h_navWeb .h_head2 .h_R .h_form {
  cursor: pointer;
  position: relative;
  transition: margin 0.3s;
  width: 40px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form {
  border-radius: 0px 0px 0px 0px;
  border-radius: 120px 120px 120px 120px;
  overflow: hidden;
  transition: all 0.3s;
  flex-wrap: nowrap;
  position: absolute;
  right: 0;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form input {
  font-size: 14px;
  transition: all 0.3s;
  background: none;
  color: #fff;
  width: 0;
  font-family: 'Montserrat-Regular';
  height: 40px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form input:-moz-placeholder,
.h_head .h_navWeb .h_head2 .h_R .h_form form textarea:-moz-placeholder {
  color: #ffffff;
  font-family: 'Montserrat-Regular';
}
.h_head .h_navWeb .h_head2 .h_R .h_form form input:-ms-input-placeholder,
.h_head .h_navWeb .h_head2 .h_R .h_form form textarea:-ms-input-placeholder {
  color: #ffffff;
  font-family: 'Montserrat-Regular';
}
.h_head .h_navWeb .h_head2 .h_R .h_form form input::-webkit-input-placeholder,
.h_head .h_navWeb .h_head2 .h_R .h_form form textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-family: 'Montserrat-Regular';
}
.h_head .h_navWeb .h_head2 .h_R .h_form form button {
  width: 40px;
  height: 40px;
  pointer-events: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form button .icon {
  font-size: 22px;
  color: #374151;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form:hover {
  background-color: #111111;
  border-color: #111111;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form:hover input {
  width: 140px;
  padding-left: 16px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form:hover button {
  pointer-events: all;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form:hover button .icon {
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R .h_form .i-close {
  display: none;
  position: absolute;
  right: -26px;
  font-size: 24px;
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R > .h_line {
  height: 45px;
  width: 1px;
  background-color: #DFDFDF;
  margin-right: var(--col-gap);
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_t {
  text-align: right;
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_t p.h_p1 {
  font-size: 14px;
  color: #555555;
  font-family: 'MiSans-Regular';
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_t p.h_p2 {
  font-size: 21px;
  color: #333333;
  margin-top: 6px;
  font-family: 'MiSans-Semibold';
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_icon {
  margin-left: 12px;
  width: 32px;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu {
  display: none;
  cursor: pointer;
  margin-left: 28px;
  position: relative;
  width: 30px;
  --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_swiper .mySwiper1 {
  --swiper-navigation-size: 38px;
  --swiper-pagination-bullet-horizontal-gap: 15px;
  --swiper-pagination-bullet-width: 6px;
  --swiper-pagination-bullet-height: 6px;
}
.h_swiper .mySwiper1 .swiper-slide .h_img img {
  width: 100%;
}
.h_swiper .mySwiper1 .swiper-slide .h_img .h_mobile {
  display: none;
}
.h_swiper .mySwiper1 .swiper-button-prev {
  left: 4.5%;
}
.h_swiper .mySwiper1 .swiper-button-next {
  right: 4.5%;
}
.h_swiper .mySwiper1 .swiper-button-next:after,
.h_swiper .mySwiper1 .swiper-button-prev:after {
  color: #111;
  font-weight: 900;
  border-radius: 0;
}
.h_swiper .mySwiper1 .h-pagination {
  position: absolute;
  bottom: 30px;
  left: 0%;
  z-index: 2;
  font-size: 24px;
  width: 100%;
  text-align: right;
  font-family: 'MontserratAlternates-Medium';
}
.h_swiper .mySwiper1 .h-pagination span {
  font-family: 'MontserratAlternates-Medium';
}
#h_pages {
  column-gap: 15px;
  --page-height: 40px;
  width: 100%;
}
#h_pages .h_count {
  width: auto;
  box-shadow: none;
  padding: 0;
  line-height: 38px;
}
#h_pages span {
  box-shadow: 0 0 0 1px #CCCCCC;
  font-size: 15px;
  color: #757575;
  line-height: var(--page-height);
  height: var(--page-height);
  min-width: var(--page-height);
  padding: 0 10px;
  text-align: center;
}
#h_pages span.tcdNumber:hover,
#h_pages span.prevPage:hover,
#h_pages span.nextPage:hover {
  box-shadow: 0 0 0 1px var(--active-color);
  background-color: var(--active-color);
  color: #fff;
}
#h_pages span.current {
  box-shadow: 0 0 0 1px var(--active-color);
  background-color: var(--active-color);
  color: #fff;
}
#h_pages span.h_dian {
  box-shadow: none;
}
#h_pages form {
  font-size: 15px;
  font-weight: 350;
  color: #757575;
}
#h_pages form input {
  font-size: 13px;
  font-weight: 350;
  color: #757575;
  margin: 0 5px;
  padding: 0 4px;
  text-align: center;
  width: 44px;
  height: var(--page-height);
  box-shadow: inset 0 0 0 1px #E5E5E5;
  background: none;
}
#h_pages form input.submit-input {
  width: 80px;
  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_danye .h_title {
  font-size: 24px;
  color: #111111;
  font-family: 'Montserrat-Bold';
  text-align: center;
  font-size: 32px;
}
.h_danye .h_content {
  background: #F9F9FA;
  padding: 18px 24px;
  line-height: 1.8;
}
.h_danye .h_content h1,
.h_danye .h_content h2,
.h_danye .h_content h3,
.h_danye .h_content h4,
.h_danye .h_content h5,
.h_danye .h_content h6,
.h_danye .h_content .h1,
.h_danye .h_content .h2,
.h_danye .h_content .h3,
.h_danye .h_content .h4,
.h_danye .h_content .h5,
.h_danye .h_content .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h_danye .h_content p {
  margin: 0 0 9px;
}
.h_danye .h_content h1,
.h_danye .h_content .h1,
.h_danye .h_content h2,
.h_danye .h_content .h2,
.h_danye .h_content h3,
.h_danye .h_content .h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
.h_danye .h_content h4,
.h_danye .h_content .h4,
.h_danye .h_content h5,
.h_danye .h_content .h5,
.h_danye .h_content h6,
.h_danye .h_content .h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
.h_danye .h_content a {
  color: #4397fd;
}
.h_danye .h_content img,
.h_danye .h_content video,
.h_danye .h_content table {
  max-width: 100%;
  height: auto !important;
}
.h_dqwz {
  padding: 16px 0;
  column-gap: 4px;
  flex-wrap: nowrap !important;
}
.h_dqwz a,
.h_dqwz span,
.h_dqwz i,
.h_dqwz h1,
.h_dqwz h2,
.h_dqwz h3 {
  font-size: 13px;
  font-weight: 290;
  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 {
  color: var(--active-color);
}
#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: #111;
  overflow: hidden;
}
.h_footer .h_footer1 {
  background: #F6F6F6;
  padding: 80px 0 18px;
}
.h_footer .h_footer1 .h_list {
  gap: 20px;
}
.h_footer .h_footer1 .h_list .h_item a {
  display: block;
}
.h_footer .h_footer1 .h_list .h_item .h_t {
  color: #111;
  margin-bottom: 24px;
  font-size: 18px;
  font-family: 'Montserrat-SemiBold';
}
.h_footer .h_footer1 .h_list .h_item .h_links {
  gap: 10px 16px;
}
.h_footer .h_footer1 .h_list .h_item .h_links .h_icon {
  width: 38px;
  position: relative;
}
.h_footer .h_footer1 .h_list .h_item .h_links .h_icon .h_hide {
  display: block;
  position: absolute;
  left: calc(50% - 50px);
  top: -110px;
  z-index: 2;
  transform: translateY(20px);
  transition: transform 0.3s;
  visibility: hidden;
  padding-bottom: 15px;
}
.h_footer .h_footer1 .h_list .h_item .h_links .h_icon .h_hide .h_img {
  background-color: #fff;
  width: 100px;
  height: 100px;
  position: relative;
}
.h_footer .h_footer1 .h_list .h_item .h_links .h_icon .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_list .h_item .h_links .h_icon .h_hide .h_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.h_footer .h_footer1 .h_list .h_item .h_links .h_icon:hover .h_hide {
  visibility: visible;
  transform: translateY(0);
}
.h_footer .h_footer1 .h_list .h_item .h_date {
  font-size: 14px;
  color: #919191;
  font-family: 'Montserrat-Medium';
  margin-top: 24px;
}
.h_footer .h_footer1 .h_list .h_item .h_sub {
  color: #777;
  margin-bottom: 16px;
  font-size: 15px;
  font-family: 'Montserrat-Medium';
}
.h_footer .h_footer1 .h_list .h_item .h_sub:hover {
  color: #111;
}
.h_footer .h_footer1 .h_list .h_item .h_box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  max-width: 284px;
}
.h_footer .h_footer1 .h_list .h_item .h_box img {
  width: 20px;
  margin-right: 10px;
}
.h_footer .h_footer1 .h_list .h_item .h_box p {
  color: #999;
  font-size: 15px;
  line-height: 1.5;
}
.h_footer .h_footer1 .h_list .h_item .h_form {
  width: 267px;
}
.h_footer .h_footer1 .h_list .h_item .h_form input {
  width: 267px;
  height: 39px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #777777;
  padding: 0 13px;
  margin-bottom: 15px;
  font-size: 12px;
  font-family: 'Montserrat-Regular';
}
.h_footer .h_footer1 .h_list .h_item .h_form button {
  height: 39px;
  background: #111111;
  border-radius: 4px 4px 4px 4px;
  font-family: 'Montserrat-Regular';
  font-size: 12px;
  color: #FFFFFF;
  width: 100%;
}
.h_footer .h_footer1 .h_payments {
  margin-top: 10px;
}
.h_footer .h_footer1 .h_payments .h_t {
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  color: #919191;
}
.h_footer .h_footer1 .h_payments .h_imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 16px;
}
.h_footer .h_footer1 .h_payments .h_imgs img {
  width: 38px;
}
.h_footer .h_footer2 {
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
  color: #999999;
}
.h_footer .h_footer2 img {
  width: 18px;
  margin: -3px 6px 0 12px;
}
.h_footer .h_footer2 div,
.h_footer .h_footer2 p,
.h_footer .h_footer2 span,
.h_footer .h_footer2 a {
  font-size: 13px;
  color: #999999;
}
.h_footer .h_footer2 a:hover {
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 56px;
  }
}
@media screen and (max-width: 1440px) {
  .h_head .h_navWeb {
    padding: 8px 0;
  }
  .h_head .h_navWeb .h_head2 .h_logo {
    width: 54px;
  }
}
@media screen and (max-width: 1024px) {
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 32px;
  }
  .h_swiper .mySwiper1 .h-pagination {
    bottom: 18px;
    font-size: 18px;
  }
  .h_swiper .mySwiper1 .swiper-button-next,
  .h_swiper .mySwiper1 .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .h_head .h_navWeb {
    padding: 0;
  }
  .h_head .h_navWeb .h_head2 .h_logo {
    width: 45px;
  }
  .h_head .h_navWeb .h_head2 {
    height: 65px;
    justify-content: space-between;
    width: 100%;
  }
  .h_head .h_navWeb .h_head2 .h_R {
    width: auto;
    height: auto;
    position: static;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_menu {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList {
    height: auto;
  }
  .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;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul .h_form {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul .h_lang span {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li {
    display: block;
    margin: 0;
    width: 100%;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a {
    display: flex;
    align-items: center;
    width: 100%;
    color: #222;
    padding: 12px 20px 10px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a p {
    margin: 0 0 0 10px;
    font-size: 15px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a::before {
    display: none !important;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .icon,
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_subBox {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active {
    background-color: var(--active-color);
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active > a {
    color: #fff;
  }
  .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_form form {
    background-color: var(--active-color);
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form form button .icon {
    color: #fff;
  }
  #h_pages .h_count,
  #h_pages form {
    display: none;
  }
  .h_footer .h_footer1 {
    padding: 60px 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .h_pc {
    display: none;
  }
  .h_mobile {
    display: block !important;
  }
  #h_pages span.h_prev {
    padding-right: 10px;
  }
  #h_pages span.h_next {
    padding-left: 10px;
  }
  #h_pages span {
    padding: 0 8px;
    font-size: 13px;
  }
  #h_pages .h_btn {
    display: none;
  }
  #h_pages {
    width: 100%;
    --page-height: 28px;
    column-gap: 10px;
  }
  .h_footer .h_footer1 {
    padding: 24px 0;
  }
  .h_footer .h_footer1 .h_list .h_item:nth-child(2),
  .h_footer .h_footer1 .h_list .h_item:nth-child(3) {
    display: none;
  }
  .h_footer .h_footer1 .h_list {
    flex-direction: column;
    align-content: center;
  }
  .h_footer .h_footer1 .h_list .h_item .h_t {
    margin-bottom: 10px;
  }
  .h_footer .h_footer1 .h_list .h_item .h_date {
    margin-top: 12px;
  }
  .h_footer .h_footer1 .h_list .h_item .h_box:last-child {
    margin-bottom: 0;
  }
  .h_footer .h_footer1 .h_payments {
    display: none;
  }
  .h_footer .h_footer2 {
    justify-content: center;
    row-gap: 6px;
  }
  .h_danye .h_content {
    padding: 0;
    background: none;
  }
  .h_danye .h_title {
    font-size: 22px;
  }
  .h_danye .h_content {
    margin-top: 12px;
  }
}
