@charset "UTF-8";
/**公共样式*/
.about__title {
  text-align: center;
  padding: 5.71rem 0 4.29rem;
}

.about__synosis {
  font-size: 1.14rem;
  line-height: 2;
  color: #666;
  text-indent: 2em;
}

.card-sub-title {
  margin-top: 1.5rem;
}

.qiaopao-box {
  display: table;
}
.qiaopao-box .img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
.qiaopao-box .qipao-left,
.qiaopao-box .qipao-right {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.qiaopao-box .qipao-left *,
.qiaopao-box .qipao-right * {
  position: relative;
  z-index: 10;
}

.qipao-right {
  box-sizing: border-box;
  min-width: 230px;
  min-height: 132px;
  padding: 30px 20px;
  font-size: 18px;
  background: #fff;
  border-radius: 40px;
  position: relative;
}
.qipao-right span,
.qipao-right p {
  position: relative;
  z-index: 1;
}

.qipao-right::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 50px solid #fff;
  border-left: 30px solid transparent;
  bottom: 10px;
  right: 15%;
  z-index: 2;
  transform: skewY(35deg) scale(1.3) skewX(30deg);
}

.qipao-left {
  box-sizing: border-box;
  min-width: 250px;
  min-height: 132px;
  padding: 30px 20px;
  font-size: 18px;
  background: #fff;
  border-radius: 40px;
  position: relative;
}
.qipao-left span,
.qipao-left p {
  position: relative;
  z-index: 1;
}

.qipao-left::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 50px solid #fff;
  border-left: 30px solid transparent;
  bottom: 10px;
  left: 15%;
  transform: skewY(-35deg) scale(1.3) skewX(-30deg);
}

/********/
.about__company {
  padding: 5.61rem 0;
}
.about__company .about__company__card-title {
  display: none;
}
.about__company .about__company-list {
  display: flex;
  flex-direction: column;
  gap: 4.21rem;
}
.about__company .about__company-item {
  display: flex;
  align-items: center;
  gap: 4.36rem;
  overflow: hidden;
}
.about__company .about__company-item:nth-child(n+2) .about__company-cover {
  height: 25.79rem;
}
.about__company .about__company-cover {
  width: 54.29rem;
  height: 35.79rem;
  flex-shrink: 0;
  object-fit: contain;
}
.about__company .about__company-title {
  font-size: 2.43rem;
  color: #333;
  margin-bottom: 5.57rem;
}
.about__company .about__company-title::after {
  margin-left: 0;
}

.about__culture {
  background: var(--bg-img-url) no-repeat center center/cover;
  height: 60.43rem;
  width: 100%;
}
.about__culture .about__culture-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.about__culture .about__cuturle-grid {
  gap: 1.25rem;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
.about__culture .about__cuturle-item {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.about__culture .about__cuturle-item:hover .about__cuturle-synosis .about__cuturle-title {
  font-size: 2rem;
}
.about__culture .about__cuturle-item:hover .about__cuturle-synosis .about__cuturle-sub {
  font-size: 1.5rem;
  opacity: 0.5;
  margin-top: 0.5rem;
}
.about__culture .about__cuturle-item:nth-child(3):hover ~ .about_cuturle-pos-wrap {
  display: block;
}
.about__culture .about__cuturle-cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s all;
}
.about__culture .about__cuturle-synosis {
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem;
  padding-bottom: 5.71rem;
  backdrop-filter: blur(50px);
}
.about__culture .about__cuturle-title {
  font-size: 1.71rem;
  transition: 0.3s;
}
.about__culture .about__cuturle-sub {
  font-size: 1.14rem;
  opacity: 0.5;
  margin-top: 0.5rem;
  transition: 0.3s;
}
.about__culture .about_cuturle-pos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  gap: 1rem;
  overflow: hidden;
}
.about__culture .about_cuturle-pos-wrap {
  position: absolute;
  width: 66.6%;
  height: 22.79rem;
  background: #fff;
  right: 0;
  top: 0;
  box-shadow: 0rem 1rem 3rem 0rem rgba(0, 25, 44, 0.51);
  display: none;
}
.about__culture .about_cuturle-pos-wrap:hover {
  display: block;
}
.about__culture .about_cuturle-pos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.07rem;
}
.about__culture .about_cuturle-pos-img {
  object-fit: contain;
  width: 15rem;
  height: 15rem;
  background-color: #eee;
}
.about__culture .about_cuturle-pos-content {
  font-size: 1rem;
}

