* {
  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;
}
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;
}
img {
  vertical-align: middle;
}
.h_1400 {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
}
.h_1200 {
  max-width: 1200px;
  width: 92% !important;
  margin: 0 auto;
}
.h_1560 {
  max-width: 1560px;
  width: 92% !important;
}
.h_public {
  padding: 64px 0;
}
.overflow {
  overflow: hidden;
}
.h_head {
  z-index: 99;
  width: 100%;
  background-color: #457CF6;
  transition: top 0.5s linear;
  top: 0;
  left: 0;
}
.h_head .h_headTop {
  background-color: #fff;
}
.h_head .h_headTop .h_box1 {
  justify-content: space-between;
}
.h_head .h_headTop .h_box1 .h_L {
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  font-weight: 400;
  color: #3D3D3D;
}
.h_head .h_headTop .h_box1 .h_R {
  font-size: 14px;
  font-family: Regular;
  font-weight: 400;
  color: #3D3D3D;
  display: flex;
}
.h_head .h_headTop .h_box1 .h_R a {
  color: #3D3D3D;
  min-width: 120px;
  text-align: center;
  white-space: nowrap;
  display: block;
  padding: 10px 0;
  font-size: 15px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #333333;
}
.h_head .h_headTop .h_box1 .h_R a:hover {
  color: #457CF6;
}
.h_head .h_headTop .h_box1 .h_R a.active {
  color: #fff;
  background-color: #457CF6;
}
.h_head .h_headTop .h_box2 {
  padding: 30px 0;
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.h_head .h_headTop .h_box2 .h_1200 {
  display: flex;
  justify-content: space-between;
}
.h_head .h_headTop .h_box2 .h_1200 .h_L {
  display: flex;
  align-items: center;
}
.h_head .h_headTop .h_box2 .h_1200 .h_L .h_logoBox {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 16px;
  padding-right: 16px;
}
.h_head .h_headTop .h_box2 .h_1200 .h_L .h_logoBox::after {
  content: '';
  position: absolute;
  height: 45px;
  right: 0;
  top: calc(50% - 21px);
  width: 2px;
  background-color: #D8D8D8;
}
.h_head .h_headTop .h_box2 .h_1200 .h_L .h_logoBox img {
  width: 48px;
  margin-right: 10px;
}
.h_head .h_headTop .h_box2 .h_1200 .h_L .h_logoBox .h_text .h_ch {
  font-size: 28px;
  font-family: Regular;
  font-weight: 400;
  color: #3D3D3D;
}
.h_head .h_headTop .h_box2 .h_1200 .h_L .h_logoBox .h_text .h_en {
  font-size: 14px;
  font-family: Regular;
  font-weight: 400;
  color: #3D3D3D;
  text-align: justify;
}
.h_head .h_headTop .h_box2 .h_1200 .h_L .h_link div:first-child {
  margin-bottom: 8px;
}
.h_head .h_headTop .h_box2 .h_1200 .h_L .h_link a {
  margin-right: 16px;
  font-size: 16px;
  font-family: Regular;
  font-weight: 400;
  color: #3D3D3D;
}
.h_head .h_headTop .h_box2 .h_1200 .h_L .h_link a:hover {
  color: #457CF6;
}
.h_head .h_headTop .h_box2 .h_1200 .h_R {
  display: flex;
  align-items: center;
}
.h_head .h_headTop .h_box2 .h_1200 .h_R .h_left {
  margin-right: 16px;
  text-align: right;
}
.h_head .h_headTop .h_box2 .h_1200 .h_R .h_left .h_p1 {
  font-size: 16px;
  font-family: Regular;
  font-weight: 400;
  color: #3D3D3D;
}
.h_head .h_headTop .h_box2 .h_1200 .h_R .h_left .h_p2 {
  font-size: 24px;
  font-family: Altinn-DIN-DIN-Bold, Altinn-DIN-DIN;
  font-weight: 700;
  color: #457CF6;
  margin: 10px 0;
}
.h_head .h_headTop .h_box2 .h_1200 .h_R img {
  width: 100px;
}
.h_head .h_navWeb {
  justify-content: flex-end;
  align-items: center;
}
.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: 15px;
  font-family: Regular;
  font-weight: 400;
  color: #FFFFFF;
  padding: 18px 32px;
}
.h_head .h_navWeb .h_navList ul > li ol {
  z-index: 9;
  position: absolute;
  transition: all 0.2s;
  left: 50%;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.h_head .h_navWeb .h_navList ul > li ol > li {
  background: #fff;
  padding: 0 14px;
}
.h_head .h_navWeb .h_navList ul > li ol > li a {
  min-width: 120px;
  text-align: center;
  white-space: nowrap;
  display: block;
  padding: 10px 0;
  font-size: 15px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #333333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.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 a {
  color: #06A17E;
}
.h_head .h_navWeb .h_navList ul > li ol > li:hover a {
  color: #06A17E;
}
.h_head .h_navWeb .h_navList ul > li:hover {
  background-color: #fff;
}
.h_head .h_navWeb .h_navList ul > li:hover > a {
  color: #457CF6;
}
.h_head .h_navWeb .h_navList ul > li.h_active {
  background-color: #fff;
}
.h_head .h_navWeb .h_navList ul > li.h_active > a {
  color: #457CF6;
}
.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_navApp {
  background-color: #fff;
  overflow-x: clip;
  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 {
  display: flex;
  align-items: center;
  height: 48px;
}
.h_head .h_navApp .h_navTop .h_logo img {
  height: 38px;
  vertical-align: auto;
  margin-right: 3px;
}
.h_head .h_navApp .h_navTop .h_logo .h_text .h_ch {
  font-size: 18px;
  line-height: 23px;
  font-family: Regular;
  font-weight: 400;
  color: #3D3D3D;
}
.h_head .h_navApp .h_navTop .h_logo .h_text .h_en {
  font-size: 12px;
  line-height: 12px;
  font-family: Regular;
  font-weight: 400;
  color: #3D3D3D;
  transform: scale(0.8);
  transform-origin: left;
}
.h_head .h_navApp .h_navTop .h_menu .h_line {
  display: block;
  width: 30px;
  min-height: 3px;
  background-color: #457CF6;
  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: 68px;
  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 - 74px);
  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;
  font-size: 15px;
  font-family: Poppins-Medium, Poppins;
}
.h_head .h_navApp .h_navList ul > li .iconguanbi {
  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 .iconguanbi.h_gb {
  transform: rotate(0);
}
.h_head .h_navApp .h_navList ul > li .h_a1 {
  display: flex;
  align-items: center;
}
.h_head .h_navApp .h_navList ul > li .h_a1 i {
  margin-right: 8px;
}
.h_head .h_navApp .h_navList ul > li .h_a1 .icongouwuche1 {
  font-weight: bold;
}
.h_head .h_navApp .h_navList ul > li.h_active {
  background-color: #06A17E;
}
.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;
  font-family: Poppins-Medium, Poppins;
}
.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;
  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 img {
  width: 100%;
}
.h_banner2 {
  overflow: hidden;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_banner2 img {
  position: absolute;
  height: 100%;
  width: auto;
  min-width: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  z-index: -1;
}
.h_banner2 .h_text {
  text-align: center;
}
.h_banner2 .h_text .h_title {
  font-size: 40px;
  font-family: Bold;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.h_banner2 .h_text .h_desc {
  font-size: 24px;
  font-family: Regular;
  font-weight: 400;
  color: #FFFFFF;
}
.h_ggTitle {
  text-align: center;
}
.h_ggTitle .h_p1 {
  font-size: 13px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #3D3D3D;
  margin-bottom: 3px;
}
.h_ggTitle .h_p2 {
  font-size: 30px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: 700;
  color: #333333;
  margin-bottom: 2px;
  position: relative;
  display: inline-block;
}
.h_ggTitle .h_p2::after,
.h_ggTitle .h_p2::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  opacity: 1;
  background: #457CF6;
  top: calc(50% - 1px);
}
.h_ggTitle .h_p2::after {
  right: -110px;
}
.h_ggTitle .h_p2::before {
  left: -110px;
}
.h_ggTitle .h_p3 {
  font-size: 16px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
}
#h_fy {
  height: 68px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
}
#h_fy .pagination {
  justify-content: flex-end;
}
#h_fy .pagination li {
  margin-right: 5px;
}
#h_fy .pagination li a,
#h_fy .pagination li span {
  border: 1px solid #E7ECF3;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #71747B;
}
#h_fy .pagination li a:hover,
#h_fy .pagination li span:hover {
  color: #06A17E;
  border-color: #fff;
}
#h_fy .pagination li.active a,
#h_fy .pagination li.active span {
  color: #06A17E;
  border-color: #fff;
}
#h_fy .pagination li.disabled {
  opacity: 0;
  display: none;
}
#h_fy .pagination P {
  margin-left: 15px;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 400;
  color: #71747B;
}
#h_fy .pagination form {
  display: flex;
  align-items: center;
}
#h_fy .pagination form .h_text {
  width: 44px;
  padding: 2px;
  height: 28px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #E7ECF3;
  margin-right: 5px;
}
#h_fy .pagination form .h_btn {
  width: 43px;
  height: 28px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #E7ECF3;
  font-size: 13px;
  font-weight: 400;
  color: #71747B;
  cursor: pointer;
}
.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 {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: flex-end;
  box-shadow: inset 0 -1px #D8D8D8;
  font-size: 15px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #555555;
}
.h_dqwz a {
  font-size: 15px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #555555;
}
.h_dqwz a:hover {
  color: #457CF6;
}
.h_kong {
  height: 68px;
  display: none;
}
.h_footer {
  overflow: hidden;
  background: #363838;
}
.h_footer .h_linkList {
  padding: 48px 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
}
.h_footer .h_linkList .h_L {
  margin-right: 12px;
  font-size: 15px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  white-space: nowrap;
}
.h_footer .h_linkList .h_R {
  display: flex;
  flex-wrap: wrap;
}
.h_footer .h_linkList .h_R a {
  font-size: 15px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #B3B3B3;
  padding-right: 19px;
  margin-right: 19px;
  margin-bottom: 16px;
  position: relative;
}
.h_footer .h_linkList .h_R a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #B3B3B3;
  width: 1px;
  height: 15px;
}
.h_footer .h_linkList .h_R a:last-child::after {
  display: none;
}
.h_footer .h_linkList .h_R a:hover {
  color: #fff;
}
.h_footer .h_footer1 {
  padding: 30px 0 40px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.h_footer .h_footer1 .h_L {
  width: calc(100% - 110px);
  margin-right: 10px;
  display: flex;
}
.h_footer .h_footer1 .h_L .h_left {
  font-size: 15px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  white-space: nowrap;
  margin-right: 12px;
}
.h_footer .h_footer1 .h_L .h_right {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.h_footer .h_footer1 .h_L .h_right p {
  margin-bottom: 16px;
  width: 33%;
  font-size: 15px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #B3B3B3;
  white-space: nowrap;
}
.h_footer .h_footer1 .h_L .h_right p:last-child {
  margin-bottom: 0;
}
.h_footer .h_footer1 .h_R {
  width: 100px;
}
.h_footer .h_footer1 .h_R img {
  width: 100%;
}
.h_footer .h_footer2 {
  padding: 16px 0;
}
.h_footer .h_footer2 .h_1200 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.h_footer .h_footer2 p,
.h_footer .h_footer2 a {
  font-size: 13px;
  font-family: Poppins-Light, Poppins;
  font-weight: 400;
  color: #B3B3B3;
}
@media screen and (max-width: 1024px) {
  .h_head {
    position: fixed;
    box-shadow: 0 1px rgba(0, 0, 0, 0.1);
  }
  .h_head .h_headTop,
  .h_navWeb {
    display: none !important;
  }
  .h_head .h_navApp {
    display: block;
  }
  .h_kong {
    display: block;
  }
  .h_ggTitle .h_p2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .h_banner .h_content .h_text .h_title {
    font-size: 30px;
  }
  .h_footer .h_footer1 .h_L .h_right p {
    width: 100%;
    white-space: pre-wrap;
  }
  .h_footer .h_footer2 p,
  .h_footer .h_footer2 a {
    width: 100%;
    text-align: center;
    line-height: 23px;
  }
  .h_dqwz .h_row {
    justify-content: flex-start;
  }
  .h_links .h_p2 a {
    margin-right: 16px;
  }
  .h_public {
    padding: 40px 0;
  }
  .h_ggTitle {
    font-size: 26px;
  }
  .h_ggTitle img {
    width: 130px;
  }
  .h_banner2 .h_text .h_title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .h_banner2 .h_text .h_desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .h_footer .h_linkList,
  .h_footer .h_footer1 .h_R {
    display: none;
  }
  .h_footer .h_footer1 .h_L {
    width: 100%;
    margin-right: 0;
    flex-wrap: wrap;
  }
  .h_footer .h_footer1 .h_L .h_left {
    width: 100%;
    margin-bottom: 16px;
  }
  #h_fy .pagination {
    justify-content: center;
  }
  #h_fy .pagination li.h_row {
    display: none;
  }
}
