* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
.h_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
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;
}
@font-face {
  font-family: HarmonyOS Sans;
  src: url(../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Regular.ttf);
}
body {
  font-family: HarmonyOS Sans;
}
.h_heade {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.h_heade .h_pc {
  padding: 0 8%;
}
.h_heade .h_pc .h_nav {
  width: 100%;
}
.h_heade .h_pc .h_nav .h_btnbox{
    width: calc(90% - 220px);
}
.h_heade .h_pc .h_nav .h_btn {
  position: relative;
  padding: 36px 0;
}
.h_heade .h_pc .h_nav .h_btn a {
  white-space: nowrap;
}
.h_heade .h_pc .h_nav .h_btn .h_erji::before {
  content: '';
  /*display: none;*/
  border-top: 8px solid #E7113B;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom .3s;
}
.h_heade .h_pc .h_nav .h_btn ul {
  transition: all 0.2s;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  top: 86px;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 10%);
}
.h_heade .h_pc .h_nav .h_btn ul li {
  background: #E7113B;
  text-align: center;
  display: grid;
  justify-items: center;
  transition: all 0.3s;
}
.h_heade .h_pc .h_nav .h_btn ul li a {
  display: inline-block;
  padding: 14px 16px;
  color: #fff;
}
.h_heade .h_pc .h_nav .h_btn ul li .h_line {
  display: inline-block;
  height: 1px;
  width: 80%;
  background: rgba(255, 255, 255, 0.2);
}
.h_heade .h_pc .h_nav .h_btn ul li:hover {
  background-color: #fff;
}
.h_heade .h_pc .h_nav .h_btn ul li:hover a {
  color: #E7113B;
}
.h_heade .h_pc .h_nav .h_btn ul .active {
  background-color: #fff;
}
.h_heade .h_pc .h_nav .h_btn ul .active a {
  color: #E7113B;
}
.h_heade .h_pc .h_nav .h_btn:hover > a {
  color: #E7113B;
}
.h_heade .h_pc .h_nav .h_btn:hover .h_erji::before {
  display: block;
  bottom: 14px;
}
.h_heade .h_pc .h_nav .h_btn:hover ul {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.h_heade .h_pc .h_nav .h_active a {
  color: #E7113B;
}
.h_heade .h_pc .h_nav .h_R img {
  width: 40px;
  margin-right: 8px;
}
.h_heade .h_pc .h_nav .h_R .h_p1 {
  color: #333;
  font-size: 12px;
}
.h_heade .h_pc .h_nav .h_R .h_p2 {
  color: #E70F1E;
  font-size: 20px;
}
.h_heade .h_app {
  display: none;
}
.h_heade .h_app .head_app {
  height: 70px;
  padding: 16px 5% 12px;
  background-color: #fff;
}
.h_heade .h_app .head_app a {
  height: 42px;
}
.h_heade .h_app .head_app a img {
  height: 100%;
}
.h_heade .h_app .head_app .h_menu .h_line {
  display: block;
  width: 30px;
  min-height: 3px;
  background-color: #E7113B;
  margin-bottom: 5px;
  transition: ease-in-out 0.3s;
}
.h_heade .h_app .head_app .h_menu .h_line:last-child {
  margin-bottom: 0;
}
.h_heade .h_app .head_app .h_active .h_line1 {
  transform: rotate(45deg);
  margin-bottom: -7px;
}
.h_heade .h_app .head_app .h_active .h_line2 {
  opacity: 0;
  transition: ease-in-out 0s;
}
.h_heade .h_app .head_app .h_active .h_line3 {
  transform: rotate(-45deg);
  margin-top: -4px;
}
.h_heade .h_app .h_navbox {
  overflow: hidden;
  background: #E7113B;
  display: none;
  height: calc(100vh - 70px);
}
.h_heade .h_app .h_navbox .h_nav {
  height: 100%;
  overflow-y: auto;
  padding: 0 5%;
}
.h_heade .h_app .h_navbox .h_nav li {
  position: relative;
}
.h_heade .h_app .h_navbox .h_nav li a {
  display: block;
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.h_heade .h_app .h_navbox .h_nav li i {
  transition: all 0.3s;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 12px;
  transform: rotate(45deg);
}
.h_heade .h_app .h_navbox .h_nav li i.h_gb {
  transform: rotate(0);
}
.h_heade .h_app .h_navbox .h_nav li ol {
  display: none;
  background: rgba(237, 142, 109, 0.8);
}
.h_heade .h_app .h_navbox .h_nav li ol li a {
  padding: 10px 30px;
}
.h_heade .h_app .h_navbox .h_nav .h_active {
  background: rgba(255, 255, 255, 0.5);
}
.h_kong {
  position: static;
  opacity: 0;
  height: 93px;
}
.h_banner1 {
  overflow: hidden;
  position: relative;
}
.h_banner1 > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  min-width: 100%;
  z-index: -1;
}
.h_banner1 .h_1400 {
  padding: 6.3% 0 6%;
}
.h_banner1 .h_p1 {
  font-size: 32px;
  color: #727171;
  margin-bottom: 1%;
}
.h_banner1 .h_p1 span {
  color: #E7113B;
}
.h_banner1 .h_p2 {
  color: #333;
  font-size: 36px;
  margin-bottom: 2.2%;
}
.h_banner1 .h_p3 {
  font-size: 15px;
}
.h_banner2 {
  overflow: hidden;
  position: relative;
}
.h_banner2 > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  min-width: 100%;
  z-index: -1;
}
.h_banner2 .h_box {
  padding: 8% 0;
}
.h_banner2 .h_box .h_L {
  width: 50%;
}
.h_banner2 .h_box .h_L .h_title {
  font-size: 30px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
.h_banner2 .h_box .h_L .h_title .h_line {
  margin-right: 8px;
  display: inline-block;
  width: 4px;
  height: 30px;
  background-color: #E7113B;
}
.h_banner2 .h_box .h_L .h_desc {
  color: #333;
  font-size: 18px;
  line-height: 32px;
}
.h_banner2 .h_box .h_R {
  width: 45%;
}
.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: #fff;
  font-size: 40px;
}
.h_banner4 .h_box .h_titleEn {
  text-transform: uppercase;
  color: #777;
  font-size: 22px;
}
.h_ggtitle {
  font-size: 30px;
  margin-bottom: 2.3%;
  display: flex;
  align-items: center;
}
.h_ggtitle .h_line {
  margin-right: 8px;
  display: inline-block;
  width: 4px;
  height: 30px;
  background-color: #E7113B;
}
.h_dqwz {
  padding: 15px 0;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.h_dqwz .h_row {
  justify-content: end;
}
.h_dqwz .h_row a {
  display: flex;
}
.h_dqwz .h_row a img {
  width: 16px;
}
.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: #E7113B;
}
.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: #E7113B;
  color: #fff;
}
.h_xfzx .h_list .h_box .h_ewm {
  width: 100px;
  position: absolute;
  left: -110px;
  top: -16px;
}
/* 分页 */
.h_fy {
  display: flex;
  justify-content: center;
  margin-bottom: 4.6%;
}
.h_fy .pagination li {
  padding: 8.5px 9px;
  list-style: none;
  background: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  margin-right: 8px;
  transition: all 0.3s;
}
.h_fy .pagination li i {
  color: #D9D9D9;
}
.h_fy .pagination li.h_row {
  padding: 0;
  width: 36px;
  height: 36px;
  justify-content: center;
}
.h_fy .pagination li a {
  color: #000;
  display: block;
}
.h_fy .pagination li:last-child {
  border: none;
  padding: 0;
  cursor: auto;
  margin-left: 32px;
}
.h_fy .pagination li:first-child {
  margin-left: 0;
}
.h_fy .pagination li.disabled {
  cursor: auto;
}
.h_fy .pagination li.active {
  background: #E50014;
  border-color: #E50014;
  color: #FFFFFF;
}
.h_fy .pagination li:hover {
  background: #E50014;
  border-color: #E50014;
}
.h_fy .pagination li:hover a,
.h_fy .pagination li:hover span,
.h_fy .pagination li:hover i {
  color: #FFFFFF;
}
.h_fy .pagination li:hover:last-child {
  background-color: transparent;
}
.h_fy .pagination li form {
  font-size: 14px;
  color: #333;
}
.h_fy .pagination li input {
  font-size: 14px;
  border: none;
  color: #333;
}
.h_fy .pagination li input.li-input {
  padding: 9px 10px;
  width: 60px;
  border: 1px solid #CCCCCC;
  margin-right: 10px;
  border-radius: 4px;
}
.h_fy .pagination li input.submit-input {
  background: #fff;
  cursor: pointer;
  padding: 9px 11px;
  border: 1px solid #D9D9D9;
  margin-left: 16px;
  border-radius: 4px;
}
.h_fy .pagination li input.submit-input:hover {
  background-color: #E70F1E;
  color: #fff;
  border-color: #E70F1E;
}
.h_fy .pagination li input:focus-visible {
  outline: none;
}
.yysm {
  background: #E7113B;
}
.yysm .h_1400 {
  align-items: stretch;
  justify-content: normal;
  padding: 2.8% 0;
}
.yysm .h_1400 .h_L {
  width: 33%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 7%;
}
.yysm .h_1400 .h_L .h_title {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.yysm .h_1400 .h_L .h_desc {
  color: #FFFFFF;
  line-height: 28px;
  text-align: justify;
}
.yysm .h_1400 .h_R {
  width: 67%;
  padding-left: 7%;
}
.yysm .h_1400 .h_R .h_title {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.yysm .h_1400 .h_R .h_desc {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
  margin-bottom: 20px;
}
.yysm .h_1400 .h_R form .h_list {
  flex-wrap: wrap;
}
.yysm .h_1400 .h_R form .h_list .h_box {
  width: 49.5%;
  margin-bottom: 1%;
  padding: 12px;
  background: rgba(255, 255, 255, 0.25);
}
.yysm .h_1400 .h_R form .h_list .h_box img {
  width: 24px;
  margin-right: 6px;
}
.yysm .h_1400 .h_R form .h_list .h_box input {
  font-size: 13px;
  width: calc(100% - 35px);
  color: #fff;
  background-color: transparent;
}
.yysm .h_1400 .h_R form .h_list .h_box input:-internal-autofill-selected {
  background-color: transparent;
}
.yysm .h_1400 .h_R form .h_tjyy {
  text-align: right;
  margin-top: 1%;
}
.yysm .h_1400 .h_R form .h_tjyy input {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 13px;
  padding: 15px 37px;
  cursor: pointer;
}
.yysm .h_1400 .h_R form .h_tjyy input:hover {
  background: #FFFFFF;
  color: #E7113B;
}
.h_footer .h_footer1 {
  padding: 3.8% 0 3.5%;
  background: #2B2D2E;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.h_footer .h_footer1 .h_1400 {
  align-items: flex-start;
  flex-wrap: wrap;
}
.h_footer .h_footer1 .h_1400 .h_L {
  width: 50%;
  align-items: flex-start;
}
.h_footer .h_footer1 .h_1400 .h_L dl dt a {
  color: #fff;
  font-size: 15px;
  margin-bottom: 22px;
  display: inline-block;
}
.h_footer .h_footer1 .h_1400 .h_L dl dt a:hover {
  color: #E7113B;
}
.h_footer .h_footer1 .h_1400 .h_L dl dd a {
  color: #fff;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}
.h_footer .h_footer1 .h_1400 .h_L dl dd a:hover {
  color: #E7113B;
}
.h_footer .h_footer1 .h_1400 .h_R {
  width: 42%;
  align-items: stretch;
}
.h_footer .h_footer1 .h_1400 .h_R .h_left > img {
  margin-bottom: 10%;
  /*width: 336px;*/
  max-width: 100%;
}
.h_footer .h_footer1 .h_1400 .h_R .h_left p {
  color: #fff;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
}
.h_footer .h_footer1 .h_1400 .h_R .h_left p img {
  width: 18px;
  margin-right: 4px;
}
.h_footer .h_footer1 .h_1400 .h_R .h_line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.h_footer .h_footer1 .h_1400 .h_R .h_right div {
  margin-bottom: 30px;
}
.h_footer .h_footer1 .h_1400 .h_R .h_right div:last-child {
  margin-bottom: 30px;
}
.h_footer .h_footer1 .h_1400 .h_R .h_right div img {
  width: 100px;
}
.h_footer .h_footer1 .h_1400 .h_R .h_right div p {
  color: #fff;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.h_footer .h_footer2 {
  background: #1E201F;
  padding: 18px 0;
}
.h_footer .h_footer2 p {
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .h_heade .h_pc {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1280px) {
  .h_heade .h_pc {
    padding: 0 4%;
  }
  .h_heade .h_pc .h_nav .h_R {
    display: none;
  }
  .h_heade .h_pc .h_nav .h_active a {
    font-size: 15px;
  }
  .h_heade .h_pc .h_nav .h_btnbox{
      width: calc(95% - 220px);
  }
}
@media screen and (max-width: 1024px) {
  .h_pc {
    display: none;
  }
  .h_kong {
    height: 70px;
  }
  .h_heade .h_app,
  .h_kong {
    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;
  }
}
@media screen and (max-width: 767px) {
  .h_banner3 .h_box .h_title {
    font-size: 28px;
  }
  .h_banner4 .h_box .h_titleCh {
    font-size: 30px;
  }
  .h_banner4 .h_box .h_titleEn {
    font-size: 18px;
  }
  .h_dqwz .h_row {
    justify-content: flex-start;
  }
  .yysm .h_1400 .h_L .h_title,
  .yysm .h_1400 .h_R .h_title {
    font-size: 22px;
  }
  .h_banner1 .h_p1,
  .h_ggtitle {
    font-size: 26px;
  }
  .h_banner1 .h_p2 {
    font-size: 28px;
  }
  .h_banner1 .h_1400 {
    padding: 8% 0;
  }
  .h_fy {
    justify-content: center;
  }
  .h_fy .pagination li:last-child {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .h_footer .h_footer1 .h_1400 .h_L {
    display: none;
  }
  .yysm .h_1400,
  .h_footer .h_footer1 .h_1400 .h_R {
    flex-direction: column;
  }
  .h_footer .h_footer1 .h_1400 .h_R .h_right {
    display: flex;
    justify-content: space-between;
  }
  .yysm .h_1400 .h_L,
  .yysm .h_1400 .h_R {
    width: 100%;
    padding: 0;
  }
  .yysm .h_1400 .h_L {
    border: none;
    margin-bottom: 14px;
  }
  .h_footer .h_footer1 .h_1400 .h_R .h_left > img {
    margin: 20px 0;
  }
  .h_footer .h_footer1 .h_1400 .h_R .h_left p {
    margin-bottom: 14px;
  }
  .yysm .h_1400 {
    padding: 5% 0;
  }
  .h_ggtitle .h_line {
    height: 26px;
  }
}
