.static-content-repair {
  box-sizing: border-box;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 56px;
  padding: 32px 24px;
  line-height: 1.9;
  color: #202124;
  background: #fff;
}

.static-content-repair h1 {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
  color: #111;
}

.static-content-repair p {
  margin: 0 0 14px;
  font-size: 16px;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.static-content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.static-content-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  color: #fff;
  text-decoration: none;
  background: #7b1f1f;
  border-radius: 4px;
}

.static-content-actions a + a {
  color: #7b1f1f;
  background: #f7eeee;
}

.static-clean-page {
  margin: 0;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Segoe UI", sans-serif;
  color: #202124;
  background: #f7f7f7;
}

.static-site-header,
.static-site-footer {
  box-sizing: border-box;
  width: 100%;
}

.static-site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 86px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  background: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}

.static-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: #111;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.static-logo img {
  display: block;
  width: auto;
  max-width: 220px;
  height: 54px;
  object-fit: contain;
}

.static-site-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: flex-end;
  min-width: 0;
}

.static-site-header nav a {
  color: #333;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}

.static-site-header nav a:hover {
  color: #7b1f1f;
}

.static-page-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 180px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  color: #fff;
  background: #4e1d1d url("/static/picture/20201106183245709.jpg") center / cover no-repeat;
  overflow: hidden;
}

.static-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.36);
}

.static-page-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
}

.static-clean-main {
  box-sizing: border-box;
  max-width: 1180px;
  margin: 24px auto;
  padding: 0 24px;
}

.static-clean-main .static-content-repair {
  margin-bottom: 0;
  border-top: 4px solid #7b1f1f;
}

.static-site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: #666;
  font-size: 14px;
}

.qrcode,
.share,
.bshare-custom {
  display: none !important;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.box-container,
.mini-box-container {
  max-width: 100%;
  box-sizing: border-box;
}

.mini-box-container {
  padding-left: max(24px, calc((100vw - 1200px) / 2));
  padding-right: max(24px, calc((100vw - 1200px) / 2));
}

img {
  max-width: 100%;
}

.index-box-2 .swiper-slide a {
  background: #16120f;
  overflow: hidden;
}

.index-box-2 .swiper-slide a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(45, 16, 12, 0.66));
  transition: background 0.35s ease, backdrop-filter 0.35s ease;
}

.index-box-2 .swiper-slide .pic,
.index-box-2 .swiper-slide.active .pic,
.index-box-2 .swiper-slide:hover .pic {
  z-index: 0 !important;
}

.index-box-2 .swiper-slide .pic img {
  filter: saturate(0.96) brightness(0.86);
  transform: scale(1);
  transition: transform 0.45s ease, filter 0.35s ease;
}

.index-box-2 .swiper-slide.active a::before,
.index-box-2 .swiper-slide:hover a::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(108, 25, 20, 0.72));
  backdrop-filter: saturate(1.1) contrast(1.05);
}

.index-box-2 .swiper-slide.active .pic img,
.index-box-2 .swiper-slide:hover .pic img {
  filter: saturate(1.1) brightness(0.74);
  transform: scale(1.06);
}

.index-box-2 .swiper-slide .info {
  z-index: 2;
}

