/* about */
.about-counter {
  position: relative;
  z-index: 1;
  border: 1px solid #dedede;
}

.about-counter ul li {
  flex: 1;
}

.about-counter .cp-item {
  padding: 30px 40px;
  border-left: 1px solid #dedede;
  flex-direction: column;
  justify-content: space-between;
  height: 320px;
}

.about-counter ul li:first-child .cp-item {
  border-left: none;
}

.about-counter .cp-item p {
  font-size: 16px;
}

.about-counter .cp-item h4 {
  font-size: 24px;
}

.about-counter .cp-item h4 span {
  font-size: 64px;
}

.about-counter .cp-item h4 .num-plus {
  font-size: 64px;
  font-style: normal;
}

/* 数据指标响应式：平板两列，手机单列 */
@media (max-width: 992px) {
  .about-counter ul {
    flex-wrap: wrap;
  }
  .about-counter ul li {
    width: 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .about-counter ul li {
    width: 100%;
    flex: 0 0 100%;
  }
  .about-counter ul li:nth-child(n + 2) .cp-item {
    border-left: none;
    border-top: 1px solid #dedede;
  }
  .about-counter .cp-item {
    height: auto;
    min-height: 200px;
  }
}

/*  */
.about-dongwang-list ul {
  margin-left: -40px;
}

.about-dongwang-list ul li {
  padding-left: 40px;
  width: 25%;
}

.about-dongwang-list .cp-item {
  position: relative;
  z-index: 1;
  padding: 30px;
  background-color: #fff;
}

.about-dongwang-list .cp-number {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 0;
  font-size: 14px;
  color: var(--color-primary);
  letter-spacing: 0.05em;
}

.about-dongwang-list .cp-title h3 {
  font-size: 24px;
}

.about-dongwang-list .cp-title p {
  margin-top: 20px;
  font-size: 14px;
}

.about-dongwang-list .cp-icon {
  margin: 100px auto;
  width: 80%;
  border-radius: 50%;
  background-color: #666;
}

.about-dongwang-list .cp-icon img {
  display: block;
  width: 100%;
}

/* 懂商业响应式：平板两列，手机单列 */
@media (max-width: 992px) {
  .about-dongwang-list ul {
    flex-wrap: wrap;
  }
  .about-dongwang-list ul li {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .about-dongwang-list ul {
    margin-left: 0;
  }
  .about-dongwang-list ul li {
    margin-bottom: 10px;
    width: 100%;
    padding-left: 0;
  }
  .about-dongwang-list .cp-icon {
    width: 180px;
    margin: 10px auto;
  }
}

/* team */
.about-team-swiper {
  margin-top: 50px;
}

.about-team-swiper .swiper-wrapper {
  height: auto;
}

.about-team-swiper .swiper-slide {
  width: 390px;
}

.about-team-item .cp-poster {
  width: 100%;
  overflow: hidden;
}

.about-team-item .cp-poster img {
  display: block;
  width: 100%;
}

.about-team-item .cp-title {
  padding: 20px;
  border: 1px solid #dedede;
  border-top: none;
}

.about-team-item .cp-title h3 {
  font-size: 24px;
}

.about-team-item .cp-title p {
  margin-top: 10px;
  color: #666;
}

/*  */
.about-team-ctrl {
  position: relative;
  z-index: 1;
  margin: 50px auto 0;
  width: 120px;
  height: 48px;
}

.about-team-ctrl .swiper-button-next {
  right: 0;
}

.about-team-ctrl .swiper-button-prev {
  left: inherit;
  right: 60px;
}

/* 团队响应式：卡片随屏收窄 */
@media (max-width: 992px) {
  .about-team-swiper .swiper-slide {
    width: 340px;
  }
}

@media (max-width: 768px) {
  .about-team-swiper .swiper-slide {
    width: 280px;
  }
}

@media (max-width: 480px) {
  .about-team-swiper .swiper-slide {
    width: 240px;
  }
}

/*  */
.about-value-section {
  color: #fff;
}

/*  */
.about-value {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 70px;
  padding-top: 70px;
}

.about-value-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.about-value-list ul {
  counter-reset: section;
}

.about-value-list ul li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 33.33%;
}

.about-value-list .item-value {
  padding: 40px;
  height: 260px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: 0.3s;
  overflow: hidden;
}

.about-value-list .title-value h3 {
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}

.about-value-list .desc-value {
  margin-top: 10px;
  color: #fff;
}

.about-value-list .number-value {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.about-value-list .number-value::before {
  position: absolute;
  top: 10px;
  left: 0;
  counter-increment: section;
  content: "0" counters(section, " ");
  font-size: 26px;
  color: #fff;
  transition: 0.3s;
}

.about-value-list ul li:first-child {
  border-left: none;
}

.about-value-list ul li:first-child .item-value {
  padding-left: 0;
}

/* 价值观响应式：平板两列，手机单列 */
@media (max-width: 992px) {
  .about-value-list ul {
    flex-wrap: wrap;
  }
  .about-value-list ul li {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .about-value-list ul li {
    width: 100%;
  }
  .about-value-list .item-value {
    height: auto;
    min-height: 200px;
  }
}

/*  */
.about-honor-swiper {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.about-honor-swiper .swiper-wrapper {
  height: auto;
}

.about-honor-swiper .swiper-slide {
  width: 480px;
}

.about-honor-swiper .item-honor {
  display: flex;
  width: 100%;
  padding: 20px;
  border: 1px solid #ebeaea;
  transition: border-color 0.3s ease;
}

.about-honor-swiper .position-honor {
  font-size: 14px;
  color: #666;
}

.about-honor-swiper .title-honor p {
  color: #172de7;
  font-size: 14px;
}

.about-honor-swiper .title-honor h3 {
  margin-top: 10px;
  font-size: 20px;
}

.about-honor-swiper .item-honor-content {
  flex: 1;
  padding-right: 20px;
  flex-direction: column;
  justify-content: space-between;
}

.about-honor-swiper .item-honor-poster {
  width: 200px;
  overflow: hidden;
}

.about-honor-swiper .item-honor-poster img {
  display: block;
  width: 100%;
}

.about-honor-award {
  width: 400px;
  margin: 0 auto;
  transform: translateY(100px);
}

.about-honor-award .swiper-wrapper {
  height: auto;
}

.about-honor-award .swiper-slide img {
  display: block;
  width: 100%;
}

.about-honor-swiper .swiper-slide-thumb-active .item-honor,
.about-honor-swiper .item-honor:hover {
  background-color: var(--color-primary);
  border-color: #172de7;
}

.about-honor-swiper .item-honor:hover .position-honor,
.about-honor-swiper .item-honor:hover .title-honor p,
.about-honor-swiper .item-honor:hover .title-honor h3,
.about-honor-swiper .swiper-slide-thumb-active .position-honor,
.about-honor-swiper .swiper-slide-thumb-active .title-honor p,
.about-honor-swiper .swiper-slide-thumb-active .title-honor h3 {
  color: #fff;
}

/*  */
.about-honor-ctrl {
  position: relative;
  z-index: 1;
  margin: 50px auto 0;
  width: 120px;
  height: 48px;
}

.about-honor-ctrl .swiper-button-next {
  right: 0;
}

.about-honor-ctrl .swiper-button-prev {
  left: inherit;
  right: 60px;
}

@media (max-width: 768px) {
  .about-honor-swiper .swiper-slide {
    width: 350px;
  }
}

/* 发展历程 */
.about-history-section .cp-container {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.about-history-left {
  flex: 1;
  min-width: 0;
}

.about-histoty-right {
  min-width: 1000px;
  width: 60%;
}

.about-history-layout {
  gap: 60px;
  align-items: stretch;
}

.about-history-nav {
  position: relative;
  width: 250px;
}

.about-history-nav .swiper {
  height: 400px;
  overflow: hidden;
}

.about-history-nav .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 22px;
  color: #999;
  opacity: 0.6;
  transition: all 0.45s ease;
  cursor: pointer;
}

.about-history-nav .swiper-slide-thumb-active {
  font-size: 6.8vh;
  color: #172de7;
  opacity: 1;
}

.about-history-nav .history-index {
  font-size: 14px;
  color: #999;
  margin-right: 16px;
  font-variant-numeric: tabular-nums;
  opacity: 0.6;
  transition: all 0.45s ease;
}

.about-history-nav .swiper-slide-thumb-active .history-index {
  color: #172de7;
  opacity: 1;
}

.about-history-nav .swiper-slide-thumb-active .history-year::after {
  content: "↘";
  display: inline-block;
  margin-left: 12px;
  font-size: 0.45em;
  transform: translateY(-5px);
}

.about-history-nav .history-year {
  line-height: 0.8;
  transform-origin: 100% 50%;
}

.history-nav-ctrl {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 40px;
}

.history-nav-ctrl button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #172de7;
  background: transparent;
  color: #172de7;
  cursor: pointer;
  transition: all 0.3s ease;
}

.history-nav-ctrl button svg {
  width: 18px;
  height: 18px;
}

.history-nav-ctrl button:hover {
  background: #172de7;
  color: #fff;
  opacity: 1;
}

.history-nav-ctrl button:active {
  transform: scale(0.94);
}

.history-nav-ctrl button:focus-visible {
  outline: 2px solid #172de7;
  outline-offset: 3px;
}

.about-history-main {
  flex: 1;
  min-width: 0;
}

.about-history-main .swiper {
  overflow: hidden;
}

.about-history-main .swiper-slide {
  height: 100%;
}

.about-history-main .history-main-poster {
  background: #f4f6ff;
  overflow: hidden;
}

.about-history-main .history-main-poster img {
  display: block;
  width: 100%;
}

.about-history-main .history-main-info {
  margin-top: 30px;
}

.about-history-main .history-main-info h3 {
  font-size: 24px;
  color: #172de7;
}

.about-history-main .history-main-info p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

.about-history-comma img {
  max-width: 100%;
}

@media (max-width: 1800px) {
  .about-histoty-right {
    min-width: 800px;
  }

  .about-history-layout {
    gap: 60px;
    align-items: stretch;
  }

  .about-history-nav {
    position: relative;
    width: 260px;
  }

  .about-history-nav .swiper {
    height: 370px;
    overflow: hidden;
  }

  .about-history-nav .swiper-slide {
    font-size: 18px;
  }

  .about-history-nav .swiper-slide-thumb-active {
    font-size: 80px;
  }
}

@media (max-width: 1600px) {
  .about-histoty-right {
    min-width: 700px;
  }

  .about-history-nav {
    position: relative;
    width: 200px;
  }

  .about-history-nav .swiper {
    height: 300px;
    overflow: hidden;
  }

  .about-history-nav .swiper-slide {
    font-size: 18px;
  }

  .about-history-nav .swiper-slide-thumb-active {
    font-size: 64px;
  }
}

@media (max-width: 1200px) {
  .about-history-section .cp-container,
  .about-history-layout {
    display: block;
  }
  .about-histoty-right {
    min-width: auto;
    width: 100%;
  }

  .about-history-nav .swiper {
    height: auto;
  }
  .about-history-main .swiper-wrapper,
  .about-history-nav .swiper-wrapper {
    height: auto;
  }
  .about-history-nav {
    width: 100%;
    margin-top: 50px;
    padding-right: 120px;
  }

  .about-history-nav .swiper-slide {
    display: flex;
    width: 100px;
    height: 50px;
    font-size: 24px;
    justify-content: flex-start;
  }
  .history-nav-ctrl {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    gap: 10px;
  }

  .about-history-main {
    margin-top: 20px;
  }

  .about-history-nav .swiper-slide-thumb-active .history-year::after {
    margin-left: 6px;
  }
}

@media (max-width: 768px) {
  .about-history-nav .swiper-slide {
    width: 70px;
    font-size: 18px;
  }

  .about-history-main .history-main-info h3 {
    font-size: 18px;
  }
}

/*  */
.news-list ul {
  margin-left: -30px;
}

.news-list ul li {
  width: 33.33%;
  margin-top: 30px;
  padding-left: 30px;
}

.news-item {
  display: block;
  overflow: hidden;
}

.news-item .cp-poster {
  overflow: hidden;
}

.news-item .cp-poster img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
}

.index-news-item:hover .cp-poster img {
  transform: scale(1.05);
}

.news-item .cp-content {
  padding: 30px;
  height: 300px;
  border: 1px solid #dedede;
  flex-direction: column;
  justify-content: space-between;
}

.news-item .cp-content h3 {
  font-size: 24px;
  line-height: 1.5;
  height: 70px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-item .cp-title span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--color-primary);
}

.news-item .cp-desc p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}

