.ceoIntroduction{
  width: 100%;
  margin-top: 80px;
}
.ceo-layout {
  display: flex;
  height: 100vh;
  background: #fff;
}
.ceo-left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f9fa;
}
.ceo-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  background: #fff;
  max-width: none;
  max-height: none;
}
.ceo-right {
  flex: 1;
  padding: 60px 60px 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  /* height: 80vh; */
}
.ceoTitle{
  font-size: 32px;
  color: #222;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 20px;
}
.ceoTitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #3578e5, #b3d1f7);
  border-radius: 2px;
}
.ceo-name {
  font-size: 38px;
  color: #005aab;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 2px;
}
.ceo-title {
  font-size: 20px;
  color: #222;
  margin-bottom: 32px;
  font-weight: 500;
  letter-spacing: 1px;
}
.ceo-desc {
  font-size: 17px;
  color: #444;
  line-height: 2.1;
  padding-right: 30px;
  overflow-y: scroll !important;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #005aab #f0f0f0;
}

/* Chrome/Edge/Safari */
.ceo-desc::-webkit-scrollbar {
  display: block;
  width: 5px;
}
.ceo-desc::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}
.ceo-desc::-webkit-scrollbar-thumb {
  background: #005aab;
  border-radius: 4px;
}
.ceo-desc::-webkit-scrollbar-thumb:hover {
  background: #005aab;
}

.ceo-desc p {
  margin: 0 0 10px 0;
}
.ceo-desc div {
  color: #005aab;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 3px;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.08);
}