.about__mascot {
  background: var(--bg-img-url) no-repeat center center/cover;
  height: 85.64rem;
  width: 100%;
}
.about__mascot .container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mascot-top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4.3rem;
  height: 33rem;
}
.mascot-top .masoct-intro {
  flex: 1;
  background: var(--bg-intro-content-url) no-repeat 80% 100%/40%, linear-gradient(to right, transparent, rgba(255, 255, 255, 0.361) 60%, transparent);
  position: relative;
  height: 100%;
  font-size: 23px;
  padding: 18px;
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0) transparent;
}
.mascot-top .masoct-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.6) 50%, transparent);
}
.mascot-top .masoct-intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.6) 50%, transparent);
}
.mascot-top .masoct-intro .content-title {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 500;
}
.mascot-top .masoct-intro .content-title::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  margin-top: 0.5rem;
  background: linear-gradient(to right, #fff, transparent);
}
.mascot-top .masoct-intro .content {
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  color: rgba(255, 255, 255, 0.826);
  padding-left: 1.45rem;
  position: relative;
  line-height: 1.5;
  font-size: 1.5rem;
  margin-top: 0.5rem;
  /* 自定义滚动条 */
}
.mascot-top .masoct-intro .content::before {
  content: "";
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  transform: translateY(0.4em);
  background: radial-gradient(circle at center, #ffffff 35.5%, var(--color-primary) 40.5%);
  display: inline-block;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
}
.mascot-top .masoct-intro .content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.mascot-top .masoct-intro .content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}
.mascot-top .masoct-intro .content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0);
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  /* 留白效果 */
  background-clip: padding-box;
  transition: background-color 0.2s ease;
}
.mascot-top .masoct-intro .content:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0);
}
.mascot-top .mascot-anda {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: stretch;
  column-gap: 1.4286rem;
}
.mascot-top .mascot-anda .anda {
  width: auto;
  height: 100%;
}
.mascot-top .mascot-anda .btn-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 0.7143rem;
  row-gap: 2.1429rem;
}
.mascot-top .mascot-anda .btn-group .btn-box:nth-child(1) {
  grid-area: 1/1/2/2;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.7143rem;
}
.mascot-top .mascot-anda .btn-group .btn-box:nth-child(2) {
  grid-area: 1/2/3/3;
  display: flex;
  align-items: center;
}
.mascot-top .mascot-anda .btn-group .btn-box:nth-child(3) {
  grid-area: 2/1/3/2;
  display: flex;
  align-items: flex-start;
  padding-top: 0.7143rem;
}
.mascot-top .mascot-anda .btn-group .btn-box .btn-content {
  width: 8.5714rem;
  height: 8.5714rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mascot-top .mascot-anda .btn-group .btn-box .btn-content img {
  width: 100%;
  height: 100%;
}

.mascot-bottom {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mascot-bottom .mascot-box {
  height: 64%;
  width: auto;
  cursor: pointer;
  position: relative;
}
.mascot-bottom .mascot-box img {
  width: auto;
  height: 100%;
}
.mascot-bottom .mascot-box .qipao-box-left {
  position: absolute;
  transform: translateX(90%) translateY(-50%);
  right: 0;
  z-index: 1;
  top: 0;
}
.mascot-bottom .mascot-box .qipao-box-right {
  position: absolute;
  transform: translateX(-70%) translateY(-50%);
  left: 0;
  z-index: 1;
  top: 0;
}

.about__honor {
  padding-bottom: 5rem;
}
.about__honor .about__img-item {
  background-color: #f4f5f5;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__honor .about__img-preview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.about__honor .about__img-preview img {
  min-height: 17.36rem;
  max-height: 27.14rem;
  width: 100%;
  object-fit: cover;
}

.about__develop {
  background: var(--bg-img-url) no-repeat center center/cover;
  height: 38.64rem;
  width: 100%;
}
.about__develop .container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.about__develop .container .about__title {
  padding-bottom: 0;
}
.about__develop .container .timeline-swiper-wrap {
  flex: 1;
}

.about__building .about__building-list {
  display: flex;
  flex-direction: column;
  gap: 4.21rem;
}
.about__building .about__building-item {
  display: flex;
  align-items: center;
  color: #666;
  gap: 4.36rem;
}
.about__building .about__building-synosis {
  font-size: 1.14rem;
  line-height: 2;
}

.about__society {
  background: var(--bg-img-url) no-repeat center center/cover;
  height: 47.5rem;
  width: 100%;
  margin-top: 5.71rem;
}
.about__society .about__society-list {
  display: flex;
  justify-items: center;
}
.about__society .about__society-item {
  width: 50%;
  height: 28.75rem;
  display: flex;
  align-items: center;
  padding: 1.75rem 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.about__society .about__society-item--txt {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 3.29rem;
}
.about__society .about__society-cover {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about__partner {
  margin-bottom: 5.6rem;
}
.about__partner .about_partner-cover {
  width: 100rem;
  height: 36.36rem;
  margin-bottom: 5.61rem 0;
}

/* Swiper容器 */
.timeline-swiper-wrap {
  position: relative;
  padding: 0px 0 0px;
}
.timeline-swiper-wrap .timeline-swiper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.timeline-swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* 单个滑块 */
.swiper-slide {
  flex-shrink: 0;
  width: calc(20% - 20px);
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* 年份文本 */
.timeline-year {
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  /* 与原点保持间距 */
  font-size: 1.71rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50%;
  padding-bottom: 18px;
}
.timeline-year p {
  transform: translateY(100%);
}

/* 时间点原点：与长线垂直居中对齐 */
.timeline-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid #f08601;
  box-shadow: 0 0 0 2px #f08601;
  z-index: 2;
  /* 确保在长线上方 */
  /* 垂直居中于长线：向上移动自身一半高度 */
  transform: translateY(-50%) translateX(-50%);
  /* 与长线(120px)对齐：120px - 9px - 10px = 101px */
}

/* 描述文字 */
.timeline-content {
  /* 原点(18px) + 间距(18px) - 9px(transform偏移) = 27px */
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  padding: 0 5px;
  font-size: 1.14rem;
  position: absolute;
  top: calc(50% + 25px);
  max-height: 50%;
  width: 100%;
  user-select: none;
  /* 自定义滚动条 */
}
.timeline-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.timeline-content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}
.timeline-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0);
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  /* 留白效果 */
  background-clip: padding-box;
  transition: background-color 0.2s ease;
}
.timeline-content:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0);
}