.news-item .cp-info {
  position: relative;
  z-index: -1;
}

.news-item .cp-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-top: 15px;
  background-color: #fff;
  border-top: 1px solid #dedede;
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
}

.news-item:hover .cp-desc {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.news-item:hover .cp-poster img {
  transform: scale(1.06);
}

.news-item:hover .cp-content h3 {
  color: var(--color-primary);
}

.news-item:hover .site-link {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .news-list ul {
    margin-left: -20px;
  }
  .news-list ul li {
    width: 50%;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .news-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .news-cates ul {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .news-layout {
    display: none;
  }
  /* 触屏无 hover：卡片信息改为静态展示 */
  .news-item .cp-content {
    height: auto;
    padding: 24px;
  }
  .news-item .cp-title h3 {
    font-size: 22px;
  }
  .news-item .cp-title span {
    font-size: 13px;
  }
  .news-item .cp-desc p {
    font-size: 14px;
  }
  .news-item .cp-info {
    z-index: auto;
  }
  .news-item .cp-desc {
    position: static;
    transform: none;
    visibility: visible;
    opacity: 1;
    margin-top: 15px;
  }
  .news-item .site-link {
    visibility: visible;
    opacity: 1;
    margin-top: 15px;
  }
  .news-item:hover .site-link {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .news-list ul {
    margin-left: 0;
  }
  .news-list ul li {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .news-item .cp-content {
    padding: 20px;
  }
  .news-item .cp-title h3 {
    font-size: 18px;
    height: auto;
  }
  .news-item .cp-title span {
    font-size: 13px;
  }
  .news-item .cp-desc p {
    font-size: 14px;
  }
  .news-cates ul li a {
    font-size: 12px;
  }
  .news-item .cp-tag {
    margin-top: 40px;
  }
}
