* {
  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;
}
button {
  background-color: transparent;
}
.h_1400 {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
}
.h_1200 {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
html,
body {
  overflow-x: hidden;
}
.h_head {
  width: 100%;
  background-color: #fff;
}
.h_head.h_background {
  background-color: #17868db3;
}
.h_head .h_navWeb {
  justify-content: space-between;
  align-items: baseline;
  padding: 22px 0;
}
.h_head .h_navWeb .h_logo {
  width: 296px;
}
.h_head .h_navWeb .h_logo img {
  width: 100%;
}
.h_head .h_navWeb .h_navList {
  justify-content: flex-end;
  width: calc(100% - 296px);
}
.h_head .h_navWeb .h_navList ul {
  justify-content: flex-end;
}
.h_head .h_navWeb .h_navList ul > li {
  position: relative;
}
.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: #333333;
  padding: 0 20px;
  position: relative;
}
.h_head .h_navWeb .h_navList ul > li > a::after {
  content: '';
  width: 2px;
  height: 12px;
  background: #3D3D3D;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}
.h_head .h_navWeb .h_navList ul > li.h_active > a {
  color: #174DE3;
}
.h_head .h_navWeb .h_navList ul > li:hover > a {
  color: #174DE3;
}
.h_head .h_navWeb .h_navList ul > li:last-child a::after {
  display: none;
}
.h_head .h_navWeb .h_navList .h_language {
  padding-left: 20px;
  position: relative;
}
.h_head .h_navWeb .h_navList .h_language > a {
  position: relative;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
  white-space: nowrap;
}
.h_head .h_navWeb .h_navList .h_language > a img {
  width: 26px;
  margin-right: 5px;
}
.h_head .h_navWeb .h_navList .h_language > a::after {
  content: '';
  border-top: 8px solid #3D3D3D;
  border-right: 5px solid rgba(41, 61, 61, 0);
  border-left: 5px solid rgba(61, 61, 61, 0);
  position: absolute;
  right: -17px;
  top: calc(50% - 4px);
}
.h_head .h_navWeb .h_navList .h_language ul {
  padding-top: 8px;
  position: absolute;
  display: none;
  z-index: 9;
}
.h_head .h_navWeb .h_navList .h_language ul a {
  white-space: nowrap;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
  margin-bottom: 8px;
}
.h_head .h_navWeb .h_navList .h_language ul a img {
  width: 26px;
  margin-right: 5px;
}
.h_head .h_navWeb .h_navList .h_language ul a:hover {
  color: #174DE3;
}
.h_head .h_navWeb .h_navList .h_language:hover ul {
  display: block;
}
.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: #174DE3;
  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: 100%;
  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: #174DE3;
}
.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: #174DE3;
}
.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: #174DE3;
}
.h_head .h_navApp .h_navList ul .h_language a.h_active {
  color: #174DE3;
}
.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_kong {
  height: 64px;
  display: none;
}
.h_ggTitle {
  font-size: 28px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #333333;
  position: relative;
  padding-bottom: 18px;
  text-align: center;
}
.h_ggTitle::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 32px;
  height: 5px;
  background: #174DE3;
}
.h_ggTitle::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 290px;
  height: 3px;
  background: #EEEEEE;
}
.h_ggBanner {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.h_ggBanner img {
  position: absolute;
  height: 100%;
  top: 0;
}
.h_ggBanner .h_1200 {
  position: relative;
  width: 100%;
  height: 100%;
}
.h_ggBanner .h_1200 .h_box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.h_ggBanner .h_1200 .h_box .h_p1 {
  font-size: 80px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  line-height: 120px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_ggBanner .h_1200 .h_box .h_p2 {
  margin-top: -50px;
  font-size: 45px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #FFFFFF;
}
.h_ggBanner .h_1200 .h_box .h_p3 {
  font-size: 17px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
#h_fy {
  margin: 60px 0;
}
#h_fy .pagination {
  justify-content: center;
}
#h_fy .pagination li {
  margin-right: 10px;
}
#h_fy .pagination li a,
#h_fy .pagination li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
}
#h_fy .pagination li a:hover,
#h_fy .pagination li span:hover {
  background: #174DE3;
  color: #fff;
}
#h_fy .pagination li.active a,
#h_fy .pagination li.active span {
  background: #174DE3;
  color: #fff;
}
#h_fy .pagination li.disabled {
  opacity: 0;
}
.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;
}
.h_dqwz {
  padding: 16px 0;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
.h_dqwz .h_row {
  justify-content: flex-end;
}
.h_dqwz a {
  display: flex;
  align-items: center;
}
.h_dqwz img {
  width: 16px;
}
.h_dqwz span {
  margin: 0 4px;
  font-size: 15px;
  color: #A0A0A0;
}
.h_dqwz span:hover {
  color: #174DE3;
}
.h_dqwz span i {
  font-size: 15px;
}
.h_footer {
  background: #1D2327;
}
.h_footer .h_footer1 {
  padding: 50px 0;
  justify-content: space-between;
  align-items: flex-start;
}
.h_footer .h_footer1 .h_L {
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.h_footer .h_footer1 .h_L dl dt a,
.h_footer .h_footer1 .h_L dl dd a {
  color: #fff;
}
.h_footer .h_footer1 .h_L dl dt a:hover,
.h_footer .h_footer1 .h_L dl dd a:hover {
  color: #174DE3;
}
.h_footer .h_footer1 .h_L dl dt {
  margin-bottom: 24px;
}
.h_footer .h_footer1 .h_L dl dt a {
  font-size: 17px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
}
.h_footer .h_footer1 .h_L dl dd {
  margin-bottom: 16px;
}
.h_footer .h_footer1 .h_L dl dd a {
  font-size: 15px;
  font-family: MiSans-Light, MiSans;
  font-weight: 300;
}
.h_footer .h_footer1 .h_L dl img {
  width: 168px;
  height: 168px;
}
.h_footer .h_footer1 .h_L dl P {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 16px;
  text-align: center;
}
.h_footer .h_footer1 .h_L dl#h_lxwm {
  width: 30%;
}
.h_footer .h_footer1 .h_R {
  width: 132px;
}
.h_footer .h_footer1 .h_R img {
  width: 100%;
}
.h_footer .h_footer1 .h_R p {
  font-size: 15px;
  font-family: MiSans-Light, MiSans;
  font-weight: 300;
  color: #FFFFFF;
  margin-top: 12px;
  text-align: center;
}
.h_footer .h_footer2 {
  border-top: 1px solid rgba(216, 216, 216, 0.1);
  padding: 16px 0;
}
.h_footer .h_footer2 .h_row {
  justify-content: space-between;
}
.h_footer .h_footer2 .h_row p,
.h_footer .h_footer2 .h_row a,
.h_footer .h_footer2 .h_row span {
  font-size: 13px;
  font-family: MiSans-Light, MiSans;
  font-weight: 300;
  color: #FFFFFF;
}
.h_footer .h_footer2 .h_row a:hover {
  color: #174DE3;
}
@media screen and (max-width: 767px) {
  .h_head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .h_head .h_navWeb {
    display: none;
  }
  .h_head .h_navApp,
  .h_kong {
    display: block;
  }
  .h_ggTitle {
    font-size: 22px;
  }
  .h_ggBanner {
    height: 300px;
  }
  .h_ggBanner .h_1200 .h_box {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
  }
  .h_ggBanner .h_1200 .h_box .h_p1 {
    font-size: 40px;
  }
  .h_ggBanner .h_1200 .h_box .h_p2 {
    font-size: 25px;
    margin-top: -60px;
  }
  .h_ggBanner .h_1200 .h_box .h_p3 {
    font-size: 16px;
  }
  .h_dqwz .h_row {
    justify-content: flex-start;
  }
  .h_footer .h_footer1 .h_L dl:nth-child(1),
  .h_footer .h_footer1 .h_L dl:nth-child(2),
  .h_footer .h_footer1 .h_L dl:nth-child(3) {
    display: none;
  }
  .h_footer .h_footer1 .h_L dl#h_lxwm {
    width: calc(100% - 130px);
  }
  .h_footer .h_footer1 .h_L dl:last-child {
    text-align: center;
  }
  .h_footer .h_footer1 .h_L dl img {
    width: 110px;
    height: 120px;
  }
  .h_footer .h_footer1 .h_L dl P {
    font-size: 12px;
  }
  .h_footer .h_footer2 .h_row {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px){
    
}
