* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
.h_row {
  display: flex;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
textarea {
  resize: none;
}
input,
textarea,
button {
  border: none;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}
img {
  vertical-align: middle;
}
.h_1400 {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
}
.h_1200 {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
@font-face {
  font-family: HarmonyOS Sans;
  src: url(../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Regular.ttf);
}
body {
  font-family: HarmonyOS Sans;
}
.h_header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
}
.h_header .h_pc {
  position: relative;
}
.h_header .h_pc .h_logo {
  height: 80px;
  display: flex;
  align-items: center;
}
.h_header .h_pc .h_logo img {
  height: 49px;
}
.h_header .h_pc .h_navlist {
  position: absolute;
  right: 0;
  top: 0;
}
.h_header .h_pc .h_navlist .h_btn {
  position: relative;
  margin-right: 48px;
  transition: margin 0.3s linear;
}
.h_header .h_pc .h_navlist .h_btn > a {
  white-space: nowrap;
  line-height: 80px;
  padding: 0 10px;
}
.h_header .h_pc .h_navlist .h_btn ul {
  transition: all 0.2s;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  top: 70px;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 10%);
}
.h_header .h_pc .h_navlist .h_btn ul li {
  background: #2A6FDB;
  transition: all 0.3s;
}
.h_header .h_pc .h_navlist .h_btn ul li a {
  text-align: center;
  display: block;
  line-height: 44px;
  color: #fff;
  min-width: 108px;
  padding: 0 16px;
  white-space: nowrap;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
}
.h_header .h_pc .h_navlist .h_btn ul li:hover {
  background-color: #fff;
}
.h_header .h_pc .h_navlist .h_btn ul li:hover a {
  color: #2A6FDB;
}
.h_header .h_pc .h_navlist .h_btn ul .active {
  background-color: #fff;
}
.h_header .h_pc .h_navlist .h_btn ul .active a {
  color: #2A6FDB;
}
.h_header .h_pc .h_navlist .h_btn:hover > a {
  color: #2A6FDB;
}
.h_header .h_pc .h_navlist .h_btn:hover .h_erji::before {
  display: block;
}
.h_header .h_pc .h_navlist .h_btn:hover ul {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.h_header .h_pc .h_navlist .h_active a {
  color: #2A6FDB;
}
.h_header .h_pc .h_navlist .h_R {
  padding: 0 30px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #2A6FDB;
  row-gap: 4px;
}
.h_header .h_pc .h_navlist .h_R .h_p1 {
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #FFFFFF;
}
.h_header .h_pc .h_navlist .h_R .h_p2 {
  font-size: 28px;
  font-family: Altinn-DIN-DIN, Altinn-DIN-DIN;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 28px;
}
.h_header .h_navApp {
  position: relative;
  display: none;
}
.h_header .h_navApp .h_navBanner {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
  height: 40px;
}
.h_header .h_navApp .h_navBanner .h_L a {
  margin-right: 36px;
  font-size: 13px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #666666;
}
.h_header .h_navApp .h_navBanner .h_L a img {
  width: 18px;
  margin-right: 8px;
}
.h_header .h_navApp .h_navBanner .h_L a:hover {
  color: #1258C0;
}
.h_header .h_navApp .h_navBanner .h_R {
  width: 22px;
}
.h_header .h_navApp .h_navBanner .h_R img {
  width: 100%;
}
.h_header .h_navApp .h_navTop {
  padding: 10px 12px;
  align-items: center;
  justify-content: space-between;
}
.h_header .h_navApp .h_navTop .h_logo {
  display: flex;
  align-items: center;
  height: 49px;
}
.h_header .h_navApp .h_navTop .h_logo img {
  height: 100%;
  vertical-align: auto;
}
.h_header .h_navApp .h_navTop .h_menu .h_line {
  display: block;
  width: 30px;
  min-height: 3px;
  background-color: #2A6FDB;
  margin-bottom: 5px;
  transition: ease-in-out 0.3s;
}
.h_header .h_navApp .h_navTop .h_menu .h_line:last-child {
  margin-bottom: 0;
}
.h_header .h_navApp .h_navTop .h_menu.h_active .h_line1 {
  transform: rotate(45deg);
  margin-bottom: -7px;
}
.h_header .h_navApp .h_navTop .h_menu.h_active .h_line2 {
  opacity: 0;
  transition: ease-in-out 0s;
}
.h_header .h_navApp .h_navTop .h_menu.h_active .h_line3 {
  transform: rotate(-45deg);
  margin-top: -4px;
}
.h_header .h_navApp .h_navList {
  width: 100%;
  position: absolute;
  top: 69px;
  right: -50%;
  transition: right 0.3s;
  z-index: 3;
}
.h_header .h_navApp .h_navList ul {
  position: absolute;
  right: 0;
  background-color: #fff;
  width: 50%;
  height: calc(100vh - 64px);
  z-index: 2;
  overflow: auto;
}
.h_header .h_navApp .h_navList ul > li {
  position: relative;
}
.h_header .h_navApp .h_navList ul > li > a {
  display: block;
  padding: 0 20px;
  line-height: 40px;
  width: 100%;
  font-size: 15px;
}
.h_header .h_navApp .h_navList ul > li i {
  position: absolute;
  padding: 0 10px;
  line-height: 40px;
  transform: rotate(45deg);
  transition: transform 0.3s;
  font-size: 15px;
  right: 10px;
  top: 0;
}
.h_header .h_navApp .h_navList ul > li i.h_gb {
  transform: rotate(0);
}
.h_header .h_navApp .h_navList ul > li ol {
  display: none;
  padding: 0 20px;
}
.h_header .h_navApp .h_navList ul > li ol li a {
  font-size: 15px;
  display: block;
  padding: 10px 16px;
}
.h_header .h_navApp .h_navList ul > li ol li.active a {
  color: #1258C0;
}
.h_header .h_navApp .h_navList ul > li.h_active > a {
  color: #fff;
  background-color: #1258C0;
}
.h_header .h_navApp .h_navList ul > li.h_active i {
  color: #fff;
}
.h_header .h_navApp .h_navList ul > li.h_active ol li.active a {
  color: #1258C0;
}
.h_header .h_navApp .h_navList ul .h_language {
  padding: 0 20px;
  position: relative;
}
.h_header .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_header .h_navApp .h_navList ul .h_language a img {
  width: 26px;
  margin-right: 5px;
}
.h_header .h_navApp .h_navList ul .h_language a:last-child {
  margin-right: 0;
}
.h_header .h_navApp .h_navList ul .h_language a:hover {
  color: #1258C0;
}
.h_header .h_navApp .h_navList ul .h_language a.h_active {
  color: #1258C0;
}
.h_header .h_navApp .h_navList .h_zzc {
  display: none;
  position: fixed;
  top: 69px;
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  background-color: #00000073;
  z-index: 1;
}
.h_header .h_navApp .h_navList.h_show {
  right: 0;
}
.h_header .h_navApp .h_navList.h_show .h_zzc {
  display: block;
}
.h_kong {
  position: static;
  opacity: 0;
  height: 93px;
}
.h_banner1 {
  overflow: hidden;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.h_banner1 .h_1400 {
  height: inherit;
}
.h_banner1 .h_1400 .h_text {
  margin-top: -36px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.h_banner1 .h_1400 .h_text .h_En {
  text-transform: uppercase;
  font-size: 105px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 900;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 18%, rgba(255, 255, 255, 0) 74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_banner1 .h_1400 .h_text .h_Ch {
  font-size: 35px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: -88px;
}
.h_banner1 .h_1400 .h_text .h_desc {
  font-size: 17px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #FFFFFF;
  line-height: 26px;
  margin-top: 14px;
}
.h_banner2 {
  overflow: hidden;
  position: relative;
  background: #2A6FDB;
}
.h_banner2 .h_box {
  height: 520px;
  justify-content: space-between;
  align-items: center;
}
.h_banner2 .h_box .h_L {
  width: 57%;
}
.h_banner2 .h_box .h_L .h_title {
  font-size: 35px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
.h_banner2 .h_box .h_L .h_title::after {
  position: absolute;
  content: attr(data-En);
  font-size: 105px;
  text-transform: uppercase;
  font-weight: 900;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 18%, rgba(255, 255, 255, 0) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 80px;
  bottom: 0;
}
.h_banner2 .h_box .h_L .h_desc {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 30px;
}
.h_banner2 .h_box .h_L .h_desc:last-child {
  margin-bottom: 0;
}
.h_banner2 .h_box .h_R {
  width: 35%;
}
.h_banner2 .h_box .h_R img {
  width: 100%;
}
.h_banner3 {
  overflow: hidden;
  position: relative;
}
.h_banner3 > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  min-width: 100%;
  z-index: -1;
}
.h_banner3 .h_box {
  padding: 48px 0;
  text-align: center;
}
.h_banner3 .h_box .h_title {
  position: relative;
  display: inline-block;
  border: 3px solid #FFFFFF;
  border-bottom: none;
  padding: 24px 98px 8px;
  font-size: 32px;
  color: #FFFFFF;
}
.h_banner3 .h_box .h_title::after,
.h_banner3 .h_box .h_title::before {
  content: '';
  display: block;
  width: 32px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
.h_banner3 .h_box .h_title::after {
  left: 0;
}
.h_banner3 .h_box .h_title::before {
  right: 0;
}
.h_banner3 .h_box .h_line {
  height: 1px;
  width: 180px;
  background-color: #fff;
  margin: 8px auto;
}
.h_banner3 .h_box .h_desc {
  text-transform: uppercase;
  color: #FFFFFF;
}
.h_banner4 {
  overflow: hidden;
  position: relative;
}
.h_banner4 > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  min-width: 100%;
  z-index: -1;
}
.h_banner4 .h_box {
  padding: 11.5% 0;
}
.h_banner4 .h_box .h_titleCh {
  color: #333;
  font-size: 40px;
}
.h_banner4 .h_box .h_titleEn {
  text-transform: uppercase;
  color: #777;
  font-size: 22px;
}
.h_ggTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.h_ggTitle .h_title {
  font-size: 26px;
  margin-bottom: 16px;
  color: #333333;
}
.h_ggTitle .h_line {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #2A6FDB;
}
.h_dqwz {
  padding: 15px 0;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.h_dqwz .h_row {
  justify-content: end;
  align-items: center;
}
.h_dqwz .h_row a {
  display: flex;
  align-items: center;
}
.h_dqwz .h_row a img {
  width: 14px;
}
.h_dqwz .h_row span {
  white-space: nowrap;
  margin: 0 4px;
  font-size: 12px;
  color: #777;
}
.h_dqwz .h_row span i {
  font-size: 12px;
  color: #777;
}
.h_dqwz .h_row > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.h_xfzx {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99;
  background-color: #fff;
}
.h_xfzx .h_list {
  padding: 0 11px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.11) 0% 3%, rgba(0, 0, 0, 0) 23% 94%);
}
.h_xfzx .h_list .h_box {
  border-bottom: 1px solid #DEDEDE;
  padding: 11px 0 2px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
  position: relative;
}
.h_xfzx .h_list .h_box:last-child {
  border: none;
}
.h_xfzx .h_list .h_box p {
  font-size: 12px;
  color: #626262;
}
.h_xfzx .h_list .h_box:hover p {
  color: #2A6FDB;
}
.h_xfzx .h_list .h_box .h_hide {
  display: none;
}
.h_xfzx .h_list .h_box p.h_hide {
  font-size: 16px;
  padding: 10px 20px;
  white-space: nowrap;
  position: absolute;
  left: -158px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2A6FDB;
  color: #fff;
}
.h_xfzx .h_list .h_box .h_ewm {
  width: 100px;
  position: absolute;
  left: -110px;
  top: -16px;
}
#h_fy {
  width: 100%;
  margin: 60px 0;
  display: flex;
  justify-content: flex-end;
}
#h_fy a,
#h_fy 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;
  margin: 0 3px;
}
#h_fy a i,
#h_fy span i {
  font-size: 0;
}
#h_fy a i::before,
#h_fy span i::before {
  font-size: 13px;
}
#h_fy a:hover,
#h_fy span:hover {
  color: #2A6FDB;
  box-shadow: inset 0 0 0 1px #2A6FDB;
}
#h_fy a.current,
#h_fy span.current {
  box-shadow: inset 0 0 0 1px #2A6FDB;
  background: #2A6FDB;
  color: #fff;
}
#h_fy li {
  height: 28px;
}
#h_fy li form {
  font-size: 13px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #71747B;
  margin-left: 20px;
}
#h_fy li input {
  font-size: 14px;
  border: none;
  color: #333;
  margin-left: 5px;
}
#h_fy li input.li-input {
  width: 60px;
  height: 28px;
  box-shadow: inset 0 0 0 1px #ccc;
  border-radius: 0;
  padding: 0 4px;
}
#h_fy li input.submit-input {
  background: #fff;
  cursor: pointer;
  width: 43px;
  height: 28px;
  box-shadow: inset 0 0 0 1px #ccc;
  border-radius: 0;
  font-size: 13px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #71747B;
}
#h_fy li input.submit-input:hover {
  color: #2A6FDB;
  box-shadow: inset 0 0 0 1px #2A6FDB;
}
#h_fy li input:focus-visible {
  outline: none;
}
.yysm {
  background: #2A6FDB;
}
.yysm .h_1400 {
  align-items: center;
  justify-content: space-between;
  padding: 56px 0;
}
.yysm .h_1400 .h_L {
  width: 532px;
}
.yysm .h_1400 .h_L .h_p1 {
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.yysm .h_1400 .h_L .h_p2 {
  font-size: 38px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 7px;
}
.yysm .h_1400 .h_L .h_p3 {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #FFFFFF;
}
.yysm .h_1400 .h_L a {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  line-height: 50px;
  background: #FFAD1C;
  border-radius: 2px 2px 2px 2px;
}
.yysm .h_1400 .h_L a img {
  width: 22px;
}
.yysm .h_1400 .h_L a span {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 12px;
}
.yysm .h_1400 .h_line {
  width: 1px;
  height: 248px;
  opacity: 0.5;
  background: #fff;
}
.yysm .h_1400 .h_R {
  width: 52%;
}
.yysm .h_1400 .h_R .h_title {
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.yysm .h_1400 .h_R form {
  display: flex;
  column-gap: 12px;
  row-gap: 12px;
  flex-wrap: wrap;
}
.yysm .h_1400 .h_R form input {
  height: 52px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px 2px 2px 2px;
  width: calc(50% - 6px);
  padding: 0 18px;
  font-size: 14px;
  color: #fff;
}
.yysm .h_1400 .h_R form input.content {
  width: 100%;
}
.yysm .h_1400 .h_R form button {
  height: 52px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #2A6FDB;
  cursor: pointer;
  width: 100%;
}
.h_footer {
  background-color: #1B1F2B;
}
.h_footer .h_footer1 {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 10%;
}
.h_footer .h_footer1 .h_box {
  /*width: calc(33.3333% - 100px);*/
  max-width: 42%;
  color: #fff;
}
.h_footer .h_footer1 .h_box .h_title {
  height: 45px;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
}
.h_footer .h_footer1 .h_box .h_list {
  row-gap: 24px;
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
}
.h_footer .h_footer1 .h_box .h_list a {
  color: #fff;
  width: 25%;
  font-size: 14px;
}
.h_footer .h_footer1 .h_box .h_list a:nth-child(4n),
.h_footer .h_footer1 .h_box .h_list a:nth-child(4n-1) {
  text-align: right;
}
.h_footer .h_footer1 .h_box .h_list .h_msg {
  width: 100%;
  display: flex;
  align-items: flex-start;
  column-gap: 7px;
}
.h_footer .h_footer1 .h_box .h_list .h_msg img {
  width: 20px;
}
.h_footer .h_footer1 .h_box .h_list .h_msg p {
  width: calc(100% - 27px);
  font-size: 14px;
}
.h_footer .h_footer1 .h_box .h_list .h_img {
  text-align: center;
}
.h_footer .h_footer1 .h_box .h_list .h_img img {
  width: 120px;
}
.h_footer .h_footer1 .h_box .h_list .h_img p {
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #FFFFFF;
  margin-top: 12px;
  white-space: nowrap;
}
.h_footer .h_footer1 .h_box:last-child .h_title {
  box-shadow: none;
}
.h_footer .h_footer1 .h_box:last-child .h_list {
  column-gap: 25px;
  margin-top: 0;
}
.h_footer .h_footer2 {
  line-height: 50px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}
.h_footer .h_footer2 .h_row {
  justify-content: space-between;
}
.h_footer .h_footer2 .h_row p,
.h_footer .h_footer2 .h_row a {
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .h_header .h_pc .h_navlist .h_btn {
    margin-right: 30px;
  }
  .h_header .h_pc .h_navlist .h_R .h_p2 {
    font-size: 22px;
    line-height: normal;
  }
}
@media screen and (max-width: 1280px) {
  .h_header .h_pc .h_navlist .h_R,
  .yysm .h_1400 .h_line {
    display: none;
  }
  .h_footer .h_footer1 .h_box {
    /*width: 28%;*/
    max-width: 36%;
  }
}
@media screen and (max-width: 1024px) {
  .h_header .h_pc {
    display: none;
  }
  .h_header .h_navApp {
    display: block;
  }
  .yysm .h_1400 .h_L {
    padding-right: 4%;
  }
  .yysm .h_1400 .h_R {
    padding-left: 4%;
  }
  .h_footer1 .h_1400 {
    flex-direction: column;
  }
  .h_footer .h_footer1 .h_1400 .h_L,
  .h_footer .h_footer1 .h_1400 .h_R {
    width: 100%;
  }
  .h_footer .h_footer1 .h_1400 .h_L {
    margin-bottom: 5%;
  }
  .h_banner2 .h_box .h_L {
    width: 100%;
  }
  .h_banner2 .h_box .h_R {
    display: none;
  }
  .h_footer .h_footer1{column-gap:none;}
  .h_footer .h_footer1 .h_box {
    width: 46%;max-width: none;
  }
  .h_footer .h_footer1 .h_box:last-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .h_header {
    position: fixed;
  }
  body {
    overflow-x: hidden;
  }
  body {
    padding-top: 69px;
  }
  .h_row {
    flex-wrap: wrap;
  }
  .h_banner2 .h_box .h_L .h_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .h_banner2 .h_box .h_L .h_desc {
    font-size: 18px;
    line-height: 28px;
  }
  .yysm .h_1400 .h_L .h_p2 {
    font-size: 30px;
  }
  .yysm .h_1400 {
    padding: 40px 0;
  }
  .yysm .h_1400 .h_L a {
    margin-top: 30px;
  }
  .yysm .h_1400 .h_R {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .h_footer .h_footer1 .h_box .h_list {
    margin-top: 26px;
    row-gap: 14px;
  }
  .h_footer .h_footer1 .h_box .h_title {
    height: 34px;
  }
  .h_footer .h_footer1 {
    flex-wrap: wrap;
    padding: 60px 0;
    row-gap: 30px;
  }
  .h_footer .h_footer1 .h_box {
    width: 100%;
  }
  .h_footer .h_footer2 {
    line-height: normal;
    padding: 16px 0;
  }
  .h_footer .h_footer2 .h_row {
    height: 100%;
    justify-content: center;
  }
  .h_banner1 .h_1400 .h_text .h_En {
    font-size: 80px;
    white-space: nowrap;
  }
  .h_banner1 .h_1400 .h_text .h_Ch {
    font-size: 30px;
    margin-top: -36px;
  }
  .h_banner1 .h_1400 .h_text .h_desc {
    font-size: 16px;
    margin-top: 8px;
    text-align: center;
  }
  .h_banner2 .h_box .h_L .h_title::after {
    font-size: 88px;
  }
}
@media screen and (max-width: 480px) {
  .h_banner2 .h_box .h_L .h_title::after {
    font-size: 60px;
    line-height: normal;
  }
  .yysm .h_1400 .h_L .h_p2,
  .h_ggTitle .h_title {
    font-size: 24px;
  }
  .yysm .h_1400 .h_R .h_title {
    font-size: 18px;
  }
  .yysm .h_1400 .h_R form input {
    width: 100%;
  }
  #h_fy li {
    display: none;
  }
  #h_fy {
    margin: 24px 0 40px;
  }
  .h_banner1 .h_1400 .h_text .h_Ch {
    font-size: 28px;
  }
}