.index-box-2 .swiper-slide .name,
.index-box-2 .swiper-slide .en,
.index-box-2 .swiper-slide .desc,
.index-box-2 .swiper-slide.active .name,
.index-box-2 .swiper-slide:hover .name,
.index-box-2 .swiper-slide.active .en,
.index-box-2 .swiper-slide:hover .en,
.index-box-2 .swiper-slide.active .desc,
.index-box-2 .swiper-slide:hover .desc {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.index-box-2 .swiper-slide .desc {
  opacity: 0.9 !important;
}

.index-box-2 .swiper-slide .more {
  color: #fff !important;
  background: rgba(143, 31, 25, 0.92);
  border-color: rgba(255, 255, 255, 0.68);
  opacity: 1;
  visibility: visible;
  transform: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.index-box-4 .header-box .news-cat a:first-child {
  color: #7b1f1f;
}

.index-box-4 .list .item.on {
  display: flex;
}

.index-box-4 .list .item .first-news,
.index-box-4 .list .item ul li {
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.index-box-4 .list .item .first-news .pic {
  background: #eee;
}

.index-box-4 .list .item .first-news .pic img {
  object-fit: cover;
}

.news-wrapper {
  padding: 68px 0 84px;
  background: #f6f6f6;
}

.news-wrapper .page-title-box {
  margin-bottom: 34px;
}

.news-wrapper .page-title-box .name {
  color: #222;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
}

.news-wrapper .page-title-box .en {
  margin-top: 6px;
  color: #999;
  font-size: 18px;
  line-height: 1.2;
}

.news-wrapper .first-news {
  margin: 0 0 18px;
  padding: 0;
  background: transparent;
}

.news-wrapper .first-news .mini-box-container {
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  min-height: 360px;
  padding: 0;
  background: #fff;
}

.news-wrapper .first-news .pic {
  display: block;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.news-wrapper .first-news .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.news-wrapper .first-news:hover .pic img {
  transform: scale(1.04);
}

.news-wrapper .first-news .info-box {
  min-width: 0;
  padding: 34px 44px 34px 0;
  box-sizing: border-box;
}

.news-wrapper .first-news .date,
.news-wrapper .list ul li .date {
  color: #777;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}

.news-wrapper .first-news .date .detail,
.news-wrapper .list ul li .date .detail {
  color: #7b1f1f;
  font-size: 28px;
  font-weight: 600;
}

.news-wrapper .first-news .date i,
.news-wrapper .list ul li .date i {
  margin: 0 8px;
  color: #7b1f1f;
  font-style: normal;
}

.news-wrapper .first-news .name {
  display: block;
  margin-top: 24px;
  color: #222;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 600;
  text-decoration: none;
}

.news-wrapper .first-news .desc {
  margin-top: 16px;
  color: #666;
  font-size: 16px;
  height: auto !important;
  max-height: none !important;
  line-height: 1.8;
  overflow: visible !important;
}

.news-wrapper .first-news .page-more,
.news-wrapper .list ul li .page-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 28px;
  color: #7b1f1f;
  border: 1px solid rgba(123, 31, 31, 0.35);
  border-radius: 999px;
  text-decoration: none;
}

.news-wrapper .first-news .page-more::before,
.news-wrapper .list ul li .page-more::before {
  content: ">";
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.news-wrapper .list ul {
  display: block;
  margin: 0;
  padding: 0;
}

.news-wrapper .list ul li {
  display: block;
  margin: 0 0 12px;
  padding: 0;
  background: #fff;
  list-style: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.news-wrapper .list ul li:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
}

.news-wrapper .list ul li .mini-box-container {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) 64px;
  grid-template-areas:
    "date title more"
    "date desc more";
  gap: 8px 24px;
  align-items: center;
  min-height: 100px;
  padding: 22px 0;
  box-sizing: border-box;
}

.news-wrapper .list ul li .date {
  grid-area: date;
}

.news-wrapper .list ul li .name {
  grid-area: title;
  min-width: 0;
  color: #222;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-wrapper .list ul li .desc {
  grid-area: desc;
  min-width: 0;
  color: #777;
  font-size: 15px;
  height: auto !important;
  max-height: none !important;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-wrapper .list ul li .page-more {
  grid-area: more;
  justify-self: end;
}

.talent-wrapper {
  padding: 84px 0 96px;
  background: #fff;
}

.footer-wrapper {
  padding-top: 34px;
  background: #f3f3f3;
}

.footer-wrapper .box-1 {
  display: flex;
  align-items: center;
  min-height: 0;
  padding: 0 0 28px;
  box-sizing: border-box;
}

.footer-wrapper .box-1 .left {
  float: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
  width: 100%;
}

.footer-wrapper .box-1 .right,
.footer-wrapper .box-1 .share,
.footer-wrapper .box-1 .qrcode {
  display: none !important;
}

.footer-wrapper .box-1 .fax {
  display: none !important;
}

.footer-wrapper .box-1 .fax img,
.footer-wrapper .box-1 .contact img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.footer-wrapper .box-1 .contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.footer-wrapper .box-1 .contact p {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
}

.footer-wrapper .box-1 .msg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  height: 42px;
  color: #fff;
  background: #9b1914;
  text-decoration: none;
}

.footer-wrapper .friend-link {
  display: none;
}

.footer-wrapper .box-2 {
  margin: 0;
  padding: 16px 0;
  color: #888;
  background: #ededed;
}

.footer-wrapper .box-2 .box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
}

.footer-wrapper .box-2 .web,
.footer-wrapper .box-2 .link {
  float: none;
  line-height: 1.6;
}

.organization-wrapper .table {
  max-width: 100%;
  overflow-x: auto;
}

.page-banner-box .info-box {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0 !important;
  height: 100%;
  pointer-events: none;
}

.page-banner-box .info-box .mini-box-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 24px;
  text-align: center;
  box-sizing: border-box;
}

.page-banner-box .info-box .title-box {
  display: block;
  width: 100%;
  max-width: none;
  line-height: 1.25 !important;
  white-space: normal;
}

.page-banner-box .info-box .title-box .name {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 34px !important;
  font-weight: 700;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  writing-mode: horizontal-tb;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
}

.page-banner-box .info-box .title-box .en {
  display: block;
  width: 100%;
  margin-top: 8px !important;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.page-second-nav-box {
  top: auto !important;
  bottom: 42px;
  z-index: 12;
}

.page-second-nav-box .second-nav-list {
  padding: 0 24px !important;
  box-sizing: border-box;
}

.page-second-nav-box .second-nav-list .nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  width: 100%;
  font-size: 0;
}

.page-second-nav-box .second-nav-list .nav-list a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 132px;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 22px;
  color: #fff;
  font-size: 15px !important;
  line-height: 1.2 !important;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.12);
}

