@font-face {
  font-family: 'OPPOSans-Regular';
  src: url('../fonts/OPPOSans-R.ttf') format('truetype');
}
@font-face {
  font-family: 'OPPOSans-Medium';
  src: url('../fonts/OPPOSans-M.ttf') format('truetype');
}
@font-face {
  font-family: 'OPPOSans-Bold';
  src: url('../fonts/OPPOSans-B.ttf') format('truetype');
}
* {
  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: 'OPPOSans-Regular';
}
html,
body {
  overflow-x: hidden;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
.h_head {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background-color: #fff;
}
.h_head.h_headDown {
  transform: translateY(-55px);
}
.h_head.h_headDown .h_navWeb .h_head2 {
  padding: 12px 0;
}
.h_head .h_navWeb .h_head2 {
  transition: padding 0.3s linear;
}
.h_head .h_navWeb .h_head2 .h_logo {
  display: none;
  color: var(--active-color2);
  font-family: 'OPPOSans-Bold';
  font-size: 22px;
}
.h_head .h_navWeb .h_head2 .h_logo img {
  height: 48px;
}
.h_head .h_navWeb .h_head2 .h_R {
  width: 100%;
  --col-gap: 0;
  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 > a {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #222;
  padding: 30px 0;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li > a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: var(--active-color);
  transform: scaleX(0);
  transition: transform 0.3s linear;
  transform-origin: right;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li .icon {
  display: none;
  position: absolute;
  right: calc(var(--w-padding)/2 - 9px);
  top: 0;
  z-index: 2;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li:hover > a::after,
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li.h_active > a::after {
  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 ol {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  transition: all 0.2s;
  left: 50%;
  transform: translate(-50%, 10%);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a {
  padding: 11px 26px;
  white-space: nowrap;
  text-align: center;
  min-width: 90px;
  display: block;
  color: #444444;
  font-size: 15px;
  border-bottom: 1px solid #E5E5E5;
}
.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 {
  background: var(--j-bcolor);
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList ul > li ol a:hover {
  background: var(--j-bcolor);
  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_navList .h_language {
  padding: 10px 20px;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 18px;
  display: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList .h_language a {
  white-space: nowrap;
  height: 25px;
  line-height: 27px;
  width: 62px;
  text-align: center;
  box-shadow: inset 0 0 0 1px var(--active-color);
  font-size: 14px;
  font-weight: 400;
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_R .h_navList .h_language a:hover {
  color: #fff;
  background: var(--active-color);
  box-shadow: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_navList .h_language a.h_active {
  color: #fff;
  background: var(--active-color);
  box-shadow: none;
}
.h_head .h_navWeb .h_head2 .h_R .h_tel {
  position: absolute;
  padding: 10px 27px;
  left: calc(100% + 49px);
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  height: 40px;
  background: #3670F7;
  border-radius: 5px 5px 5px 5px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.h_head .h_navWeb .h_head2 .h_R .h_tel img {
  width: 16px;
}
.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-color: var(--active-color2);
  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 img {
  width: 100%;
}
.h_banner .h_text .h_title {
  font-size: 72px;
  color: #FFFFFF;
  font-family: 'OPPOSans-Bold';
  position: relative;
  text-align: center;
  z-index: 2;
  letter-spacing: 3px;
}
.h_banner .h_text .h_title::after {
  position: absolute;
  width: 100%;
  left: 4px;
  z-index: -1;
  content: attr(title);
  color: transparent;
  -webkit-text-stroke: 1px var(--rgba5-wcolor);
}
.h_banner .h_text .h_tips {
  margin-top: 12px;
}
.h_banner .h_text .h_tips p {
  background-color: rgba(0, 4, 85, 0.18);
  padding: 15px 40px 13px;
  font-size: 18px;
  color: #FFFFFF;
}
.h_banner .h_text .h_tips p .dian {
  width: 9px;
  height: 9px;
  background: #04D298;
  border-radius: 50%;
  margin: 0 14px;
}
.h_banner .h_text .h_tips p .dian:first-child {
  display: none;
}
.h_banner .h_text .h_form {
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.15);
  padding: 14px;
}
.h_banner .h_text .h_form.h_form2 {
  margin-top: 22px;
}
.h_banner .h_text .h_form .h_input {
  width: 18%;
  background: #FFFFFF;
  padding: 0 24px;
}
.h_banner .h_text .h_form .h_input.input2 {
  width: 22.5%;
}
.h_banner .h_text .h_form .h_input.input3 {
  width: 42%;
}
.h_banner .h_text .h_form .h_input label {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.h_banner .h_text .h_form .h_input input {
  width: calc(100% - 48px);
  height: 58px;
  color: #333333;
  font-size: 18px;
}
.h_banner .h_text .h_form .h_select {
  width: 18%;
  background: #FFFFFF;
  height: 58px;
  line-height: 60px;
  font-size: 18px;
  color: #333333;
  padding: 0 24px;
  position: relative;
  cursor: pointer;
}
.h_banner .h_text .h_form .h_select::after {
  position: absolute;
  content: '';
  border-top: 10px solid #000;
  border-left: 7px solid #0000;
  border-right: 7px solid #0000;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.h_banner .h_text .h_form .h_select .h_hide {
  display: block;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  transition: all 0.2s;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 10%);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.h_banner .h_text .h_form .h_select .h_hide p {
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #fff;
}
.h_banner .h_text .h_form .h_select .h_hide p:last-child {
  border-bottom: none;
}
.h_banner .h_text .h_form .h_select .h_hide p:hover,
.h_banner .h_text .h_form .h_select .h_hide p.h_active {
  background-color: var(--active-color2);
  color: #fff;
}
.h_banner .h_text .h_form .h_select .h_hide.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0px);
}
.h_banner .h_text .h_form button {
  height: 58px;
  width: 14%;
  background: #FE9F33;
  font-size: 20px;
  color: #FFFFFF;
  font-family: 'OPPOSans-Medium';
}
.h_banner .h_text .h_form button.h_btn2 {
  background: #1ED4F3;
}
.h_banner .h_text .h_desc {
  font-size: 16px;
  color: #FFFFFF;
  line-height: calc(21/16);
  text-align: center;
  margin-top: 28px;
}
.h_dqwz {
  padding-bottom: 9px;
  border-bottom: 1px solid #D8D8D8;
}
.h_dqwz img {
  width: 24px;
}
.h_dqwz span {
  font-weight: 400;
  font-size: 13px;
  color: #3D3D3D;
}
.h_dqwz a:hover {
  color: var(--active-color);
}
.h_section {
  scroll-margin-top: 80px;
}
#h_pages {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  --page-height: 38px;
}
#h_pages .h_count {
  width: auto;
  padding: 0 12px;
}
#h_pages span {
  font-size: 16px;
  color: #333;
  line-height: var(--page-height);
  height: var(--page-height);
  min-width: var(--page-height);
  text-align: center;
  position: relative;
  z-index: 2;
}
#h_pages span i {
  font-size: inherit;
}
#h_pages span::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #F8F9FB;
  top: 0;
  left: 0;
  z-index: -1;
}
#h_pages span.h_dian {
  background: none;
  box-shadow: none;
  font-family: '微软雅黑';
}
#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-color2);
}
#h_pages span.current {
  color: #fff;
}
#h_pages span.current::after {
  background-color: var(--active-color2);
}
#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.5);
  backdrop-filter: blur(5px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  display: none;
}
.h_fBox {
  padding: 35px 0;
}
.h_fBox .h_item {
  flex-shrink: 1;
}
.h_fBox .h_item .h_icon {
  width: 56px;
}
.h_fBox .h_item .h_text {
  margin-left: 24px;
}
.h_fBox .h_item .h_text .h_title {
  font-size: 17px;
  color: #222222;
  font-family: 'OPPOSans-Medium';
}
.h_fBox .h_item .h_text .h_desc {
  font-size: 14px;
  color: #777777;
  line-height: calc(22/14);
  margin-top: 10px;
}
.h_fBox .h_line {
  width: 1px;
  height: 40px;
  background-color: #d9d9d9;
}
.h_fBox .h_line:last-child {
  display: none;
}
.h_footer {
  background: #232C4A;
  overflow: hidden;
}
.h_footer .h_footer1 .h_item {
  width: 27.5%;
}
.h_footer .h_footer1 .h_item .h_title {
  font-family: 'MiSans-Medium';
  font-size: 16px;
  color: #D3D5DB;
  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: 1px;
  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: 15px;
  padding-left: 44px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 30px;
}
.h_footer .h_footer1 .h_item .h_list .h_box span {
  width: calc(100% - 44px);
  font-size: 14px;
  color: #D3D5DB;
  line-height: 30px;
}
.h_footer .h_footer1 .h_item .h_list .h_box span.h_t2 {
  font-size: 12px;
  color: #D3D5DB;
}
.h_footer .h_footer1 .h_item .h_list .h_box span.h_t2 a {
  font-size: 12px;
  color: #D3D5DB;
}
.h_footer .h_footer1 .h_item .h_list .h_box span.h_t2 span,
.h_footer .h_footer1 .h_item .h_list .h_box span.h_t2 a {
  font-family: 'OPPOSans-Bold';
  font-size: 18px;
}
.h_footer .h_footer1 .h_item .h_list .h_box.h_address {
  background-image: url(../static/icon10.svg);
}
.h_footer .h_footer1 .h_item .h_list .h_box.h_tel {
  background-image: url(../static/icon11.svg);
}
.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: 32px;
  font-size: 14px;
  color: #FFFFFF;
  column-gap: 5px;
  border-radius: 2px;
  font-family: 'MiSans-Regular';
  background: #52C6F4;
  padding: 0 12px;
  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 {
  margin-left: 18px;
  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.5s, opacity 0.5s;
  visibility: hidden;
  padding-bottom: 15px;
  opacity: 0;
}
.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 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.h_footer .h_footer1 .h_item .h_list2 {
  margin-top: 30px;
  display: grid;
  grid-gap: 16px 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: 22px 0;
  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_ggTitle {
  font-size: 30px;
  color: #222222;
  text-align: center;
}
.h_cjwtBox .h_list {
  row-gap: 20px;
}
.h_cjwtBox .h_list .h_item {
  width: calc(50% - 12px);
  padding: 26px 26px 26px 60px;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  animation-name: rotateInUpRight;
  transition: box-shadow 0.3s, transform 0.3s;
  transform-origin: bottom right;
}
.h_cjwtBox .h_list .h_item:nth-child(2n) {
  animation-name: rotateInUpLeft;
  transform-origin: bottom left;
}
.h_cjwtBox .h_list .h_item .h_title {
  font-size: 18px;
  color: #222222;
  line-height: calc(24/18);
  position: relative;
  transition: color 0.3s;
}
.h_cjwtBox .h_list .h_item .h_title::before {
  content: '';
  position: absolute;
  width: 24px;
  aspect-ratio: 1;
  background-image: url(../static/icon31.svg);
  background-position: center center;
  background-repeat: no-repeat;
  left: -36px;
}
.h_cjwtBox .h_list .h_item .h_desc {
  font-size: 14px;
  color: #999999;
  margin-top: 9px;
  text-align: justify;
  line-height: calc(22/14);
}
.h_cjwtBox .h_list .h_item:hover {
  transform: translateY(-7px);
  box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.1);
}
.h_cjwtBox .h_list .h_item:hover .h_title {
  color: var(--active-color2);
}
.h_otherServe {
  background: #F2F3F8;
}
.h_otherServe .h_list .h_item {
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #EEEEEE;
  padding: 24px;
  animation-name: fadeInDown;
  --color: #f5b200;
  transition: transform 0.3s, box-shadow 0.3s;
}
.h_otherServe .h_list .h_item:nth-child(2) {
  --color: #fa5d5d;
}
.h_otherServe .h_list .h_item:nth-child(3) {
  --color: #5bb5f9;
}
.h_otherServe .h_list .h_item:nth-child(4) {
  --color: #aa6df7;
}
.h_otherServe .h_list .h_item:nth-child(5) {
  --color: #97dc87;
}
.h_otherServe .h_list .h_item:nth-child(6) {
  --color: #eda74f;
}
.h_otherServe .h_list .h_item:nth-child(7) {
  --color: #6d84f7;
}
.h_otherServe .h_list .h_item:nth-child(8) {
  --color: #ff9c79;
}
.h_otherServe .h_list .h_item:nth-child(2n) {
  animation-name: fadeInUp;
}
.h_otherServe .h_list .h_item .h_icon img {
  width: 70px;
}
.h_otherServe .h_list .h_item .h_title {
  margin-top: 16px;
  font-size: 16px;
  color: #222222;
  line-height: calc(21/16);
}
.h_otherServe .h_list .h_item:hover {
  transform: translateY(-7px);
  box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
}
.h_otherServe .h_list .h_item:hover .h_title {
  color: var(--color);
}
.h_hotCity .h_list {
  justify-content: center;
}
.h_hotCity .h_list .h_item {
  background: #F2F3F8;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  animation-name: fadeInUp;
}
.h_hotCity .h_list .h_item:nth-child(6n-4) {
  animation-delay: 0.1s;
}
.h_hotCity .h_list .h_item:nth-child(6n-3) {
  animation-delay: 0.2s;
}
.h_hotCity .h_list .h_item:nth-child(6n-2) {
  animation-delay: 0.3s;
}
.h_hotCity .h_list .h_item:nth-child(6n-1) {
  animation-delay: 0.4s;
}
.h_hotCity .h_list .h_item:nth-child(6n) {
  animation-delay: 0.5s;
}
.h_hotCity .h_list .h_item .h_title {
  font-size: 15px;
}
.h_hotCity .h_list .h_item:hover {
  background: var(--active-color2);
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .h_head .h_navWeb .h_head2 .h_R .h_tel {
    left: calc(100% + 32px);
  }
}
@media screen and (max-width: 1440px) {
  .h_head .h_navWeb .h_head2 .h_R .h_tel {
    padding: 0;
    width: 40px;
    justify-content: center;
    border-radius: 50%;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_tel span {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .h_head .h_navWeb .h_head2 .h_R .h_tel {
    left: calc(100% + 20px);
  }
}
@media screen and (max-width: 1300px) {
  .h_head .h_navWeb .h_head2 .h_R .h_tel {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .h_head {
    padding: 0;
  }
  .h_head .h_navWeb .h_head1 {
    display: none;
  }
  .h_head.h_headDown {
    transform: none;
  }
  .h_head .h_navWeb .h_head2 {
    height: 65px;
    position: relative;
    justify-content: space-between;
  }
  .h_head .h_navWeb .h_head2 .h_R2 {
    position: absolute;
    right: 48px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_btn {
    width: 65px;
    height: 65px;
    background: none;
  }
  .h_head .h_navWeb .h_head2 .h_logo {
    display: block;
  }
  .h_head .h_navWeb .h_head2 .h_logo img {
    height: 40px;
  }
  .h_head .h_navWeb .h_head2 .h_logo span {
    margin-left: 10px;
    font-size: 20px;
  }
  .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_formBox {
    right: 52px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_formBox form {
    flex-wrap: nowrap;
  }
  .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;
  }
  .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;
  }
  .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: var(--active-color2);
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li.h_active > a {
    color: #fff;
    -webkit-text-fill-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;
  }
  .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: #e7f2ff;
    transition: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_navList ul li ol a {
    padding: 10px 36px;
    text-align: left;
    height: auto;
    line-height: normal;
    box-shadow: 0 1px #fff;
  }
  .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_line {
    display: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_headForm {
    right: 62px;
    height: 65px;
    padding: 0;
    width: 0;
    overflow: hidden;
    background: none;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_headForm input {
    width: 180px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_headForm.show {
    right: 62px;
    width: 262px;
    padding: 0 16px;
  }
  .h_footer .h_footer1 .h_item:nth-child(2),
  .h_fBox .h_line {
    display: none;
  }
  .h_footer .h_footer1 .h_item {
    width: calc(50% - var(--w-padding)/2);
  }
  .h_ggTitle {
    font-size: 26px;
  }
  .h_banner .h_text .h_title {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .h_fBox {
    padding: calc(var(--w-padding)/2) 0;
  }
  .h_fBox .h_box {
    row-gap: 15px;
  }
  .h_fBox .h_item {
    justify-content: center;
  }
  .h_ggTitle {
    font-size: 22px;
  }
  .h_cjwtBox .h_list .h_item {
    width: 100%;
  }
  .h_banner .h_text .h_form {
    gap: 12px;
  }
  .h_banner .h_text .h_form .h_input.input2,
  .h_banner .h_text .h_form .h_select,
  .h_banner .h_text .h_form .h_input.input3,
  .h_banner .h_text .h_form .h_input {
    width: calc(50% - 6px);
  }
  .h_banner .h_text .h_form button {
    width: 100%;
  }
  .h_banner .h_text .h_form {
    margin-top: 16px;
  }
  .h_banner .h_text .h_title {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .h_ggTitle {
    font-size: 20px;
  }
  .h_head .h_navWeb .h_head2 .h_logo img {
    height: 36px;
  }
  .h_head .h_navWeb .h_head2 .h_logo .logo_t {
    width: 180px;
  }
  .h_head .h_navWeb .h_head2 .h_R .h_headForm input {
    padding: 0 16px;
  }
  #h_pages {
    margin-top: 15px;
  }
  #h_pages span {
    font-size: 14px;
  }
  #h_pages {
    --page-height: 34px;
  }
  #h_pages span.h_btn,
  #h_pages form {
    display: none;
  }
  .h_banner .h_text .h_title {
    font-size: 26px;
  }
  .h_banner .h_text .h_title::after {
    left: 1px;
  }
  .h_banner .h_text .h_desc {
    font-size: 14px;
    margin-top: 15px;
  }
  .h_banner .h_text .h_form .h_input {
    padding: 0 12px;
  }
  .h_banner .h_text .h_form .h_input input {
    font-size: 15px;
    height: 42px;
    width: calc(100% - 40px);
  }
  .h_banner .h_text .h_form .h_input label {
    font-size: 15px;
  }
  .h_banner .h_text .h_form .h_select {
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
    font-size: 15px;
  }
  .h_banner .h_text .h_form .h_select::after {
    border-top: 7px solid #000;
    border-left: 5px solid #0000;
    border-right: 5px solid #0000;
    right: 12px;
  }
  .h_banner .h_text .h_form button {
    height: 42px;
    font-size: 15px;
  }
  .h_banners {
    aspect-ratio: 453/250;
  }
  .h_banners img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
  }
  .h_fBox .h_item {
    width: calc(50% - var(--w-padding)/5);
  }
  .h_fBox .h_item .h_text {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .h_fBox .h_item .h_icon {
    width: 45px;
  }
  .h_fBox .h_item .h_text .h_title {
    font-size: 16px;
  }
  .h_footer .h_footer1 {
    justify-content: center;
  }
  .h_footer .h_footer1 .h_item {
    width: auto;
  }
  .h_footer .h_footer1 .h_item:last-child {
    display: none;
  }
  .h_footer .h_footer1 .h_item .h_list .h_btns {
    margin-top: 16px;
  }
  .h_otherServe .h_list .h_item {
    padding: 15px;
  }
  .h_cjwtBox .h_list {
    row-gap: 15px;
  }
  .h_cjwtBox .h_list .h_item {
    padding: 15px 15px 15px 42px;
  }
  .h_cjwtBox .h_list .h_item .h_title {
    font-size: 16px;
  }
  .h_cjwtBox .h_list .h_item .h_desc {
    margin-top: 6px;
  }
  .h_cjwtBox .h_list .h_item .h_title::before {
    width: 20px;
    left: -27px;
  }
  .h_banner .h_text .h_tips p {
    padding: 12px;
    font-size: 12px;
  }
  .h_banner .h_text .h_tips p .dian {
    margin: 0;
    width: 10px;
    background: #0000;
  }
  .h_banner .h_text .h_form.h_form2 {
    margin-top: 15px;
  }
}
