* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
.h_row {
  display: flex;
  align-items: center;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
textarea {
  resize: none;
}
input,
textarea,
button {
  border: none;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
img {
  vertical-align: middle;
}
.h_1400 {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
}
.h_1200 {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
.h_head {
  position: fixed;
  z-index: 9;
  width: 100%;
}
.h_head.h_background {
  background-color: #17868db3;
}
.h_head .h_navWeb {
  justify-content: space-between;
  align-items: baseline;
  padding: 30px 0;
}
.h_head .h_navWeb .h_logo {
  width: 188px;
}
.h_head .h_navWeb .h_logo img {
  width: 100%;
}
.h_head .h_navWeb .h_navList {
  justify-content: flex-end;
  width: calc(100% - 188px);
}
.h_head .h_navWeb .h_navList ul {
  justify-content: flex-end;
}
.h_head .h_navWeb .h_navList ul > li {
  position: relative;
  padding: 0 24px 0;
}
.h_head .h_navWeb .h_navList ul > li > a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding: 12px 0;
  position: relative;
}
.h_head .h_navWeb .h_navList ul > li > a::after,
.h_head .h_navWeb .h_navList ul > li > a::before {
  content: '';
  height: 1px;
  position: absolute;
  background-color: #fff;
  left: 0;
  transform: scaleX(0);
}
.h_head .h_navWeb .h_navList ul > li > a::after {
  width: 1rem;
  bottom: 5px;
  transition: transform 0.3s 0.5s;
  transform-origin: right;
}
.h_head .h_navWeb .h_navList ul > li > a::before {
  width: 3rem;
  bottom: 2px;
  transition: transform 0.5s;
  transform-origin: left;
}
.h_head .h_navWeb .h_navList ul > li > a:hover::after,
.h_head .h_navWeb .h_navList ul > li > a:hover::before {
  transform: scaleX(1);
}
.h_head .h_navWeb .h_navList ul > li ol {
  position: absolute;
  transition: all 0.2s;
  left: 50%;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10%);
}
.h_head .h_navWeb .h_navList ul > li ol > li {
  background: #17868D;
  padding: 0 14px;
}
.h_head .h_navWeb .h_navList ul > li ol > li a {
  text-align: center;
  white-space: nowrap;
  display: block;
  padding: 12px 0;
  color: #fff;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}
.h_head .h_navWeb .h_navList ul > li ol > li:last-child a {
  border-bottom: none;
}
.h_head .h_navWeb .h_navList ul > li ol > li.active {
  background: #FFFFFF;
}
.h_head .h_navWeb .h_navList ul > li ol > li.active a {
  color: #3D3D3D;
}
.h_head .h_navWeb .h_navList ul > li ol > li:hover {
  background: #FFFFFF;
}
.h_head .h_navWeb .h_navList ul > li ol > li:hover a {
  color: #3D3D3D;
}
.h_head .h_navWeb .h_navList ul > li.h_active > a::after,
.h_head .h_navWeb .h_navList ul > li.h_active > a::before {
  transform: scaleX(1);
}
.h_head .h_navWeb .h_navList ul > li:hover ol {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.h_head .h_navWeb .h_navList .h_language {
  padding-left: 8px;
  position: relative;
}
.h_head .h_navWeb .h_navList .h_language::after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
}
.h_head .h_navWeb .h_navList .h_language a {
  padding: 1px 12px;
  border: 1px solid #fff;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 16px;
}
.h_head .h_navWeb .h_navList .h_language a:hover {
  background: #17868D;
  border-color: #17868D;
}
.h_head .h_navWeb .h_navList .h_language a.h_active {
  background: #17868D;
  border-color: #17868D;
}
.h_head .h_navApp {
  position: relative;
  display: none;
}
.h_head .h_navApp .h_navTop {
  padding: 10px 4%;
  justify-content: space-between;
}
.h_head .h_navApp .h_navTop .h_logo {
  height: 44px;
}
.h_head .h_navApp .h_navTop .h_logo img {
  height: 100%;
  vertical-align: auto;
}
.h_head .h_navApp .h_navTop .h_menu .h_line {
  display: block;
  width: 30px;
  min-height: 3px;
  background-color: #fff;
  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 {
  width: 100%;
  position: absolute;
  top: 64px;
  right: -50%;
  transition: right 0.3s;
  z-index: 3;
}
.h_head .h_navApp .h_navList ul {
  position: absolute;
  right: 0;
  background-color: #fff;
  width: 50%;
  height: calc(100vh - 64px);
  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: calc(100% - 80px);
  font-size: 15px;
}
.h_head .h_navApp .h_navList ul > li i {
  position: absolute;
  padding: 10px;
  transform: rotate(45deg);
  transition: transform 0.3s;
  font-size: 15px;
  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.h_active {
  background-color: #17868D;
}
.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 ol {
  display: none;
}
.h_head .h_navApp .h_navList ul > li ol li a {
  font-size: 15px;
  display: block;
  padding: 10px 16px;
}
.h_head .h_navApp .h_navList ul > li ol li.active a {
  color: #17868D;
}
.h_head .h_navApp .h_navList ul .h_language {
  padding: 10px 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.h_head .h_navApp .h_navList ul .h_language a {
  white-space: nowrap;
  padding: 2px 14px;
  border: 1px solid #17868D;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #17868D;
  margin-right: 18px;
}
.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: #fff;
  background: #17868D;
  border-color: #17868D;
}
.h_head .h_navApp .h_navList ul .h_language a.h_active {
  color: #fff;
  background: #17868D;
  border-color: #17868D;
}
.h_head .h_navApp .h_navList .h_zzc {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  background-color: #00000073;
  z-index: 1;
}
.h_head .h_navApp .h_navList.h_show {
  right: 0;
}
.h_head .h_navApp .h_navList.h_show .h_zzc {
  display: block;
}
.h_banner {
  position: relative;
}
.h_banner img {
  width: 100%;
}
.h_banner .h_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 480px;
}
.h_banner .h_text p {
  text-align: center;
}
.h_banner .h_text .h_descCh {
  font-size: 20px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.h_banner .h_text .h_title {
  font-size: 60px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 60px;
}
.h_banner .h_text .h_title::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 6px;
  background: #F2E562;
  border-radius: 30px 30px 30px 30px;
  left: 50%;
  transform: translate(-50%);
  bottom: -20px;
}
.h_banner .h_text .h_descEn {
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
}
.h_cbl {
  position: fixed;
  z-index: 4;
  top: 40%;
  right: 4%;
}
.h_cbl .h_box {
  width: 40px;
  height: 40px;
  background: #3D3D3D;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  margin-bottom: 4px;
  position: relative;
  display: block;
}
.h_cbl .h_box .h_show{
  /* transition: transform .3s; */
  width: 100%;
}
.h_cbl .h_box:hover .h_show{
  transform: scale(1.1);
}
.h_cbl .h_box .h_hide{
  display: none;
  top: -30px;
  width: 100px;
  left: -110px;
  position: absolute;
}
.h_dqwz {
  padding: 16px 0;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
.h_dqwz a {
  display: flex;
  align-items: center;
}
.h_dqwz span {
  margin: 0 4px;
  font-size: 15px;
  color: #A0A0A0;
text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;  
}
.h_dqwz span:hover {
  color: #17868D;
}
.h_dqwz span i {
  font-size: 15px;
}
.h_footer {
  background: #17868D;
}
.h_footer .h_footer1 {
  padding: 70px 0;
  align-items: stretch;
  justify-content: space-between;
}
.h_footer .h_footer1 .h_L .h_logo {
  width: 188px;
  margin-bottom: 30px;
}
.h_footer .h_footer1 .h_L .h_logo img {
  width: 100%;
}
.h_footer .h_footer1 .h_L .h_p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}
.h_footer .h_footer1 .h_L .h_p img {
  width: 20px;
  margin-right: 7px;
}
.h_footer .h_footer1 .h_L .h_p p {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.h_footer .h_footer1 .h_C {
  margin: 0 2%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.h_footer .h_footer1 .h_R {
  width: 55%;
  align-items: flex-start;
  justify-content: space-between;
}
.h_footer .h_footer1 .h_R dl dt {
  margin-bottom: 16px;
}
.h_footer .h_footer1 .h_R dl dt a {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.h_footer .h_footer1 .h_R dl dd {
  margin-bottom: 12px;
}
.h_footer .h_footer1 .h_R dl dd a {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 8px;
  position: relative;
}
.h_footer .h_footer1 .h_R dl dd a:last-child {
  margin-right: 0;
}
.h_footer .h_footer1 .h_R dl dd a img {
  width: 40px;
  height: 40px;
}
.h_footer .h_footer1 .h_R dl dd a .h_hide {
  display: none;
  position: absolute;
  top: 42px;
  width: 100px;
  height: 100px;
  left: -50px;
}
.h_footer .h_footer2 {
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.302);
  padding: 16px 0;
}
.h_footer .h_footer2 .h_1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_footer .h_footer2 p,
.h_footer .h_footer2 a {
  font-size: 13px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 1280px) {
  .h_banner .h_text .h_title {
    font-size: 40px;
  }
  .h_head .h_navWeb .h_navList ul > li {
    padding: 0 18px 0;
  }
}
@media screen and (max-width: 1024px) {
  .h_head {
    box-shadow: none;
  }
  .h_head .h_headTop,
  .h_navWeb {
    display: none;
  }
  .h_head .h_navApp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .h_banner img {
    height: 400px;
    width: auto;
  }
  .h_banner .h_text .h_title {
    font-size: 32px;
    margin-bottom: 34px;
  }
  .h_banner .h_text .h_descCh {
    font-size: 18px;
  }
  .h_banner .h_text .h_title::after {
    width: 50px;
    height: 4px;
    background: #F2E562;
    bottom: -12px;
  }
  .h_footer .h_footer1 {
    flex-wrap: wrap;
  }
  .h_footer .h_footer1 .h_L,
  .h_footer .h_footer1 .h_C,
  .h_footer .h_footer1 .h_R {
    width: 100%;
  }
  .h_footer .h_footer1 .h_C {
    height: 1px;
    margin: 20px 0 34px;
  }
}
@media screen and (max-width: 480px) {
  .h_banner .h_text {
    width: 90%;
  }
  .h_footer .h_footer1 .h_C,
  .h_footer .h_footer1 .h_R dl {
    display: none;
  }
  .h_footer .h_footer1 .h_R dl:last-child {
    display: block;
  }
  .h_footer .h_footer1 .h_R dl:last-child dt {
    display: none;
  }
  .h_footer .h_footer2 .h_1400 {
    flex-direction: column;
  }
}
