* {
  font-family: Normal;
  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: #333;
}
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_1600 {
  max-width: 1600px;
  width: 93%;
  margin: 0 auto;
}
.h_1400 {
  max-width: 1400px;
  width: 93%;
  margin: 0 auto;
}
.h_1376 {
  max-width: 1376px;
  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_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 {
  display: block;
  position: relative;
  overflow: hidden;
}
.h_posImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.h_posImg2 {
  display: block;
  position: relative;
  overflow: hidden;
}
.h_posImg2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@font-face {
  font-family: 'Normal';
  src: url('../fonts/MiSans-Normal.ttf');
}
@font-face {
  font-family: 'Light';
  src: url('../fonts/MiSans-Light.ttf');
}
@font-face {
  font-family: 'Medium';
  src: url('../fonts/MiSans-Medium.ttf');
}
@font-face {
  font-family: 'Regular';
  src: url('../fonts/MiSans-Regular.ttf');
}
html,
body {
  background: #fff;
  overflow-x: hidden;
  --active-color: #0070D5;
  --swiper-theme-color: #0070D5;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
.h_head {
  background-color: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  transition: transform 0.3s ease-out;
}
.h_head.h_headDown {
  transform: translateY(-36px);
}
.h_head .h_navWeb .h_head1 {
  line-height: 32px;
  border-bottom: 1px solid #ECECEC;
}
.h_head .h_navWeb .h_head1 .h_p1 {
  font-weight: 290;
  font-size: 14px;
  color: #3D3D3D;
}
.h_head .h_navWeb .h_head1 .h_tel img {
  width: 24px;
}
.h_head .h_navWeb .h_head1 .h_tel span {
  margin-left: 4px;
  font-weight: 400;
  font-size: 19px;
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 {
  padding: 20px 0;
}
.h_head .h_navWeb .h_head2 .h_logo {
  width: 163px;
}
.h_head .h_navWeb .h_head2 .h_logo img {
  width: 100%;
}
.h_head .h_navWeb .h_head2 .h_R {
  width: calc(100% - 200px);
}
.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 li {
  padding: 0 10px;
  margin-right: 20px;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 290;
  color: #3D3D3D;
  padding: 10px 0;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li > a::after {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  background-color: var(--active-color);
  left: 0;
  bottom: -10px;
  transform: scaleX(0);
  transition: transform 0.3s linear;
  transform-origin: right;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li i {
  font-size: 12px;
  color: #555;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li.h_active > a {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li.h_active > a::after {
  transform: scaleX(1);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li.h_active i {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li:hover > a {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li:hover > a::after {
  transform-origin: left;
  transform: scaleX(1);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li:hover ol {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translate(-50%, 1px);
  transform: translate(-50%, 1px);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li ol {
  position: absolute;
  transition: all 0.2s;
  left: 50%;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  background: #FFFFFF;
  padding: 0 10px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li ol a {
  text-align: center;
  min-width: 120px;
  display: block;
  padding: 12px 10px;
  color: #3D3D3D;
  font-size: 15px;
  white-space: nowrap;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.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 ol a:last-child {
  border-bottom: none;
}
.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;
  line-height: 25px;
  width: 62px;
  text-align: center;
  box-shadow: inset 0 0 0 1px var(--active-color);
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  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_form {
  margin-right: 48px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form {
  width: 205px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid var(--active-color);
  padding: 0 10px;
  border-radius: 120px 120px 120px 120px;
  overflow: hidden;
  transition: all 0.3s;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form input {
  font-size: 14px;
  height: 38px;
  padding: 0 10px;
  width: calc(100% - 24px);
  transition: all 0.3s;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form button {
  width: 24px;
  height: 24px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form button img {
  width: 24px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form i {
  display: none;
  position: absolute;
  right: -30px;
  font-size: 30px;
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_form.h_show form {
  width: 200px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form.h_show form input {
  padding: 0 10px;
  width: calc(100% - 24px);
}
.h_head .h_navWeb .h_head2 .h_R .h_form.h_show form button {
  pointer-events: unset;
}
.h_head .h_navWeb .h_head2 .h_R .h_lang {
  cursor: pointer;
  position: relative;
  margin-right: -50px;
}
.h_head .h_navWeb .h_head2 .h_R .h_lang .h_this {
  display: flex;
  align-items: center;
}
.h_head .h_navWeb .h_head2 .h_R .h_lang .h_this img {
  width: 22px;
  margin-right: 9px;
}
.h_head .h_navWeb .h_head2 .h_R .h_lang .h_this p {
  position: relative;
  font-size: 18px;
  color: #3D3D3D;
  line-height: 38px;
  padding-right: 15px;
}
.h_head .h_navWeb .h_head2 .h_R .h_lang .h_this p::after {
  content: '';
  right: 0;
  top: calc(50% - 3px);
  position: absolute;
  border-top: 6px solid #3D3D3D;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.h_head .h_navWeb .h_head2 .h_R .h_lang .h_list {
  position: absolute;
  visibility: hidden;
  transform: translateY(10px);
  transition: transform 0.3s linear;
  right: -7px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 0 10px;
}
.h_head .h_navWeb .h_head2 .h_R .h_lang .h_list a {
  display: block;
  width: 80px;
  color: #3D3D3D;
  font-size: 15px;
  text-align: center;
  line-height: 36px;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
}
.h_head .h_navWeb .h_head2 .h_R .h_lang .h_list a:last-child {
  box-shadow: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_lang .h_list a.h_active {
  background: var(--active-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_head .h_navWeb .h_head2 .h_R .h_lang .h_list a:hover {
  background: var(--active-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_head .h_navWeb .h_head2 .h_R .h_lang:hover .h_list {
  visibility: visible;
  transform: translateY(0);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu {
  display: none;
  cursor: pointer;
  margin-left: 28px;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu .h_line {
  display: block;
  width: 30px;
  min-height: 3px;
  background-color: #3D3D3D;
  margin-bottom: 5px;
  transition: ease-in-out 0.3s;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu .h_line:last-child {
  margin-bottom: 0;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_active .h_line1 {
  transform: rotate(45deg);
  margin-bottom: -7px;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_active .h_line2 {
  opacity: 0;
  transition: ease-in-out 0s;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu.h_active .h_line3 {
  transform: rotate(-45deg);
  margin-top: -4px;
}
.h_head .h_navApp {
  display: none;
}
.h_head .h_navApp .h_navBanner {
  padding: 0 12px;
  line-height: 32px;
}
.h_head .h_navApp .h_navBanner .h_p1 {
  font-weight: 290;
  font-size: 14px;
  color: #3D3D3D;
}
.h_head .h_navApp .h_navBanner .h_tel img {
  width: 24px;
}
.h_head .h_navApp .h_navBanner .h_tel span {
  margin-left: 4px;
  font-weight: 400;
  font-size: 19px;
  color: var(--active-color);
}
.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_L {
  column-gap: 16px;
}
.h_head .h_navApp .h_navTop .h_L .h_logo {
  height: 38px;
}
.h_head .h_navApp .h_navTop .h_L .h_logo img {
  height: 100%;
  width: auto;
}
.h_head .h_navApp .h_navTop .h_L .h_address {
  position: relative;
  z-index: 2;
  padding: 10px 0;
}
.h_head .h_navApp .h_navTop .h_L .h_address:hover .h_addressList {
  display: block;
}
.h_head .h_navApp .h_navTop .h_L .h_address img {
  width: 20px;
  cursor: pointer;
}
.h_head .h_navApp .h_navTop .h_L .h_address p #city {
  font-weight: 400;
  font-size: 14px;
  color: #3D3D3D;
  cursor: pointer;
}
.h_head .h_navApp .h_navTop .h_L .h_address p #cityChange {
  margin-left: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #A4A4A4;
  cursor: pointer;
}
.h_head .h_navApp .h_navTop .h_L .h_address .h_addressList {
  display: none;
  left: -1px;
  top: 40px;
  background-color: #fff;
  position: absolute;
  padding: 8px 20px;
  border-radius: 4px;
  max-width: 50vw;
  box-shadow: 0 0 4px -1px var(--active-color);
}
.h_head .h_navApp .h_navTop .h_L .h_address .h_addressList .h_item {
  display: flex;
  white-space: nowrap;
  column-gap: 16px;
  line-height: 28px;
  font-size: 14px;
}
.h_head .h_navApp .h_navTop .h_L .h_address .h_addressList .h_item .h_province {
  cursor: pointer;
}
.h_head .h_navApp .h_navTop .h_L .h_address .h_addressList .h_item .h_province:hover {
  color: var(--active-color);
}
.h_head .h_navApp .h_navTop .h_L .h_address .h_addressList .h_item .h_city {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.h_head .h_navApp .h_navTop .h_L .h_address .h_addressList .h_item .h_city span {
  color: #333;
  font-weight: 200;
  cursor: pointer;
}
.h_head .h_navApp .h_navTop .h_L .h_address .h_addressList .h_item .h_city span:hover {
  color: var(--active-color);
}
.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;
}
#tag {
  height: 24px;
  background: linear-gradient(180deg, rgba(216, 216, 216, 0.22) 0%, rgba(216, 216, 216, 0) 100%);
}
.h_banner {
  position: relative;
}
.h_banner .h_img img {
  width: 100%;
}
.h_banner .h_text {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h_banner .h_text .h_ch {
  font-size: 48px;
  color: #FFFFFF;
}
.h_banner .h_text .h_en {
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#h_pages {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  --page-height: 36px;
  background-color: #fff;
}
#h_pages .h_count {
  width: auto;
  padding: 0 12px;
  display: none;
}
#h_pages span {
  font-size: 13px;
  font-weight: 290;
  color: #3D3D3D;
  line-height: var(--page-height);
  height: var(--page-height);
  width: var(--page-height);
  text-align: center;
  background: #fff;
  border-radius: 2px;
}
#h_pages span.tcdNumber:hover,
#h_pages span.prevPage:hover,
#h_pages span.nextPage:hover {
  color: var(--active-color);
  font-weight: 400;
}
#h_pages span.current {
  font-weight: 400;
  color: #fff;
  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_ggTop {
  padding-bottom: 11px;
  margin-bottom: 23px;
  position: relative;
}
.h_ggTop::before {
  position: absolute;
  content: '';
  border-top: 6px solid var(--active-color);
  border-left: 6px solid #00000000;
  border-right: 6px solid #00000000;
  left: 64px;
  bottom: -8px;
}
.h_ggTop::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -2px;
  background-color: var(--active-color);
}
.h_ggTop .h_title span {
  font-weight: 400;
  font-size: 20px;
  background: linear-gradient(0deg, rgba(34, 157, 123, 0.3) 0px 8px, #00000000 8px 100%);
}
.h_ggTop .h_title img {
  width: 24px;
  margin-left: 6px;
}
.h_ggTop .h_more {
  font-weight: 290;
  font-size: 12px;
  color: #3D3D3D;
}
.h_ggTop .h_more:hover {
  color: var(--active-color);
}
.h_dqwz {
  padding: 10px 0;
  column-gap: 4px;
}
.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_popup {
  z-index: 100;
  position: fixed;
  top: 46%;
  left: 50%;
  width: 400px;
  max-width: calc(100% - 32px);
  transform: translate(-50%, -50%) scale(0.6);
  background-color: #fff;
  border-radius: 2px;
  visibility: hidden;
  transition: transform 0.2s ease;
  font-family: Light;
}
.h_popup.h_show {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.h_popup .h_t {
  line-height: 42px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--active-color);
  color: #fff;
}
.h_popup .h_t .h_title {
  font-size: 15px;
}
.h_popup .h_t i {
  cursor: pointer;
}
.h_popup form {
  padding: 14px 16px;
}
.h_popup form .h_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.h_popup form .h_box p {
  font-size: 13px;
  line-height: 32px;
  width: 58px;
  text-align: right;
}
.h_popup form .h_box input {
  width: calc(100% - 72px);
  padding: 0 10px;
  height: 32px;
  font-size: 13px;
  border: 1px solid #E6E6E6;
  font-family: Light;
}
.h_popup form .h_box input:focus {
  border-color: var(--active-color);
}
.h_popup form .h_box textarea {
  padding: 8px 6px;
  width: calc(100% - 58px);
  border: 1px solid #E6E6E6;
  height: 80px;
  font-family: Light;
}
.h_popup form button {
  margin-left: 72px;
  width: 88px;
  height: 36px;
  color: #fff;
  background: var(--active-color);
  font-family: Light;
}
#h_posForm {
  display: none;
}
#h_posForm .h_form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  z-index: 100;
  width: 100%;
  background-color: #F4ECDF;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  transition: transform 0.3s;
  width: 360px;
  max-width: 100%;
  background-color: #fff;
  padding: 16px;
  border-radius: 6px;
}
#h_posForm .h_form .h_title {
  column-gap: 10px;
}
#h_posForm .h_form .h_title img {
  width: 42px;
}
#h_posForm .h_form .h_title span {
  width: calc(100% - 58px);
  font-weight: 290;
  font-size: 14px;
  color: #3D3D3D;
  text-align: justify;
}
#h_posForm .h_form .layui-form {
  margin-top: 15px;
}
#h_posForm .h_form .layui-form .layui-form-item {
  margin-bottom: 6px;
}
#h_posForm .h_form .layui-form .layui-form-item .layui-input-inline {
  margin: 0;
  font-size: 13px;
  width: 100%;
}
#h_posForm .h_form .layui-form .layui-form-item .layui-input-inline .layui-input,
#h_posForm .h_form .layui-form .layui-form-item .layui-input-inline .layui-select,
#h_posForm .h_form .layui-form .layui-form-item .layui-input-inline .layui-textarea {
  height: 33px;
  border-color: #D3D3D3;
}
#h_posForm .h_form .layui-form .layui-form-item .layui-input-inline.h_select {
  width: calc(50% - 3px);
}
#h_posForm .h_form .layui-form .layui-form-item.h_code .layui-input-inline {
  width: calc(100% - 100px);
}
#h_posForm .h_form .layui-form .layui-form-item.h_code .layui-form-mid {
  margin: 0 0 0 5px;
  width: 95px;
}
#h_posForm .h_form .layui-form .layui-form-item.h_code .layui-form-mid button {
  width: 100%;
  height: 33px;
  line-height: 33px;
  border: none;
  padding: 0;
  background-color: #F15642;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
}
#h_posForm .h_form .layui-form .layui-form-item .h_btn {
  height: 33px;
  line-height: 33px;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  background: var(--active-color);
}
#h_posForm .h_form .layui-form .layui-form-item .layui-input-affix {
  line-height: 33px;
}
#h_posForm .h_form .layui-form .layui-form-item .layui-input:focus,
#h_posForm .h_form .layui-form .layui-form-item .layui-textarea:focus {
  box-shadow: none;
}
#h_posForm .h_form .layui-form .layui-form-item .layui-form-select dl {
  top: 33px;
}
#h_posForm .h_form .h_desc {
  text-align: center;
  font-weight: 290;
  font-size: 14px;
  color: #3D3D3D;
}
#h_posForm .h_form .h_desc span {
  font-weight: 400;
  font-size: 16px;
  color: #F15642;
}
#h_posForm .h_form.h_show {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.h_footer {
  background: #282828;
}
.h_footer .h_footer1 {
  padding: 80px 0;
}
.h_footer .h_footer1 .h_L {
  margin-top: 50px;
}
.h_footer .h_footer1 .h_L .h_item {
  width: 188px;
}
.h_footer .h_footer1 .h_L .h_item .h_t {
  font-family: Medium;
  font-size: 17px;
  color: #FFFFFF;
}
.h_footer .h_footer1 .h_L .h_item .h_sublist {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.h_footer .h_footer1 .h_L .h_item .h_sublist a {
  margin-bottom: 20px;
  font-size: 15px;
  color: #FFFFFF;
}
.h_footer .h_footer1 .h_L .h_item .h_sublist a:hover {
  color: var(--active-color);
}
.h_footer .h_footer1 .h_R .h_t {
  font-family: Medium;
  font-size: 17px;
  color: #FFFFFF;
}
.h_footer .h_footer1 .h_R .h_links {
  margin-top: 30px;
  column-gap: 20px;
}
.h_footer .h_footer1 .h_R .h_links a {
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 138px 138px 138px 138px;
}
.h_footer .h_footer1 .h_R .h_links a img {
  width: 24px;
}
.h_footer .h_footer1 .h_R .h_ewmBox {
  margin-top: 26px;
  width: 190px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
.h_footer .h_footer1 .h_R .h_ewmBox .h_img {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
.h_footer .h_footer1 .h_R .h_ewmBox .h_img img {
  width: 100%;
}
.h_footer .h_footer1 .h_R .h_ewmBox .h_b {
  padding: 16px;
}
.h_footer .h_footer1 .h_R .h_ewmBox .h_b .h_text {
  font-size: 14px;
  color: #FFFFFF;
}
.h_footer .h_footer1 .h_R .h_ewmBox .h_b img {
  width: 30px;
}
.h_footer .h_footer2 {
  text-align: center;
  padding: 16px 0;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}
.h_footer .h_footer2 div,
.h_footer .h_footer2 p,
.h_footer .h_footer2 span,
.h_footer .h_footer2 a {
  font-size: 12px;
  color: #FFFFFF;
}
.h_footer .h_footer2 a:hover {
  color: var(--active-color);
}
@media screen and (max-width: 1400px) {
  .h_head .h_navWeb .h_head2 .h_R .h_form,
  .h_head .h_navWeb .h_head2 .h_R .h_navList li {
    margin-right: 10px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_lang {
    margin: 0;
  }
  #tag {
    height: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .h_head .h_navWeb .h_head2 .h_R .h_form,
  .h_head .h_navWeb .h_head2 .h_R .h_navList li {
    padding: 0;
    margin-right: 16px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form form input {
    height: 34px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form form {
    width: 172px;
  }
}
@media screen and (max-width: 1200px) {
  .h_head .h_navWeb .h_head2 .h_R .h_form {
    cursor: pointer;
    width: 36px;
    height: 36px;
    position: relative;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form form {
    width: 36px;
    padding: 0 5px;
    position: absolute;
    right: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form form input {
    padding: 0;
    width: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form form button {
    pointer-events: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form form button img {
    width: 20px;
  }
  .h_footer .h_footer1 {
    padding: 60px 0;
  }
  .h_footer .h_footer1 .h_L {
    margin-top: 0;
    width: calc(100% - 200px);
    row-gap: 16px;
    column-gap: 4%;
  }
  .h_footer .h_footer1 .h_L .h_item {
    width: 30%;
  }
  .h_footer .h_footer1 .h_L .h_item .h_sublist {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .h_head .h_navWeb .h_head2 {
    padding: 10px 0;
  }
  .h_head .h_navWeb .h_head2 .h_logo {
    width: auto;
    height: 45px;
  }
  .h_head .h_navWeb .h_head2 .h_logo img {
    width: auto;
    height: 100%;
  }
  .h_head .h_navWeb .h_head2 .h_R {
    width: auto;
  }
  .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;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li {
    display: block;
    margin: 0;
    width: 100%;
    padding: 0 20px;
  }
  .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 i {
    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 ul li ol {
    display: none;
  }
  .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;
  }
}
@media screen and (max-width: 767px) {
  #tag {
    height: 6px;
  }
  .h_footer .h_footer1 {
    padding: 40px 0;
    justify-content: center;
  }
  .h_footer .h_footer1 .h_R .h_ewmBox {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .h_1376,
  .h_1400,
  .h_1600 {
    width: calc(100% - 32px);
  }
  #tag {
    height: 0;
  }
  .h_dqwz {
    padding: 14px 0 10px;
  }
  #h_pages {
    margin-top: 15px;
    --page-height: 30px;
    column-gap: 8px;
  }
  #h_pages span {
    font-size: 12px;
  }
  #h_pages .h_count {
    display: none;
  }
  .h_head {
    border-bottom: 1px solid #ECECEC;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form {
    margin-right: 40px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_lang {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_menu {
    margin-left: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList .h_language {
    display: flex;
  }
  .h_footer .h_footer1 .h_R .h_links {
    column-gap: 16px;
    margin-top: 14px;
  }
  .h_footer .h_footer1 .h_R .h_ewmBox .h_b {
    display: none;
  }
  .h_footer .h_footer1 .h_R .h_links a {
    line-height: 42px;
    width: 42px;
    height: 42px;
  }
  .h_footer .h_footer1 .h_R {
    column-gap: 16px;
  }
  .h_footer .h_footer1 .h_R .h_ewmBox {
    width: 120px;
  }
  .h_footer .h_rcsb {
    justify-content: center;
  }
  .h_footer .h_footer1 .h_R .h_ewmBox,
  .h_footer .h_footer1 .h_R .h_ewmBox .h_img {
    border-radius: 4px;
  }
  .h_footer .h_footer1 .h_L {
    display: none;
  }
  .h_footer .h_footer1 .h_R {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .h_popup form .h_box {
    margin-bottom: 8px;
  }
  .h_popup form .h_box p {
    line-height: 36px;
  }
  .h_popup form .h_box input {
    height: 36px;
  }
}
