* {
  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;
  font-family: 'Microsoft YaHei UI';
}
html,
body {
  overflow-x: hidden;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
.h_head {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.1);
  --h-height: 80px;
  transition: background 0.4s;
}
.h_head.h_headDown {
  background: #fff;
}
.h_head.h_headDown .h_navWeb .h_head2 .h_R .h_navList ul > li > .icon {
  color: #333;
}
.h_head.h_headDown .h_navWeb .h_head2 .h_R .h_navList ul > li > a {
  color: #333;
}
.h_head.h_headDown .h_navWeb .h_head2 .h_R .h_navList ul > li > a::before {
  background-color: #333;
}
.h_head.h_headDown .h_navWeb .h_head2 .h_R .h_rBox .h_formBox form {
  border-color: #D0D0D0;
}
.h_head.h_headDown .h_navWeb .h_head2 .h_R .h_rBox .h_formBox form input:-moz-placeholder {
  color: #D0D0D0;
}
.h_head.h_headDown .h_navWeb .h_head2 .h_R .h_rBox .h_formBox form input:-ms-input-placeholder {
  color: #D0D0D0;
}
.h_head.h_headDown .h_navWeb .h_head2 .h_R .h_rBox .h_formBox form input::-webkit-input-placeholder {
  color: #D0D0D0;
}
.h_head.h_headDown .h_navWeb .h_head2 .h_R .h_rBox .h_formBox form input {
  color: #333;
}
.h_head.h_headDown .h_navWeb .h_head2 .h_R .h_rBox .h_formBox form button {
  color: var(--active-color);
}
.h_head.h_headDown .h_navWeb .h_head2 .h_R .h_rBox .h_telBox a {
  background-color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_logo .img {
  font-size: 0;
  aspect-ratio: 162/36;
  width: 150px;
}
.h_head .h_navWeb .h_head2 .h_logo span {
  font-weight: 700;
  font-size: 22px;
  font-size: 30px;
  color: var(--active-color);
  margin-left: 5px;
  text-shadow: 0px 1px 2px #999;
}
.h_head .h_navWeb .h_head2 .h_R {
  --col-gap: 56px;
  position: relative;
}
.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 > li {
  margin-right: var(--col-gap);
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li.new > a::after {
  position: absolute;
  content: 'NEW';
  padding: 0 4px;
  height: 14px;
  line-height: 16px;
  background: #EAF2FF;
  border-radius: 3px;
  color: var(--active-color);
  font-size: 10px;
  bottom: calc(50% + 10px);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a {
  line-height: var(--h-height);
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: #fff;
  transform: scaleX(0);
  transition: transform 0.3s linear;
  transform-origin: right;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > .icon {
  color: #fff;
  font-size: 14px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:hover > a::before,
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li.h_active > a::before {
  transform-origin: left;
  transform: scaleX(1);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li.h_btn {
  display: none;
  padding: 8px 20px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li.h_btn a {
  background-color: var(--active-color);
  color: #fff;
  border-radius: 6px;
  justify-content: center;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide {
  width: 100vw;
  position: fixed;
  left: 0;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  aspect-ratio: 1920/450;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left {
  width: 25.26%;
  padding: 50px 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(44, 76, 123, 0.4);
  backdrop-filter: blur(4px);
  z-index: 2;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left .h_column .h_colItem {
  width: 230px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  padding: 0 10px 0 20px;
  font-size: 15px;
  color: #555555;
  margin-bottom: 10px;
  cursor: pointer;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left .h_column .h_colItem .icon {
  color: #0000;
  font-size: 18px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left .h_column .h_colItem.active,
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left .h_column .h_colItem:hover {
  background: #EBF1FD;
  font-weight: 700;
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left .h_column .h_colItem.active span,
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left .h_column .h_colItem:hover span {
  font-family: 'Microsoft YaHei UI-Bold';
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left .h_column .h_colItem.active .icon,
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left .h_column .h_colItem:hover .icon {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left .h_column .h_proItem {
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left .h_column .i-down {
  display: none;
  position: absolute;
  right: -10px;
  width: 40px;
  top: 0px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left .h_column .h_hide .h_list {
  padding: 0 0 0 16px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left .h_column .h_hide .h_list a {
  color: #666;
  border-bottom: 1px solid #fff;
  line-height: 40px;
  font-size: 15px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left .h_text {
  position: relative;
  z-index: 3;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left .h_text .h_p1 {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left .h_text .h_p2 {
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 700;
  font-size: 25px;
  color: #FFFFFF;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left .h_text .h_p3 {
  margin-top: 4px;
  font-size: 14px;
  color: #FFFFFF;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_left .h_serviceline {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right {
  width: 74.74%;
  background-color: #fff;
  background-image: url(../static/bg_head1-2.jpg);
  padding: 40px 60px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_maxBox {
  max-width: 1160px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_xbox {
  display: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_xbox:first-child {
  display: block;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_colName {
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 700;
  font-size: 20px;
  color: #222222;
  padding-bottom: 16px;
  border-bottom: 1px solid #EFF0F2;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_list::-webkit-scrollbar {
  display: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_list .h_item {
  background-color: #F6F9FC;
  background-image: url(../static/bg_head1-3.jpg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  gap: 16px;
  padding: 16px 22px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_list .h_item .h_icon {
  font-size: 0;
  width: 40px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_list .h_item .h_text {
  width: calc(100% - 56px);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_list .h_item .h_text .h_name {
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 700;
  font-size: 17px;
  color: #333333;
  margin-top: 3px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_list .h_item .h_text .h_desc {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
  line-height: calc(18/14);
  height: calc(2em * 18/14);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_list .h_item .h_text .h_more {
  margin-top: 7px;
  font-size: 12px;
  color: #4285F4;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_list .h_item .h_text .h_more .icon {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_list .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tip {
  margin-top: 5px;
  text-align: center;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tip .icon {
  height: 20px;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tip .icon::before,
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tip .icon::after {
  content: '';
  position: absolute;
  width: 8px;
  aspect-ratio: 1;
  transform: rotate(-45deg);
  border-left: 2px solid #999;
  border-bottom: 2px solid #999;
  transform-origin: bottom left;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tip .icon::before {
  border-color: #333;
  margin-top: 8px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tip .tip {
  font-size: 14px;
  color: #a5a5a5;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tabBox .h_tabs {
  border-bottom: 1px solid #EFF0F2;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 32px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tabBox .h_tabs .h_tab {
  font-size: 14px;
  color: #999999;
  display: inline-block;
  cursor: pointer;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tabBox .h_tabs .h_tab:hover,
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tabBox .h_tabs .h_tab.active {
  color: #222222;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tabBox .h_tabContent {
  margin-top: 20px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tabBox .h_tabContent .h_tabItem {
  display: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tabBox .h_tabContent .h_tabItem:first-child {
  display: block;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tabBox .h_tabContent .h_tabItem .h_tabImgs_top {
  max-height: 305px;
  overflow-y: auto;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tabBox .h_tabContent .h_tabItem .h_tabImgs_top::-webkit-scrollbar {
  display: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tabBox .h_tabContent .h_tabItem .h_tabImgs .h_img {
  aspect-ratio: 180/90;
  box-shadow: 0px 0px 8px 0px rgba(212, 234, 255, 0.4);
  border: 1px solid #0000;
  transition: 0.3s;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tabBox .h_tabContent .h_tabItem .h_tabImgs .h_img:hover {
  border: 1px solid rgba(212, 234, 255, 0.8);
  box-shadow: 0px 2px 12px 0px rgba(212, 234, 255, 0.8);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_tabBox .h_tabContent .h_tabItem .h_tabImgs .h_img:hover img {
  transform: scale(1.1);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_columnBox .h_colTitle {
  font-size: 14px;
  padding-bottom: 20px;
  color: #CCCCCF;
  border-bottom: 1px solid #EFF0F2;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_columnBox .h_columns {
  margin-top: 32px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_columnBox .h_columns .h_colItem a {
  display: block;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_columnBox .h_columns .h_colItem .h_colt {
  font-weight: 700;
  font-size: 18px;
  color: #111111;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  margin-bottom: 32px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_columnBox .h_columns .h_colItem .h_colt:hover {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box .h_right .h_columnBox .h_columns .h_colItem .h_cold {
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box.h_pro {
  aspect-ratio: 1920/480;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box.h_pro .h_left::after {
  display: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box.h_pro .h_left .h_serviceline {
  color: #666666;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .h_hide .h_box.h_pro .h_right {
  padding: 50px 60px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  transition: all 0.2s;
  left: 50%;
  transform: translate(-50%, 10%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  overflow: hidden;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a {
  padding: 15px 26px;
  white-space: nowrap;
  display: block;
  color: #444444;
  font-size: 14px;
  border-bottom: 1px solid #E5E5E5;
  min-width: 140px;
  text-align: center;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a:last-child {
  border: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a.active,
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a:hover {
  background: var(--active-color);
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R .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_R .h_rBox {
  --width: 154px;
  --height: 34px;
  width: calc(2*var(--width) + 16px);
}
.h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox {
  width: var(--width);
}
.h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox form {
  padding: 0 8px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox form button {
  color: #fff;
  font-size: 0;
}
.h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox form button .icon {
  font-size: 19px;
}
.h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox form input {
  width: calc(100% - 20px);
  height: calc(var(--height) - 2px);
  padding-left: 7px;
  font-size: 14px;
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.h_head .h_navWeb .h_head2 .h_R .h_rBox .h_telBox {
  width: var(--width);
}
.h_head .h_navWeb .h_head2 .h_R .h_rBox .h_telBox a {
  line-height: var(--height);
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #FFFFFF;
  padding-left: 40px;
  background-image: url(../static/icon_tel.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 12px center;
}
.h_head .h_navWeb .h_head2 .h_R .h_rBox .h_telBox a:hover {
  background-color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_menu {
  display: none;
  cursor: pointer;
  margin-left: 30px;
  position: relative;
  width: 32px;
  --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: 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_banners {
  position: relative;
}
.h_banners .h_text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 46%;
  transform: translateY(-50%);
  color: #FFFFFF;
}
.h_banners .h_text .h_p1 {
  font-size: 20px;
}
.h_banners .h_text .h_name {
  font-weight: 700;
  font-size: 44px;
  margin-top: 6px;
}
.h_banners .h_text .h_p2 {
  font-size: 24px;
  margin-top: 4px;
}
.h_banners .h_text .h_p3 {
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
}
.h_banners .h_local {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
.h_banners .h_local span {
  color: #fff;
}
.h_banner_f {
  background-image: url(../images/banner_f.jpg);
}
.h_banner_f .h_box {
  height: 200px;
}
.h_banner_f .h_box .h_text {
  width: 100%;
  text-align: center;
}
.h_banner_f .h_box .h_text .h_name {
  font-size: 24px;
  color: #111111;
}
.h_banner_f .h_box .h_text .h_link {
  margin-top: 24px;
  column-gap: 23px;
}
.h_banner_f .h_box .h_text .h_link .h_btn {
  padding: 0 20px;
  text-align: center;
  min-width: 136px;
  line-height: 40px;
  background-color: var(--active-color);
  border-radius: 4px 4px 4px 4px;
  font-size: 15px;
  color: #FFFFFF;
}
.h_banner_f .h_box .h_text .h_link .h_btn:hover {
  background-color: #3075e9;
}
.h_banner_f .h_box .h_text .h_link .h_url {
  font-size: 14px;
  color: #333333;
}
.h_banner_f .h_box .h_text .h_link .h_url .name {
  text-decoration: underline;
  text-decoration-color: var(--active-color);
  text-underline-offset: 10px;
}
.h_banner_f .h_box .h_text .h_link .h_url .icon {
  width: 21px;
  aspect-ratio: 1;
  background-image: url(../static/icon-right.svg);
  background-size: contain;
  margin-left: 5px;
}
.h_banner_f .h_box .h_text .h_link .h_url:hover .name {
  color: var(--active-color);
}
.h_ggTitle {
  text-align: center;
}
.h_ggTitle .h_title {
  font-size: 30px;
  color: #111111;
}
.h_ggTitle .h_desc {
  margin-top: 8px;
  font-size: 15px;
  color: #777777;
}
.h_ggTitle.tl {
  text-align: left;
}
#h_pages {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  --page-height: 28px;
}
#h_pages .h_count {
  width: auto;
  padding: 0 12px;
}
#h_pages span {
  font-size: 12px;
  color: #BCBCBC;
  line-height: calc(var(--page-height) + 2px);
  height: var(--page-height);
  min-width: var(--page-height);
  text-align: center;
  user-select: none;
  position: relative;
  z-index: 2;
}
#h_pages span i {
  font-size: inherit;
}
#h_pages span::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 0 0 1px #BCBCBC;
  top: 0;
  left: 0;
  z-index: -1;
}
#h_pages span.dian {
  background: none;
  box-shadow: none;
}
#h_pages span.tcdNumber:hover,
#h_pages span.prevPage:hover,
#h_pages span.nextPage:hover {
  color: #fff;
}
#h_pages span.tcdNumber:hover::after,
#h_pages span.prevPage:hover::after,
#h_pages span.nextPage:hover::after {
  background-color: var(--active-color);
  box-shadow: 0 0 0 1px var(--active-color);
}
#h_pages span.current {
  color: #fff;
}
#h_pages span.current::after {
  background-color: var(--active-color);
  box-shadow: 0 0 0 1px var(--active-color);
}
#h_pages form {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
  margin-left: 10px;
}
#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;
  text-align: center;
}
#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-color2);
  background-color: var(--active-color2);
}
#h_pages .tcdNumber,
#h_pages .prevPage,
#h_pages .nextPage {
  cursor: pointer;
}
#h_mask,
.h_mask {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  display: none;
}
.h_footer {
  background: #f3f3f3;
  overflow: hidden;
}
.h_footer .h_footer1 .h_item {
  width: 33.33%;
  max-width: 340px;
}
.h_footer .h_footer1 .h_item .h_logo {
  width: 219px;
}
.h_footer .h_footer1 .h_item .h_masgBox {
  margin-top: 48px;
}
.h_footer .h_footer1 .h_item .h_masgBox .h_msg {
  margin-top: 38px;
}
.h_footer .h_footer1 .h_item .h_masgBox .h_msg .h_icon {
  width: 46px;
  aspect-ratio: 1;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #8A8E99;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.h_footer .h_footer1 .h_item .h_masgBox .h_msg .h_icon.dz {
  background-image: url(../static/icon_msg1.png);
}
.h_footer .h_footer1 .h_item .h_masgBox .h_msg .h_icon.yx {
  background-image: url(../static/icon_msg2.png);
}
.h_footer .h_footer1 .h_item .h_masgBox .h_msg .h_icon.dh {
  background-image: url(../static/icon_msg3.png);
}
.h_footer .h_footer1 .h_item .h_masgBox .h_msg .h_text {
  width: calc(100% - 58px);
}
.h_footer .h_footer1 .h_item .h_masgBox .h_msg .h_text .h_p1 {
  font-size: 15px;
  color: #52555E;
  margin-top: 3px;
}
.h_footer .h_footer1 .h_item .h_masgBox .h_msg .h_text .h_p2 {
  font-size: 15px;
  margin-top: 4px;
  color: #8A8E99;
}
.h_footer .h_footer1 .h_item .h_title {
  font-size: 20px;
  color: #52555E;
  margin-top: 25px;
}
.h_footer .h_footer1 .h_item .h_colBox .h_colList {
  margin-top: 46px;
}
.h_footer .h_footer1 .h_item .h_colBox .h_colList .h_colItem {
  position: relative;
  white-space: nowrap;
  font-size: 15px;
  color: #8A8E99;
}
.h_footer .h_footer1 .h_item .h_colBox .h_colList .h_colItem:hover {
  color: var(--active-color);
}
.h_footer .h_footer1 .h_item .h_gzBox .h_gzList {
  margin-top: 25px;
  gap: 16px 22px;
}
.h_footer .h_footer1 .h_item .h_gzBox .h_gzList .h_item {
  width: 36px;
  position: relative;
}
.h_footer .h_footer1 .h_item .h_gzBox .h_gzList .h_item .h_hide {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 120px;
  bottom: 100%;
  padding-bottom: 10px;
  left: calc(50% - 60px);
  transform: translateY(-10px);
  transition: transform 0.3s;
}
.h_footer .h_footer1 .h_item .h_gzBox .h_gzList .h_item .h_hide::after {
  position: absolute;
  content: '';
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 9px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.h_footer .h_footer1 .h_item .h_gzBox .h_gzList .h_item .h_hide img {
  background-color: #fff;
}
.h_footer .h_footer1 .h_item .h_gzBox .h_gzList .h_item:hover .h_hide {
  visibility: visible;
  transform: translateY(0px);
}
.h_footer .h_footer1 .h_item .h_desc {
  font-weight: 400;
  font-size: 15px;
  color: #8A8E99;
  line-height: calc(25/15);
  margin-top: 43px;
}
.h_footer .h_footer1 .h_item .h_form {
  margin-top: 21px;
}
.h_footer .h_footer1 .h_item .h_form input {
  display: block;
  width: 100%;
  height: 46px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #8A8E99;
  margin-bottom: 16px;
  padding: 0 18px;
  font-size: 15px;
  font-family: '微软雅黑';
}
.h_footer .h_footer1 .h_item .h_form input:focus {
  border-color: var(--active-color);
}
.h_footer .h_footer1 .h_item .h_form .h_btn {
  color: #8A8E99;
}
.h_footer .h_footer1 .h_item .h_form .h_btn:hover {
  border-color: var(--active-color);
  background: var(--active-color);
  color: #fff;
}
.h_footer .h_footer1 .h_item.h_formBox {
  width: 308px;
}
.h_footer .h_footer2 {
  border-top: 2px solid #DFDFDF;
  padding: 24px 0;
}
.h_footer .h_footer2 p,
.h_footer .h_footer2 a,
.h_footer .h_footer2 span,
.h_footer .h_footer2 div {
  font-size: 14px;
  color: #8A8E99;
}
.h_footer .h_footer2 .h_msg {
  margin-top: 10px;
}
.h_footer .h_footer2 .h_msg a {
  margin-left: 6px;
}
.h_footer .h_footer2 a:hover {
  color: var(--active-color);
}
.h_posFixed {
  position: fixed;
  right: calc(var(--w-padding) / 2);
  bottom: 10%;
  z-index: 10;
  transition: bottom 0.3s;
}
.h_posFixed .h_box {
  width: 54px;
  border-radius: 75px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
  padding: 19px 0;
  background: #fff;
  text-align: center;
  margin-top: 16px;
  transition: box-shadow 0.3s, transform 0.3s;
}
.h_posFixed .h_box .h_item {
  margin-top: 20px;
  display: block;
}
.h_posFixed .h_box .h_item:hover .h_t2 {
  color: var(--active-color);
}
.h_posFixed .h_box .h_item:first-child {
  margin: 0;
}
.h_posFixed .h_box .h_icon {
  width: 26px;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.h_posFixed .h_box .h_icon.tel {
  background-image: url('../static/icon_tel.png');
}
.h_posFixed .h_box .h_icon.fw {
  background-image: url('../static/icon_fw.png');
}
.h_posFixed .h_box .h_icon.ty {
  background-image: url('../static/icon_ty.png');
}
.h_posFixed .h_box .h_icon.top {
  background-image: url('../static/icon_top.png');
}
.h_posFixed .h_box .h_t1 {
  writing-mode: vertical-rl;
  color: #fff;
  margin-top: 5px;
  font-size: 14px;
}
.h_posFixed .h_box .h_t2 {
  font-size: 12px;
  color: #3D3D3D;
  line-height: 15px;
  width: 26px;
  display: inline-block;
  margin-top: 5px;
}
.h_posFixed .h_box.bg {
  background: linear-gradient(180deg, #64ABFF 3.57%, #0082FF 100%);
}
.h_posFixed .h_box:hover {
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
  transform: translateY(3px);
}
.h_posFixed #goTop {
  padding: 14px 0;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 38px;
  }
  .h_posFixed {
    right: 10px;
  }
  .h_banners .h_text .h_name {
    font-size: 36px;
  }
  .h_banners .h_text .h_p1 {
    font-size: 18px;
  }
  .h_banners .h_text .h_p2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) {
  .h_head {
    --h-height: 72px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_rBox {
    --width: 34px;
    position: relative;
    justify-content: flex-end;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox {
    position: absolute;
    right: calc(100% - var(--width));
    transition: width 0.3s ease-in-out;
    cursor: pointer;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox form {
    border-radius: 17px;
    transition: 0.3s ease-in-out;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox form button {
    pointer-events: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox form button .icon {
    font-size: 15px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox.show {
    width: 200px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox.show form {
    background-color: #adadad;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox.show form button {
    pointer-events: unset;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox.show::after {
    top: 100%;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_rBox .h_telBox {
    font-size: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_rBox .h_telBox a {
    overflow: hidden;
    line-height: 1;
    padding: 0 0 0 34px;
    aspect-ratio: 1;
    border-radius: 50%;
    color: #0000;
    background-size: 16px;
    background-position: center;
  }
  .h_ggTitle .h_title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .h_kong {
    display: block;
  }
  .h_head {
    background: #fff !important;
  }
  .h_head .h_navWeb .h_head2 {
    height: 65px;
    position: relative;
    justify-content: space-between;
    padding: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R {
    width: auto;
    padding: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_menu {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_tel {
    width: 42px;
    height: 42px;
  }
  .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;
    overflow-y: auto;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li {
    display: block;
    margin: 0;
    width: 100%;
    --height: 45px !important;
    padding: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a {
    width: 100%;
    height: var(--height);
    font-size: 16px;
    line-height: var(--height);
    box-shadow: none !important;
    text-align: left;
    padding: 0 20px;
    border-radius: 0;
    color: #333;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a .icon {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a::after,
  .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.h_active {
    background: 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.h_active .icon {
    color: #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > .icon {
    display: block;
    position: absolute;
    right: 10px;
    width: 40px;
    top: 3px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #333;
    cursor: pointer;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol {
    display: none;
    transform: none;
    position: static;
    visibility: visible;
    pointer-events: auto;
    background-color: #f6f9fe;
    transition: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 20px;
    --height: 40px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol li {
    border-bottom: 1px solid #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol li:last-child {
    border-bottom: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol a {
    text-align: left;
    padding: 0;
    font-size: 15px;
    color: #555555;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol a:hover {
    background: #0000;
    color: #555;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide {
    position: static;
    background-color: #f6f9fe;
    width: 100%;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box {
    aspect-ratio: unset;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box .h_left {
    display: none;
    background-image: none !important;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box .h_right {
    width: 100%;
    padding: 0 20px !important;
    background: none !important;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box .h_right .h_tabBox .h_tabs {
    display: block;
    padding: 0;
    border: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box .h_right .h_tabBox .h_tabs .h_tab {
    display: block;
    line-height: 40px;
    font-size: 15px;
    color: #555555;
    border-bottom: 1px solid #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box .h_right .h_tabBox .h_tabs .h_tab:last-child {
    border-bottom: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box .h_right .h_tabBox .h_tabContent {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box .h_right .h_columnBox .h_colTitle {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box .h_right .h_columnBox .h_columns {
    margin: 0;
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box .h_right .h_columnBox .h_columns .h_colItem {
    border-bottom: 1px solid #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box .h_right .h_columnBox .h_columns .h_colItem:last-child {
    border-bottom: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box .h_right .h_columnBox .h_columns .h_colItem .h_colt {
    margin: 0;
    font-weight: 400;
    line-height: 40px;
    font-size: 15px;
    color: #555555;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box .h_right .h_columnBox .h_columns .h_colItem .h_cold {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box.h_pro .h_left {
    width: 100%;
    display: block;
    padding: 0 20px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box.h_pro .h_left .h_column .h_colItem {
    background: #0000 !important;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box.h_pro .h_left .h_column .h_colItem:last-child {
    border-bottom: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box.h_pro .h_left .h_column .h_colItem:hover,
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box.h_pro .h_left .h_column .h_colItem.active {
    font-weight: 400;
    color: #555555;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box.h_pro .h_left .h_column .h_colItem:hover .icon,
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box.h_pro .h_left .h_column .h_colItem.active .icon {
    color: #0000;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box.h_pro .h_left .h_column .i-down {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box.h_pro .h_left .h_serviceline {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box.h_pro .h_right {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box.h_service .h_colt,
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li .h_hide .h_box.service .h_colt {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li:hover ol {
    transform: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul .h_language {
    display: flex;
  }
  .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_rBox .h_formBox form,
  .h_head .h_navWeb .h_head2 .h_R .h_rBox .h_formBox.show form,
  .h_head .h_navWeb .h_head2 .h_R .h_rBox .h_telBox a {
    border-color: var(--active-color) !important;
    background-color: var(--active-color) !important;
  }
  .h_head.h_headDown .h_navWeb .h_head2 .h_R .h_rBox .h_formBox form button {
    color: #fff;
  }
  .h_ggTitle .h_title {
    font-size: 22px;
  }
  .h_banners .h_text {
    text-align: center;
  }
  .h_banners .h_text .h_name {
    font-size: 30px;
  }
  .h_banners .h_text .h_p1 {
    font-size: 16px;
  }
  .h_banners .h_text .h_p2 {
    font-size: 18px;
  }
  .h_banners .h_text .h_p3 {
    font-size: 12px;
    margin-top: 15px;
  }
  .h_banners .h_local {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .h_head .h_navWeb .h_head2 .h_R .h_menu {
    margin-left: 22px;
  }
  .h_footer .h_footer1 .h_item:nth-child(2) {
    display: none;
  }
  .h_footer .h_footer1 .h_item .h_masgBox .h_msg {
    margin-top: 20px;
  }
  .h_footer .h_footer1 .h_item .h_masgBox {
    margin-top: 32px;
  }
  .h_footer .h_footer1 .h_item .h_desc {
    margin-top: 24px;
  }
  .h_footer .h_footer1 .h_item.h_formBox {
    width: calc(50% - 15px);
  }
  .h_banner_f .h_box .h_text .h_name {
    font-size: 22px;
  }
  .h_banner_f .h_box .h_text .h_link .h_btn {
    min-width: 110px;
    line-height: 37px;
  }
}
@media screen and (max-width: 480px) {
  .h_ggTitle .h_title {
    font-size: 18px;
  }
  .h_ggTitle .h_desc {
    font-size: 14px;
    margin-top: 4px;
  }
  #h_pages {
    margin-top: 15px;
  }
  #h_pages span {
    font-size: 14px;
  }
  #h_pages {
    --page-height: 30px;
  }
  #h_pages span.page-item,
  #h_pages form {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_logo span {
    display: none;
  }
  .h_posFixed .h_box {
    padding: 0;
    aspect-ratio: 1;
    width: 46px;
  }
  .h_posFixed .h_box span {
    display: none !important;
  }
  .h_posFixed .h_box .h_icon {
    width: 20px;
  }
  .h_posFixed .h_box .h_item {
    margin: 0;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h_footer .h_footer1 .h_item .h_masgBox {
    margin-top: 15px;
  }
  .h_footer .h_footer1 .h_item.h_formBox {
    width: 100%;
  }
  .h_footer .h_footer1 .h_item.h_formBox:last-child {
    display: none;
  }
  .h_footer .h_footer1 .h_item .h_masgBox .h_msg {
    margin-top: 13px;
  }
  .h_footer .h_footer1 .h_item .h_masgBox .h_msg .h_p1,
  .h_footer .h_footer1 .h_item .h_masgBox .h_msg .h_p2 {
    line-height: 19px;
  }
  .h_footer .h_footer1 .h_item {
    max-width: 100%;
  }
  .h_footer .h_footer1 .h_item .h_title {
    font-size: 17px;
    margin-top: 15px;
  }
  .h_footer .h_footer1 .h_item .h_desc {
    margin-top: 10px;
  }
  .h_footer .h_footer1 .h_item .h_form {
    margin: 0;
  }
  .h_footer .h_footer1 .h_item .h_form input {
    margin: 12px 0 0;
  }
  .h_footer .h_footer2 {
    padding: 20px 0;
  }
  .h_footer .h_footer2 .h_msg a {
    margin: 7px 0 0;
  }
  .h_banners .h_text .h_p1,
  .h_banners .h_text .h_p2,
  .h_banners .h_text .h_p3 {
    display: none;
  }
  .h_banners .h_text .h_name {
    font-size: 22px;
  }
  .h_banners img {
    min-height: 180px;
    object-fit: cover;
    object-position: center;
  }
  .h_banner_f .h_box {
    height: 150px;
  }
  .h_banner_f .h_box .h_text .h_name {
    font-size: 18px;
  }
  .h_banner_f .h_box .h_text .h_link {
    margin-top: 15px;
  }
  .h_footer .h_footer2 .h_msg {
    justify-content: center;
  }
}