.page-second-nav-box .second-nav-list .nav-list a.on,
.page-second-nav-box .second-nav-list .nav-list a:hover {
  color: #8b1e1a;
  background: #fff;
}

.talent-wrapper .page-title-box {
  margin-bottom: 38px;
}

.talent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.talent-card {
  display: block;
  min-height: 220px;
  padding: 32px 30px;
  color: #242424;
  text-decoration: none;
  background: #f8f5f2;
  border-top: 4px solid #8c2620;
  box-sizing: border-box;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.talent-card:hover,
.talent-card.active {
  color: #fff;
  background: #7b1f1f;
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(123, 31, 31, 0.18);
}

.talent-card span {
  display: block;
  margin-bottom: 18px;
  font-size: 15px;
  color: #9b6d54;
}

.talent-card:hover span,
.talent-card.active span {
  color: rgba(255, 255, 255, 0.76);
}

.talent-card strong {
  display: block;
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
}

.talent-card p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.85;
}

.talent-card:hover p,
.talent-card.active p {
  color: rgba(255, 255, 255, 0.86);
}

.talent-content {
  margin-top: 36px;
  padding: 34px 40px;
  color: #333;
  font-size: 16px;
  line-height: 2;
  background: #fafafa;
  border-left: 4px solid #7b1f1f;
  box-sizing: border-box;
}

.talent-content p {
  margin: 0 0 14px;
}

