* {
  font-family: 'Lato-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;
  -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;
}
textarea {
  resize: none;
}
input,
textarea,
button {
  border: none;
  background: none;
  border-radius: 0;
}
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_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 0;
  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: 'Lato-Black';
  src: url('../fonts/Lato-Black.ttf');
}
@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.ttf');
}
@font-face {
  font-family: 'Lato-Medium';
  src: url('../fonts/Lato-Medium.ttf');
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.ttf');
}
@font-face {
  font-family: 'Lato-Semibold';
  src: url('../fonts/Lato-Semibold.ttf');
}
html,
body {
  overflow-x: hidden;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
::selection {
  color: #fff;
  background: var(--active-color);
}
.h_mt64 {
  margin-top: 64px;
}
.h_head {
  background: var(--rgba45-bcolor);
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  transition: transform 0.3s ease-out;
}
.h_head.h_headDown {
  transform: translateY(-100%);
}
.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: 15px 0;
}
.h_head .h_navWeb .h_head2 .h_logo img {
  width: 248px;
}
.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 {
  margin-right: 56px;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li > a {
  display: inline-block;
  font-size: 23px;
  color: #fff;
  padding: 20px 0;
  position: relative;
  font-family: 'Lato-Bold';
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li > a i {
  position: absolute;
  right: -20px;
  top: calc(50% - 8px);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li > a::after {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #fff;
  left: 0;
  bottom: 0;
  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: 23px;
  color: #fff;
}
.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:hover > a::after {
  transform-origin: left;
  transform: scaleX(1);
}
.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 ol {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0px);
}
.h_head .h_navWeb .h_head2 .h_R .h_form {
  cursor: pointer;
  position: relative;
  transition: margin 0.3s;
  width: 183px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form {
  width: 100%;
  background: none;
  border-radius: 0px 0px 0px 0px;
  padding: 0 4px 0 14px;
  border-radius: 120px 120px 120px 120px;
  overflow: hidden;
  transition: all 0.3s;
  flex-wrap: nowrap;
  position: absolute;
  right: 0;
  border: 1px solid #fff;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form input {
  font-size: 14px;
  transition: all 0.3s;
  background: none;
  color: #fff;
  width: calc(100% - 34px);
  height: 32px;
}
.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;
}
.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;
}
.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;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form button {
  width: 32px;
  height: 32px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form button .icon {
  font-size: 20px;
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form:hover {
  background-color: var(--active-color);
  border-color: var(--active-color);
}
.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_tel {
  margin-left: 34px;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.h_head .h_navWeb .h_head2 .h_R .h_tel img {
  width: 22px;
}
.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: var(--active-color);
  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_gap {
  height: 50px;
  background: linear-gradient(180deg, rgba(216, 216, 216, 0.3) 0%, rgba(216, 216, 216, 0) 100%);
}
.h_tabBox {
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 17px;
}
.h_tabBox .h_curr {
  display: none;
  width: 100%;
  font-size: 17px;
  font-family: 'Lato-Medium';
  background-color: #ecfff5;
  padding: 0 16px;
  position: relative;
  height: 42px;
  line-height: 43px;
  cursor: pointer;
  color: var(--active-color);
}
.h_tabBox .h_curr i {
  position: absolute;
  right: 16px;
}
.h_tabBox .h_tabs {
  column-gap: 48px;
  row-gap: 8px;
}
.h_tabBox .h_tabs a {
  font-size: 18px;
  color: #6E6B68;
  position: relative;
}
.h_tabBox .h_tabs a:hover {
  color: var(--active-color);
}
.h_tabBox .h_tabs a.h_active {
  color: var(--active-color);
}
.h_tabBox .h_tabs a.h_active i {
  display: block;
}
.h_tabBox .h_tabs a::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  right: -24px;
  top: calc(50% - 8px);
  background-color: #D3D3D3;
}
.h_tabBox .h_tabs a:last-child::after {
  display: none;
}
.h_FormBox form {
  row-gap: 16px;
}
.h_FormBox form .h_input {
  position: relative;
  width: calc(50% - 8px);
}
.h_FormBox form .h_input input {
  width: 100%;
  height: 38px;
  padding: 0 12px;
  font-size: 15px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #F1F1F1;
}
.h_FormBox form .h_input input:focus {
  border-color: var(--active-color);
}
.h_FormBox form .h_input canvas {
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
  border-radius: 2px 2px 2px 2px;
  background-color: #bfcbd9;
}
.h_FormBox form .h_btn {
  width: calc(50% - 8px);
}
.h_FormBox form .h_btn button {
  width: 178px;
  height: 38px;
  background: var(--active-color);
  border-radius: 4px 4px 4px 4px;
  font-size: 15px;
  color: #FFFFFF;
}
.h_banner {
  position: relative;
}
.h_banner .h_posImg img {
  position: static;
}
.h_banner .h_text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.h_banner .h_text h2 {
  max-width: 513px;
  font-family: 'Lato-Black';
  font-size: 62px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.h_banner .h_text .h_img {
  width: 420px;
  height: 420px;
  background: #FFFFFF;
  border: 8px solid #00B053;
  border-radius: 50%;
  overflow: hidden;
}
.h_banner .h_text .h_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.h_banner .h_text2 .h_box {
  padding: 28px;
  background-color: var(--rgba7-wcolor);
  border-radius: 16px 16px 16px 16px;
  text-transform: uppercase;
}
.h_banner .h_text2 .h_box .h_p1 {
  font-family: Lato, Lato;
  font-weight: 900;
  font-size: 62px;
  color: var(--active-color);
}
.h_banner .h_text2 .h_box .h_p2 {
  letter-spacing: 1px;
  font-family: 'Lato-Semibold';
  font-size: 28px;
  color: #333333;
}
.h_banner .h_title {
  font-family: 'Lato-Black';
  font-size: 62px;
  color: #FFFFFF;
  position: relative;
  text-transform: uppercase;
}
.h_banner .h_title::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #FFFFFF;
  bottom: -20px;
  left: 0;
}
#h_pages {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  --page-height: 18px;
}
#h_pages .h_count {
  width: auto;
  padding: 0 12px;
}
#h_pages span {
  font-size: 14px;
  font-family: 'Lato-Medium';
  color: #A3A3A3;
  line-height: var(--page-height);
  height: var(--page-height);
  padding: 0 10px;
  text-align: center;
}
#h_pages span.h_next {
  color: #555;
  padding-left: 20px;
  padding-right: 15px;
  margin-left: 10px;
  border-left: 1px solid #ccc;
  position: relative;
}
#h_pages span.h_next::after {
  position: absolute;
  content: '';
  right: 0;
  top: calc(50% - 5px);
  border-left: 8px solid #555;
  border-top: 5px solid #55500000;
  border-bottom: 5px solid #55500000;
}
#h_pages span.h_prev {
  color: #555;
  padding-left: 15px;
  padding-right: 20px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
  position: relative;
}
#h_pages span.h_prev::before {
  position: absolute;
  content: '';
  left: 0;
  top: calc(50% - 5px);
  border-right: 8px solid #555;
  border-top: 5px solid #55500000;
  border-bottom: 5px solid #55500000;
}
#h_pages span.tcdNumber:hover,
#h_pages span.prevPage:hover,
#h_pages span.nextPage:hover {
  color: #222;
}
#h_pages span.current {
  color: #222;
}
#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_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 {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: none;
}
.h_posFixed {
  position: fixed;
  bottom: 20px;
  right: 3%;
  transition: right 0.3s;
  z-index: 95;
}
.h_posFixed .h_msgBox {
  padding: 0 16px 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px 8px 8px 8px;
  position: relative;
  transition: height 0.3s, padding 0.3s;
}
.h_posFixed .h_msgBox .h_close {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  right: -12px;
  top: -30px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.h_posFixed .h_msgBox .h_close:hover {
  background: var(--active-color);
}
.h_posFixed .h_msgBox .h_close i {
  font-size: 13px;
  color: #fff;
}
.h_posFixed .h_msgBox .h_icon {
  text-align: center;
}
.h_posFixed .h_msgBox .h_icon img {
  width: 70px;
  margin-top: -43px;
  cursor: pointer;
}
.h_posFixed .h_msgBox .h_p1 {
  font-weight: 400;
  font-size: 17px;
  color: #3D3D3D;
  text-align: center;
  margin-top: 5px;
}
.h_posFixed .h_msgBox .h_tel {
  margin-top: 4px;
  font-weight: 700;
  font-size: 28px;
  color: #04C15F;
  text-align: center;
}
.h_posFixed .h_msgBox .h_btn {
  margin-top: 4px;
  text-align: center;
}
.h_posFixed .h_msgBox .h_btn a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  background: linear-gradient(180deg, #FFC715 0%, #FF9819 74%, #FFA31C 100%);
  border-radius: 57px 57px 57px 57px;
  transition: transform 0.3s;
}
.h_posFixed .h_msgBox .h_btn a img {
  width: 20px;
}
.h_posFixed .h_msgBox .h_btn a span {
  font-weight: 400;
  font-size: 12px;
  color: #3D3D3D;
}
.h_posFixed .h_msgBox .h_btn a:hover {
  transform: scale(1.03);
}
.h_posFixed .h_msgBox .h_btn a:hover img {
  filter: grayscale(100%) brightness(500%);
}
.h_posFixed .h_msgBox .h_btn a:hover span {
  color: #fff;
}
.h_posFixed .h_msgBox .h_desc {
  margin-top: 9px;
  font-size: 10px;
  color: #504A75;
  text-align: center;
  z-index: 2;
  position: relative;
}
.h_posFixed .h_msgBox .h_ewm {
  margin: -6px auto 0;
  width: 134px;
  height: 134px;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #FF9100;
  padding: 13px;
  position: relative;
  transition: height 0.3s;
}
.h_posFixed .h_msgBox .h_ewm img {
  width: 100%;
  z-index: 2;
  position: relative;
}
.h_posFixed .h_msgBox .h_ewm::before {
  position: absolute;
  content: '';
  width: 104px;
  height: calc(100% + 6px);
  background-color: #fff;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}
.h_posFixed .h_msgBox .h_ewm::after {
  position: absolute;
  content: '';
  height: 104px;
  width: calc(100% + 6px);
  background-color: #fff;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.h_posFixed .h_goTop {
  margin-top: 16px;
  text-align: center;
}
.h_posFixed .h_goTop img {
  width: 62px;
  cursor: pointer;
}
.h_posFixed.h_hide {
  right: -30px;
}
.h_posFixed.h_hide .h_msgBox {
  background: none;
  box-shadow: none;
  padding: 0;
  height: 70px;
  overflow: hidden;
}
.h_posFixed.h_hide .h_msgBox .h_icon img {
  margin: 0;
}
.h_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  width: calc(100% - 30px);
  max-width: 800px;
  z-index: 99;
  transition: transform 0.3s;
  visibility: hidden;
}
.h_popup video {
  width: 100%;
}
.h_popup.h_show {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.h_footer {
  background: #F4F4F4;
}
.h_footer .h_footer1 {
  padding: 60px 0;
  border-bottom: 1px solid #828482;
}
.h_footer .h_footer1 .h_item {
  width: 32%;
  max-width: 375px;
}
.h_footer .h_footer1 .h_item .h_t {
  font-family: 'Lato-Bold';
  font-size: 30px;
  color: #212121;
}
.h_footer .h_footer1 .h_item .h_sublist {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 25px;
}
.h_footer .h_footer1 .h_item .h_sublist a {
  margin-bottom: 22px;
  font-size: 19px;
  color: #666666;
}
.h_footer .h_footer1 .h_item .h_sublist a:hover {
  color: var(--active-color);
}
.h_footer .h_footer2 {
  padding: 30px 0 56px;
}
.h_footer .h_footer2 .h_box1 > div {
  max-width: 375px;
  width: 32%;
}
.h_footer .h_footer2 .h_box1 .h_logo img {
  max-width: 271px;
  width: 100%;
}
.h_footer .h_footer2 .h_box1 .h_msgBox img {
  width: 45px;
  margin-right: 20px;
}
.h_footer .h_footer2 .h_box1 .h_msgBox .h_code {
  font-size: 20px;
  color: #212121;
}
.h_footer .h_footer2 .h_box1 .h_msgBox .h_code p {
  margin: 4px 0;
}
.h_footer .h_footer2 .h_addressBox {
  row-gap: 20px;
}
.h_footer .h_footer2 .h_addressBox > div {
  width: 24%;
  max-width: 271px;
}
.h_footer .h_footer2 .h_addressBox > div .h_icon {
  margin-bottom: 20px;
}
.h_footer .h_footer2 .h_addressBox > div .h_icon img {
  width: 26px;
}
.h_footer .h_footer2 .h_addressBox > div .h_name {
  font-size: 20px;
  color: #212121;
  margin-bottom: 12px;
}
.h_footer .h_footer2 .h_addressBox > div .h_pos {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
}
.h_footer .h_footer3 {
  text-align: center;
  padding: 20px 0;
  background: #2B2B2B;
  font-size: 13px;
  color: #999999;
}
.h_footer .h_footer3 div,
.h_footer .h_footer3 p,
.h_footer .h_footer3 span,
.h_footer .h_footer3 a {
  font-size: 13px;
  color: #999999;
}
.h_footer .h_footer3 a:hover {
  color: var(--active-color);
}
.h_myMsg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  background: var(--rgba6-bcolor);
  color: #fff;
  z-index: 9999;
  font-size: 14px;
  padding: 11px 24px;
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.34, 0.69, 0.1, 1) 0.5s;
}
.h_myMsg.h_show {
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 1500px) {
  .h_head .h_navWeb .h_head2 {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1440px) {
  .h_head .h_navWeb .h_head2 .h_R .h_navList li {
    margin-right: 42px;
  }
  .h_banner .h_text h2 {
    font-size: 52px;
  }
  .h_banner .h_text .h_img {
    width: 360px;
    height: 360px;
  }
}
@media screen and (max-width: 1300px) {
  .h_head .h_navWeb .h_head2 .h_logo img {
    width: 200px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form {
    width: 160px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList li > a {
    font-size: 18px;
    padding: 14px 0;
  }
  .h_footer .h_footer1 {
    padding: 50px 0;
  }
  .h_banner .h_text h2 {
    font-size: 50px;
  }
  .h_banner .h_text2 .h_box .h_p1 {
    font-size: 46px;
  }
  .h_banner .h_text2 .h_box .h_p2 {
    font-size: 20px;
  }
  .h_banner .h_text2 .h_box {
    padding: 20px 24px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .h_tabBox .h_tabs {
    column-gap: 24px;
  }
  .h_tabBox .h_tabs a::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .h_head .h_navWeb .h_head2 .h_R .h_form {
    width: 34px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form form {
    width: 34px;
    justify-content: center;
    padding: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form form input {
    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:hover form {
    padding: 0 10px;
    width: 160px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form:hover form input {
    width: calc(100% - 20px);
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form:hover form button {
    pointer-events: unset;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form:hover i {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList li > a {
    padding: 8px 0;
  }
  .h_head .h_navWeb .h_head2 .h_logo .h_company .h_ch {
    font-size: 18px;
  }
  .h_head .h_navWeb .h_head2 .h_logo .h_company .h_en {
    font-size: 8px;
  }
  .h_head .h_navWeb .h_head2 .h_logo .h_company {
    margin-left: 8px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList li {
    margin-right: 26px;
  }
  .h_head .h_navWeb .h_head2 .h_logo img {
    width: 160px;
  }
  .h_footer .h_footer1 .h_item {
    width: auto;
  }
  .h_footer .h_footer1 {
    padding: 40px 0;
  }
  .h_footer .h_footer1 .h_item .h_t {
    font-size: 26px;
  }
  .h_footer .h_footer1 .h_item .h_sublist {
    margin-top: 16px;
  }
  .h_footer .h_footer1 .h_item .h_sublist a {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .h_banner .h_text .h_img {
    display: none;
  }
  .h_banner .h_text .h_1400 {
    justify-content: center;
  }
  .h_banner .h_text h2 {
    text-align: center;
  }
  .h_proBox {
    padding: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .h_head .h_navWeb .h_head2 .h_logo img {
    width: 153px;
  }
  .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%;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a {
    width: 100%;
    color: #222;
    padding: 12px 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.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_navList li:hover ol {
    display: none;
  }
  .h_tabBox {
    position: relative;
    padding: 0;
    border: none;
  }
  .h_tabBox .h_curr {
    display: block;
  }
  .h_tabBox .h_tablist {
    display: none;
    width: 100%;
    position: absolute;
    top: 42px;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 0 4px var(--rgba1-bcolor);
  }
  .h_tabBox .h_tabs {
    width: 100%;
    row-gap: 0;
  }
  .h_tabBox .h_tabs a {
    width: 100%;
    padding: 0;
    font-size: 15px;
    text-align: left;
    padding: 8px 16px;
  }
  .h_tabBox .h_tabs a i {
    display: none !important;
  }
  #h_pages {
    margin-top: 22px;
  }
  .h_banner .h_text h2 {
    font-size: 30px;
  }
  .h_gap {
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .h_gap {
    height: 16px;
  }
  .h_footer .h_footer2 .h_addressBox,
  .h_footer .h_footer1 {
    display: none;
  }
  .h_footer .h_footer2 .h_box1 > div {
    width: 100%;
  }
  .h_footer .h_footer2 {
    padding: 20px 0;
  }
  .h_footer .h_footer2 .h_box1 .h_logo {
    text-align: center;
  }
  .h_footer .h_footer2 .h_box1 .h_msgBox {
    justify-content: center;
  }
  .h_footer .h_footer2 .h_box1 .h_msgBox .h_code {
    font-size: 16px;
    min-width: 166px;
  }
  .h_footer .h_footer2 .h_box1 .h_msgBox img {
    width: 32px;
    margin-right: 14px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a {
    font-size: 17px;
  }
  .h_banner .h_text2 .h_box,
  .h_banner .h_title,
  .h_banner .h_text h2 {
    display: none;
  }
  .h_footer3 .h_rcsb {
    justify-content: center;
    row-gap: 4px;
  }
}
