* {
  font-family: 'MiSans-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;
}
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 !important;
  background-size: cover !important;
  background-position: center !important;
}
.h_bgImg2 {
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.h_bgFixed {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  background-attachment: fixed;
}
.h_bgFixed2 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
  background-attachment: fixed;
}
.h_imgFull {
  display: block;
  overflow: hidden;
}
.h_imgFull img,
.h_imgFull video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.h_imgFull2 {
  display: block;
  overflow: hidden;
}
.h_imgFull2 img,
.h_imgFull2 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.h_posImg {
  display: block;
  position: relative;
  overflow: hidden;
}
.h_posImg img,
.h_posImg video {
  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,
.h_posImg2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@font-face {
  font-family: 'MiSans-Bold';
  src: url('../fonts/MiSans-Bold.ttf');
}
@font-face {
  font-family: 'MiSans-Demibold';
  src: url('../fonts/MiSans-Demibold.ttf');
}
@font-face {
  font-family: 'MiSans-Medium';
  src: url('../fonts/MiSans-Medium.ttf');
}
@font-face {
  font-family: 'MiSans-Normal';
  src: url('../fonts/MiSans-Normal.ttf');
}
@font-face {
  font-family: 'MiSans-Heavy';
  src: url('../fonts/MiSans-Heavy.ttf');
}
@font-face {
  font-family: 'MiSans-Regular';
  src: url('../fonts/MiSans-Regular.ttf');
}
@font-face {
  font-family: 'MiSans-Semibold';
  src: url('../fonts/MiSans-Semibold.ttf');
}
@font-face {
  font-family: 'D-DIN-Bold';
  src: url('../fonts/D-DIN-Bold.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: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  box-shadow: 0 1px 2px -1px var(--rgba1-bcolor);
}
.h_head.h_headDown .h_navWeb .h_head2 {
  padding: 10px 0;
}
.h_head .h_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: 22px 0 21px;
  transition: padding 0.3s ease-out;
}
.h_head .h_navWeb .h_head2 .h_logo img {
  height: 54px;
}
.h_head .h_navWeb .h_head2 .h_R {
  --col-gap: 56px;
}
.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: var(--col-gap);
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li > a {
  display: inline-block;
  position: relative;
  text-align: center;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li > a img {
  width: 28px;
  height: 28px;
  transition: filter 0.3s;
  filter: grayscale(100%) brightness(39%);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li > a p {
  font-size: 14px;
  color: #555555;
  margin-top: 9px;
  transition: color 0.3s;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li.h_active > a img {
  filter: unset;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li.h_active > a p {
  color: #00A0E9;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li:hover > a img {
  filter: unset;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList li:hover > a p {
  color: #00A0E9;
}
.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: 40px;
  margin-left: 40px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form {
  background: #333333;
  border-radius: 0px 0px 0px 0px;
  border-radius: 120px 120px 120px 120px;
  overflow: hidden;
  transition: all 0.3s;
  flex-wrap: nowrap;
  position: absolute;
  right: 0;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form input {
  font-size: 14px;
  transition: all 0.3s;
  background: none;
  color: #fff;
  width: 0;
  height: 40px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form input:-moz-placeholder,
.h_head .h_navWeb .h_head2 .h_R .h_form form textarea:-moz-placeholder {
  color: #ffffff;
}
.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: 40px;
  height: 40px;
  pointer-events: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form button .icon {
  font-size: 22px;
  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 form:hover input {
  width: 140px;
  padding-left: 16px;
}
.h_head .h_navWeb .h_head2 .h_R .h_form form:hover button {
  pointer-events: all;
}
.h_head .h_navWeb .h_head2 .h_R .h_form .i-close {
  display: none;
  position: absolute;
  right: -26px;
  font-size: 24px;
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R > .h_line {
  height: 45px;
  width: 1px;
  background-color: #DFDFDF;
  margin-right: var(--col-gap);
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_t {
  text-align: right;
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_t p.h_p1 {
  font-size: 14px;
  color: #555555;
  font-family: 'MiSans-Regular';
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_t p.h_p2 {
  font-size: 21px;
  color: #333333;
  margin-top: 6px;
  font-family: 'MiSans-Semibold';
}
.h_head .h_navWeb .h_head2 .h_R .h_tel .h_icon {
  margin-left: 12px;
  width: 32px;
}
.h_head .h_navWeb .h_head2 .h_R .h_menu {
  display: none;
  cursor: pointer;
  margin-left: 28px;
}
.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_ggTitle {
  text-align: center;
}
.h_ggTitle h1,
.h_ggTitle h2,
.h_ggTitle h3 {
  font-weight: normal;
}
.h_ggTitle .h_title {
  font-family: 'MiSans-Semibold';
  font-size: 42px;
  color: #222222;
}
.h_ggTitle .h_title span {
  display: inline-block;
  font-size: 30px;
  color: #FFFFFF;
  font-family: 'MiSans-Semibold';
  padding: 4px 16px;
  border-radius: 0px 34px 0px 34px;
  background-color: var(--active-index);
  margin-right: 8px;
}
.h_ggTitle .h_subtitle {
  font-size: 16px;
  color: #666666;
  margin-top: 12px;
}
.h_banner1 {
  --color1: #5E5E5E;
  --color2: #6B6B6B;
  background: linear-gradient(270deg, var(--color1) 0%, var(--color2) 100%);
  position: relative;
  z-index: 2;
}
.h_banner1 .h_box {
  height: 500px;
}
.h_banner1 .h_box .h_text .h_p1 {
  font-size: 54px;
  color: #FFFFFF;
  font-family: 'MiSans-Semibold';
}
.h_banner1 .h_box .h_text .h_p2 {
  font-size: 22px;
  color: #FFFFFF;
  font-family: 'MiSans-Regular';
  margin-top: 10px;
}
.h_banner1 .h_box .h_text .h_more {
  margin-top: 38px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 36px;
  background: linear-gradient(180deg, #FBC956 0%, #F99932 100%);
  border-radius: 115px 115px 115px 115px;
  font-size: 23px;
  color: #FFFFFF;
  font-family: 'MiSans-Regular';
  transition: transform 0.2s;
}
.h_banner1 .h_box .h_text .h_more:hover {
  transform: scale(1.03) translateY(-6px);
}
.h_banner1 .h_box .h_img {
  width: 42%;
}
.h_banner1 .h_box .h_img img {
  width: 100%;
}
.h_banner1 .h_pos {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
.h_ggTitle2 {
  text-align: center;
}
.h_ggTitle2 .h_title {
  font-size: 42px;
  color: #111111;
  font-family: 'MiSans-Semibold';
  font-weight: normal;
}
.h_ggTitle2 .h_desc {
  margin-top: 12px;
  font-size: 16px;
  color: #666666;
}
.h_ggTitle3 {
  text-align: center;
  --color1: #9168C3;
  --color2: #5F74C1;
}
.h_ggTitle3 h2 {
  display: inline-block;
  width: 506px;
  height: 72px;
  line-height: 72px;
  font-weight: normal;
  text-align: center;
  background: linear-gradient(270deg, var(--color1) 0%, var(--color2) 100%);
  border-radius: 82px 82px 82px 82px;
  font-size: 35px;
  color: #FFFFFF;
  font-family: 'MiSans-Demibold';
}
.h_Gap {
  position: relative;
}
.h_Gap img {
  width: 100%;
}
.h_Gap .h_arrow {
  position: absolute;
  width: 48px;
  bottom: 16px;
  left: calc(50% - 24px);
}
.h_ggIcon {
  width: 26px;
  height: 16px;
  background: rgba(225, 224, 223, 0.5);
  border-radius: 8px 8px 8px 8px;
  position: relative;
  transition: background 0.3s;
}
.h_ggIcon::before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: #DFDFDF;
  transition: background 0.3s;
  border-radius: 50%;
  left: -7px;
  top: calc(50% - 12px);
}
.h_ggIcon::after {
  position: absolute;
  content: '';
  border-left: 5px solid #fff;
  transition: border 0.3s;
  border-top: 4px solid #00000000;
  border-bottom: 4px solid #00000000;
  left: 3px;
  top: calc(50% - 4px);
}
.h_cfBox {
  --this-theme: #ff7127;
  --this-theme2: rgba(255, 113, 39, 0.5);
  background: linear-gradient(120deg, var(--this-theme) 0% 60%, #fff 60% 100%);
}
.h_cfBox .h_L {
  width: 44%;
  display: flex;
  justify-content: center;
}
.h_cfBox .h_L .h_text {
  color: #FFFFFF;
}
.h_cfBox .h_L .h_text .h_p1 {
  font-size: 41px;
  font-family: 'MiSans-Regular';
}
.h_cfBox .h_L .h_text .h_p2 {
  font-size: 20px;
  font-family: 'MiSans-Regular';
}
.h_cfBox .h_L .h_text .h_p3 {
  margin-top: 12px;
  font-size: 69px;
  line-height: 1.32;
  letter-spacing: 5px;
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.3);
  font-family: 'MiSans-Bold';
}
.h_cfBox .h_L .h_text .h_box {
  margin-top: 24px;
  display: inline-flex;
  border-radius: 55px 55px 55px 55px;
  background-color: #fff;
  border: 2px solid #fff;
  overflow: hidden;
}
.h_cfBox .h_L .h_text .h_box p {
  padding: 0 28px;
  font-size: 28px;
  color: var(--this-theme);
  font-family: 'MiSans-Medium';
}
.h_cfBox .h_L .h_text .h_box .h_tel {
  padding: 2px 28px;
  background: var(--this-theme);
}
.h_cfBox .h_L .h_text .h_box .h_tel img {
  width: 40px;
  margin-right: 12px;
}
.h_cfBox .h_L .h_text .h_box .h_tel span {
  font-family: 'MiSans-Regular';
  font-size: 32px;
  color: #FFFFFF;
}
.h_cfBox .h_L .h_text .h_p4 {
  font-family: 'MiSans-Regular';
  font-size: 32px;
  color: #FFFFFF;
  margin-top: 17px;
}
.h_cfBox .h_L .h_text .h_more {
  margin-top: 46px;
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  height: 50px;
  background: #FFFFFF;
  padding: 0 25px;
  border-radius: 72px 72px 72px 72px;
  font-family: 'MiSans-Regular';
  font-weight: 400;
  font-size: 18px;
  color: var(--this-theme);
  transition: transform 0.3s;
}
.h_cfBox .h_L .h_text .h_more .h_ggIcon {
  background: var(--this-theme2);
}
.h_cfBox .h_L .h_text .h_more .h_ggIcon::before {
  background: var(--this-theme);
}
.h_cfBox .h_L .h_text .h_more:hover {
  box-shadow: 0px 4px 10px 0px rgba(255, 255, 255, 0.2);
  transform: scale(1.03);
}
.h_cfBox .h_R {
  width: calc(56% - 50px);
}
.h_cfBox .h_R img {
  width: 100%;
  max-width: 677px;
}
.h_ggSwiper {
  --color1: #FA4E4B;
  --color2: #FFAAA8;
  --b-color1: #EAEEFA;
  --b-color2: #BFCAF5;
  margin-top: 56px;
}
.h_ggSwiper .swiper .swiper-slide {
  width: auto;
}
.h_ggSwiper .swiper .swiper-slide .h_item {
  width: 100%;
}
.h_ggSwiper .swiper .swiper-slide .h_item .h_subtitle {
  text-align: center;
  background: linear-gradient(0deg, var(--color1) 0%, var(--color2) 100%), #FD5855;
  border-radius: 87px 87px 87px 87px;
  font-size: 24px;
  color: #FFFFFF;
  font-family: 'MiSans-Medium';
  height: 56px;
  line-height: 56px;
  max-width: 256px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.h_ggSwiper .swiper .swiper-slide .h_item .h_img {
  margin-top: -28px;
  border-radius: 16px;
  background: linear-gradient(180deg, var(--b-color1), var(--b-color2));
  padding: 8px;
}
.h_ggSwiper .swiper .swiper-slide .h_item .h_img .h_posImg,
.h_ggSwiper .swiper .swiper-slide .h_item .h_img .h_posImg2 {
  border-radius: 16px;
  background-color: #fff;
  padding-top: 94%;
}
.h_ggSwiper .swiper .swiper-slide .h_item .h_img .h_imgFull2,
.h_ggSwiper .swiper .swiper-slide .h_item .h_img .h_imgFull {
  background-color: #fff;
  border-radius: 12px;
  aspect-ratio: 476/659;
}
.h_ggSwiper .swiper .swiper-slide .h_item.mb {
  width: 476px;
}
.h_ggSwiper .swiper .swiper-slide .h_item.pc {
  width: 900px;
}
.h_ggSwiper .swiper .swiper-slide .h_item.pc .h_img .h_posImg,
.h_ggSwiper .swiper .swiper-slide .h_item.pc .h_img .h_posImg2 {
  padding-top: 72%;
}
.h_ggSwiper .swiper .swiper-slide .h_item.pc .h_img .h_imgFull2,
.h_ggSwiper .swiper .swiper-slide .h_item.pc .h_img .h_imgFull {
  aspect-ratio: 900/650;
}
.h_caseBox {
  padding-bottom: 0;
  --b-color: #766FC2;
  --color1: #A0ADDC;
  --color2: #9168C3;
  --color3: #9168C3;
}
.h_caseBox .h_swiper {
  position: relative;
}
.h_caseBox .h_swiper .swiperCase {
  padding: 80px 0;
}
.h_caseBox .h_swiper .swiperCase .swiper-slide .h_item {
  border-radius: 24px 24px 24px 24px;
  border: 3px solid var(--b-color);
}
.h_caseBox .h_swiper .swiperCase .swiper-slide .h_item .h_subtitle {
  width: 70%;
  text-align: center;
  background: linear-gradient(180deg, var(--color1) 0%, var(--color2) 100%);
  border-radius: 12px 12px 12px 12px;
  color: #FFFFFF;
  margin: -30px auto 0;
  position: relative;
  padding: 0 20px;
}
.h_caseBox .h_swiper .swiperCase .swiper-slide .h_item .h_subtitle h3 {
  font-family: 'MiSans-Medium';
  font-size: 32px;
  height: 64px;
  line-height: 64px;
}
.h_caseBox .h_swiper .swiperCase .swiper-slide .h_item .h_subtitle::before {
  position: absolute;
  content: '';
  border-left: 8px solid #676AAF00;
  border-bottom: 8px solid var(--color3);
  border-right: 8px solid var(--color3);
  border-top: 8px solid #676AAF00;
  left: -16px;
  top: 14px;
}
.h_caseBox .h_swiper .swiperCase .swiper-slide .h_item .h_subtitle::after {
  position: absolute;
  content: '';
  border-left: 8px solid var(--color3);
  border-bottom: 8px solid var(--color3);
  border-right: 8px solid #676AAF00;
  border-top: 8px solid #676AAF00;
  right: -16px;
  top: 14px;
}
.h_caseBox .h_swiper .swiperCase .swiper-slide .h_item .h_img {
  overflow: hidden;
  border-radius: 24px 24px 24px 24px;
}
.h_caseBox .h_swiper .swiperCase .swiper-slide .h_item .h_img .h_posImg,
.h_caseBox .h_swiper .swiperCase .swiper-slide .h_item .h_img .h_posImg2 {
  padding-top: 94%;
}
.h_caseBox .h_swiper .swiperCase .swiper-pagination {
  bottom: 30px;
}
.h_caseBox .h_swiper .swiperCase .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  border: 2px solid #D8D8D8;
  background: none;
}
.h_caseBox .h_swiper .swiperCase .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color3);
  border-color: var(--color3);
}
.h_caseBox .h_swiper .h_btn {
  position: absolute;
  top: calc(50% - 32px);
  width: 34px;
  height: 64px;
  line-height: 64px;
  background: #F1F1F1;
  color: #C1C1C1;
  text-align: center;
  transition: background 0.3s;
  cursor: pointer;
  z-index: 2;
}
.h_caseBox .h_swiper .h_btn span {
  font-size: 20px;
}
.h_caseBox .h_swiper .h_btn:hover {
  background-color: var(--color3);
}
.h_caseBox .h_swiper .h_btn:hover span {
  color: #fff;
}
.h_caseBox .h_swiper .h_prev {
  left: -55px;
}
.h_caseBox .h_swiper .h_next {
  right: -55px;
}
#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: 'MiSans-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,
.h_mask {
  z-index: 99;
  background-color: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
}
.h_footer {
  background: #2A2A2F;
  overflow: hidden;
}
.h_footer .h_footer1 {
  padding: 46px 0 32px;
}
.h_footer .h_footer1 .h_item {
  width: 32%;
  max-width: 386px;
}
.h_footer .h_footer1 .h_item .h_title {
  font-family: 'MiSans-Medium';
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 17px;
}
.h_footer .h_footer1 .h_item .h_title::before,
.h_footer .h_footer1 .h_item .h_title::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
}
.h_footer .h_footer1 .h_item .h_title::before {
  width: 100%;
  height: 1px;
  background-color: var(--rgba1-wcolor);
}
.h_footer .h_footer1 .h_item .h_title::after {
  width: 64px;
  height: 2px;
  background-color: #fff;
}
.h_footer .h_footer1 .h_item .h_list {
  margin-top: 25px;
}
.h_footer .h_footer1 .h_item .h_list .h_box {
  margin-bottom: 13px;
}
.h_footer .h_footer1 .h_item .h_list .h_box img {
  width: 30px;
}
.h_footer .h_footer1 .h_item .h_list .h_box span {
  width: calc(100% - 44px);
  font-size: 15px;
  color: #D1D1D1;
  font-family: 'MiSans-Regular';
}
.h_footer .h_footer1 .h_item .h_list .h_box span.h_t2 {
  font-family: 'MiSans-Medium';
  font-size: 18px;
}
.h_footer .h_footer1 .h_item .h_list .h_btns {
  margin-top: 30px;
  row-gap: 15px;
}
.h_footer .h_footer1 .h_item .h_list .h_btns .h_btn {
  height: 36px;
  font-size: 15px;
  color: #FFFFFF;
  column-gap: 6px;
  border-radius: 3px 3px 3px 3px;
  font-family: 'MiSans-Regular';
  background: #52C6F4;
  padding: 0 12px 0 10px;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
}
.h_footer .h_footer1 .h_item .h_list .h_btns .h_btn:hover {
  background: var(--active-color);
}
.h_footer .h_footer1 .h_item .h_list .h_btns .h_btn img {
  width: 22px;
}
.h_footer .h_footer1 .h_item .h_list .h_btns .h_btn.h_bgy {
  background: #F7B94C;
}
.h_footer .h_footer1 .h_item .h_list .h_btns .h_btn.h_bgy:hover {
  background: #ffa300;
}
.h_footer .h_footer1 .h_item .h_list .h_btns .h_btn.h_bgg {
  background: #04C38E;
}
.h_footer .h_footer1 .h_item .h_list .h_btns .h_btn.h_bgg:hover {
  background: #04ab7c;
}
.h_footer .h_footer1 .h_item .h_list .h_btns .h_btn .h_hide {
  display: block;
  position: absolute;
  left: calc(50% - 62.5px);
  top: -140px;
  transform: translateY(20px);
  transition: transform 0.3s;
  visibility: hidden;
  padding-bottom: 15px;
}
.h_footer .h_footer1 .h_item .h_list .h_btns .h_btn .h_hide .h_img {
  background-color: #fff;
  width: 125px;
  height: 125px;
  position: relative;
}
.h_footer .h_footer1 .h_item .h_list .h_btns .h_btn .h_hide .h_img::after {
  position: absolute;
  content: '';
  border-top: 6px solid #fff;
  border-left: 6px solid #00000000;
  border-right: 6px solid #00000000;
  bottom: -6px;
  left: calc(50% - 6px);
}
.h_footer .h_footer1 .h_item .h_list .h_btns .h_btn .h_hide .h_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.h_footer .h_footer1 .h_item .h_list .h_btns .h_btn:hover .h_hide {
  visibility: visible;
  transform: translateY(0);
}
.h_footer .h_footer1 .h_item .h_list2 {
  margin-top: 30px;
  height: 106px;
  display: grid;
  grid-gap: 23px 40px;
  grid-template-columns: repeat(3, 1fr);
}
.h_footer .h_footer1 .h_item .h_list2 .h_col {
  width: auto;
  font-size: 15px;
  color: #D1D1D1;
  font-family: 'MiSans-Regular';
}
.h_footer .h_footer1 .h_item .h_list2 .h_col:hover {
  color: var(--active-color);
}
.h_footer .h_footer1 .h_item .h_list3 {
  margin-top: 30px;
  row-gap: 15px;
}
.h_footer .h_footer1 .h_item .h_list3 .h_ewm {
  width: 100px;
  text-align: center;
}
.h_footer .h_footer1 .h_item .h_list3 .h_ewm p {
  margin-top: 8px;
  font-family: 'MiSans-Regular';
  font-size: 15px;
  color: #D1D1D1;
}
.h_footer .h_footer3 {
  border-top: 1px solid var(--rgba1-wcolor);
  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);
}
@media screen and (max-width: 1700px) {
  .h_head .h_navWeb .h_head2 .h_R .h_tel {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form {
    margin-left: 0;
  }
}
@media screen and (max-width: 1440px) {
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 46px;
  }
  .h_ggTitle .h_title {
    font-size: 34px;
  }
  .h_ggTitle .h_title span {
    font-size: 22px;
  }
  .h_ggTitle2 .h_title {
    font-size: 34px;
  }
  .h_ggTitle2 .h_desc {
    margin-top: 8px;
  }
  .h_ggTitle3 h2 {
    width: 468px;
    height: 64px;
    line-height: 64px;
    font-size: 30px;
  }
  .h_caseBox .h_swiper .swiperCase .swiper-slide .h_item .h_subtitle h3 {
    font-size: 27px;
    height: 58px;
    line-height: 58px;
  }
  .h_cfBox .h_L .h_text .h_p1 {
    font-size: 35px;
  }
  .h_cfBox .h_L .h_text .h_p2 {
    font-size: 17px;
  }
  .h_cfBox .h_L .h_text .h_p3 {
    font-size: 59px;
  }
  .h_cfBox .h_L .h_text .h_box p {
    font-size: 25px;
  }
  .h_cfBox .h_L .h_text .h_box .h_tel span {
    font-size: 26px;
  }
  .h_cfBox .h_L .h_text .h_p4 {
    font-size: 29px;
  }
  .h_caseBox .h_swiper .h_prev {
    left: -36px;
  }
  .h_caseBox .h_swiper .h_next {
    right: -36px;
  }
  .h_caseBox .h_swiper .swiperCase {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1400px) {
  .h_head .h_navWeb .h_head2 .h_R .h_navList li > a p {
    margin-top: 6px;
  }
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 36px;
  }
  .h_banner1 .h_box .h_text .h_p1 {
    font-size: 42px;
  }
  .h_banner1 .h_box .h_text .h_p2 {
    font-size: 20px;
  }
  .h_banner1 .h_box .h_text .h_more {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
  }
  .h_ggSwiper .swiper .swiper-slide .h_item.pc {
    width: 850px;
  }
  .h_ggSwiper .swiper .swiper-slide .h_item.mb {
    width: 450px;
  }
}
@media screen and (max-width: 1300px) {
  .h_ggTitle2 .h_title {
    font-size: 30px;
  }
  .h_cfBox {
    padding: 40px 0;
  }
  .h_cfBox .h_L {
    width: 60%;
    display: block;
  }
  .h_cfBox .h_R {
    width: 40%;
  }
  .h_caseBox .h_swiper .swiperCase .swiper-slide .h_item .h_subtitle h3 {
    font-size: 24px;
  }
  .h_ggSwiper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .h_head .h_navWeb .h_head2 .h_R .h_navList li > a p {
    margin-top: 4px;
  }
  .h_head .h_navWeb .h_head2 .h_R {
    --col-gap: 28px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_line {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form form input {
    height: 32px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_form form:hover input {
    padding-left: 12px;
  }
  .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: 18px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList li > a p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .h_head .h_navWeb .h_head2 {
    height: 65px;
    padding: 0 !important;
  }
  .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 {
    display: flex;
    align-items: center;
    width: 100%;
    color: #222;
    padding: 12px 20px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a p {
    margin: 0 0 0 10px;
    font-size: 15px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li > a::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 img {
    filter: grayscale(100%) brightness(500%);
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active > a p {
    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_cfBox .h_L .h_text .h_p1 {
    font-size: 29px;
  }
  .h_cfBox .h_L .h_text .h_p2 {
    font-size: 14px;
  }
  .h_cfBox .h_L .h_text .h_p3 {
    font-size: 47px;
  }
  .h_cfBox .h_L .h_text .h_box p {
    font-size: 20px;
    padding: 0 18px;
  }
  .h_cfBox .h_L .h_text .h_box .h_tel {
    padding: 2px 18px;
  }
  .h_cfBox .h_L .h_text .h_box .h_tel span {
    font-size: 22px;
  }
  .h_cfBox .h_L .h_text .h_p4 {
    font-size: 24px;
  }
  .h_cfBox .h_L .h_text .h_more {
    margin-top: 26px;
  }
  .h_cfBox .h_L .h_text .h_more {
    font-size: 16px;
    height: 46px;
  }
  .h_footer .h_footer1 .h_item {
    width: 48%;
  }
  .h_footer .h_footer1 .h_item:nth-child(2) {
    display: none;
  }
  .h_footer .h_footer1 {
    padding: 32px 0;
  }
  .h_Gap .h_arrow {
    width: 38px;
    bottom: 6px;
    left: calc(50% - 16px);
  }
  .h_ggTitle3 h2 {
    height: 55px;
    line-height: 55px;
    font-size: 26px;
    width: 400px;
  }
  .h_caseBox .h_swiper .swiperCase .swiper-slide .h_item .h_subtitle h3 {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }
  .h_caseBox .h_swiper .swiperCase {
    padding: 60px 0;
  }
  .h_caseBox .h_swiper .swiperCase .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
  .h_banner1 .h_box {
    height: 400px;
  }
  .h_banner1 .h_box .h_text .h_p1 {
    font-size: 32px;
  }
  .h_banner1 .h_box .h_text .h_p2 {
    font-size: 17px;
  }
  .h_banner1 .h_box .h_text .h_more {
    margin-top: 28px;
  }
  .h_ggSwiper .swiper .swiper-slide .h_item .h_subtitle {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .h_head .h_navWeb .h_head2 .h_logo img {
    width: auto;
  }
  .h_ggTitle2 .h_title,
  .h_ggTitle .h_title {
    font-size: 28px;
  }
  .h_ggTitle .h_title span {
    font-size: 18px;
    padding: 4px 12px;
    border-radius: 0px 18px 0px 18px;
  }
  .h_cfBox {
    background: var(--this-theme);
  }
  .h_cfBox .h_L {
    width: 100%;
  }
  .h_cfBox .h_R {
    display: none;
  }
  .h_ggSwiper {
    margin-top: 30px;
  }
  .h_ggSwiper .swiper .swiper-slide .h_item.pc {
    width: 600px;
  }
  .h_ggSwiper .swiper .swiper-slide .h_item.mb {
    width: 320px;
  }
  .h_ggSwiper .swiper .swiper-slide .h_item .h_subtitle {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    max-width: 230px;
  }
  .h_ggSwiper .swiper .swiper-slide .h_item .h_img {
    padding: 6px;
    margin-top: -24px;
  }
}
@media screen and (max-width: 480px) {
  .h_ggIcon {
    width: 22px;
    height: 14px;
  }
  .h_ggIcon::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
  .h_ggIcon::after {
    left: 1px;
  }
  .h_ggTitle2 .h_title,
  .h_ggTitle .h_title {
    font-size: 24px;
  }
  .h_ggTitle .h_subtitle {
    font-size: 15px;
  }
  .h_ggTitle .h_title span {
    font-size: 16px;
  }
  .h_ggTitle2 .h_desc {
    margin-top: 5px;
    font-size: 15px;
  }
  .h_ggSwiper {
    margin-top: 20px;
  }
  .h_cfBox {
    padding: 20px 0;
  }
  .h_cfBox .h_L .h_text .h_p1 {
    font-size: 20px;
  }
  .h_cfBox .h_L .h_text .h_p2 {
    font-size: 10px;
  }
  .h_cfBox .h_L .h_text .h_p3 {
    font-size: 32px;
    margin-top: 8px;
  }
  .h_cfBox .h_L .h_text .h_box p {
    font-size: 16px;
    padding: 0 12px;
  }
  .h_cfBox .h_L .h_text .h_box .h_tel img {
    width: 26px;
    margin-right: 5px;
  }
  .h_cfBox .h_L .h_text .h_box .h_tel span {
    font-size: 16px;
  }
  .h_cfBox .h_L .h_text .h_box {
    margin-top: 16px;
  }
  .h_cfBox .h_L .h_text .h_box .h_tel {
    padding: 2px 10px;
  }
  .h_cfBox .h_L .h_text .h_p4 {
    font-size: 17px;
  }
  .h_cfBox .h_L .h_text .h_more {
    font-size: 15px;
    height: 40px;
    padding: 0 20px;
    margin-top: 18px;
  }
  .h_banner1 .h_box .h_img {
    display: none;
  }
  .h_banner1 .h_box {
    height: 300px;
  }
  .h_banner1 .h_box .h_text {
    text-align: center;
    width: 100%;
  }
  .h_banner1 .h_box .h_text .h_p1 {
    font-size: 26px;
  }
  .h_banner1 .h_box .h_text .h_p2 {
    font-size: 15px;
  }
  .h_banner1 .h_box .h_text .h_more {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }
  .h_banner1 .h_box .h_text .h_more {
    margin-top: 20px;
  }
  .h_footer .h_footer1 {
    padding: 20px 0;
  }
  .h_footer .h_footer1 .h_item {
    width: 100%;
  }
  .h_footer .h_footer1 .h_item:last-child {
    display: none;
  }
  .h_footer .h_footer1 .h_item .h_list .h_btns {
    margin-top: 20px;
  }
  .h_footer .h_footer1 .h_item .h_list .h_btns .h_btn {
    font-size: 13px;
  }
  .h_footer .h_footer1 .h_item .h_list .h_btns .h_btn img {
    font-size: 20px;
  }
  .h_footer .h_footer3 div {
    justify-content: center;
  }
  .h_footer .h_footer1 .h_item .h_title {
    display: none;
  }
  .h_footer .h_footer1 .h_item .h_list {
    margin: 0;
  }
  .h_Gap {
    display: none;
  }
  .h_ggTitle3 h2 {
    width: 70%;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
  }
  .h_caseBox .h_swiper .swiperCase .swiper-slide .h_item .h_subtitle {
    border-radius: 8px;
    margin: -21px auto 0;
  }
  .h_caseBox .h_swiper .swiperCase .swiper-slide .h_item .h_subtitle h3 {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
  }
  .h_caseBox .h_swiper .swiperCase .swiper-slide .h_item .h_subtitle::after,
  .h_caseBox .h_swiper .swiperCase .swiper-slide .h_item .h_subtitle::before {
    border-width: 4px !important;
    top: 12px;
  }
  .h_caseBox .h_swiper .swiperCase .swiper-slide .h_item .h_subtitle::before {
    left: -7px;
  }
  .h_caseBox .h_swiper .swiperCase .swiper-slide .h_item .h_subtitle::after {
    right: -7px;
  }
  .h_caseBox .h_swiper .h_btn {
    display: none;
  }
  .h_caseBox .h_swiper .swiperCase {
    padding: 40px 0;
  }
  .h_caseBox .h_swiper .swiperCase .swiper-pagination {
    bottom: 14px;
  }
  .h_ggSwiper .swiper .swiper-slide .h_item.pc {
    width: calc(100vw - 32px);
  }
  .h_ggSwiper .swiper .swiper-slide .h_item .h_img {
    padding: 4px;
    margin-top: -20px;
  }
  .h_ggSwiper .swiper .swiper-slide .h_item.mb {
    width: calc(56.8vw - 32px);
  }
  .h_ggSwiper .swiper .swiper-slide .h_item .h_subtitle {
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    max-width: 70%;
  }
  .h_ggSwiper .swiper .swiper-slide .h_item .h_img .h_posImg,
  .h_ggSwiper .swiper .swiper-slide .h_item .h_img .h_posImg2 {
    border-radius: 12px;
  }
  #h_pages span.h_prev {
    padding-right: 10px;
  }
  #h_pages span.h_next {
    padding-left: 10px;
  }
  #h_pages span {
    padding: 0 8px;
  }
  #h_pages {
    margin-top: 20px;
  }
}