.talent-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .static-content-repair {
    margin-bottom: 28px;
    padding: 24px 18px;
  }

  .static-content-repair h1 {
    font-size: 23px;
  }

  .static-content-repair p {
    font-size: 15px;
  }

  .static-site-header {
    align-items: center;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
    padding: 14px 16px;
  }

  .static-logo img {
    max-width: 190px;
    height: 46px;
  }

  .static-site-header nav {
    width: 100%;
    justify-content: center;
    gap: 8px 12px;
  }

  .static-site-header nav a {
    font-size: 14px;
    white-space: normal;
  }

  .static-page-hero {
    min-height: 120px;
    padding: 0 18px;
  }

  .static-page-hero h1 {
    font-size: 26px;
  }

  .static-clean-main {
    margin: 18px auto;
    padding: 0 14px;
  }

  .static-site-footer {
    padding: 14px 18px 24px;
  }

  .news-wrapper {
    padding: 42px 0 50px;
  }

  .news-wrapper .page-title-box {
    margin-bottom: 22px;
  }

  .news-wrapper .page-title-box .name {
    font-size: 24px;
  }

  .news-wrapper .first-news .mini-box-container {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 0 14px;
    background: transparent;
  }

  .news-wrapper .first-news .pic {
    height: 220px;
  }

  .news-wrapper .first-news .info-box {
    padding: 20px 18px 24px;
    background: #fff;
  }

  .news-wrapper .first-news .date .detail,
  .news-wrapper .list ul li .date .detail {
    font-size: 20px;
  }

  .news-wrapper .first-news .name {
    margin-top: 14px;
    font-size: 20px;
  }

  .news-wrapper .first-news .desc {
    font-size: 15px;
  }

  .news-wrapper .list ul {
    padding: 0 14px;
  }

  .news-wrapper .list ul li .mini-box-container {
    grid-template-columns: 1fr 46px;
    grid-template-areas:
      "date more"
      "title title"
      "desc desc";
    gap: 10px 12px;
    min-height: 0;
    padding: 20px 18px;
  }

  .news-wrapper .list ul li .name {
    font-size: 18px;
    white-space: normal;
  }

  .news-wrapper .list ul li .desc {
    white-space: normal;
  }

  .footer-wrapper {
    padding-top: 24px;
  }

  .footer-wrapper .box-1 {
    padding: 0 14px 22px;
  }

  .footer-wrapper .box-1 .left,
  .footer-wrapper .box-1 .contact {
    display: block;
  }

  .footer-wrapper .box-1 .contact p,
  .footer-wrapper .box-1 .msg {
    margin-top: 10px;
  }

  .footer-wrapper .box-1 .msg {
    width: 100%;
  }

  .footer-wrapper .box-2 {
    padding: 14px;
  }

  .organization-wrapper .table {
    overflow-x: visible;
  }

  .organization-wrapper .table table {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed;
  }

  .organization-wrapper .table table tr th,
  .organization-wrapper .table table tr td {
    width: auto !important;
    padding: 12px 6px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    word-break: break-word;
  }

  .page-banner-box .info-box {
    height: 100%;
  }

  .page-banner-box .info-box .mini-box-container {
    padding: 0 18px;
  }

  .page-banner-box .info-box .title-box .name {
    font-size: 24px !important;
    white-space: normal;
  }

  .page-banner-box .info-box .title-box .en {
    margin-top: 4px !important;
    font-size: 12px !important;
  }

  .page-second-nav-box {
    position: static !important;
    bottom: auto;
    background: #fff;
  }

  .page-second-nav-box .second-nav-list {
    padding: 0 14px !important;
  }

  .page-second-nav-box .second-nav-list .nav-list {
    display: none;
  }

  .page-second-nav-box .introduct-caption {
    display: block;
    height: 44px;
    color: #222;
    font-size: 16px;
    line-height: 44px;
    border-bottom: 1px solid #eee;
  }

  .mini-box-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .talent-wrapper {
    padding: 42px 0 50px;
  }

  .talent-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .talent-card {
    min-height: 0;
    padding: 24px 20px;
  }

  .talent-card strong {
    font-size: 19px;
  }

  .talent-content {
    margin-top: 20px;
    padding: 24px 20px;
    font-size: 15px;
  }
}