@media (max-width: 700px) {
  .ceoIntroduction{
    margin-top: 0px;
    padding-top: 55px;
  }
  .ceo-layout {
    flex-direction: column;
    height: auto;
  }
  .ceo-left, .ceo-right {
    flex: none;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .ceo-photo {
    width: 100vw;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    max-width: 100vw;
    max-height: 60vw;
    object-fit: cover;
  }
  .ceo-right {
    padding: 24px 12px 32px 12px;
    height: auto;
    min-height: 0;
    box-sizing: border-box;
  }
  .ceo-name {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .ceo-title {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .ceo-desc {
    font-size: 15px;
    padding-right: 0;
    line-height: 1.8;
    max-height: none;
    overflow-y: visible !important;
  }
  .ceo-desc div {
    font-size: 16px;
    margin: 18px 0 10px 0;
  }
}

/* 历史发展时间轴样式 */
.historyIntroduction {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  padding: 0 40px;
  box-sizing: border-box;
}

.history-banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}

.history-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-timeline {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  padding: 120px 0 80px 0;
}

.timeline-scroll-container {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 20px;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.timeline-scroll-container:active {
  cursor: grabbing;
}

.timeline-scroll-container::-webkit-scrollbar {
  width: 8px;
}

.timeline-scroll-container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.timeline-scroll-container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.timeline-scroll-container::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

.timeline-axis {
  position: absolute;
  left: 50%;
  top: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, #b3d1f7 0%, #3578e5 50%, #b3d1f7 100%);
  z-index: 1;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(53,120,229,0.10), 0 1.5px 0 #fff inset;
  transform: translateX(-50%);
  opacity: 0.95;
  pointer-events: none;
}

.timeline-nodes {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 2;
  padding: 100px 0;
}

.timeline-node {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  position: relative;
  margin: 60px 0;
  padding: 0 100px;
}

.timeline-dot {
  width: 24px;
  height: 24px;
  background: #fff;
  border: 4px solid #3578e5;
  border-radius: 50%;
  margin: 0;
  z-index: 3;
  box-shadow: 0 2px 8px #b3c6e0;
  transition: border-color 0.2s;
  position: relative;
  flex-shrink: 0;
}

.timeline-year {
  font-size: 18px;
  color: #3578e5;
  font-weight: bold;
  user-select: none;
  cursor: pointer;
  transition: color 0.2s;
  background: #fff;
  padding: 2px 8px;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 0 1px 4px rgba(0,90,171,0.04);
  margin: 0 20px;
  z-index: 4;
  white-space: nowrap;
  position: relative;
  flex-shrink: 0;
}

.timeline-card {
  position: relative;
  width: 220px;
  max-width: 90vw;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,90,171,0.10);
  padding: 20px 16px 16px 16px;
  z-index: 10;
  transition: box-shadow 0.2s;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  flex-shrink: 0;
}

.timeline-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 16px;
}

.timeline-card .timeline-title {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  margin-bottom: 8px;
}

.timeline-card .timeline-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.timeline-node.active .timeline-dot {
  border-color: #005aab;
  background: #eaf3fa;
}

.timeline-node.active .timeline-year {
  color: #005aab;
  background: #eaf3fa;
  box-shadow: 0 2px 8px #b3c6e0;
}

@media screen and (max-width: 900px) {
  .history-timeline {
    padding: 80px 0 40px 0;
  }
  
  .timeline-scroll-container {
    padding: 0 10px;
  }
  
  .timeline-node {
    padding: 0 50px;
    margin: 40px 0;
  }

  .timeline-card {
    width: 90vw;
    min-width: 180px;
    max-width: 220px;
    padding: 16px 12px 12px 12px;
  }

  .timeline-card img {
    height: 140px;
  }
}

@media screen and (max-width: 600px) {
  .history-timeline {
    padding: 60px 0 30px 0;
  }
  
  .timeline-scroll-container {
    padding: 0 5px;
  }
  
  .timeline-node {
    padding: 0 20px;
    margin: 30px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .timeline-year {
    margin: 10px 0;
  }

  .timeline-card {
    width: 96vw;
    max-width: 220px;
    min-width: 0;
    margin: 10px 0 0 0;
  }

  .timeline-card img {
    height: 160px;
  }
}

/* 历史发展时间轴样式 */
.historyIntroduction, .cultureIntroduction, .dutyIntroduction {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}

.history-banner, .culture-banner, .duty-banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.history-banner img, .culture-banner img, .duty-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.timeline-years {
  width: 110px;
  background: #eaf3fa;
  border-radius: 12px 0 0 12px;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #005aab #eaf3fa;
}
.timeline-years::-webkit-scrollbar {
  width: 6px;
  background: #eaf3fa;
}
.timeline-years::-webkit-scrollbar-thumb {
  background: #005aab;
  border-radius: 4px;
}
.timeline-years ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline-years li {
  font-size: 20px;
  color: #7a8fa3;
  padding: 12px 0;
  cursor: pointer;
  transition: color 0.2s, font-weight 0.2s;
  position: relative;
}
.timeline-years li.active,
.timeline-years li:hover {
  color: #005aab;
  font-weight: bold;
}
.timeline-years li.active::before {
  content: '';
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #005aab;
  border-radius: 50%;
}
.timeline-content {
  flex: 1;
  padding: 40px 40px 40px 60px;
  display: flex;
  align-items: center;
  min-height: 320px;
}
.timeline-item {
  display: none;
  width: 100%;
  align-items: center;
  gap: 40px;
}
.timeline-item.active {
  display: flex;
}
.timeline-img img {
  width: 340px;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,90,171,0.08);
  background: #fff;
}
.timeline-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.timeline-date {
  font-size: 22px;
  color: #005aab;
  font-weight: bold;
  margin-bottom: 10px;
}
.timeline-title {
  font-size: 26px;
  color: #222;
  font-weight: bold;
  margin-bottom: 18px;
}
.timeline-desc {
  font-size: 18px;
  color: #444;
  line-height: 2;
}

@media (max-width: 900px) {
  /* .historyIntroduction, .cultureIntroduction, .dutyIntroduction {
    margin-top: 0;
  } */
  /* .history-banner, .culture-banner, .duty-banner{
    height: 200px;
    margin-bottom: 20px;
    margin-top: 50px;
  } */
  .culture-content .title{
    padding: 20px 0 30px! important;
  }
  .history-timeline {
    flex-direction: column;
    min-height: 0;
    margin-bottom: 20px;
  }
  .timeline-years {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,90,171,0.06);
    border-radius: 0;
    padding: 0;
    margin: 0;
    scrollbar-width: thin;
    scrollbar-color: #005aab #eaf3fa;
  }
  .timeline-years ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: max-content;
    padding: 0 8px;
    margin: 0;
  }
  .timeline-years li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    height: 38px;
    font-size: 16px;
    color: #666;
    padding: 0 14px;
    margin: 0 2px;
    background: none;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: color 0.2s, background 0.2s;
    position: relative;
    white-space: nowrap;
    height: 38px;
    line-height: 38px;
  }
  .timeline-years li.active {
    color: #005aab;
    font-weight: bold;
    background: #eaf3fa;
  }
  .timeline-years li.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #005aab;
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
  }
  /* 隐藏多余的竖向滚动条 */
  .timeline-years::-webkit-scrollbar {
    height: 4px;
  }
  .timeline-years::-webkit-scrollbar-thumb {
    background: #005aab;
    border-radius: 2px;
  }
  .timeline-years::-webkit-scrollbar-track {
    background: #eaf3fa;
  }
  .timeline-content {
    padding: 20px;
    flex-direction: column;
  }
  .timeline-item {
    flex-direction: column;
    gap: 20px;
  }
  .timeline-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .timeline-img img {
    width: 100%;
    height: 180px;
    border-radius: 8px;
  }
  .timeline-info {
    width: 100%;
    padding: 0;
  }
  .timeline-date {
    font-size: 16px;
    color: #005aab;
    margin-bottom: 8px;
  }
  .timeline-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .timeline-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
  }
  .timeline-years li.active::before {
    display: none !important;
    content: none !important;
  }
  .honorIntroduction{
    margin-top: 0px! important;
  }
}

