* {
  font-family: 微软雅黑;
  margin: 0;
  padding: 0;
  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 */
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
button {
  cursor: pointer;
  background: none;
}
textarea {
  resize: none;
}
input {
  border-radius: 0;
}
input,
textarea,
button {
  border: none;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ACACAC;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ACACAC;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ACACAC;
}
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_1700 {
  max-width: 1700px;
  width: 93%;
  margin: 0 auto;
}
.h_1400 {
  max-width: 1400px;
  width: 93%;
  margin: 0 auto;
}
.h_1200 {
  max-width: 1200px;
  width: 93%;
  margin: 0 auto;
}
.h_bgImg {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.h_bgImg img {
  opacity: 0;
}
.h_bgImg2 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.h_bgFixed {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.h_posImg {
  position: relative;
}
.h_posImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html,
body {
  overflow-x: hidden;
  --active-color: #cdcdcb;
  --active-color2: #cdcdcb;
  --swiper-theme-color: #07312F;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
.h_head {
  box-shadow: 0px 1px 0px 0px #E0E0E0;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  transition: transform 0.3s ease-out;
}
.h_head.h_headDown {
  transform: translateY(-36px);
}
.h_head .h_navWeb .h_head2 {
  background: #fff;
  transition: background 0.3s ease-out;
}
.h_head .h_navWeb .h_head2 .h_1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_logo {
  height: 40px;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_logo img {
  height: 100%;
  filter: brightness(0%);
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList {
  display: flex;
  align-items: center;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList ul {
  column-gap: 10px;
  display: flex;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList ul > li {
  text-align: center;
  position: relative;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList ul > li:hover {
  background: var(--active-color2);
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList ul > li:hover > a {
  color: #fff !important;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList ul > li > a {
  padding: 0 20px;
  display: inline-block;
  align-items: center;
  font-size: 15px;
  font-weight: 350;
  color: #000000;
  line-height: 70px;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList ul > li ol {
  position: absolute;
  transition: all 0.2s;
  left: 50%;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 3px 3px;
  overflow: hidden;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList ul > li ol > li {
  background: #FFFFFF;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList ul > li ol > li a {
  text-align: center;
  min-width: 100px;
  display: block;
  padding: 12px 10px;
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList ul > li ol > li:last-child a {
  border-bottom: none;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList ul > li ol > li.active {
  background: #ededed;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList ul > li ol > li:hover {
  background: #ededed;
}
.h_head .h_navWeb .h_head2 .h_1400 .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_1400 .h_navList .h_icon {
  cursor: pointer;
  width: 22px;
  height: 24px;
  position: relative;
  margin-left: 25px;
  margin-top: 2px;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList .h_formBox {
  display: none;
  background: var(--active-color2);
  position: absolute;
  right: 0;
  border-radius: 3px;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList .h_formBox .h_form {
  display: flex;
  align-items: center;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList .h_formBox .h_form form {
  display: flex;
  align-items: center;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList .h_formBox .h_form button {
  background: none;
  width: 36px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList .h_formBox .h_form button img {
  padding-top: 2px;
  width: 21px;
  filter: grayscale(100%) brightness(500%);
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList .h_formBox .h_form input {
  background: none;
  height: 40px;
  color: #fff;
  width: 300px;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList .h_formBox .h_form input:-moz-placeholder {
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList .h_formBox .h_form input:-ms-input-placeholder {
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList .h_formBox .h_form input::-webkit-input-placeholder {
  color: #fff;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_navList .h_formBox .h_form .h_close {
  width: 36px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.h_head .h_navApp {
  display: none;
}
.h_head .h_navApp .h_navBanner {
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  height: 36px;
}
.h_head .h_navApp .h_navBanner .h_R {
  display: flex;
  align-items: center;
}
.h_head .h_navApp .h_navBanner .h_R a {
  display: flex;
  align-items: center;
  margin-left: 40px;
  font-size: 13px;
  font-weight: 350;
  color: #fff;
}
.h_head .h_navApp .h_navBanner .h_R a img {
  width: 20px;
  margin-right: 10px;
}
.h_head .h_navApp .h_navBanner .h_R a img {
  width: 20px;
  margin-right: 10px;
  filter: brightness(500%);
}
.h_head .h_navApp .h_navBanner .h_R a.h_active {
  color: var(--active-color);
}
.h_head .h_navApp .h_navBanner .h_R a.h_active img {
  filter: none;
}
.h_head .h_navApp .h_navTop {
  padding: 0 12px;
  height: 65px;
  align-items: center;
  justify-content: space-between;
}
.h_head .h_navApp .h_navTop .h_logo {
  display: flex;
  align-items: center;
  height: 35px;
}
.h_head .h_navApp .h_navTop .h_logo img {
  height: 100%;
  filter: grayscale(100%) brightness(10%);
}
.h_head .h_navApp .h_navTop .h_logo span {
  display: inline-block;
  width: 33px;
  font-size: 16px;
  font-weight: 500;
  color: var(--active-color);
}
.h_head .h_navApp .h_navTop .h_menu .h_line {
  display: block;
  width: 30px;
  min-height: 3px;
  background-color: #222;
  margin-bottom: 5px;
  transition: ease-in-out 0.3s;
}
.h_head .h_navApp .h_navTop .h_menu .h_line:last-child {
  margin-bottom: 0;
}
.h_head .h_navApp .h_navTop .h_menu.h_active .h_line1 {
  transform: rotate(45deg);
  margin-bottom: -7px;
}
.h_head .h_navApp .h_navTop .h_menu.h_active .h_line2 {
  opacity: 0;
  transition: ease-in-out 0s;
}
.h_head .h_navApp .h_navTop .h_menu.h_active .h_line3 {
  transform: rotate(-45deg);
  margin-top: -4px;
}
.h_head .h_navApp .h_navList {
  position: relative;
  width: 100vw;
  z-index: 3;
}
.h_head .h_navApp .h_navList ul {
  position: absolute;
  transition: right 0.3s;
  right: -50%;
  background-color: #fff;
  width: 50%;
  z-index: 2;
  overflow: auto;
  height: 100vh !important;
}
.h_head .h_navApp .h_navList ul > li {
  position: relative;
  padding: 0 20px;
}
.h_head .h_navApp .h_navList ul > li > a {
  display: block;
  padding: 10px 0;
  width: 100%;
  font-size: 15px;
}
.h_head .h_navApp .h_navList ul > li i {
  position: absolute;
  padding: 12px;
  transform: rotate(45deg);
  transition: transform 0.3s;
  font-size: 16px;
  right: 10px;
  top: 0;
}
.h_head .h_navApp .h_navList ul > li i.h_gb {
  transform: rotate(0);
}
.h_head .h_navApp .h_navList ul > li ol {
  display: none;
}
.h_head .h_navApp .h_navList ul > li ol li a {
  font-size: 15px;
  display: block;
  padding: 10px 16px;
  position: relative;
}
.h_head .h_navApp .h_navList ul > li ol li a::before {
  position: absolute;
  content: '';
  left: 2px;
  top: calc(50% - 1px);
  width: 8px;
  height: 1px;
  background: #000;
}
.h_head .h_navApp .h_navList ul > li ol li a::after {
  position: absolute;
  content: '';
  left: 2px;
  top: calc(50% - 8px);
  width: 1px;
  height: 15px;
  background: #000;
}
.h_head .h_navApp .h_navList ul > li.h_active {
  background-color: var(--active-color);
}
.h_head .h_navApp .h_navList ul > li.h_active > a {
  color: #fff;
}
.h_head .h_navApp .h_navList ul > li.h_active i {
  color: #fff;
}
.h_head .h_navApp .h_navList ul > li.h_active ol li.active a {
  color: #fff;
}
.h_head .h_navApp .h_navList ul > li.h_active ol li.active a::before,
.h_head .h_navApp .h_navList ul > li.h_active ol li.active a::after {
  background: #fff;
}
.h_head .h_navApp .h_navList ul .h_language {
  padding: 0 20px;
  position: relative;
}
.h_head .h_navApp .h_navList ul .h_language a {
  display: block;
  white-space: nowrap;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
}
.h_head .h_navApp .h_navList ul .h_language a img {
  width: 26px;
  margin-right: 5px;
}
.h_head .h_navApp .h_navList ul .h_language a:last-child {
  margin-right: 0;
}
.h_head .h_navApp .h_navList ul .h_language a:hover {
  color: var(--active-color);
}
.h_head .h_navApp .h_navList ul .h_language a.h_active {
  color: var(--active-color);
}
.h_head .h_navApp .h_navList .h_zzc {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00000073;
  z-index: 1;
}
.h_head .h_navApp .h_navList.h_show ul {
  right: 0;
}
.h_head .h_navApp .h_navList.h_show .h_zzc {
  display: block;
}
.h_banners {
  position: relative;
}
.h_banners .h_mobile {
  display: none;
}
.h_banners img {
  width: 100%;
}
.h_banners .h_text {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.h_banners .h_text .h_en {
  font-size: 43px;
  color: #FFFFFF;
}
.h_banners .h_text .h_ch {
  font-size: 43px;
  color: #FFFFFF;
}
.h_breadcrumb {
  background: #F8F8F8;
}
.h_breadcrumb .h_list {
  display: flex;
  align-items: center;
  column-gap: 34px;
  color: #999999;
}
.h_breadcrumb .h_list a {
  line-height: 66px;
  font-size: 16px;
  color: #999999;
  position: relative;
}
.h_breadcrumb .h_list a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222;
  transform: scaleX(0);
  transition: transform 0.3s linear;
}
.h_breadcrumb .h_list a.h_active {
  color: #222;
}
.h_breadcrumb .h_list a.h_active::after {
  transform: scaleX(1);
}
.h_breadcrumb .h_list a:hover {
  color: #222;
}
.h_breadcrumb .h_list a:hover::after {
  transform: scaleX(1);
}
.h_breadcrumb .h_list2 {
  position: relative;
  display: none;
}
.h_breadcrumb .h_list2 p {
  padding: 0 15px;
  font-size: 15px;
  line-height: 46px;
}
.h_breadcrumb .h_list2 .h_hide {
  background: #F8F8F8;
  display: none;
  z-index: 2;
  position: absolute;
  top: 47px;
  width: 100%;
  padding: 10px 0;
}
.h_breadcrumb .h_list2 .h_hide a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
}
.h_breadcrumb .h_list2 .h_hide a.h_active {
  background: var(--active-color);
  color: #fff;
}
#h_pages {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  --page-height: 30px;
}
#h_pages .h_count {
  width: auto;
  padding: 0 12px;
}
#h_pages span {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
  line-height: var(--page-height);
  height: var(--page-height);
  width: 30px;
  text-align: center;
  background: #fff;
}
#h_pages span.tcdNumber:hover,
#h_pages span.prevPage:hover,
#h_pages span.nextPage:hover {
  color: #fff;
  box-shadow: inset 0 0 0 1px var(--active-color);
  background-color: var(--active-color);
}
#h_pages span.current {
  color: #fff;
  box-shadow: inset 0 0 0 1px var(--active-color);
  background-color: var(--active-color);
}
#h_pages span.h_dian {
  box-shadow: none;
}
#h_pages form {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
}
#h_pages form input {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
  margin-left: 5px;
  padding: 0 4px;
  width: 44px;
  height: var(--page-height);
  box-shadow: inset 0 0 0 1px #E5E5E5;
  background: none;
}
#h_pages form input.submit-input {
  cursor: pointer;
}
#h_pages form input.submit-input:hover {
  color: #fff;
  box-shadow: inset 0 0 0 1px var(--active-color);
  background-color: var(--active-color);
}
#h_pages .tcdNumber,
#h_pages .prevPage,
#h_pages .nextPage {
  cursor: pointer;
}
#goTop {
  z-index: 6;
  cursor: pointer;
  position: fixed;
  right: 6%;
  bottom: 20%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--active-color);
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
#goTop i {
  font-size: 18px;
  color: #fff;
}
#goTop:hover {
  transform: scale(1.03);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#h_cbl {
  display: none;
  position: fixed;
  bottom: 15%;
  right: 4%;
  z-index: 9;
}
#h_cbl a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 63px;
  background: #000000;
  border-radius: 1px 1px 1px 1px;
  margin-top: 2px;
}
#h_cbl a img {
  width: 40px;
}
#h_cbl a i {
  color: #fff;
  font-size: 0;
}
#h_cbl a i::before {
  font-weight: bold;
  font-size: 24px;
}
#h_cbl a:hover {
  background: var(--active-color);
}
.h_dqwz {
  padding: 18px 0;
}
.h_dqwz .h_row {
  align-items: baseline;
  flex-wrap: nowrap;
}
.h_dqwz a,
.h_dqwz span,
.h_dqwz i,
.h_dqwz h1,
.h_dqwz h2,
.h_dqwz h3 {
  font-size: 12px;
  font-weight: 300;
  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,
.h_dqwz span:hover,
.h_dqwz i:hover,
.h_dqwz h1:hover,
.h_dqwz h2:hover,
.h_dqwz h3:hover {
  color: var(--active-color);
}
.h_dqwz i {
  margin: 0 2px;
}
.h_mask {
  background: rgba(0, 0, 0, 0.5);
}
.h_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  visibility: hidden;
}
.h_popup .h_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.h_popup .h_videoBox {
  font-size: 0;
  width: 92%;
  max-height: 90vh;
  max-width: 660px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  visibility: inherit;
  transition: transform 0.3s ease;
}
.h_popup .h_videoBox video {
  width: 100%;
  height: 100%;
}
.h_popup.h_show {
  visibility: visible;
}
.h_popup.h_show .h_videoBox {
  transform: translate(-50%, -50%) scale(1);
}
.h_footer {
  background: #727171;
}
.h_footer .h_footer1 {
  padding: 70px 0;
}
.h_footer .h_footer1 .h_L {
  column-gap: 88px;
}
.h_footer .h_footer1 .h_L .h_box a {
  display: block;
  font-size: 14px;
  color: #CBCBCB;
  margin-bottom: 12px;
}
.h_footer .h_footer1 .h_L .h_box a.h_t {
  color: #fff;
  font-size: 17px;
  margin-bottom: 24px;
}
.h_footer .h_footer1 .h_L .h_box a:hover {
  color: var(--active-color) !important;
}
.h_footer .h_footer1 .h_R .h_p1 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 20px;
}
.h_footer .h_footer1 .h_R .h_tel {
  font-size: 26px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.h_footer .h_footer1 .h_R .h_icons {
  display: flex;
  column-gap: 18px;
}
.h_footer .h_footer1 .h_R .h_icons a {
  width: 40px;
  position: relative;
}
.h_footer .h_footer1 .h_R .h_icons a .h_hide {
  position: absolute;
  width: 110px;
  height: 110px;
  padding: 5px;
  border-radius: 3px;
  background-color: #fff;
  left: calc(50% - 55px);
  top: -120px;
  transform: translateY(10px);
  visibility: hidden;
  transition: transform 0.3s linear;
}
.h_footer .h_footer1 .h_R .h_icons a .h_hide img {
  width: 100%;
}
.h_footer .h_footer1 .h_R .h_icons a .h_hide::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
  bottom: -10px;
  left: calc(50% - 5px);
}
.h_footer .h_footer1 .h_R .h_icons a:hover .h_hide {
  visibility: visible;
  transform: translateY(0);
}
.h_footer .h_footer2 {
  padding: 20px 0;
  box-shadow: 0 -1px rgba(255, 255, 255, 0.2);
}
.h_footer .h_footer2 p,
.h_footer .h_footer2 a {
  font-size: 14px;
  color: #CBCBCB;
}
@media screen and (max-width: 1200px) {
  .h_head .h_navWeb .h_head2 .h_1400 .h_navList ul > li > a {
    padding: 0 14px;
  }
}
@media screen and (max-width: 1024px) {
  .h_head {
    background: #fff;
  }
  .h_head .h_headTop,
  .h_head .h_navWeb {
    display: none;
  }
  .h_head .h_navApp {
    display: block;
  }
  .h_footer .h_footer1 .h_L {
    column-gap: 46px;
  }
  .h_banners .h_text .h_ch {
    font-size: 34px;
  }
  .h_banners .h_text .h_en {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .h_footer .h_footer1 {
    padding: 40px 0;
  }
  #h_pages {
    margin-top: 20px;
    column-gap: 6px;
  }
  .h_breadcrumb .h_list {
    column-gap: 14px;
  }
  .h_breadcrumb .h_list a {
    font-size: 16px;
  }
  .h_footer .h_footer2 .h_rcsb{
      justify-content: center;
      text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .h_footer .h_footer1 .h_L {
    display: none;
  }
  .h_footer .h_footer1 .h_R .h_box {
    display: flex;
    column-gap: 20px;
    align-items: baseline;
  }
  .h_footer .h_footer1 .h_R .h_box p {
    margin: 0 !important;
  }
  .h_footer .h_footer1 .h_R .h_box:last-child {
    margin-top: 20px;
  }
  .h_footer .h_footer2 {
    text-align: center;
  }
  .h_banners .h_web {
    display: none;
  }
  .h_banners .h_mobile {
    display: block;
  }
  .h_banners .h_text .h_en {
    font-size: 18px;
  }
  .h_banners .h_text .h_ch {
    font-size: 24px;
  }
  .h_breadcrumb {
    width: 100%;
  }
  #h_pages .h_count,
  .h_breadcrumb .h_list {
    display: none;
  }
  .h_breadcrumb .h_list2 {
    display: block;
  }
  #h_pages {
    margin-top: 15px;
  }
}
