.tabs_sub {
  background: #fff;
}
.con01 {
  display: flex;
  justify-content: space-between;
  padding: 0.83rem 0 0.82rem 2rem;
  background: url(../img/about/ab_bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.con01 .con01-left {
  width: 7.3rem;
}
.con01 .con01-left .font30 {
  color: #3A3A3A;
  padding-top: 0.34rem;
}
.con01 .con01-left .con01-left-desc {
  margin-top: 0.28rem;
  display: -webkit-box;
  /*-webkit-line-clamp: 6;*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}
.con01 .con01-left .con01-left-desc p {
  line-height: 0.32rem;
  color: #3D3D3D;
}
.con01 .con01-left .about-us-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 0.82rem;
}
.con01 .con01-left .about-us-stats .stat-item {
  width: max-content;
  text-align: center;
}
.con01 .con01-left .about-us-stats .stat-item div text:nth-child(3) {
  width: 0.26rem;
  height: 0.26rem;
  background: #E8E8E8;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #59371C;
  font-size: 0.15rem;
  position: relative;
  bottom: 0.4rem;
  right: 0.1rem;
}
.con01 .con01-left .about-us-stats .stat-item:nth-child(1) text:nth-child(3) {
  right: 0;
}
.con01 .con01-left .about-us-stats .stat-item .font65 {
  font-size: 0.62rem;
  font-family: Impact, Impact;
}
.con01 .con01-left .about-us-stats .stat-item .green-text {
  color: #59371C;
}
.con01 .con01-left .about-us-stats .stat-item .font18 span {
  display: block;
  text-align: center;
  color: #141414;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.con01 .con01-right {
  width: 9rem;
  text-align: right;
}
.con01 .con01-right img {
  max-width: 100%;
}
/* 企业文化 */
.about-culture {
  position: relative;
  background: url(../img/about/wh_bg.png) no-repeat center center #CCDBF8;
  background-size: cover;
}
.about-culture-head {
  margin-bottom: 0.56rem;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.56rem;
}
.about-culture-head .font30 {
  color: #3A3A3A;
  margin-bottom: 0;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-size: 0.42rem;
}
.about-culture-box {
  display: flex;
  min-height: 8.8rem;
  height: 100%;
}
.about-culture .safe-width-sub {
  width: 100%;
}
.about-culture-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  padding: 2.4rem 0.5rem 1.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.85);
  transition: background 0.3s ease;
  position: relative;
  min-height: 8.8rem;
}
.about-culture-item:first-child {
  border-left: none;
}
.about-culture-item:nth-child(1),
.about-culture-item:nth-child(3) {
  background: rgba(210, 225, 245, 0.48);
}
.about-culture-item:nth-child(2) {
  background: rgba(210, 225, 245, 0.48);
}
.about-culture-item:hover:nth-child(1),
.about-culture-item:hover:nth-child(3) {
  background: rgba(210, 225, 245, 0.58);
}
.about-culture-item:hover:nth-child(2) {
  background: rgba(210, 225, 245, 0.58);
}
.about-culture-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  gap: 0.08rem;
}
.about-culture-cn {
  margin: 0;
  font-size: 0.36rem;
  font-weight: bold;
  color: #4A342E;
  letter-spacing: 0.35em;
}
.about-culture-en {
  margin: 0;
  font-size: 0.22rem;
  color: #A68E83;
  letter-spacing: 0.04em;
  font-weight: normal;
  line-height: 1.35;
}
.about-culture-en.bold {
  font-weight: normal;
}
.about-culture-item:nth-child(3) .about-culture-en {
  font-size: 0.22rem;
  color: #A68E83;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.35;
  opacity: 1;
  /* min-height: calc(0.22rem * 1.35 * 2); */
}
.about-culture-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: calc(0.28rem * 1.4 * 2);
  padding: 0.6rem 0.2rem 0;
  margin: 0;
  gap: 0.04rem;
}
.about-culture-desc p {
  margin: 0;
  font-size: 0.28rem;
  line-height: 1.4;
  color: #33221C;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.about-culture-item:nth-child(3)  .about-culture-desc p {
  font-size: 0.22rem;
}
.about-culture-pu {
  display:none;
  opacity: 1;
  visibility: visible;
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  margin-top: 0.8rem;
  flex-shrink: 0;
}
.about-culture-item:hover .about-culture-pu{
  display: block;
}
.about-culture-item:nth-child(3) .about-culture-pu {
  margin-top: 0.6rem;
}
.about-culture-pu .a {
  background: #A68164 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
}
.about-culture-pu .a .line {
  background: rgba(255, 255, 255, 0.85) !important;
}
.about-culture-pu .a .circle {
  border-color: #fff !important;
}
.about-culture-pu .a .circle span {
  background: #fff !important;
}
.about-culture .pu_link .a {
  min-width: none;
  width: 1.87rem;
}
/* 资质与荣誉 */
.about-honor-banner {
  position: relative;
  height: 5.57rem;
  background: url(../img/about/ry_bg.png) no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.about-honor-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
}
.about-honor-title {
  color: #fff;
  letter-spacing: 0.02em;
}
.about-honor-pu .a {
  background: #945E32 !important;
  color: #fff !important;
}
.about-honor-pu .a .line {
  background: rgba(255, 255, 255, 0.85) !important;
}
.about-honor-pu .a .circle {
  border-color: #fff !important;
}
.about-honor-pu .a .circle span {
  background: #fff !important;
}
:root {
  --color-theme: #B11F23;
  --scrollbar-thumb-color: #B11F23;
  --scrollbar-color: #e4e8eb;
  --dev-history-red: #B11F23;
}
:host {
  display: block;
  overflow: auto;
}
/* ========== 发展历程（新版） ========== */
.history.dev-history-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  height: 8.24rem;
  background: url(../img/about/history_bg.png) center / cover no-repeat;
}
.dev-history {
  position: relative;
  z-index: 1;
  padding: 1.18rem 0 0.95rem;
  display: grid;
  grid-template-columns: minmax(0, 0.91fr) minmax(0, 1.65fr) auto;
  grid-template-rows: auto 1fr;
  column-gap: 0.55rem;
  row-gap: 0.35rem;
  align-items: start;
}
.dev-history__head {
  grid-column: 1;
  grid-row: 1;
}
.dev-history__title {
  color: #fff;
  font-family: Source Han Sans CN, Source Han Sans CN;
}
.dev-history__subtitle {
  margin: 0.1rem 0 0;
  font-size: 0.28rem;
  font-weight: bold;
}
.dev-history__text {
  grid-column: 1;
  grid-row: 2;
  max-width: 4.8rem;
}
.dev-history__period-line {
  display: flex;
  align-items: center;
  margin-bottom: 0.05rem;
}
.dev-history__dot {
  flex-shrink: 0;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: var(--dev-history-red);
  margin-right: 0.18rem;
}
.dev-history__years {
  font-size: 0.28rem;
  font-weight: bold;
}
.dev-history__slogan {
  margin: 0 0 0.18rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #fff;
  padding-left: 0.3rem;
}
.dev-history__desc {
  margin: 0;
  font-size: 0.16rem;
  line-height: 1.85;
  text-align: justify;
}
.dev-history__visual {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: relative;
  min-height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dev-history__watermark {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  font-size: clamp(0.48rem, 4.5vw, 0.72rem);
  font-weight: 900;
  color: rgba(255, 255, 255, 0.12);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  letter-spacing: 0.02em;
  opacity: 0;
}
.dev-history__visual-front {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 7.6rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.6rem;
}
.dev-history__mid-years {
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 0.34rem;
}
.dev-history__img-wrap {
  position: relative;
  width: 100%;
}
.dev-history__img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
}
.dev-history__tabs {
  grid-column: 3;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.08rem;
  min-width: 1.93rem;
  margin-top: 0.83rem;
  height: 4.12rem;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.dev-history__tabs::-webkit-scrollbar {
  display: none;
}
.dev-history__tab {
  appearance: none;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 0.2rem;
  text-align: center;
  padding: 0.18rem 0;
  width: 1.88rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  font-family: inherit;
  position: relative;
}
.dev-history__tab::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #B11F23;
  position: absolute;
  right: -0.05rem;
  top: 0;
}
@media (hover: hover) and (pointer: fine) {
  .dev-history__tab:hover:not(.is-active) {
    background: rgba(255, 255, 255, 0.08);
  }
}
.dev-history__tab.is-active {
  background: var(--dev-history-red);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .con01 {
    background: url(../img/about/ab_bg_m.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 0.6rem 0.3rem 0.8rem;
    flex-direction: column;
  }
  .con01 .con01-left {
    width: 100%;
  }
  .con01 .con01-left .font30 {
    font-size: 0.5rem;
  }
  .con01 .con01-left .con01-left-desc {
    -webkit-line-clamp: none;
  }
  .con01 .con01-left .con01-left-desc * {
    line-height: 0.5rem !important;
  }
  .con01 .con01-left .about-us-stats {
    margin-top: 0.5rem;
    flex-wrap: wrap;
    padding: 0 0.3rem 0.1rem;
  }
  .con01 .con01-left .about-us-stats .stat-item {
    flex: none;
    width: 50%;
    text-align: left;
    padding-bottom: 0.4rem;
  }
  .con01 .con01-left .about-us-stats .stat-item .font65 {
    font-size: 1rem;
  }
  .con01 .con01-left .about-us-stats .stat-item .font18 span {
    font-size: 0.28rem !important;
    line-height: 0.36rem !important;
    text-align: left;
  }
  .con01 .con01-left .about-us-stats .stat-item div text:nth-child(3) {
    font-size: 0.23rem;
    width: 0.42rem;
    height: 0.42rem;
    bottom: 0.6rem;
  }
  .con01 .con01-right {
    width: 100%;
  }
  .con01 .con01-right img {
    max-width: 100%;
  }
  /* ========== 发展历程 移动端 ========== */
  .history.dev-history-section {
    height: auto;
    background: url(../img/about/history_bg_m.png) center top / 100% 100% no-repeat;
  }
  .dev-history {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.6rem 0.3rem 0.7rem;
    box-sizing: border-box;
    column-gap: 0;
    row-gap: 0;
  }
  .dev-history__head {
    grid-column: auto;
    grid-row: auto;
  }
  .dev-history__title {
    font-size: 0.5rem;
    line-height: 1.2;
  }
  .dev-history__subtitle {
    margin-top: 0.12rem;
    font-size: 0.28rem;
    font-weight: normal;
    opacity: 0.95;
  }
  .dev-history__tabs {
    grid-column: auto;
    grid-row: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    width: calc(100% + 0.6rem);
    min-width: 0;
    height: auto;
    max-height: none;
    margin: 0.36rem 0 0 -0.3rem;
    padding: 0 0.3rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .dev-history__tabs::-webkit-scrollbar {
    display: none;
  }
  .dev-history__tab {
    flex: none;
    width: auto;
    min-width: 2.4rem;
    padding: 0.18rem 0.22rem 0.2rem;
    font-size: 0.34rem;
    white-space: nowrap;
    margin-right: 0.2rem;
    position: relative;
  }
  .dev-history__tab::after {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    right: 0;
  }
  .dev-history__tab::before {
    content: '';
    width: 100%;
    height: calc(100% - 0.16rem);
    position: absolute;
    left: 0;
    top: 0.08rem;
    z-index: -1;
  }
  .dev-history__tab.is-active {
    background: none;
  }
  .dev-history__tab.is-active::before {
    background: #B11F23;
  }
  .dev-history__tab.is-active::after {
    background: #B11F23;
  }
  .dev-history__text {
    grid-column: auto;
    grid-row: auto;
    max-width: 100%;
    margin-top: 0.4rem;
  }
  .dev-history__dot {
    width: 0.14rem;
    height: 0.14rem;
    margin-right: 0.14rem;
  }
  .dev-history__years {
    font-size: 0.4rem;
  }
  .dev-history__slogan {
    margin: 0.08rem 0 0.3rem;
    padding-left: 0.28rem;
    font-size: 0.4rem;
    line-height: 1.35;
  }
  .dev-history__desc {
    font-size: 0.28rem;
    line-height: 1.75;
  }
  .dev-history__visual {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    min-height: 0;
    margin-top: 0.44rem;
  }
  .dev-history__watermark {
    display: none !important;
  }
  .dev-history__visual-front {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .dev-history__img-wrap {
    width: 100%;
  }
  .dev-history__img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* ========== 企业文化 移动端 ========== */
  .about-culture {
    padding: 0.9rem 0 0;
    background: url(../img/about/wh_bg_m.png) no-repeat center center #CCDBF8;
    background-size: 100% 100%;
  }
  .about-culture-head {
    text-align: center;
    position: relative;
    left: 0;
    top: 0.2rem;
    transform: none;
    margin-bottom: 0;
  }
  .about-culture-head .font30 {
    font-size: 0.5rem;
  }
  .about-culture-box {
    flex-direction: column;
    min-height: 0;
  }
  .about-culture-item-inner {
    width: 100%;
    transform: none;
    align-items: center;
    text-align: center;
  }
  .about-culture-item {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.85);
    padding: 1.2rem 0.3rem 1.4rem;
    flex-direction: column;
    min-height: 0;
  }
  .about-culture-item:nth-child(1),
  .about-culture-item:nth-child(3) {
    background: rgba(210, 225, 245, 0.48);
  }
  .about-culture-item:nth-child(2) {
    background: rgba(175, 195, 225, 0.58);
  }
  .about-culture-item:first-child {
    border-top: none;
  }
  .about-culture-cn {
    font-size: 0.5rem;
    margin-bottom: 0;
    letter-spacing: 0.35em;
  }
  .about-culture-en {
    font-size: 0.28rem;
    margin-bottom: 0;
    color: #A68E83;
    font-weight: normal;
    line-height: 1.35;
  }
  .about-culture-desc {
    padding: 0.12rem 0 0;
    gap: 0.06rem;
  }
  .about-culture-desc p {
    font-size: 0.34rem;
    line-height: 1.45;
    color: #33221C;
    font-weight: bold;
  }
  .about-culture-pu {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
    margin-top: 0.18rem;
  }
  .about-honor-banner {
    height: 6.17rem;
    background: url(../img/about/ry_bg_m.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .about-honor-banner .about-honor-text {
    padding: 0 0.3rem;
  }
  .about-honor-banner .about-honor-text .font30 {
    font-size: 0.4rem;
    margin-bottom: 0.14rem;
  }
  .about-honor-banner .about-honor-text .about-honor-title {
    font-size: 0.4rem;
  }
}
