* {
  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;
}
textarea {
  resize: none;
}
input {
  border-radius: 0;
}
button {
  cursor: pointer;
}
input,
textarea,
button {
  border: none;
  border-radius: 0;
}
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;
}
.h_1720 {
  max-width: 1720px;
  width: 95%;
  margin: 0 auto;
}
.h_1590 {
  max-width: 1590px;
  width: 95%;
  margin: 0 auto;
}
.h_1540 {
  max-width: 1540px;
  width: 95%;
  margin: 0 auto;
}
.h_1400 {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.h_1280 {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
}
.h_1200 {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.h_bgImg {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.h_bgImg img {
  max-width: 1920px;
  width: 100%;
}
:root {
  --active-color: #ff9333;
}
.h_imgFull{
    display: block;
    overflow: hidden;
}
.h_imgFull img{
  width: 100%;height: 100%;
  object-fit: cover;
  object-position: center;
}
.h_imgFull2{
    display: block;
    overflow: hidden;
}
.h_imgFull2 img{
    width: 100%;height: 100%;
    object-fit: contain;  
    object-position: center;      
}
html,
body {
  overflow-x: hidden;
}
/* html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
} */
html.overHide,
body.overHide {
  overflow: hidden;
}
.h_head {
  width: 100%;
  z-index: 99;
  top: 0;
}
.h_head .h_navWeb .h_head1 {
  height: 30px;
  line-height: 30px;
  background: #f2f2f2;
}
.h_head .h_navWeb .h_head1 .h_L {
  color: #838383;
  font-size: 12px;
  position: relative;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.h_head .h_navWeb .h_head1 .h_L .h_text{
  position: absolute;
  left: 100%;
  display: inline-block;
  white-space: nowrap;
}
.h_head .h_navWeb .h_head2 {
  padding: 20px 0;
}
.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 {
  width: 240px;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_logo img {
  width: 100%;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_formBox {
  max-width: 540px;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_formBox form {
  display: flex;
  align-items: center;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_formBox form input {
  width: 460px;
  border: 1px solid #dddddd;
  height: 33px;
  padding: 0 6px;
  font-size: 14px;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_formBox form button {
  width: 80px;
  height: 33px;
  background: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_1400 .h_formBox form button i {
  color: #fff;
  font-size: 18px;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_formBox .h_keywords {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  margin-top: 10px;
  row-gap: 5px;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_formBox .h_keywords a {
  font-size: 12px;
  color: #333;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_formBox .h_keywords a:hover {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_1400 .h_tel {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head2 .h_1400 .h_tel i {
  font-size: 26px;
}
.h_head .h_navWeb .h_head2 .h_1400 .h_tel span {
  font-size: 20px;
}
.h_head .h_navWeb .h_head3 {
  background: #272727;
  transition: padding 0.3s ease-out;
}
.h_head .h_navWeb .h_head3 .h_1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all {
  position: relative;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_title {
  width: 240px;
  background: var(--active-color);
  line-height: 38px;
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  cursor: pointer;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_title i {
  font-size: 20px;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list {
  display: none;
  min-height: 400px;
  width: 240px;
  background-color: #606060;
  z-index: 9;
  position: absolute;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list .h_item {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 57px;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list .h_item .h_icon {
  width: 25px;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list .h_item .h_icon i {
  color: #fff;
  font-size: 14px;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list .h_item .h_t {
  width: calc(100% - 25px);
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list .h_item .h_t .h_a1 {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list .h_item .h_t .h_sub {
  white-space: nowrap;
  overflow: hidden;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list .h_item .h_t .h_sub a {
  font-size: 12px;
  color: #fff;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list .h_item:hover {
  background-color: var(--active-color);
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list .h_item:hover .h_hide {
  display: flex;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list .h_item .h_hide {
  border: 1px solid var(--active-color);
  display: none;
  align-items: flex-start;
  row-gap: 20px;
  flex-wrap: wrap;
  align-content: flex-start;
  top: 0;
  position: absolute;
  left: 100%;
  width: calc(1200px - 500px);
  min-height: 100%;
  background-color: #fff;
  padding: 20px;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list .h_item .h_hide .h_box {
  padding: 0 10px;
  width: 20%;
  border-left: 1px solid #ECECEC;
  line-height: 20px;
  height: 20px;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list .h_item .h_hide .h_box .sub1 {
  font-size: 14px;
  color: #333333;
  font-family: Regular;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
white-space: nowrap;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list .h_item .h_hide .h_box .sub1:hover {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list .h_item .h_hide .h_box .h_sub2 {
  color: #333333;
  font-size: 12px;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list .h_item .h_hide .h_box .h_sub2 .sub2 {
  display: inline-block;
  margin-top: 6px;
  padding: 0 10px;
  border-right: 1px solid #ECECEC;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list .h_item .h_hide .h_box .h_sub2 .sub2:hover {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% - 280px);
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList ul {
  display: flex;
  column-gap: 40px;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList ul > li {
  text-align: center;
  position: relative;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList ul > li > a {
  display: inline-block;
  align-items: center;
  font-size: 15px;
  font-family: Light;
  color: #fff;
  line-height: 38px;
  position: relative;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList ul > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--active-color);
  height: 2px;
  transform: scaleX(0);
  transition: transform 0.3s linear;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList ul > li > a:hover {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList ul > li.h_active a {
  color: var(--active-color);
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList ul > li.h_active a::after {
  transform: scaleX(1);
}
.h_head .h_navWeb .h_head3 .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: 4px 4px 4px 4px;
  overflow: hidden;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList ul > li ol > li {
  background: #FFFFFF;
  padding: 0 12px;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList ul > li ol > li a {
  text-align: center;
  min-width: 120px;
  display: block;
  padding: 12px 0;
  color: #3D3D3D;
  font-size: 18px;
  font-family: Light;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList ul > li ol > li:last-child a {
  border-bottom: none;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList ul > li ol > li.active {
  background: #F8F8F8;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList ul > li ol > li:hover {
  background: #F8F8F8;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList ul > li:hover ol {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, -4px);
}
.h_head .h_navWeb .h_head3 .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_head3 .h_1400 .h_navList .h_icon::before {
  position: absolute;
  content: '';
  left: -24px;
  top: calc(50% -11px);
  height: 22px;
  width: 1px;
  background: rgba(0, 0, 0, 0.5);
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList .h_formBox {
  background: #fff;
  border-radius: 0px;
  border: 1px solid #E9E9E9;
  padding: 0 13px;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList .h_formBox .h_form {
  display: flex;
  align-items: center;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList .h_formBox .h_form form {
  display: flex;
  align-items: center;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList .h_formBox .h_form button {
  background: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 10px;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList .h_formBox .h_form button img {
  width: 100%;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_navList .h_formBox .h_form input {
  background: none;
  height: 43px;
  width: 140px;
  font-size: 16px;
  font-family: Light;
}
.h_head .h_navWeb .h_head3 .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_navWeb .h_head3 .h_1400 .h_floatRight {
  width: 260px;
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 9;
  background: #fff;
  border-radius: 3px;
  padding: 6px 20px;
  overflow: hidden;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_floatRight .h_tabs {
  display: flex;
  box-shadow: inset 0 -2px #e3e3e3;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_floatRight .h_tabs .h_tab {
  cursor: pointer;
  flex: 1;
  line-height: 35px;
  font-size: 14px;
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_floatRight .h_tabs .h_tab.h_active {
  border-bottom: 2px solid var(--active-color);
}
.h_head .h_navWeb .h_head3 .h_1400 .h_floatRight .h_box {
  /* height: 100%; */
  overflow-y: auto;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_floatRight .h_box::-webkit-scrollbar {
  display: none;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_floatRight .h_box .h_item {
  display: none;
  height: 326px;
  
  padding-top: 5px;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_floatRight .h_box .h_item a {
  display: block;
  line-height: 27px;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
}
.h_head .h_navWeb .h_head3 .h_1400 .h_floatRight .h_box .h_item a:hover {
  color: var(--active-color);
}
/* .h_head .h_navWeb .h_head3 .h_1400 .h_floatRight .h_box .h_item:first-child {
  display: block;
} */
.h_head .h_navApp {
  display: none;
}
.h_head .h_navApp .h_navBanner {
  background: #3D3D3D;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  height: 36px;
}
.h_head .h_navApp .h_navBanner .h_L {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
.h_head .h_navApp .h_navBanner .h_L p {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-family: Regular;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}
.h_head .h_navApp .h_navBanner .h_L p img {
  width: 20px;
}
.h_head .h_navApp .h_navBanner .h_R {
  display: flex;
  align-items: center;
  color: #fff;
  column-gap: 8px;
  font-family: Regular;
}
.h_head .h_navApp .h_navBanner .h_R a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
.h_head .h_navApp .h_navBanner .h_R a:hover {
  color: var(--active-color);
}
.h_head .h_navApp .h_navBanner .h_R a:hover img {
  filter: none;
}
.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: 54px;
}
.h_head .h_navApp .h_navTop .h_logo img {
  height: 100%;
}
.h_head .h_navApp .h_navTop .h_logo span {
  display: inline-block;
  width: 33px;
  font-size: 16px;
  font-family: MiSans-Medium, MiSans;
  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;
}
.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-family: Microsoft YaHei-Regular, Microsoft YaHei;
  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_kong {
  display: none;
}
.h_headPro {
  display: flex;
  align-items: center;
  padding: 15px 0;
  column-gap: 5%;
}
.h_headPro .h_L {
  width: 20%;
  margin-top: 10px;
}
.h_headPro .h_L img {
  width: 100%;
}
.h_headPro .h_list {
  width: 76%;
  display: flex;
  justify-content: space-between;
}
.h_headPro .h_list .h_box {
  width: 158px;
}
.h_headPro .h_list .h_box .h_img {
  border: 1px solid transparent;
  width: 100%;
}
.h_headPro .h_list .h_box .h_img img {
  width: 100%;
  transition: transform 0.3s linear;
  max-height: 100%;
}
.h_headPro .h_list .h_box .h_text {
  margin-top: 8px;
  text-align: center;
}
.h_headPro .h_list .h_box .h_text .h_title {
  font-family: Regular;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 20px;
}
.h_headPro .h_list .h_box .h_text .h_desc {
  margin-top: 4px;
  font-family: Regular;
  font-size: 12px;
  color: #999999;
}
.h_headPro .h_list .h_box:hover .h_img {
  border-color: var(--active-color);
}
.h_headPro .h_list .h_box:hover .h_img img {
  transform: scale(1.03);
}
.h_headPro .h_list .h_box:hover .h_text .h_title {
  color: var(--active-color);
}
.h_headPro .h_list .h_box:hover .h_text .h_desc {
  color: var(--active-color);
}
.h_banners{
  background: none !important;
}
.h_banners img{
  opacity: 1;
  width: 100%;
}
#h_pages {
  margin: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  --brn-height: 42px;
}
#h_pages.h_bg span {
  background-color: #F9F9F9;
}
#h_pages span {
  background-color: #fff;
  font-size: 14px;
  font-weight: 350;
  color: #666666;
  font-family: Roboto-Regular;
  line-height: calc(var(--brn-height) + 2px);
  height: var(--brn-height);
  width: var(--brn-height);
  text-align: center;
}
#h_pages span.h_btn {
  width: 73px;
}
#h_pages span.tcdNumber:hover,
#h_pages span.prevPage:hover,
#h_pages span.nextPage:hover {
  color: #fff;
  background-color: var(--active-color);
}
#h_pages span.current {
  color: #fff;
  background-color: var(--active-color);
}
#h_pages span.h_dian {
  box-shadow: none;
}
#h_pages form {
  font-size: 13px;
  font-weight: 350;
  color: #666666;
}
#h_pages form input {
  font-size: 13px;
  font-weight: 350;
  color: #666666;
  margin-left: 5px;
  padding: 0 4px;
  width: 44px;
  height: var(--brn-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: 14px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
}
.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: #777;
  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 a:hover i,
.h_dqwz span:hover i,
.h_dqwz i:hover i,
.h_dqwz h1:hover i,
.h_dqwz h2:hover i,
.h_dqwz h3:hover i {
  color: var(--active-color);
}
.h_dqwz i {
  margin: 0 2px;
}
.h_dqwz2 {
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
.h_dqwz2 .h_row {
  align-items: center;
  justify-content: space-between;
}
.h_dqwz2 .h_row .h_L {
  display: flex;
}
.h_dqwz2 .h_row .h_L a {
  line-height: 67px;
  padding: 0 32px;
  color: #3D3D3D;
}
.h_dqwz2 .h_row .h_L a h2,
.h_dqwz2 .h_row .h_L a h3 {
  font-weight: normal;
  font-family: Light;
  font-size: 18px;
}
.h_dqwz2 .h_row .h_L a:hover {
  background-color: var(--active-color);
  color: #fff;
}
.h_dqwz2 .h_row .h_L a.h_active {
  background-color: var(--active-color);
  color: #fff;
}
.h_dqwz2 .h_row .h_R {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
}
.h_dqwz2 .h_row .h_R a,
.h_dqwz2 .h_row .h_R span,
.h_dqwz2 .h_row .h_R i,
.h_dqwz2 .h_row .h_R h1,
.h_dqwz2 .h_row .h_R h2,
.h_dqwz2 .h_row .h_R h3 {
  font-size: 14px;
  font-weight: 300;
  color: #777;
  white-space: nowrap;
}
.h_dqwz2 .h_row .h_R a:last-child,
.h_dqwz2 .h_row .h_R span:last-child,
.h_dqwz2 .h_row .h_R i:last-child,
.h_dqwz2 .h_row .h_R h1:last-child,
.h_dqwz2 .h_row .h_R h2:last-child,
.h_dqwz2 .h_row .h_R h3:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.h_dqwz2 .h_row .h_R a:hover,
.h_dqwz2 .h_row .h_R span:hover,
.h_dqwz2 .h_row .h_R i:hover,
.h_dqwz2 .h_row .h_R h1:hover,
.h_dqwz2 .h_row .h_R h2:hover,
.h_dqwz2 .h_row .h_R h3:hover {
  color: var(--active-color);
}
.h_dqwz2 .h_row .h_R a:hover i,
.h_dqwz2 .h_row .h_R span:hover i,
.h_dqwz2 .h_row .h_R i:hover i,
.h_dqwz2 .h_row .h_R h1:hover i,
.h_dqwz2 .h_row .h_R h2:hover i,
.h_dqwz2 .h_row .h_R h3:hover i {
  color: var(--active-color);
}
.h_dqwz2 .h_row .h_R i {
  margin: 0 2px;
}
.h_fBox {
  background: #F9F9F9;
}
.h_fBox .h_1400 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 28px 0;
  row-gap: 28px;
}
.h_fBox .h_box {
  display: flex;
  align-items: center;
  column-gap: 23px;
}
.h_fBox .h_box .h_img {
  width: 70px;
}
.h_fBox .h_box .h_img img {
  width: 100%;
}
.h_fBox .h_box .h_text .h_title {
  font-family: Regular;
  font-size: 16px;
  color: #777777;
  line-height: 22px;
}
.h_fBox .h_box .h_text .h_desc {
  margin-top: 2px;
  font-family: Regular;
  font-size: 14px;
  color: #777777;
  line-height: 20px;
}
.h_posFixed {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.h_posFixed .h_box {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background-color: #272727;
  color: #fff;
  margin-bottom: 2px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}
.h_posFixed .h_box i {
  font-size: 20px;
}
.h_posFixed .h_box .h_hide {
  white-space: nowrap;
  height: 48px;
  position: absolute;
  transform: translate(-20px, -50%);
  visibility: hidden;
  opacity: 0;
  padding: 0 10px;
  right: 48px;
  top: 50%;
  background-color: var(--active-color);
  transition: transform 0.3s linear, opacity 0.3s linear;
}
.h_posFixed .h_box .h_hide img {
  width: 188px;
}
.h_posFixed .h_box:hover {
  background-color: var(--active-color);
}
.h_posFixed .h_box:hover .h_hide {
  opacity: 1;
  visibility: visible;
  transform: translate(-1px, -50%);
}
#h_mask {
  z-index: 100;
  background-color: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
}
.h_popup,.h_popup2 {
  z-index: 109;
  position: fixed;
  top: 46%;
  left: 50%;
  width: 400px;
  max-width: 100%;
  transform: translate(-50%, -50%) scale(0.6);
  background-color: #fff;
  border-radius: 2px;
  visibility: hidden;
  transition: transform 0.2s ease;
  font-family: Light;
}
.h_popup.h_show,.h_popup2.h_show {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.h_popup .h_t {
  line-height: 40px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--active-color);
  color: #fff;
}
.h_popup .h_t .h_title {
  font-size: 14px;
}
.h_popup .h_t i {
  cursor: pointer;
}
.h_popup form {
  padding: 10px 16px;
}
.h_popup form .h_box {
  display: flex;
  margin-bottom: 10px;
}
.h_popup form .h_box p {
  font-size: 12px;
  line-height: 30px;
  width: 58px;
}
.h_popup form .h_box input {
  width: calc(100% - 58px);
  padding: 0 6px;
  height: 30px;
  font-size: 12px;
  border: 1px solid #E6E6E6;
  font-family: Light;
}
.h_popup form .h_box textarea {
  padding: 8px 6px;
  width: calc(100% - 58px);
  border: 1px solid #E6E6E6;
  height: 80px;
  font-family: Light;
}
.h_popup form button {
  margin-left: 58px;
  width: 68px;
  height: 30px;
  color: #fff;
  background: var(--active-color);
  font-family: Light;
}
#h_loader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
}
#h_loader .h_loader {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  top: calc(50% - 52px);
  left: calc(50% - 26px);
}
#h_loader .h_loader div {
  width: 8%;
  height: 24%;
  background: var(--active-color);
  position: absolute;
  left: 50%;
  top: 30%;
  opacity: 0;
  border-radius: 50px;
  box-shadow: 0 0 3px rgba(255, 255, 255);
  animation: fade458 1s linear infinite;
}
#h_loader .h_loader .bar1 {
  transform: rotate(0deg) translate(0, -130%);
  animation-delay: 0s;
}
#h_loader .h_loader .bar2 {
  transform: rotate(30deg) translate(0, -130%);
  animation-delay: -1.1s;
}
#h_loader .h_loader .bar3 {
  transform: rotate(60deg) translate(0, -130%);
  animation-delay: -1s;
}
#h_loader .h_loader .bar4 {
  transform: rotate(90deg) translate(0, -130%);
  animation-delay: -0.9s;
}
#h_loader .h_loader .bar5 {
  transform: rotate(120deg) translate(0, -130%);
  animation-delay: -0.8s;
}
#h_loader .h_loader .bar6 {
  transform: rotate(150deg) translate(0, -130%);
  animation-delay: -0.7s;
}
#h_loader .h_loader .bar7 {
  transform: rotate(180deg) translate(0, -130%);
  animation-delay: -0.6s;
}
#h_loader .h_loader .bar8 {
  transform: rotate(210deg) translate(0, -130%);
  animation-delay: -0.5s;
}
#h_loader .h_loader .bar9 {
  transform: rotate(240deg) translate(0, -130%);
  animation-delay: -0.4s;
}
#h_loader .h_loader .bar10 {
  transform: rotate(270deg) translate(0, -130%);
  animation-delay: -0.3s;
}
#h_loader .h_loader .bar11 {
  transform: rotate(300deg) translate(0, -130%);
  animation-delay: -0.2s;
}
#h_loader .h_loader .bar12 {
  transform: rotate(330deg) translate(0, -130%);
  animation-delay: -0.1s;
}
@keyframes fade458 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
.h_footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}
.h_footer .h_footer1 {
  padding: 54px 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 20px;
}
.h_footer .h_footer1 dl {
  position: relative;
  padding-left: 30px;
}
.h_footer .h_footer1 dl .h_ch {
  font-family: Regular;
  font-size: 17px;
  color: #FFFFFF;
}
.h_footer .h_footer1 dl .h_en {
  font-family: Thin;
  font-size: 24px;
  color: #CDCDCD;
  margin: 3px 0 26px;
}
.h_footer .h_footer1 dl dd {
  margin-top: 16px;
}
.h_footer .h_footer1 dl dd a {
  font-family: Regular;
  font-size: 14px;
  color: #CDCDCD;
}
.h_footer .h_footer1 dl dd a:hover {
  color: var(--active-color);
}
.h_footer .h_footer1 dl::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 105, 8, 0.5) 0 50px, rgba(255, 255, 255, 0.2) 50px, #FFFFFF00 100%);
}
.h_footer .h_footer1 dl:first-child {
  padding-left: 0;
}
.h_footer .h_footer1 dl:first-child::before {
  display: none;
}
.h_footer .h_footer1 .h_R .h_p1 {
  font-family: Regular;
  font-size: 17px;
  color: #FFFFFF;
}
.h_footer .h_footer1 .h_R .h_tel {
  font-family: Medium;
  font-size: 40px;
  color: var(--active-color);
  line-height: 56px;
  margin-top: 5px;
}
.h_footer .h_footer1 .h_R .h_address {
  font-family: Regular;
  font-size: 15px;
  color: #CDCDCD;
  margin-top: 8px;
}
.h_footer .h_footer1 .h_R .h_line {
  margin: 30px 0;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.2;
}
.h_footer .h_footer1 .h_R .h_imgs {
  display: flex;
  column-gap: 24px;
  row-gap: 24px;
  align-items: flex-end;
}
.h_footer .h_footer1 .h_R .h_imgs .h_ewm {
  width: 80px;
}
.h_footer .h_footer1 .h_R .h_imgs .h_ewm img {
  width: 100%;
}
.h_footer .h_footer1 .h_R .h_imgs .h_ewm p {
  text-align: center;
  font-family: Light;
  font-size: 14px;
  color: #CDCDCD;
  margin-top: 6px;
}
.h_footer .h_flinks{
  display: flex;
  align-items: baseline;
  color: #fff;
  column-gap: 20px;
  margin-bottom: 20px;
}
.h_footer .h_flinks p{
  font-family: Regular;
    font-size: 17px;
    color: #FFFFFF;
    white-space: nowrap;
}
.h_footer .h_flinks .h_list{
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px;
  row-gap: 8px;
}
.h_footer .h_flinks .h_list a{
  font-family: Regular;
    font-size: 14px;
    color: #CDCDCD;
}
.h_footer .h_flinks .h_list a:hover{color: var(--active-color);}
.h_footer .h_footer2 {
  padding: 18px 0;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}
.h_footer .h_footer2 .h_1400 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 6px;
  justify-content: center;
}
.h_footer .h_footer2 .h_1400 p,
.h_footer .h_footer2 .h_1400 a {
  font-family: Light;
  font-size: 13px;
  color: #C9C9C9;
}
.h_footer .h_footer2 .h_1400 a:hover {
  color: var(--active-color);
}
@media screen and (max-width: 1400px) {
  .h_head .h_navWeb .h_head2 .h_1400 .h_navList ul {
    column-gap: 32px;
  }
  .h_head .h_navWeb .h_head2 .h_1400 .h_navList {
    column-gap: 23px;
  }
  .h_ggTitle p {
    font-size: 35px;
  }
}
@media screen and (max-width: 1280px) {
  .h_head .h_navWeb .h_head2 .h_1400 .h_logo {
    width: 190px;
  }
  .h_head .h_navWeb .h_head2 .h_1400 .h_navList ul > li > a {
    font-size: 16px;
    line-height: 78px;
  }
  .h_head .h_navWeb .h_head2 .h_1400 .h_navList ul {
    column-gap: 20px;
  }
  .h_head .h_navWeb .h_head2 .h_1400 .h_navList {
    column-gap: 20px;
  }
  .h_ggTitle p {
    font-size: 28px;
    --width: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .h_head .h_navWeb .h_head3 .h_1400 .h_all .h_list .h_item .h_hide {
    width: calc(95vw - 500px);
  }
}
@media screen and (max-width: 1024px) {
  .h_head {
    position: fixed;
    background: #fff;
  }
  .h_head .h_headTop,
  .h_head .h_navWeb {
    display: none;
  }
  .h_head .h_navApp {
    display: block;
  }
  .h_kong {
    display: block;
  }
  .h_headPro {
    display: none;
  }
  .h_row {
    --c-gap: 20;
    --r-gap: 20;
  }
  .h_fBox .h_box {
    width: 48%;
  }
  .h_footer .h_footer1 dl::before {
    display: none;
  }
  .h_footer .h_footer1 dl {
    padding-left: 0;
  }
  .h_footer .h_footer1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .h_head .h_navApp .h_navBanner {
    display: none;
  }
  .h_head.h_headDown {
    transform: none;
  }
  #h_cbl a {
    width: 50px;
    height: 50px;
  }
  #h_cbl a img {
    width: 28px;
  }
  #h_cbl a svg {
    transform: scale(0.8);
  }
  .h_ggTitle p {
    font-size: 22px;
    --width: 26px;
  }
  .h_ggTitle p::before,
  .h_ggTitle p::after {
    height: 24px;
  }
  .h_footer .h_footer1 {
    justify-content: center;
  }
  .h_footer .h_footer1 dl {
    display: none;
  }
  .h_footer .h_footer2 .h_1400 p,
  .h_footer .h_footer2 .h_1400 a {
    width: 100%;
    text-align: center;
  }
  .h_dqwz2 .h_row .h_R {
    display: none;
  }
  .h_dqwz2 .h_row .h_L {
    overflow-x: auto;
  }
  .h_dqwz2 .h_row .h_L a {
    font-size: 16px;
    white-space: nowrap;
    line-height: 58px;
  }
}
@media screen and (max-width: 480px) {
  .h_footer .h_footer1 .h_R .h_imgs{justify-content: center;}
  .h_footer .h_flinks{display: none;}
  #h_pages {
    margin: 40px 0;
  }
  .h_row {
    --c-gap: 12;
    --r-gap: 12;
  }
  .h_fBox .h_box {
    width: 100%;
    column-gap: 12px;
  }
  .h_fBox .h_box .h_img {
    width: 60px;
  }
  .h_fBox .h_box .h_text {
    width: calc(100% - 72px);
  }
  .h_fBox .h_1400 {
    row-gap: 10px;
    padding: 10px 0;
  }
  .h_dqwz2 .h_1400 {
    width: 100%;
  }
  .h_footer .h_footer1 {
    padding: 20px 0;
  }
  .h_footer .h_footer1 .h_R .h_tel{
    font-size: 32px;
  }
}


.pro_img_aaa {
  filter: grayscale(100%) brightness(45%);
}