.timeline-content__active {
  top: 0;
  border-radius: 10px;
  min-height: 100%;
  background: linear-gradient(rgba(150, 221, 238, 0.2666666667), rgba(229, 240, 246, 0.5411764706));
  backdrop-filter: blur(10px);
  /* 模糊效果 */
  z-index: 9;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  user-select: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 切换按钮：与长线垂直居中对齐 */
.timeline-btn {
  position: absolute;
  /* 垂直居中 */
  width: 42px;
  height: 42px;
  border: none;
  color: #ff672b;
  font-size: 19px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  /* 确保在长线上方 */
  transition: all 0.3s ease;
  object-fit: contain;
}

.timeline-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(to right, transparent, #fff, transparent);
  width: 100%;
}

.timeline-btn-prev {
  left: -51px;
}

.timeline-btn-next {
  right: -51px;
}

/* 响应式适配 */
@media (max-width: 576px) {
  .swiper-slide {
    width: calc(50% - 14px);
    margin: 0 7px;
  }
  .timeline-btn {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }
  .timeline-btn-prev {
    left: -15px;
  }
  .timeline-btn-next {
    right: -15px;
  }
  .timeline-title {
    font-size: 24px;
  }
  .timeline-container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .qipao-right {
    box-sizing: border-box;
    min-width: 150rem;
    min-height: 50rem;
    padding: 10rem 10rem;
    font-size: 12rem;
    background: #fff;
    border-radius: 20rem;
    position: relative;
  }
  .qipao-right span,
  .qipao-right p {
    position: relative;
    z-index: 1;
  }
  .qipao-right::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    border-top: 20rem solid transparent;
    border-right: 20rem solid transparent;
    border-bottom: 40rem solid #fff;
    border-left: 20rem solid transparent;
    bottom: 10rem;
    right: 15%;
    z-index: 2;
    transform: skewY(35deg) scale(1.3) skewX(30deg);
  }
  .qipao-left {
    box-sizing: border-box;
    min-width: 150rem;
    min-height: 50rem;
    padding: 10rem 10rem;
    font-size: 12rem;
    background: #fff;
    border-radius: 20rem;
    position: relative;
  }
  .qipao-left span,
  .qipao-left p {
    position: relative;
    z-index: 1;
  }
  .qipao-left::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    border-top: 20rem solid transparent;
    border-right: 20rem solid transparent;
    border-bottom: 40rem solid #fff;
    border-left: 20rem solid transparent;
    bottom: 10rem;
    left: 15%;
    transform: skewY(-35deg) scale(1.3) skewX(-30deg);
  }
  .about__company {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .about__company .about__company__card-title {
    display: block;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about__company .about__company-list {
    margin-top: 20rem;
    row-gap: 29rem;
  }
  .about__company .about__company-list .about__company-item {
    flex-direction: column;
  }
  .about__company .about__company-list .about__company-item .about__company-cover {
    width: 100%;
    height: auto;
  }
  .about__company .about__company-list .about__company-item .about__company-content {
    margin-top: 14.5rem;
    width: 100%;
  }
  .about__company .about__company-list .about__company-item .about__company-content .about__company-title {
    display: none;
  }
  .about__company .about__company-list .about__company-item .about__company-content .about__synosis {
    font-size: 13rem;
    color: #333;
  }
  .about__culture {
    height: auto;
  }
  .about__culture .about__culture-inner {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .about__culture .about__culture-inner .about__title .banner-subtitle {
    display: none;
  }
  .about__culture .about__culture-inner .about__cuturle-grid {
    margin-top: 20rem;
    column-gap: 0;
    grid-template-columns: 1fr;
    row-gap: 10rem;
  }
  .about__culture .about__culture-inner .about__cuturle-grid .about__cuturle-item .about__cuturle-cover {
    position: relative;
  }
  .about__culture .about__culture-inner .about__cuturle-grid .about__cuturle-item .about__cuturle-synosis {
    padding: 40rem 15rem;
  }
  .about__culture .about__culture-inner .about__cuturle-grid .about__cuturle-item .about__cuturle-synosis .about__cuturle-title {
    font-size: 14rem;
  }
  .about__culture .about__culture-inner .about__cuturle-grid .about__cuturle-item .about__cuturle-synosis .about__cuturle-sub {
    font-size: 12rem;
    color: #fff;
    opacity: 1;
  }
  .about__culture .about__culture-inner .about__cuturle-grid .about_cuturle-pos-wrap {
    width: 100%;
    bottom: 95rem;
    height: auto;
    top: auto;
  }
  .about__culture .about__culture-inner .about__cuturle-grid .about_cuturle-pos-wrap .about_cuturle-pos {
    padding: 15rem;
  }
  .about__culture .about__culture-inner .about__cuturle-grid .about_cuturle-pos-wrap .about_cuturle-pos .about_cuturle-pos-content {
    font-size: 12rem;
  }
  .about__culture .about__culture-inner .about__cuturle-grid .about_cuturle-pos-wrap .about_cuturle-pos .about_cuturle-pos-grid {
    margin-top: 15rem;
    gap: 5rem;
  }
  .about__culture .about__culture-inner .about__cuturle-grid .about_cuturle-pos-wrap .about_cuturle-pos .about_cuturle-pos-grid .about_cuturle-pos-img {
    width: 100%;
    height: auto;
  }
  .about__mascot {
    background: #fff;
    height: auto;
    align-items: center;
  }
  .about__mascot .mascot-img {
    width: 100%;
    height: auto;
  }
  .about__mascot .container {
    background: var(--bg-img-url) no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
  .about__mascot .container .about__title {
    padding-top: 20rem;
  }
  .mascot-top {
    flex-direction: column-reverse;
    height: auto;
  }
  .mascot-top .masoct-intro {
    width: 100%;
    padding: 20rem;
    max-height: 140rem;
    border-radius: 0;
    padding: 0;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .mascot-top .masoct-intro .content-title {
    color: #fff;
    font-size: 15rem;
    font-weight: 500;
    margin-top: 10rem;
  }
  .mascot-top .masoct-intro .content-title::after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    margin-top: 0.5rem;
    background: linear-gradient(to right, #fff, transparent);
  }
  .mascot-top .masoct-intro .content {
    padding-left: 16rem;
  }
  .mascot-top .masoct-intro .content::before {
    content: "";
    flex-shrink: 0;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    transform: translateY(0.2em);
    background: radial-gradient(circle at center, #ffffff 35.5%, var(--color-primary) 40.5%);
    display: inline-block;
    margin-right: 0.5rem;
    position: absolute;
    left: 0;
  }
  .mascot-top .masoct-intro section {
    height: 140rem;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 14rem !important;
    padding: 0rem 20rem;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 30rem;
  }
  .mascot-top .masoct-intro .default-content {
    transform: translateY(8rem);
    border-radius: 0;
    background: transparent;
  }
  .mascot-top .mascot-anda {
    height: auto;
    margin-top: 4rem;
  }
  .mascot-top .mascot-anda .anda {
    width: 50%;
    height: auto;
  }
  .mascot-top .mascot-anda .btn-group {
    width: 50%;
  }
  .mascot-top .mascot-anda .btn-group .btn-box:nth-child(1) {
    align-items: center;
  }
  .mascot-top .mascot-anda .btn-group .btn-box:nth-child(3) {
    align-items: center;
  }
  .mascot-top .mascot-anda .btn-group .btn-box .btn-content {
    width: 100%;
    height: auto;
  }
  .mascot-top .mascot-anda .btn-group .btn-box .btn-content img {
    width: 100%;
    height: auto;
  }
  .mascot-bottom {
    flex-wrap: wrap;
    row-gap: 20rem;
    padding: 20rem 0 20rem;
  }
  .mascot-bottom .mascot-box {
    flex-basis: 50%;
    height: 151rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mascot-bottom .mascot-box .qiaopao-box img {
    width: 100%;
    object-fit: contain;
    height: auto;
  }
  .mascot-bottom .mascot-box:nth-child(2) .qipao-box-left {
    transform: translateX(-70%) translateY(-50%);
  }
  .mascot-bottom .mascot-box:nth-child(2) .qipao-box-left .qipao-left::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    border-top: 20rem solid transparent;
    border-right: 20rem solid transparent;
    border-bottom: 40rem solid #fff;
    border-left: 20rem solid transparent;
    bottom: 10rem;
    right: 15%;
    left: auto;
    transform: skewY(35deg) scale(1.3) skewX(30deg);
  }
  .mascot-bottom .mascot-box img {
    width: auto;
    height: 100%;
  }
  .mascot-bottom .mascot-box .qipao-box-left {
    position: absolute;
    transform: translateX(70%) translateY(-50%);
    right: 0;
    z-index: 1;
    top: 0;
  }
  .mascot-bottom .mascot-box .qipao-box-right {
    position: absolute;
    transform: translateX(-70%) translateY(-50%);
    left: 0;
    z-index: 1;
    top: 0;
  }
  .about__honor {
    padding: 30rem 0;
  }
  .about__honor .about__img-item {
    background-color: #f4f5f5;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about__honor .about__img-preview {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 22rem;
  }
  .about__honor .about__img-preview img {
    min-height: 58rem;
    max-height: 89rem;
    width: 100%;
    object-fit: cover;
  }
  .about__develop {
    height: 280rem;
  }
  .about__develop .container .about__title {
    padding-top: 30rem;
  }
  .about__develop .container .timeline-swiper-wrap::after {
    content: "长按查看更多";
    display: block;
    position: absolute;
    left: 50%;
    top: 4rem;
    border-radius: 100px;
    width: 80rem;
    text-align: center;
    height: 26rem;
    line-height: 26rem;
    font-size: 12rem;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateX(-50%);
  }
  /* 年份文本 */
  .timeline-year {
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    /* 与原点保持间距 */
    font-size: 13rem;
  }
  .timeline-year p {
    transform: translateY(100%);
  }
  /* 时间点原点：与长线垂直居中对齐 */
  .timeline-dot {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    background-color: #fff;
    border: 4px solid #f08601;
    box-shadow: 0 0 0 2px #f08601;
    position: relative;
    z-index: 2;
    position: absolute;
  }
  /* 描述文字 */
  .timeline-content {
    /* 原点(18px) + 间距(18px) - 9px(transform偏移) = 27px */
    text-align: center;
    color: #fff;
    line-height: 1.7;
    padding: 0 5px;
    font-size: 12rem;
  }
  /* 切换按钮：与长线垂直居中对齐 */
  .timeline-btn {
    position: absolute;
    /* 与长线同一水平线 */
    /* 垂直居中 */
    width: 41rem;
    height: 41rem;
  }
  .timeline-btn-prev {
    left: 10rem;
  }
  .timeline-btn-next {
    right: 10rem;
  }
  .swiper-slide {
    width: calc(50% - 18px);
    margin: 0 9px;
  }
  .about__building .container {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .about__building .container .about__building-list {
    margin-top: 20rem;
  }
  .about__building .container .about__building-list .about__building-item {
    flex-direction: column-reverse;
  }
  .about__building .container .about__building-list .about__building-item .about__building-content {
    font-size: 13rem;
  }
  .about__building .container .about__building-list .about__building-item .about__building-content .about__synosis {
    color: #333;
    font-size: 13rem;
  }
  .about__building .about__society {
    height: auto;
  }
  .about__building .about__society .about__society-list {
    margin-top: 20rem;
    flex-direction: column-reverse;
  }
  .about__building .about__society .about__society-list .about__society-item {
    width: 100%;
    height: auto;
    padding: 20rem 20rem;
  }
  .about__building .about__society .about__society-list .about__society-item .about__society-cover {
    width: 60%;
    margin: 0 auto;
  }
  .about__building .about__society .about__society-item--txt {
    font-size: 13rem;
    padding: 15rem;
    width: 100%;
    color: #333;
  }
  .about__partner .banner-subtitle {
    white-space: wrap;
  }
  .about__partner .about_partner-cover {
    width: 100%;
    height: auto;
    margin-top: 20rem;
  }
}
@media (max-width: 768px) {
  .banner .title {
    font-size: 30rem;
  }
  .banner .subtitle {
    font-size: 15rem;
    margin-top: 5rem;
  }
  .banner .cover {
    height: 213rem;
    object-fit: cover;
  }
}

/*# sourceMappingURL=about.css.map */
