* {
  margin: 0;
  padding: 0;
  font-family: "Regular", "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Tahoma, "Hiragino Sans GB", sans-serif;
  font-display: swap;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .p {
    -webkit-zoom: 0.9;
    -ms-zoom: 0.9;
    -o-zoom: 0.9;
    -moz-zoom: 0.9;
    zoom: 0.9;
  }
}
.p input {
  border: none;
  background: transparent;
  outline: none;
}
.p ul {
  list-style-type: none;
}
.p a {
  color: inherit;
  text-decoration: none;
  background: transparent;
}
.p a img {
  border: 0;
}
.p img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p .pc_wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@-moz-document url-prefix() {
  @media screen and (min-width: 1024px) and (max-width: 1280px) {
    .p .pc_wrapper {
      width: 1100px;
    }
  }
}
.p .p_secondary_banner {
  width: 100%;
  height: 270px;
  overflow: hidden;
  position: relative;
}
.p .p_secondary_banner .bg_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p .p_secondary_banner .bg_box img {
  width: 100%;
  height: 100%;
  display: none;
}
.p .p_secondary_banner .bg_box img:first-child {
  display: block;
}
.p .p_secondary_banner .p_breadcrumbs {
  position: relative;
  font-size: 14px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  margin: 12px 0 0;
}
.p .p_secondary_banner .p_breadcrumbs a:hover {
  color: white;
}
.p .p_secondary_banner .p_breadcrumbs span {
  color: white;
}
.p .p_secondary_banner .p_banner_title {
  position: relative;
  line-height: 55px;
  margin: 56px 0 0;
  font-size: 38px;
  font-family: inherit;
  color: rgb(255, 255, 255);
}
.p .p_secondary_banner .p_banner_desc {
  position: relative;
  line-height: 26px;
  margin: 56px 0 0;
  font-size: 16px;
  font-family: inherit;
  color: rgb(255, 255, 255);
}



@font-face {
  font-family: "Regular";
  src: url("./roboto-v30-latin-regular.woff2");
  font-display: swap;
}
.p_main {
  padding: 148px 0 0;
  width: 100%;
}

.p_public_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
}
.p_public_title::before, .p_public_title::after {
  background-color: #a40000;
  width: 24px;
  height: 5px;
  content: "";
  margin: 0 22.5px;
  display: inline-block;
}
.p_public_title .p_title_text {
  font-size: 32px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(35, 24, 21);
  line-height: 1.038;
}
.p_public_title .p_public_more {
  font-size: 23px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(164, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.p_public_title .p_public_more img {
  width: 7.5px;
  height: 15px;
  margin-left: 9px;
  display: inline-block;
}

.p_tab_card {
  width: 100%;
  height: 47.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  letter-spacing: 0;
}
.p_tab_card.f2 {
  background: #f2f2f2;
}
.p_tab_card.ff {
  background: #fff;
}
@media screen and (min-width: 0\0 ) {
  .p_tab_card {
    text-align: center;
  }
}
.p_tab_card .p_tab_item {
  width: 200px;
  height: 100%;
  font-size: 23px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(35, 24, 21);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
@media screen and (min-width: 0\0 ) {
  .p_tab_card .p_tab_item {
    height: 62px;
    display: inline-block;
    margin-top: -7.25px;
    line-height: 62px;
  }
}
.p_tab_card .p_tab_item.active, .p_tab_card .p_tab_item:hover {
  background-color: rgb(164, 0, 0);
  width: 200px;
  height: 62px;
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.p_tab_card .p_tab_item.active::after, .p_tab_card .p_tab_item:hover::after {
  background-color: rgb(255, 255, 255);
  width: 63px;
  height: 2px;
  content: "";
  display: block;
}
@media screen and (min-width: 0\0 ) {
  .p_tab_card .p_tab_item.active::after, .p_tab_card .p_tab_item:hover::after {
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -32.5px;
  }
}

.p_more {
  cursor: pointer;
}

.p_play_hover img {
  cursor: pointer;
}

.playArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  z-index: 2;
}
.playArea video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
}

.p_paging {
  text-align: center;
  padding-bottom: 64px;
  margin-top: 32px;
}
.p_paging .p_base_btn,
.p_paging a,
.p_paging span {
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  width: 36px;
  height: 36px;
  -webkit-box-shadow: 0 0 4px 0 #ececec;
          box-shadow: 0 0 4px 0 #ececec;
  margin: 0 6px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 11px;
  font-family: inherit;
  color: rgb(35, 24, 21);
  line-height: 36px;
  vertical-align: top;
}
.p_paging .p_base_btn img,
.p_paging a img,
.p_paging span img {
  width: 6px;
  height: 8px;
  display: inline-block;
  margin: 14px 0;
  vertical-align: top;
}
.p_paging .p_base_btn.active, .p_paging .p_base_btn:hover,
.p_paging a.active,
.p_paging a:hover,
.p_paging span.active,
.p_paging span:hover {
  background: #a40000;
  color: #fff;
}
.p_paging .p_base_btn.p_prev:hover, .p_paging .p_base_btn.p_next:hover,
.p_paging a.p_prev:hover,
.p_paging a.p_next:hover,
.p_paging span.p_prev:hover,
.p_paging span.p_next:hover {
  background: #fff;
}
.p_paging .p_base_btn.next, .p_paging .p_base_btn.prev,
.p_paging a.next,
.p_paging a.prev,
.p_paging span.next,
.p_paging span.prev {
  font-family: serif;
}
/*# sourceMappingURL=p_common.css.map */