* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}
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_1600 {
  max-width: 1600px;
  width: 92%;
  margin: 0 auto;
}
.h_1400 {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
}
.h_1200 {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
.h_head {
  z-index: 9;
  width: 100%;
  padding-top: 6px;
  position: relative;
  background: #283E84;
}
.h_head::after {
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  background: #283E84;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s linear;
  animation: headBg 1.8s ease-out forwards;
}
.h_head .h_navWeb {
  background: linear-gradient(to right, #fff 0% 50%, transparent 50% 100%);
  box-shadow: inset 0 -5px 0 #fff;
}
.h_head .h_navWeb .h_1400 {
  justify-content: space-between;
  position: relative;
}
.h_head .h_navWeb .h_logo {
  font-size: 0;
  display: flex;
  align-items: center;
  width: 145px;
}
.h_head .h_navWeb .h_logo img {
  width: 100%;
}
.h_head .h_navWeb .h_navList {
  background: #fff;
  position: relative;
}
.h_head .h_navWeb .h_navList ul {
  flex-wrap: nowrap;
}
.h_head .h_navWeb .h_navList ul > li {
  padding: 28px 40px 24px 0;
  transition: padding 0.3s linear;
}
.h_head .h_navWeb .h_navList ul > li:last-child::after {
  display: none;
}
.h_head .h_navWeb .h_navList ul > li > a {
  font-size: 15px;
  font-family: Poppins-Regular;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  display: block;
  position: relative;
  line-height: 28px;
}
.h_head .h_navWeb .h_navList ul > li:hover > a {
  color: #283E84;
}
.h_head .h_navWeb .h_navList ul > li.h_active > a {
  color: #283E84;
}
.h_head .h_navWeb .h_navList::after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  border-top: 80px solid transparent;
  /* border-right: 15px solid transparent; */
  border-bottom: 0px solid #fff;
  border-left: 30px solid #fff;
}
.h_head .h_navWeb .h_R {
  display: flex;
}
.h_head .h_navWeb .h_R .h_left {
  display: flex;
  align-items: center;
  margin-right: 14px;
}
.h_head .h_navWeb .h_R .h_left img {
  width: 16px;
  margin-right: 6px;
}
.h_head .h_navWeb .h_R .h_left span {
  font-size: 15px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #FFFFFF;
}
.h_head .h_navWeb .h_R .h_ss {
  width: 38px;
}
.h_head .h_navWeb .h_R .h_ss img {
  width: 100%;
}
.h_head .h_navWeb .h_form {
  display: none;
  position: absolute;
  right: 0;
  background: #222222;
  padding: 0 10px;
}
.h_head .h_navWeb .h_form form {
  width: 310px;
  height: 38px;
  display: flex;
  align-items: center;
}
.h_head .h_navWeb .h_form form input {
  height: 38px;
  background: none;
  color: #fff;
  width: calc(100% - 30px);
  margin-right: 6px;
}
.h_head .h_navWeb .h_form form button {
  background: none;
}
.h_head .h_navWeb .h_form form button img {
  width: 24px;
  cursor: pointer;
}
.h_head .h_navWeb .h_form i {
  color: #fff;
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
}
.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 {
  display: flex;
  align-items: center;
  height: 45px;
  font-size: 0;
}
.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: #283E84;
}
.h_head .h_navApp .h_navTop .h_menu .h_line {
  display: block;
  width: 30px;
  min-height: 3px;
  background-color: #283E84;
  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: 65px;
  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: #283E84;
}
.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: #283E84;
}
.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: #283E84;
}
.h_head .h_navApp .h_navList ul .h_language a.h_active {
  color: #283E84;
}
.h_head .h_navApp .h_navList .h_zzc {
  display: none;
  position: fixed;
  top: 65px;
  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_ggbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.h_kong {
  height: 65px;
  display: none;
}
.h_ggbanner {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.h_ggbanner img {
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
}
.h_dqwz {
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.08);
}
.h_dqwz .h_1200 {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_dqwz .h_L {
  display: flex;
  align-items: baseline;
}
.h_dqwz .h_L .h_ch {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #283E84;
  margin-right: 6px;
}
.h_dqwz .h_L .h_en {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #BEBEBE;
}
.h_dqwz .h_R {
  display: flex;
  align-items: center;
}
.h_dqwz .h_R form {
  margin-right: 24px;
  overflow: hidden;
  border: 1px solid #EBEBEB;
  border-radius: 90px 90px 90px 90px;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.h_dqwz .h_R form input {
  height: 32px;
}
.h_dqwz .h_R form button {
  background: none;
  cursor: pointer;
}
.h_dqwz .h_R img {
  width: 16px;
  margin-right: 8px;
}
.h_dqwz .h_R a,
.h_dqwz .h_R span {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #777777;
}
.h_dqwz .h_R a {
  display: flex;
  align-items: center;
}
.h_dqwz .h_R a:hover {
  color: #283E84;
}
.h_dqwz .h_R span {
  margin-left: 8px;
}
#h_fy {
  margin: 60px 0 30px;
}
#h_fy .pagination {
  justify-content: center;
}
#h_fy .pagination li {
  margin-right: 5px;
}
#h_fy .pagination li a,
#h_fy .pagination li span {
  display: block;
  width: 30px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #fff;
  font-size: 13px;
  font-family: Normal;
  font-weight: 400;
  color: #71747B;
  box-shadow: inset 0 0 0 1px #ccc;
}
#h_fy .pagination li a i,
#h_fy .pagination li span i {
  font-size: 13px;
}
#h_fy .pagination li a:hover,
#h_fy .pagination li span:hover {
  color: #283E84;
  box-shadow: inset 0 0 0 1px #283E84;
}
#h_fy .pagination li.active a,
#h_fy .pagination li.active span {
  color: #283E84;
  box-shadow: none;
}
#h_fy .pagination > p {
  font-size: 12px;
  font-family: Normal;
  font-weight: 400;
  color: #555555;
  margin-left: 15px;
}
#h_fy .pagination form {
  margin-left: 6px;
  display: flex;
  align-items: center;
}
#h_fy .pagination form p {
  font-size: 12px;
  font-family: Normal;
  font-weight: 400;
  color: #555555;
}
#h_fy .pagination form input {
  width: 50px;
  padding: 0 0 0 6px;
  height: 28px;
  margin: 0 5px;
  border-radius: 0;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}
