* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* Standard syntax */
}
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 {
  border-radius: 0;
}
input,
textarea,
button {
  border: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
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;
  width: inherit;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.h_t_Lines {
  max-width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_t_Lines3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.h_1400 {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
}
.h_1200 {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
:root {
  --active-color: #bd192d;
}
.h_head {
  width: 100%;
  position: sticky;
  top: -118px;
  left: 0;
  z-index: 9;
  transition: top 0.3s linear;
  background-color: #900824;
}
.h_head .h_headTop {
  padding: 6px 0 12px;
}
.h_head .h_headTop .h_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_head .h_headTop .h_row .h_L {
  font-size: 20px;
  font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
  font-weight: 700;
  color: #333333;
}
.h_head .h_headTop .h_row .h_L .h_logo {
  height: 100px;
  display: block;
}
.h_head .h_headTop .h_row .h_L img {
  height: 100%;
}
.h_head .h_headTop .h_row .h_R form {
  display: flex;
}
.h_head .h_headTop .h_row .h_R input {
  width: 250px;
  font-size: 15px;
  padding: 0 10px;
  height: 36px;
  border-radius: 3px 0 0 3px;
}
.h_head .h_headTop .h_row .h_R button {
  width: 72px;
  height: 36px;
  color: #fff;
  background-color: #630015;
  border-radius: 0 3px 3px 0;
}
.h_head .h_headTop .h_row .h_R .h_keywords {
  margin-top: 12px;
  font-size: 12px;
  color: #fff;
  margin-left: 12px;
}
.h_head .h_headTop .h_row .h_R .h_keywords a {
  color: #fff;
  margin-right: 12px;
  cursor: pointer;
}
.h_head .h_navWeb .h_1200 {
  justify-content: space-between;
  align-items: center;
}
.h_head .h_navWeb .h_navList {
  width: 100%;
}
.h_head .h_navWeb .h_navList ul {
  justify-content: center;
}
.h_head .h_navWeb .h_navList ul > li {
  position: relative;
}
.h_head .h_navWeb .h_navList ul > li > a {
  display: block;
  font-size: 17px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #fff;
  padding: 0 20px;
  line-height: 42px;
  white-space: nowrap;
}
.h_head .h_navWeb .h_navList ul > li > a:hover {
  background-color: #fff;
  color: var(--active-color);
}
.h_head .h_navWeb .h_navList ul > li ol {
  position: absolute;
  transition: all 0.2s;
  left: 50%;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10%);
}
.h_head .h_navWeb .h_navList ul > li ol > li {
  background: #363636;
  padding: 0 14px;
}
.h_head .h_navWeb .h_navList ul > li ol > li a {
  text-align: center;
  width: 80px;
  display: block;
  padding: 12px 0;
  color: #fff;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}
.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 {
  background: #FFFFFF;
}
.h_head .h_navWeb .h_navList ul > li ol > li.active a {
  color: #3D3D3D;
}
.h_head .h_navWeb .h_navList ul > li ol > li:hover {
  background: #FFFFFF;
}
.h_head .h_navWeb .h_navList ul > li ol > li:hover a {
  color: #3D3D3D;
}
.h_head .h_navWeb .h_navList ul > li:last-child {
  padding-right: 0;
}
.h_head .h_navWeb .h_navList ul > li.h_active > a {
  background-color: #fff;
  color: var(--active-color);
}
.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 {
  position: relative;
  top: 0;
  left: 0;
  display: none;
}
.h_head .h_navApp .h_navTop {
  height: 64px;
  padding: 2px 2.5%;
  justify-content: space-between;
}
.h_head .h_navApp .h_navTop .h_logo {
  height: 58px;
  font-size: 17px;
  font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
  font-weight: 700;
  color: #333333;
}
.h_head .h_navApp .h_navTop .h_logo:hover {
  color: var(--active-color);
}
.h_head .h_navApp .h_navTop .h_logo img {
  width: auto;
  height: 100%;
}
.h_head .h_navApp .h_navTop .h_menu .h_line {
  display: block;
  width: 30px;
  min-height: 3px;
  background-color: #fff;
  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: fixed;
  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: 100%;
  z-index: 2;
  height: calc(100vh - 64px);
  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: calc(100% - 80px);
  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: var(--active-color);
}
.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: var(--active-color);
}
.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: 160px;
}
.ggBanner {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.ggBanner > img {
  min-width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.ggBanner .h_box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(180deg, #ED1F2E 0%, #D6000F 52%, #ED1F2E 100%);
  opacity: 0.88;
  justify-content: center;
}
.ggBanner .h_box .h_L {
  margin-right: 14px;
}
.ggBanner .h_box .h_L img {
  width: 52px;
}
.ggBanner .h_box .h_titleCh {
  font-size: 32px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #FFFFFF;
}
.ggBanner .h_box .h_titleEn {
  font-size: 16px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #FFFFFF;
}
.h_lmdh {
  padding: 32px 0 0;
  justify-content: space-between;
}
.h_lmdh p {
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #3D3D3D;
  border-left: 5px solid var(--active-color);
  padding-left: 10px;
}
.h_lmdh .h_row span {
  margin-left: 8px;
}
.h_lmdh .h_row a {
  display: flex;
  align-items: center;
}
.h_lmdh .h_row a,
.h_lmdh .h_row span {
  font-size: 12px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
}
.h_lmdh .h_row a:hover,
.h_lmdh .h_row span:hover {
  color: var(--active-color);
}
.h_newList .h_box {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
  transition: all 0.2s linear;
}
.h_newList .h_box .h_L {
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_newList .h_box .h_L .h_left {
  width: 200px;
}
.h_newList .h_box .h_L .h_left img {
  width: 100%;
}
.h_newList .h_box .h_L .h_right {
  width: calc(100% - 230px);
}
.h_newList .h_box .h_L .h_right .h_p1 {
  font-size: 16px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #333333;
  margin-bottom: 16px;
}
.h_newList .h_box .h_L .h_right .h_p2 {
  font-size: 14px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #777777;
  line-height: 28px;
}
.h_newList .h_box .h_R {
  width: 100px;
  font-size: 28px;
  margin-top: 20px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #C7C7C7;
  border-left: 3px solid #eee;
  height: 52px;
  line-height: 52px;
  padding-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.h_newList .h_box:hover {
  background-color: #F8F8F8;
  border-color: #F8F8F8;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}
.h_newList .h_box:hover .h_L .h_right .h_p1 {
  color: var(--active-color);
}
.h_menuBox {
  display: flex;
  padding: 30px 0;
}
.h_menuBox .h_L {
  margin-right: 40px;
}
.h_menuBox .h_L a {
  width: 240px;
  background: #F6F6F6;
  margin-bottom: 10px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.h_menuBox .h_L a::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--active-color) 0% 90%, #D1101F 90% 100%);
  transform: scaleX(0);
  transition: transform 0.3s linear;
  transform-origin: left;
}
.h_menuBox .h_L a span {
  width: calc(100% - 20px);
  font-size: 16px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #555555;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_menuBox .h_L a i {
  color: #555555;
  font-size: 18px;
}
.h_menuBox .h_L a:hover span {
  color: var(--active-color);
}
.h_menuBox .h_L a:hover i {
  color: var(--active-color);
}
.h_menuBox .h_L a:hover::after {
  transform: scaleX(1);
}
.h_menuBox .h_L a.h_active span {
  color: var(--active-color);
}
.h_menuBox .h_L a.h_active i {
  color: var(--active-color);
}
.h_menuBox .h_L a.h_active::after {
  transform: scaleX(1);
}
.h_menuBox .h_R {
  width: calc(100% - 280px);
}
#h_pages {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 7px;
  --page-height: 30px;
}
#h_pages .h_count {
  width: auto;
}
#h_pages span {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
  line-height: var(--page-height);
  height: var(--page-height);
  width: 30px;
  text-align: center;
}
#h_pages span.tcdNumber:hover,
#h_pages span.prevPage:hover,
#h_pages span.nextPage:hover {
  color: #fff;
  box-shadow: inset 0 0 0 1px var(--active-color);
  background-color: var(--active-color);
}
#h_pages span.current {
  color: #fff;
  box-shadow: inset 0 0 0 1px var(--active-color);
  background-color: var(--active-color);
}
#h_pages span.h_dian {
  box-shadow: none;
}
#h_pages form {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
}
#h_pages form input {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
  margin-left: 5px;
  padding: 0 4px;
  width: 44px;
  height: var(--page-height);
  box-shadow: inset 0 0 0 1px #E5E5E5;
  background: none;
}
#h_pages form input.submit-input {
  cursor: pointer;
}
#h_pages form input.submit-input:hover {
  color: #fff;
  box-shadow: inset 0 0 0 1px var(--active-color);
  background-color: var(--active-color);
}
#h_pages .tcdNumber,
#h_pages .prevPage,
#h_pages .nextPage {
  cursor: pointer;
}
.h_footer {
  background: #900824;
}
.h_footer .h_footer1 {
  padding: 20px 0;
}
.h_footer .h_footer1 .h_logo {
  text-align: center;
  height: 100px;
}
.h_footer .h_footer1 .h_logo img {
  width: auto;
  height: 100%;
}
.h_footer .h_footer1 .h_T {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.h_footer .h_footer1 .h_T a {
  white-space: nowrap;
  font-size: 15px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #FFFFFF;
}
.h_footer .h_footer1 .h_T .h_line {
  height: 10px;
  width: 1px;
  background-color: #fff;
}
.h_footer .h_footer1 .h_B {
  text-align: center;
}
.h_footer .h_footer1 .h_B P {
  margin-top: 10px;
}
.h_footer .h_footer1 .h_B p,
.h_footer .h_footer1 .h_B a {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.h_footer .h_footer2 {
  padding: 20px 0;
  background-color: #fff;
}
.h_footer .h_footer2 p,
.h_footer .h_footer2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-family: MiSans-Light, MiSans;
  font-weight: 300;
  color: #939393;
}
@media screen and (max-width: 1200px) {
  .h_head .h_navWeb .h_navList ul > li > a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .h_kong {
    height: 64px;
  }
  .h_head {
    top: 0;
  }
  .h_head .h_headTop,
  .h_head .h_navWeb {
    display: none;
  }
  .h_head .h_navApp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .h_newList .h_box .h_L {
    width: 100%;
  }
  .h_newList .h_box .h_R {
    display: none;
  }
  .h_menuBox {
    flex-wrap: wrap;
  }
  .h_menuBox .h_L {
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .h_menuBox .h_L a {
    width: 100%;
  }
  .h_menuBox .h_R {
    width: 100%;
  }
  .h_footer .h_footer1 .h_logo {
    height: 70px;
  }
  .h_footer .h_footer1 .h_T {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .h_newList .h_box .h_L {
    flex-wrap: wrap;
  }
  .h_newList .h_box .h_L .h_left {
    width: 100%;
    margin-bottom: 16px;
  }
  .h_newList .h_box .h_L .h_right {
    width: 100%;
  }
  #h_fy {
    margin: 30px 0;
  }
}