@media (max-width: 600px) {
  .historyIntroduction, .cultureIntroduction, .dutyIntroduction{
    margin-top: 0;
  }
  .history-timeline {
    margin-bottom: 15px;
    border-radius: 8px;
  }
  .timeline-years {
    padding: 8px 0;
  }
  .timeline-years li {
    min-width: 48px;
    font-size: 14px;
    height: 32px;
    padding: 0 8px;
  }
  .timeline-years ul {
    padding: 0 4px;
    width: 100%;
  }
  .timeline-years li.active::after {
    width: 5px;
    height: 5px;
    bottom: 4px;
  }
  .timeline-content {
    padding: 15px;
  }
  .timeline-img {
    max-width: 250px;
  }
  .timeline-img img {
    height: 160px;
  }
  .timeline-date {
    font-size: 14px;
  }
  .timeline-title {
    font-size: 18px;
  }
  .timeline-desc {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 400px) {
  .history-banner, .culture-banner, .duty-banner {
    height: 200px;
    margin-bottom: 10px;
    margin-top: 50px;
  }
  .history-timeline {
    margin-bottom: 10px;
  }
  .timeline-years li {
    min-width: 38px;
    font-size: 12px;
    height: 28px;
    padding: 0 4px;
  }
  .timeline-years li.active::after {
    width: 4px;
    height: 4px;
    bottom: 2px;
  }
  .timeline-img {
    max-width: 200px;
  }
  .timeline-img img {
    height: 140px;
  }
  .timeline-title {
    font-size: 16px;
  }
  .timeline-desc {
    font-size: 13px;
  }
}

@media (min-width: 900px) {
  .historyIntroduction, .cultureIntroduction, .dutyIntroduction, .honorIntroduction {
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
}
/* 企业文化 */
.culture-content {
  width: 84%;
  margin: 0 auto 40px;
}
.culture-content .title {
  padding: 60px 0 45px 0;
  text-align: center;
}
.culture-content .title h2 {
  display: inline-block;
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, right top, from(#32beff), to(#005aab));
  background-image: -webkit-linear-gradient(left, #32beff 0%, #005aab 100%);
  background-image: -moz-linear-gradient(left, #32beff 0%, #005aab 100%);
  background-image: linear-gradient(to right, #32beff 0%, #005aab 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.culture-content .line {
  height: 3px;
  width: 100%;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#32beff), to(#005aab));
  background-image: -webkit-linear-gradient(left, #32beff 0%, #005aab 100%);
  background-image: -moz-linear-gradient(left, #32beff 0%, #005aab 100%);
  background-image: linear-gradient(to right, #32beff 0%, #005aab 100%);
}
.culture-list { 
  width: 100%; 
}
.culture-item { 
  background: #fff; 
  margin-bottom: 18px; 
  border-radius: 10px; 
  box-shadow: 0 2px 8px #eaf3fa; 
  padding: 24px 18px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.culture-num {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.culture-num .num {
  font-size: 6em;
  line-height: 1;
  color: rgb(195 47 47 / 0%);
  -webkit-text-stroke: 1px #ffa24e;
  margin-bottom: 0.15rem;
  font-weight: bold;
  z-index: 3;
}

.culture-content-right {
  flex: 1;
  min-width: 0;
}

.culture-title { 
  font-size: 20px; 
  color: #005aab; 
  font-weight: bold; 
  margin-bottom: 10px; 
}

.culture-row { 
  display: flex; 
  flex-wrap: wrap; 
  gap: 40px; 
  font-size: 16px; 
  color: #444; 
}

.culture-row span { 
  min-width: 220px; 
}

/* 移动端适配 */
@media (max-width: 768px) {
  .culture-item {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .culture-icon {
    width: 100px;
    height: 100px;
  }
  
  .culture-content-right {
    width: 100%;
  }
  
  .culture-row {
    justify-content: center;
    gap: 20px;
  }
}
/* 社会责任 */
.duty-content {
  width: 84%;
  margin: 0 auto 40px;
}
.duty-content .title .sd_text{
  display: inline-block;
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, right top, from(#32beff), to(#005aab));
  background-image: -webkit-linear-gradient(left, #32beff 0%, #005aab 100%);
  background-image: -moz-linear-gradient(left, #32beff 0%, #005aab 100%);
  background-image: linear-gradient(to right, #32beff 0%, #005aab 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.duty-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.duty-item {
  position: relative;
  height: 370px;
  perspective: 1000px;
  cursor: pointer;
}

.duty-card {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s;
}

.duty-item:hover .duty-card {
  transform: rotateY(180deg);
}

.duty-front, .duty-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.duty-front {
  background-size: cover;
  background-position: center;
}

.duty-back {
  background-image: url("../images/ceoBg.jpg");
  background-size: 100% 100%;
  transform: rotateY(180deg);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.duty-title {
  font-size: 24px;
  color: #005aab;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.duty-desc {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  text-align: justify;
}

/* 移动端适配 */
@media (max-width: 900px) {
  .duty-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .duty-item {
    height: auto;
    perspective: none;
    cursor: default;
  }
  
  .duty-card {
    transform-style: flat;
    transition: none;
    margin-bottom: 40px;
  }
  
  .duty-item:hover .duty-card {
    transform: none;
  }
  
  .duty-front, .duty-back {
    position: relative;
    backface-visibility: visible;
    transform: none;
  }
  
  .duty-front {
    height: 200px;
  }
  
  .duty-back {
    height: auto;
    padding: 20px;
    width: 94%;
  }
  
  .duty-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .duty-desc {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 600px) {
  .duty-item {
    height: auto;
  }
  
  .duty-content{
    margin: 40px auto 40px;
  }
  
  .duty-front {
    height: 180px;
  }
  
  .duty-back {
    padding: 15px;
    width: 90%;
  }
  
  .duty-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
/* 资质与荣誉 */
.honorIntroduction {
  width: 100%;
  margin-top: 0;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}

.honor-title {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}

.honor-title h2 {
  font-size: 48px;
  font-weight: bold;
  color: #005aab;
  letter-spacing: 4px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.10);
  text-align: center;
}

.honor-cards {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto 60px;
}

.honor-section {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.honor-section-title {
  font-size: 28px;
  color: #005aab;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.honor-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #32beff, #005aab);
  border-radius: 2px;
}

.honor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.honor-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(0,90,171,0.1);
}

.honor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,90,171,0.15);
  border-color: rgba(0,90,171,0.2);
}

.honor-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
  padding: 10px;
  background-color: rgba(207,227,238,0.24);
  border-radius: 8px;
}

.honor-card-title {
  font-size: 18px;
  color: #005aab;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}

.honor-card-sub {
  font-size: 14px;
  color: #666;
  text-align: center;
}

@media (max-width: 1200px) {
  .honor-cards {
    width: 95%;
  }
  
  .honor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .honor-title h2 {
    font-size: 32px;
  }

  .honor-section {
    padding: 20px;
  }

  .honor-section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .honor-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .honor-card {
    padding: 20px;
  }

  .honor-card img {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .honor-title h2 {
    font-size: 24px;
  }

  .honor-section-title {
    font-size: 20px;
  }

  .honor-card-title {
    font-size: 16px;
  }

  .honor-card-sub {
    font-size: 12px;
  }
}

/* About Us 页面样式 */
.personduction {
  width: 100%;
  background: #fff;
}

.person-banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.person-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.person-container {
  width: 84%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 0;
}

.person-title {
  text-align: center;
  margin-bottom: 30px;
}

.person-title h2 {
  font-size: 48px;
  font-weight: bold;
  background-image: linear-gradient(to right, #32beff, #005aab);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.line {
  height: 3px;
  width: 100%;
  background-image: linear-gradient(to right, #32beff, #005aab);
  margin-bottom: 40px;
}

.aboutUs {
  width: 100%;
}

.aboutUs-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.aboutUs-text {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,90,171,0.08);
  transition: transform 0.3s ease;
  border: 1px solid rgba(0,90,171,0.1);
  display: flex;
  flex-direction: column;
}

.aboutUs-img {
  width: 100%;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.aboutUs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.aboutUs-text:hover .aboutUs-img img {
  transform: scale(1.05);
}

.aboutUs-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,90,171,0.1), rgba(0,90,171,0.2));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.aboutUs-text:hover .aboutUs-img::after {
  opacity: 1;
}

.aboutUs-text:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,90,171,0.15);
  border-color: rgba(0,90,171,0.2);
}

.aboutUs-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 20px;
}

.aboutUs-text a {
  display: inline-block;
  color: #005aab;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  padding-right: 20px;
  transition: color 0.3s ease;
}

.aboutUs-text a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-top: 2px solid #005aab;
  border-right: 2px solid #005aab;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s ease;
}

.aboutUs-text a:hover {
  color: #32beff;
}

.aboutUs-text a:hover::after {
  border-color: #32beff;
}

.aboutUsBold {
  color: #005aab;
  font-weight: bold;
  position: relative;
  padding: 0 2px;
  display: contents;
}

.aboutUsBold::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #32beff, #005aab);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.aboutUs-text:hover .aboutUsBold::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .person-container {
    width: 90%;
    padding: 40px 0;
  }
  
  .person-title h2 {
    font-size: 40px;
  }
  
  .aboutUs-content {
    gap: 20px;
  }
  
  .aboutUs-img {
    height: 220px;
  }
}

@media (max-width: 900px) {
  .person-banner {
    height: 300px;
  }
  
  .person-container {
    width: 92%;
    padding: 30px 0;
  }
  
  .person-title h2 {
    font-size: 32px;
  }
  
  .aboutUs-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .aboutUs-text {
    padding: 24px;
  }
  
  .aboutUs-text p {
    font-size: 15px;
    line-height: 1.7;
  }
  
  .aboutUs-img {
    height: 200px;
  }
  
  .aboutUsBold {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .person-banner {
    height: 200px;
  }
  
  .person-container {
    width: 94%;
    padding: 20px 0;
  }
  
  .person-title h2 {
    font-size: 28px;
  }
  
  .line {
    margin-bottom: 30px;
  }
  
  .aboutUs-text {
    padding: 20px;
  }
  
  .aboutUs-text a {
    font-size: 14px;
  }
  
  .aboutUs-img {
    height: 180px;
    margin-bottom: 16px;
  }
  
  .aboutUsBold {
    font-size: 14px;
  }
  
  .aboutUsBold::after {
    height: 1px;
    bottom: -1px;
  }
}

@media (max-width: 400px) {
  .person-banner {
    height: 180px;
  }
  
  .person-title h2 {
    font-size: 24px;
  }
  
  .aboutUs-text {
    padding: 16px;
  }
  
  .aboutUs-img {
    height: 160px;
    margin-bottom: 12px;
  }
  
  .aboutUsBold {
    font-size: 13px;
  }
}