#h_fy .pagination form button {
  background: none;
  font-size: 12px;
  font-family: Normal;
  font-weight: 400;
  color: #555555;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #ccc;
  width: 43px;
  height: 28px;
}
#h_fy .pagination form button:hover {
  color: #fff;
  background: #283E84;
  box-shadow: none;
}
.h_footer {
  background: #283E84;
}
.h_footer .h_footer1 {
  padding: 70px 0;
  align-items: stretch;
  justify-content: space-between;
}
.h_footer .h_footer1 .h_logo {
  width: 145px;
}
.h_footer .h_footer1 .h_logo img {
  width: 100%;
}
.h_footer .h_footer1 dl:last-child {
  margin-right: 0;
}
.h_footer .h_footer1 dl dd {
  margin-bottom: 24px;
}
.h_footer .h_footer1 dl dd a {
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.h_footer .h_footer1 .h_R {
  text-align: right;
}
.h_footer .h_footer1 .h_R .h_title {
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.h_footer .h_footer1 .h_R .h_desc {
  display: flex;
  margin-bottom: 8px;
  justify-content: flex-end;
}
.h_footer .h_footer1 .h_R .h_desc img {
  width: 16px;
  margin-right: 4px;
}
.h_footer .h_footer1 .h_R .h_desc p {
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.h_footer .h_footer1 .h_R .h_phone {
  font-size: 28px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.h_footer .h_footer1 .h_R .h_icons {
  display: flex;
  justify-content: flex-end;
}
.h_footer .h_footer1 .h_R .h_icons a {
  width: 38px;
  margin-left: 12px;
  position: relative;
}
.h_footer .h_footer1 .h_R .h_icons a > img {
  width: 100%;
}
.h_footer .h_footer1 .h_R .h_icons a .h_hide {
  display: none;
  padding-top: 10px;
  position: absolute;
  left: calc(50% - 50px);
  width: 100px;
}
.h_footer .h_footer1 .h_R .h_icons a .h_hide img {
  width: 100%;
}
.h_footer .h_footer1 .h_R .h_icons a:hover .h_hide {
  display: block;
}
.h_footer .h_footer2 {
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
  padding: 16px 0;
}
.h_footer .h_footer2 .h_1400 {
  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: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .h_head .h_navWeb .h_navList ul > li {
    padding-right: 28px;
  }
}
@media screen and (max-width: 1280px) {
  .h_head .h_navWeb .h_R .h_left {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .h_head {
    padding-top: 0;
    background: #fff;
    position: fixed;
  }
  .h_head .h_navWeb {
    display: none;
  }
  .h_head .h_navApp,
  .h_kong {
    display: block;
  }
  .h_footer .h_footer1 dl {
    display: none;
  }
  .h_footer .h_footer1 .h_logo {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .h_footer .h_footer1 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 480px) {
  .h_footer .h_footer1 {
    align-items: center;
  }
  .h_footer .h_footer2 .h_1400 {
    justify-content: center;
  }
  .h_footer .h_footer1 .h_R .h_title {
    display: none;
  }
}
