@charset "UTF-8";
/* inner-banner */
.inner-banner {
  position: relative;
}
.inner-banner .meidia-box {
  padding-bottom: 31.25%;
  overflow: hidden;
  position: relative;
}
.inner-banner .meidia-box img,
.inner-banner .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-banner .content-box {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}
.inner-banner .content-box .text {
  max-width: 820px;
  color: #fff;
}
.inner-banner .content-box .text .tit {
  font-size: clamp(36px, 2.8125vw, 54px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* bread-crumbs with tab-btn */
.bread-crumbs {
  position: sticky;
  top: clamp(46.66667px, 3.64583vw, 70px);
  z-index: 50;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0;
}
.bread-crumbs .m-width-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 1.25vw, 24px);
  padding-top: clamp(9.33333px, 0.72917vw, 14px);
  padding-bottom: clamp(9.33333px, 0.72917vw, 14px);
}
.bread-crumbs .curmbs {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  white-space: nowrap;
  font-size: 14px;
}
.bread-crumbs .curmbs a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #666;
  font-size: 14px;
}
.bread-crumbs .curmbs a img {
  width: 14px;
  height: 14px;
}
.bread-crumbs .curmbs a:hover {
  color: #0454ab;
}
.bread-crumbs .curmbs i.iconfont,
.bread-crumbs .curmbs span.iconfont {
  font-size: 12px;
}
.bread-crumbs .curmbs i,
.bread-crumbs .curmbs span {
  font-size: 14px;
  color: #666;
}
.bread-crumbs .tab-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bread-crumbs .tab-btn a {
  padding: 6px 14px;
  border-radius: 99px;
  border: 1px solid #ddd;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s;
  max-width:clamp(133.33333px, 10.41667vw, 200px);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bread-crumbs .tab-btn a:hover, .bread-crumbs .tab-btn a.active {
  color: #fff;
  border-color: #0454ab;
  background: #0454ab;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: clamp(26.66667px, 2.08333vw, 40px);
}
.pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(24px, 1.875vw, 36px);
  height: clamp(24px, 1.875vw, 36px);
  padding: 0 4px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.pagination a:hover {
  border-color: #0454ab;
  color: #0454ab;
}
.pagination a.active {
  background: #0454ab;
  border-color: #0454ab;
  color: #fff;
}
.pagination a.disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.pagination a.page-prev, .pagination a.page-next {
  font-size: 12px;
}
.pagination a.page-prev .iconfont, .pagination a.page-next .iconfont {
  font-size: 12px;
}
.pagination a.page-prev .iconfont {
  transform: rotate(180deg);
  display: inline-block;
}

/* about-page-box - main container */
.about-page-box .about-section {
  padding: clamp(53.33333px, 4.16667vw, 80px) 0;
}
.about-page-box .about-section.profile-section {
  padding-bottom: 0;
}
.about-page-box .about-section.culture-section {
  background: rgb(240, 240, 240);
  padding-bottom: 0;
}
.about-page-box .about-section.digital-section {
  padding: 0 0;
}
.about-page-box .about-section.advantages-section {
  background: #f0f0f0;
}
.about-page-box .about-section .section-title {
  margin-bottom: clamp(26.66667px, 2.08333vw, 40px);
  position: relative;
  text-align: center;
  padding-bottom: clamp(13.33333px, 1.04167vw, 20px);
}
.about-page-box .about-section .section-title h6 {
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  color: #333;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.about-page-box .about-section .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background: #0454ab;
}
.about-page-box .edit-box {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.about-page-box {
  /* P1 - Profile Section (关于我们) */
}
.about-page-box .profile-grid {
  padding-bottom: clamp(53.33333px, 4.16667vw, 80px);
}
.about-page-box .profile-grid .flex-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: clamp(26.66667px, 2.08333vw, 40px);
}
.about-page-box .profile-grid .flex-box .profile-text {
  width: 55%;
}
.about-page-box .profile-grid .flex-box .profile-text .section-head h2 {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #0454ab;
  font-weight: 700;
  margin-bottom: clamp(10.66667px, 0.83333vw, 16px);
  line-height: 1;
}
.about-page-box .profile-grid .flex-box .profile-text .section-head p {
  line-height: 1;
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  color: #333;
  font-weight: 700;
}
.about-page-box .profile-grid .flex-box .profile-text .edit-box {
  margin-top: clamp(16px, 1.25vw, 24px);
}
.about-page-box .profile-grid .flex-box .profile-meidia {
  width: 45%;
  box-sizing: border-box;
  padding-left: clamp(30px, 2.34375vw, 45px);
}
.about-page-box .profile-grid .flex-box .profile-meidia .meidia-box .video-box {
  position: relative;
}
.about-page-box .profile-grid .flex-box .profile-meidia .meidia-box .video-box .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(40px, 3.125vw, 60px);
  height: clamp(40px, 3.125vw, 60px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 3;
}
.about-page-box .profile-grid .flex-box .profile-meidia .meidia-box .video-box .play img {
  width: 100%;
  filter: brightness(0) invert(1);
  height: auto;
  opacity: 0.85;
  transition: transform 0.3s, opacity 0.3s;
}
.about-page-box .profile-grid .flex-box .profile-meidia .meidia-box .video-box .play:hover img {
  transform: scale(1.12);
  opacity: 1;
}
.about-page-box .profile-grid .flex-box .profile-meidia .meidia-box .video-box video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-page-box {
  /* Stats Counter (数据统计) */
}
.about-page-box .stats-grid {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-wrap: wrap;
}
.about-page-box .stats-grid .stat-item {
  width: 25%;
  box-sizing: border-box;
  padding: clamp(93.33333px, 7.29167vw, 140px) clamp(13.33333px, 1.04167vw, 20px);
  text-align: center;
  color: #fff;
  transition: all 0.6s;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.about-page-box .stats-grid .stat-item:first-child {
  border-left: none;
}
.about-page-box .stats-grid .stat-item .si-box {
  transition: all 0.6s;
}
.about-page-box .stats-grid .stat-item .si-box strong {
  display: block;
}
.about-page-box .stats-grid .stat-item .si-box strong .num {
  display: inline-block;
  font-size: clamp(60px, 4.6875vw, 90px);
  font-weight: 700;
  line-height: 1;
}
.about-page-box .stats-grid .stat-item .si-box span {
  font-size: 16px;
  display: block;
  margin: clamp(6.66667px, 0.52083vw, 10px) auto;
}
.about-page-box .stats-grid .stat-item .si-box img {
  width: clamp(53.33333px, 4.16667vw, 80px);
  height: auto;
}
.about-page-box .stats-grid .stat-item:hover {
  background: linear-gradient(to top, rgba(4, 84, 171, 0.8), rgba(4, 84, 171, 0.6) 40%, rgba(4, 84, 171, 0.4) 70%, rgba(4, 84, 171, 0.2) 90%, rgba(4, 84, 171, 0) 100%);
}
.about-page-box .stats-grid .stat-item:hover .si-box {
  transform: translateY(-30px);
}
.about-page-box {
  /* P2 - Culture Section (企业文化: 全图卡片+文字浮层) */
}
.about-page-box .culture-accordion {
  display: flex;
  gap: clamp(8px, 0.625vw, 12px);
}
.about-page-box .culture-card {
  flex: 1;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  min-height: clamp(384px, 30vw, 576px);
}
.about-page-box .culture-card .card-img {
  position: absolute;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  inset: 0;
}
.about-page-box .culture-card .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
}
.about-page-box .culture-card .card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.85) 100%);
  transition: background 0.5s;
}
.about-page-box .culture-card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: clamp(16px, 1.25vw, 24px) clamp(12px, 0.9375vw, 18px) clamp(20px, 1.5625vw, 30px);
  z-index: 2;
  box-sizing: border-box;
}
.about-page-box .culture-card h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: clamp(5.33333px, 0.41667vw, 8px);
  transition: all 0.6s;
}
.about-page-box .culture-card p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease, opacity 0.6s;
  opacity: 0;
}
.about-page-box .culture-card:hover .card-img img {
  transform: scale(1.06);
}
.about-page-box .culture-card:hover .card-img::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(4, 84, 171, 0.6) 50%, rgba(4, 84, 171, 0.9) 100%);
}
.about-page-box .culture-card.active {
  flex: 2.5;
}
.about-page-box .culture-card.active p {
  max-height: 200px;
  opacity: 1;
}
.about-page-box .culture-card:not(.active) {
  flex: 0.8;
}
.about-page-box .culture-card:not(.active) .card-body {
  padding: clamp(10.66667px, 0.83333vw, 16px) clamp(8px, 0.625vw, 12px);
}
.about-page-box .culture-card:not(.active) h3 {
  font-size: 14px;
  text-align: center;
  word-break: break-all;
  margin-bottom: 0;
}
.about-page-box {
  /* Philosophy 子模块 (企业理念) */
}
.about-page-box .philosophy-section {
  margin-top: clamp(53.33333px, 4.16667vw, 80px);
}
.about-page-box .philosophy-section .philosophy-bg {
  padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(106.66667px, 8.33333vw, 160px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.about-page-box .philosophy-section .section-title {
  position: relative;
  z-index: 2;
}
.about-page-box .philosophy-section .section-title h6 {
  color: #fff;
}
.about-page-box .philosophy-section .philosophy-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(20px, 1.5625vw, 30px);
  position: relative;
  z-index: 2;
}
.about-page-box .philosophy-section .phil-item {
  flex: 1;
  background: rgba(0, 0, 0, 0.3);
  padding: clamp(26.66667px, 2.08333vw, 40px);
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.about-page-box .philosophy-section .phil-item:nth-child(even) {
  margin-top: clamp(66.66667px, 5.20833vw, 100px);
}
.about-page-box .philosophy-section .phil-item {
  border-radius: clamp(6.66667px, 0.52083vw, 10px) clamp(6.66667px, 0.52083vw, 10px) 0 0;
  overflow: hidden;
}
.about-page-box .philosophy-section .phil-item::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: #0454ab;
  border-radius: clamp(6.66667px, 0.52083vw, 10px) clamp(6.66667px, 0.52083vw, 10px) 0 0;
  transition: all 0.6s;
  transform-origin: top;
}
.about-page-box .philosophy-section .phil-item .pi-inner {
  position: relative;
  z-index: 2;
}
.about-page-box .philosophy-section .phil-item:hover::after {
  height: 100%;
}
.about-page-box .philosophy-section .phil-item .phil-icon {
  margin-bottom: clamp(9.33333px, 0.72917vw, 14px);
}
.about-page-box .philosophy-section .phil-item .phil-icon img {
  width: clamp(32px, 2.5vw, 48px);
  height: auto;
}
.about-page-box .philosophy-section .phil-item h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: clamp(10px, 0.78125vw, 15px);
}
.about-page-box .philosophy-section .phil-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  height: 5.1em;
  /* 超出部分隐藏 */
  overflow: hidden;
  /* 添加省略号 */
  text-overflow: ellipsis;
  /* 强制3行显示 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.about-page-box .philosophy-section .phil-item .phil-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(17.33333px, 1.35417vw, 26px);
  height: clamp(17.33333px, 1.35417vw, 26px);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: clamp(8px, 0.625vw, 12px);
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-top: clamp(20px, 1.5625vw, 30px);
}
.about-page-box {
  /* P3 - History Tab Timeline (发展历程) */
}
.about-page-box .history-tab {
  display: flex;
  gap: 0;
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
.about-page-box .history-tab .tab-item {
  padding: clamp(8px, 0.625vw, 12px) clamp(18.66667px, 1.45833vw, 28px);
  font-size: 16px;
  font-weight: 600;
  width: 33.3333333333%;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  position: relative;
  transition: all 0.6s;
  text-align: center;
  background: #f0f0f0;
}
.about-page-box .history-tab .tab-item:hover, .about-page-box .history-tab .tab-item.active {
  color: #fff;
  background: #0454ab;
}
.about-page-box .history-tab-content .tab-panel {
  display: none;
}
.about-page-box .history-tab-content .tab-panel.active {
  display: block;
}
.about-page-box .history-timeline {
  position: relative;
  margin-top: clamp(53.33333px, 4.16667vw, 80px);
  position: relative;
}
.about-page-box .history-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #e8e8e8;
}
.about-page-box .timeline-item {
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
  display: flex;
  gap: clamp(66.66667px, 5.20833vw, 100px);
  flex-wrap: wrap;
  align-items: center;
}
.about-page-box .timeline-item .tl-img {
  width: calc(50% - clamp(33.33333px, 2.60417vw, 50px));
}
.about-page-box .timeline-item .tl-img .meidia-box {
  padding-bottom: 48.64865%;
  overflow: hidden;
  position: relative;
}
.about-page-box .timeline-item .tl-img .meidia-box img,
.about-page-box .timeline-item .tl-img .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page-box .timeline-item .tl-img img {
  transition: all 0.5s;
  transform: scale(1);
}
.about-page-box .timeline-item .tl-img:hover img {
  transform: scale(1.06);
}
.about-page-box .timeline-item .tl-text {
  position: relative;
}
.about-page-box .timeline-item .tl-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(-1 * clamp(33.33333px, 2.60417vw, 50px));
  margin-left: -6px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #0454ab;
  border-radius: 50%;
  transition: all 0.6s;
}
.about-page-box .timeline-item .tl-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(-1 * clamp(33.33333px, 2.60417vw, 50px) + 5px);
  transform: translateY(-50%) translateX(0);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #0454ab;
  transition: all 0.6s;
  opacity: 0;
}
.about-page-box .timeline-item .tl-text {
  width: calc(50% - clamp(33.33333px, 2.60417vw, 50px));
}
.about-page-box .timeline-item .tl-text .year {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.about-page-box .timeline-item .tl-text .event {
  margin-top: clamp(8px, 0.625vw, 12px);
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.about-page-box .timeline-item:hover .tl-text::after {
  opacity: 1;
  transform: translateY(-50%) translateX(5px);
}
.about-page-box .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}
.about-page-box .timeline-item:nth-child(even) .tl-text {
  text-align: right;
}
.about-page-box .timeline-item:nth-child(even) .tl-text::before {
  left: auto;
  right: calc(-1 * clamp(33.33333px, 2.60417vw, 50px));
  margin-left: 0;
  margin-right: -6px;
}
.about-page-box .timeline-item:nth-child(even) .tl-text::after {
  left: auto;
  right: calc(-1 * clamp(33.33333px, 2.60417vw, 50px) + 5px);
  transform: translateY(-50%) translateX(0);
  border-left: none;
  border-right: 5px solid #0454ab;
}
.about-page-box .timeline-item:nth-child(even):hover .tl-text::after {
  transform: translateY(-50%) translateX(-5px);
}
.about-page-box {
  /* P4 - Digital Factory (数字化工厂: 双栏切换) */
}
.about-page-box .digital-wrap {
  position: relative;
}
.about-page-box .digital-tabs {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.about-page-box .digital-tabs .tab-item {
  padding: clamp(100px, 7.8125vw, 150px) clamp(13.33333px, 1.04167vw, 20px);
  width: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.about-page-box .digital-tabs .tab-item .icon {
  max-width: 80px;
}
.about-page-box .digital-tabs .tab-item .icon img {
  width: 100%;
  height: auto;
}
.about-page-box .digital-tabs .tab-item h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-top: clamp(10.66667px, 0.83333vw, 16px);
}
.about-page-box .digital-tabs .tab-item p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  margin-top: 12px;
  text-align: center;
  max-width: clamp(333.33333px, 26.04167vw, 500px);
  margin-left: auto;
  margin-right: auto;
}
.about-page-box .digital-tabs .tab-item .tab-link {
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
  display: inline-block;
  padding: 6px 14px;
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.6s;
}
.about-page-box .digital-tabs .tab-item .tab-link:hover {
  background: #0454ab;
  border-color: #0454ab;
}
.about-page-box .digital-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-page-box .digital-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  transition: all 2.2s ease;
  transform: scale(1);
}
.about-page-box .digital-image img.active {
  opacity: 1;
  transform: scale(1.1);
}
.about-page-box {
  /* P5 - Core Advantages (核心优势: 双栏+底部四块) */
}
.about-page-box .adv-top {
  display: flex;
  align-items: stretch;
  background: #fff;
}
.about-page-box .adv-top .adv-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  box-sizing: border-box;
  padding: clamp(26.66667px, 2.08333vw, 40px);
}
.about-page-box .adv-top .adv-text h3 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
  padding-bottom: clamp(13.33333px, 1.04167vw, 20px);
  position: relative;
}
.about-page-box .adv-top .adv-text h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background: rgb(193, 162, 116);
}
.about-page-box .adv-top .adv-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.about-page-box .adv-top .adv-img {
  width: 50%;
  overflow: hidden;
}
.about-page-box .adv-top .adv-img img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.about-page-box .adv-top .adv-img:hover img {
  transform: scale(1.03);
}
.about-page-box .adv-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.about-page-box .adv-bottom .adv-feature {
  min-height: clamp(133.33333px, 10.41667vw, 200px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(16px, 1.25vw, 24px) clamp(13.33333px, 1.04167vw, 20px);
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}
.about-page-box .adv-bottom .adv-feature.blue {
  background: #0454ab;
}
.about-page-box .adv-bottom .adv-feature.blue h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: clamp(5.33333px, 0.41667vw, 8px);
}
.about-page-box .adv-bottom .adv-feature.blue p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
}
.about-page-box .adv-bottom .adv-feature.img {
  padding: 0;
}
.about-page-box .adv-bottom .adv-feature.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.about-page-box .adv-bottom .adv-feature.img:hover img {
  transform: scale(1.05);
}
.about-page-box .adv-bottom .adv-feature:not(.blue):not(.img) h4 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  margin-bottom: 8px;
}
.about-page-box .adv-bottom .adv-feature:not(.blue):not(.img) p {
  font-size: 16px;
  color: #666;
}
.about-page-box {
  /* Service Section (服务优势: 4卡片) */
}
.about-page-box .adv-section .section-title {
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
}
.about-page-box .section-tips {
  font-size: 16px;
  line-height: 1.9;
  color: #666;
  margin: 0 auto clamp(26.66667px, 2.08333vw, 40px);
  max-width: clamp(933.33333px, 72.91667vw, 1400px);
  text-align: center;
}
.about-page-box .service-section .service-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.about-page-box .service-section .service-item {
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: default;
  position: relative;
}
.about-page-box .service-section .service-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: opacity 0.6s ease;
  z-index: 3;
  pointer-events: none;
}
.about-page-box .service-section .service-item .si-pic {
  width: 100%;
  overflow: hidden;
}
.about-page-box .service-section .service-item .si-pic img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.about-page-box .service-section .service-item .text {
  padding: clamp(12px, 0.9375vw, 18px) clamp(10.66667px, 0.83333vw, 16px) clamp(16px, 1.25vw, 24px);
  transition: background 0.4s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.about-page-box .service-section .service-item .text h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: clamp(5.33333px, 0.41667vw, 8px);
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制 2 行 */
  -webkit-box-orient: vertical;
  /* 必须加 */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height:1.2;
  height:2.4em;
}
.about-page-box .service-section .service-item .text p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制 2 行 */
  -webkit-box-orient: vertical;
  /* 必须加 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-page-box .service-section .service-item.hover .si-pic img {
  transform: scale(1.06);
}
.about-page-box .service-section .service-item.hover::after {
  opacity: 0;
}
.about-page-box .service-section .service-item.hover .text {
  background-image: linear-gradient(0deg, rgb(0, 99, 176) 0, rgb(0, 153, 226) 100%);
}
.about-page-box {
  /* Brand Partners (品牌合作伙伴) */
}
.about-page-box .partners-section {
  background: #f0f0f0;
  padding: 0 0;
}
.about-page-box .partners-section .sa-box {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.about-page-box .partners-section .sa-box .flex-box {
  padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(120px, 9.375vw, 180px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-page-box .partners-section .sa-box .flex-box .text {
  width: 70%;
  box-sizing: border-box;
  padding-right: 5%;
}
.about-page-box .partners-section .sa-box .flex-box .text .t {
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  color: #fff;
  font-weight: 700;
  padding-bottom: clamp(13.33333px, 1.04167vw, 20px);
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
  position: relative;
  line-height: 1;
}
.about-page-box .partners-section .sa-box .flex-box .text .t::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: #fff;
}
.about-page-box .partners-section .sa-box .flex-box .text .tips {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  font-weight: 600;
  margin: clamp(13.33333px, 1.04167vw, 20px) 0;
}
.about-page-box .partners-section .sa-box .flex-box .text .des {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}
.about-page-box .partners-section .sa-box .flex-box .pic {
  width: 30%;
}
.about-page-box .partners-section .sa-box .flex-box .pic img {
  width: 100%;
  height: auto;
}
.about-page-box .partners-section .sa-swiper .sa-swiper-inner {
  padding: clamp(20px, 1.5625vw, 30px);
  background: #fff;
  margin-top: calc(-1 * clamp(66.66667px, 5.20833vw, 100px));
  border-radius: clamp(6.66667px, 0.52083vw, 10px) clamp(6.66667px, 0.52083vw, 10px) 0 0;
}
.about-page-box .partners-section .sa-swiper .swiper-slide {
  text-align: center;
  overflow: hidden;
}
.about-page-box .partners-section .sa-swiper .swiper-slide .meidia-box {
  width: 100%;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
}
.about-page-box .partners-section .sa-swiper .swiper-slide .meidia-box img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.about-page-box .partners-section .sa-swiper .swiper-slide:hover .meidia-box img {
  transform: scale(1.06);
}
.about-page-box .partners-section .sa-swiper .swiper-slide .tit {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-top: clamp(8px, 0.625vw, 12px);
  line-height: 1.4;
}
.about-page-box .partners-section .sa-swiper .swiper-button-prev,
.about-page-box .partners-section .sa-swiper .swiper-button-next {
  width: clamp(29.33333px, 2.29167vw, 44px);
  height: clamp(29.33333px, 2.29167vw, 44px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #0454ab;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.about-page-box .partners-section .sa-swiper .swiper-button-prev::after,
.about-page-box .partners-section .sa-swiper .swiper-button-next::after {
  font-size: clamp(12px, 0.9375vw, 18px);
}
.about-page-box .partners-section .sa-swiper .swiper-button-prev:hover,
.about-page-box .partners-section .sa-swiper .swiper-button-next:hover {
  background: #0454ab;
  color: #fff;
}
.about-page-box {
  /* Brand Advantages (品牌优势: Logo网格) */
}
.about-page-box .adv-section {
  background: #f0f0f0;
}
.about-page-box .adv-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(13.33333px, 1.04167vw, 20px);
}
.about-page-box .adv-grid .adv-card {
  text-align: center;
  overflow: hidden;
  transition: all 0.6s;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  padding: clamp(6.66667px, 0.52083vw, 10px) clamp(13.33333px, 1.04167vw, 20px);
}
.about-page-box .adv-grid .adv-card .meidia-box {
  max-width: 100%;
  text-align: center;
}
.about-page-box .adv-grid .adv-card .meidia-box img {
  width: auto;
  height: clamp(53.33333px, 4.16667vw, 80px);
  display: block;
  transition: transform 0.4s;
  margin: 0 auto;
}
.about-page-box .adv-grid .adv-card p {
  font-size: clamp(8.66667px, 0.67708vw, 13px);
  color: #333;
  line-height: 1.6;
  padding: 0 clamp(8px, 0.625vw, 12px) clamp(10.66667px, 0.83333vw, 16px);
  margin-top: clamp(-2.66667px, -0.20833vw, -4px);
}
.about-page-box .adv-grid .adv-card:hover {
  border-color: #0454ab;
}
.about-page-box .adv-grid .adv-card:hover .meidia-box img {
  transform: scale(1.06);
}
.about-page-box {
  /* P6 - Honor Swiper (荣誉资质: Coverflow 3D) */
}
.about-page-box .honor-swiper .swiper-slide figure {
  margin: 0;
  border-radius: clamp(5.33333px, 0.41667vw, 8px);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.about-page-box .honor-swiper .swiper-slide figure img {
  width: 100%;
  aspect-ratio: 366/243;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-page-box .honor-swiper .swiper-button-prev,
.about-page-box .honor-swiper .swiper-button-next {
  width: clamp(29.33333px, 2.29167vw, 44px);
  height: clamp(29.33333px, 2.29167vw, 44px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #0454ab;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.about-page-box .honor-swiper .swiper-button-prev::after,
.about-page-box .honor-swiper .swiper-button-next::after {
  font-size: clamp(12px, 0.9375vw, 18px);
}
.about-page-box .honor-swiper .swiper-button-prev:hover,
.about-page-box .honor-swiper .swiper-button-next:hover {
  background: #0454ab;
  color: #fff;
}
.about-page-box {
  /* P7 - Factory Swiper (厂区展示) */
}
.about-page-box .are-section {
  background: #f0f0f0;
}
.about-page-box .are-swiper {
  padding: 0;
}
.about-page-box .are-swiper .swiper-button-prev,
.about-page-box .are-swiper .swiper-button-next {
  width: clamp(29.33333px, 2.29167vw, 44px);
  height: clamp(29.33333px, 2.29167vw, 44px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #0454ab;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.about-page-box .are-swiper .swiper-button-prev::after,
.about-page-box .are-swiper .swiper-button-next::after {
  font-size: clamp(12px, 0.9375vw, 18px);
}
.about-page-box .are-swiper .swiper-button-prev:hover,
.about-page-box .are-swiper .swiper-button-next:hover {
  background: #0454ab;
  color: #fff;
}
.about-page-box .are-swiper .swiper-slide {
  text-align: center;
}
.about-page-box .are-swiper .swiper-slide figure {
  margin: 0;
  border-radius: clamp(5.33333px, 0.41667vw, 8px);
  overflow: hidden;
}
.about-page-box .are-swiper .swiper-slide figure img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s;
}
.about-page-box .are-swiper .swiper-slide figure:hover img {
  transform: scale(1.06);
}
.about-page-box .are-swiper .swiper-slide .tit {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-top: clamp(8px, 0.625vw, 12px);
  line-height: 1.4;
}
.about-page-box {
  /* P8 - Video Swiper (视频中心) */
}
.about-page-box .video-swiper {
  padding: 0;
}
.about-page-box .video-swiper .swiper-button-prev,
.about-page-box .video-swiper .swiper-button-next {
  width: clamp(29.33333px, 2.29167vw, 44px);
  height: clamp(29.33333px, 2.29167vw, 44px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #0454ab;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.about-page-box .video-swiper .swiper-button-prev::after,
.about-page-box .video-swiper .swiper-button-next::after {
  font-size: clamp(12px, 0.9375vw, 18px);
}
.about-page-box .video-swiper .swiper-button-prev:hover,
.about-page-box .video-swiper .swiper-button-next:hover {
  background: #0454ab;
  color: #fff;
}
.about-page-box .video-swiper .swiper-slide {
  height: auto;
}
.about-page-box {
  /* P8 - Video Card (视频卡片) */
}
.about-page-box .video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 0.9375vw, 18px);
}
.about-page-box .video-card {
  overflow: hidden;
  transition: border-color 0.3s;
}
.about-page-box .video-card .video-cover {
  position: relative;
  overflow: hidden;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
}
.about-page-box .video-card .video-cover img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
}
.about-page-box .video-card .video-cover .play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: all 0.5s;
}
.about-page-box .video-card .video-cover .play-btn img {
  width: clamp(37.33333px, 2.91667vw, 56px);
  aspect-ratio: 1/1;
  height: auto;
  opacity: 0.85;
  filter: brightness(0) invert(1);
  transition: transform 0.3s, opacity 0.3s;
}
.about-page-box .video-card .video-cover .play-btn:hover {
  background: rgba(0, 0, 0, 0.35);
}
.about-page-box .video-card .video-cover .play-btn:hover img {
  transform: scale(1.12);
  opacity: 1;
}
.about-page-box .video-card .video-cover:hover .play-btn {
  opacity: 1;
}
.about-page-box .video-card .video-cover:hover img {
  transform: scale(1.05);
}
.about-page-box .video-card .video-info {
  padding: clamp(10.66667px, 0.83333vw, 16px) clamp(12px, 0.9375vw, 18px) clamp(12px, 0.9375vw, 18px);
}
.about-page-box .video-card .video-info h3 {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: clamp(5.33333px, 0.41667vw, 8px);
}

/* Video Modal (视频播放弹窗) */
.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.video-modal .video-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.video-modal .video-modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  background: #111;
  border-radius: clamp(8px, 0.625vw, 12px);
  padding: clamp(16px, 1.25vw, 24px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.video-modal .video-modal-close {
  position: absolute;
  top: clamp(-9.33333px, -0.72917vw, -14px);
  right: clamp(-9.33333px, -0.72917vw, -14px);
  width: clamp(24px, 1.875vw, 36px);
  height: clamp(24px, 1.875vw, 36px);
  border-radius: 50%;
  background: #0454ab;
  color: #fff;
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  line-height: clamp(24px, 1.875vw, 36px);
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: background 0.3s;
}
.video-modal .video-modal-close:hover {
  background: #002c76;
}

.products-page-box {
  background: #f0f0f0;
  padding: clamp(53.33333px, 4.16667vw, 80px) 0;
}
.products-page-box .product-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 1.5625vw, 30px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-page-box .product-list li {
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  transition: transform 0.4s, box-shadow 0.4s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.products-page-box .product-list li:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.products-page-box .product-list li a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.products-page-box .product-list li .meidia-box {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}
.products-page-box .product-list li .meidia-box img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.5s, transform 0.5s;
}
.products-page-box .product-list li:hover .meidia-box img {
  filter: grayscale(0%);
  transform: scale(1.05);
}
.products-page-box .product-list li .text-box {
  padding: clamp(13.33333px, 1.04167vw, 20px) clamp(13.33333px, 1.04167vw, 20px) clamp(6.66667px, 0.52083vw, 10px);
}
.products-page-box .product-list li .text-box .tit {
  font-size: clamp(12px, 0.9375vw, 18px);
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
}
.products-page-box .product-list li .text-box .desc {
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  line-height: 1.7;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
}
.products-page-box .product-list li .text-box .more-warp {
  padding-top: clamp(6.66667px, 0.52083vw, 10px);
  border-top: 1px solid #e0e0e0;
  text-align: center;
  position: relative;
}
.products-page-box .product-list li .text-box .more-warp::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 1px;
  background: #0454ab;
  transition: width 0.3s;
}
.products-page-box .product-list li .text-box .more {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  font-weight: 600;
  color: #0454ab;
  transition: gap 0.3s;
}
.products-page-box .product-list li .text-box .more i {
  font-size: clamp(6.66667px, 0.52083vw, 10px);
  transition: transform 0.3s;
}
.products-page-box .product-list li:hover .more-warp::after {
  width: 100%;
}
.products-page-box .product-list li:hover .more {
  gap: 5px;
}
.products-page-box .product-list li:hover .more i {
  transform: translateX(4px);
}

.products-details-box {
  background: #f0f0f0;
  padding: clamp(53.33333px, 4.16667vw, 80px) 0;
}
.products-details-box .section-title {
  margin-bottom: clamp(20px, 1.5625vw, 30px);
  position: relative;
  text-align: center;
  padding-bottom: clamp(13.33333px, 1.04167vw, 20px);
}
.products-details-box .section-title h6 {
  font-size: clamp(21.33333px, 1.66667vw, 32px);
  color: #333;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.products-details-box .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background: #0454ab;
}
.products-details-box .pro-detail-top {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(26.66667px, 2.08333vw, 40px);
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  padding: clamp(24px, 1.875vw, 36px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: clamp(26.66667px, 2.08333vw, 40px);
}
.products-details-box .pro-detail-top .pro-gallery {
  width: clamp(346.66667px, 27.08333vw, 520px);
  flex-shrink: 0;
}
.products-details-box .pro-detail-top .pro-gallery .pro-main-swiper {
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  margin-bottom: clamp(9.33333px, 0.72917vw, 14px);
  border: 1px solid #eee;
}
.products-details-box .pro-detail-top .pro-gallery .pro-main-swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  background: #fafafa;
  padding: clamp(13.33333px, 1.04167vw, 20px);
  box-sizing: border-box;
}
.products-details-box .pro-detail-top .pro-gallery .pro-main-swiper .swiper-button-prev,
.products-details-box .pro-detail-top .pro-gallery .pro-main-swiper .swiper-button-next {
  width: clamp(26.66667px, 2.08333vw, 40px);
  height: clamp(26.66667px, 2.08333vw, 40px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #0454ab;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.products-details-box .pro-detail-top .pro-gallery .pro-main-swiper .swiper-button-prev::after,
.products-details-box .pro-detail-top .pro-gallery .pro-main-swiper .swiper-button-next::after {
  font-size: clamp(10.66667px, 0.83333vw, 16px);
}
.products-details-box .pro-detail-top .pro-gallery .pro-main-swiper .swiper-button-prev:hover,
.products-details-box .pro-detail-top .pro-gallery .pro-main-swiper .swiper-button-next:hover {
  background: #0454ab;
  color: #fff;
}
.products-details-box .pro-detail-top .pro-gallery .pro-thumb-swiper .swiper-slide {
  border: 2px solid #e8e8e8;
  border-radius: clamp(5.33333px, 0.41667vw, 8px);
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s;
}
.products-details-box .pro-detail-top .pro-gallery .pro-thumb-swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.products-details-box .pro-detail-top .pro-gallery .pro-thumb-swiper .swiper-slide.swiper-slide-thumb-active {
  border-color: #0454ab;
  opacity: 1;
  box-shadow: 0 0 0 1px #0454ab;
}
.products-details-box .pro-detail-top .pro-gallery .pro-thumb-swiper .swiper-slide:hover {
  opacity: 0.9;
  border-color: #0454ab;
}
.products-details-box .pro-detail-top .pro-info {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.products-details-box .pro-detail-top .pro-info .pro-title {
  font-size: clamp(18.66667px, 1.45833vw, 28px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
  padding-bottom: clamp(13.33333px, 1.04167vw, 20px);
  border-bottom: 2px solid #f0f0f0;
}
.products-details-box .pro-detail-top .pro-info .pro-meta {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(6.66667px, 0.52083vw, 10px);
  margin-bottom: clamp(16px, 1.25vw, 24px);
}
.products-details-box .pro-detail-top .pro-info .pro-meta .meta-item {
  width: calc(50% - clamp(3.33333px, 0.26042vw, 5px));
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  color: #555;
  padding: clamp(6.66667px, 0.52083vw, 10px) clamp(9.33333px, 0.72917vw, 14px);
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
  border-radius: clamp(5.33333px, 0.41667vw, 8px);
  box-sizing: border-box;
  border-left: 3px solid #0454ab;
}
.products-details-box .pro-detail-top .pro-info .pro-meta .meta-item strong {
  color: #333;
  display: block;
  font-size: clamp(8px, 0.625vw, 12px);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.products-details-box .pro-detail-top .pro-info .pro-desc {
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  line-height: 1.8;
  color: #666;
  margin-bottom: clamp(16px, 1.25vw, 24px);
  padding-left: clamp(10.66667px, 0.83333vw, 16px);
  border-left: 3px solid #0454ab;
}
.products-details-box .pro-detail-top .pro-info .pro-desc p {
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
}
.products-details-box .pro-detail-top .pro-info .pro-desc p:last-child {
  margin-bottom: 0;
}
.products-details-box .pro-detail-top .pro-info .pro-hotline {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #0454ab;
  font-weight: 700;
  margin-bottom: clamp(12px, 0.9375vw, 18px);
  display: flex;
  align-items: center;
}
.products-details-box .pro-detail-top .pro-info .pro-hotline a {
  display: flex;
  align-items: center;
  gap: clamp(6.66667px, 0.52083vw, 10px);
  transition: color 0.6s;
}
.products-details-box .pro-detail-top .pro-info .pro-hotline a:hover {
  color: #077cfa;
}
.products-details-box .pro-detail-top .pro-info .pro-hotline img {
  width: clamp(18.66667px, 1.45833vw, 28px);
  height: auto;
  filter: brightness(0) saturate(100%) invert(24%) sepia(91%) saturate(1875%) hue-rotate(201deg) brightness(95%) contrast(101%);
}
.products-details-box .pro-detail-top .pro-info .pro-hotline span {
  letter-spacing: 0.5px;
}
.products-details-box .pro-detail-top .pro-info .pro-btns {
  display: flex;
  gap: clamp(9.33333px, 0.72917vw, 14px);
}
.products-details-box .pro-detail-top .pro-info .pro-btns .btn-primary,
.products-details-box .pro-detail-top .pro-info .pro-btns .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(9.33333px, 0.72917vw, 14px) clamp(22.66667px, 1.77083vw, 34px);
  font-size: clamp(10px, 0.78125vw, 15px);
  font-weight: 600;
  border-radius: clamp(5.33333px, 0.41667vw, 8px);
  text-decoration: none;
  transition: all 0.3s;
  letter-spacing: 0.3px;
}
.products-details-box .pro-detail-top .pro-info .pro-btns .btn-primary img,
.products-details-box .pro-detail-top .pro-info .pro-btns .btn-secondary img {
  max-width: 20px;
  height: auto;
  margin-right: 5px;
}
.products-details-box .pro-detail-top .pro-info .pro-btns .btn-primary,
.products-details-box .pro-detail-top .pro-info .pro-btns .btn-secondary {
  background: #0454ab;
  color: #fff;
}
.products-details-box .pro-detail-top .pro-info .pro-btns .btn-primary:hover,
.products-details-box .pro-detail-top .pro-info .pro-btns .btn-secondary:hover {
  background: #0470e3;
  box-shadow: 0 6px 20px rgba(4, 84, 171, 0.3);
  transform: translateY(-2px);
}
.products-details-box .pro-edit-box {
  margin: clamp(53.33333px, 4.16667vw, 80px) 0;
  background: #fff;
  padding: clamp(24px, 1.875vw, 36px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
}
.products-details-box {
  /* Quote Form */
}
.products-details-box .pro-quote-section .section-title {
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
}
.products-details-box .pro-quote-section {
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  padding: clamp(24px, 1.875vw, 36px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: clamp(53.33333px, 4.16667vw, 80px);
}
.products-details-box .pro-quote-section .section-des {
  font-size: 16px;
  color: #666;
  text-align: center;
  padding-bottom: clamp(26.66667px, 2.08333vw, 40px);
}
.products-details-box .pro-quote-section .quote-form {
  max-width: clamp(533.33333px, 41.66667vw, 800px);
  margin: 0 auto;
}

/* 表单行间距 */
.products-details-box .pro-quote-section .quote-form .form-row {
  margin-bottom: 20px;
  width:100%;
}

/* 清除默认段落样式 */
.products-details-box .pro-quote-section .quote-form p {
  margin: 0;
  padding: 0;
  width:100%;
}

/* 输入框、文本域统一样式 */
.products-details-box .pro-quote-section .quote-form input[type="text"],
.products-details-box .pro-quote-section .quote-form input[type="tel"],
.products-details-box .pro-quote-section .quote-form input[type="email"],
.products-details-box .pro-quote-section .quote-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff;
  transition: all 0.3s ease;
  box-sizing: border-box;
  outline: none;
}

/* 输入框聚焦效果 */
.products-details-box .pro-quote-section .quote-form input:focus,
.products-details-box .pro-quote-section .quote-form textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* 文本域高度 */
.products-details-box .pro-quote-section .quote-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* 输入框外层间距 */
.products-details-box .pro-quote-section .quote-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px;
}

/* 最后一个输入框去掉底部间距 */
.products-details-box .pro-quote-section .quote-form .form-row:first-child .wpcf7-form-control-wrap:last-child {
  margin-bottom: 0;
}

/* 提交按钮区域 */
.products-details-box .pro-quote-section .quote-form .submit-row {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

/* 提交按钮样式 */
.products-details-box .pro-quote-section .quote-form input.wpcf7-submit {
  min-width: 180px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #2563eb;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  background:#0454ab !important;
  color:#fff !important;
}

/* 提交按钮悬停效果 */
.products-details-box .pro-quote-section .quote-form input.wpcf7-submit:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.2);
}

/* 加载动画居中 */
.products-details-box .pro-quote-section .quote-form .wpcf7-spinner {
  margin-left: 10px;
  vertical-align: middle;
}

/* 响应式适配手机 */
@media (max-width: 768px) {
  .products-details-box .pro-quote-section .quote-form {
    padding: 20px;
  }
  
  .products-details-box .pro-quote-section .quote-form input.wpcf7-submit {
    width: 100%;
  }
}


.products-details-box .pro-quote-section .quote-form .form-row {
  display: flex;
  gap: clamp(10.66667px, 0.83333vw, 16px);
  margin-bottom: clamp(10.66667px, 0.83333vw, 16px);
}
.products-details-box .pro-quote-section .quote-form .form-row:last-child {
  margin-bottom: 0;
}
.products-details-box .pro-quote-section .quote-form .form-row input,
.products-details-box .pro-quote-section .quote-form .form-row textarea {
  flex: 1;
  padding: clamp(9.33333px, 0.72917vw, 14px) clamp(12px, 0.9375vw, 18px);
  border: 1px solid #e0e0e0;
  border-radius: clamp(5.33333px, 0.41667vw, 8px);
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  color: #333;
  outline: none;
  transition: all 0.3s;
  box-sizing: border-box;
  background: #fafafa;
}
.products-details-box .pro-quote-section .quote-form .form-row input:focus,
.products-details-box .pro-quote-section .quote-form .form-row textarea:focus {
  border-color: #0454ab;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(4, 84, 171, 0.08);
}
.products-details-box .pro-quote-section .quote-form .form-row input::-moz-placeholder, .products-details-box .pro-quote-section .quote-form .form-row textarea::-moz-placeholder {
  color: #aaa;
}
.products-details-box .pro-quote-section .quote-form .form-row input::placeholder,
.products-details-box .pro-quote-section .quote-form .form-row textarea::placeholder {
  color: #aaa;
}
.products-details-box .pro-quote-section .quote-form .form-row textarea {
  resize: vertical;
  min-height: 100px;
}
.products-details-box .pro-quote-section .quote-form .form-row.submit-row {
  justify-content: center;
}
.products-details-box .pro-quote-section .quote-form .form-row button[type=submit] {
  padding: clamp(9.33333px, 0.72917vw, 14px) clamp(33.33333px, 2.60417vw, 50px);
  background: #0454ab;
  color: #fff;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  font-weight: 600;
  border: none;
  border-radius: clamp(5.33333px, 0.41667vw, 8px);
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 14px rgba(4, 84, 171, 0.2);
}
.products-details-box .pro-quote-section .quote-form .form-row button[type=submit]:hover {
  background: #0470e3;
  box-shadow: 0 6px 20px rgba(4, 84, 171, 0.3);
  transform: translateY(-2px);
}
.products-details-box {
  /* Related Products */
}
.products-details-box .pro-related-section .product-list {
  position: relative;
  padding-bottom: clamp(26.66667px, 2.08333vw, 40px);
}
.products-details-box .pro-related-section .product-list .swiper-slide {
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  transition: transform 0.4s, box-shadow 0.4s;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  height: auto;
}
.products-details-box .pro-related-section .product-list .swiper-slide:hover {
  transform: translateY(-6px);
  box-shadow: 0 clamp(4px, 0.3125vw, 6px) clamp(13.33333px, 1.04167vw, 20px) rgba(0, 0, 0, 0.12);
}
.products-details-box .pro-related-section .product-list .swiper-slide a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.products-details-box .pro-related-section .product-list .swiper-slide .meidia-box {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}
.products-details-box .pro-related-section .product-list .swiper-slide .meidia-box img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.5s, transform 0.5s;
}
.products-details-box .pro-related-section .product-list .swiper-slide:hover .meidia-box img {
  filter: grayscale(0%);
  transform: scale(1.05);
}
.products-details-box .pro-related-section .product-list .swiper-slide .text-box {
  padding: clamp(13.33333px, 1.04167vw, 20px) clamp(13.33333px, 1.04167vw, 20px) clamp(12px, 0.9375vw, 18px);
  text-align: center;
}
.products-details-box .pro-related-section .product-list .swiper-slide .text-box .tit {
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
}
.products-details-box .pro-related-section .product-list .swiper-slide .text-box .more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: clamp(8.66667px, 0.67708vw, 13px);
  font-weight: 600;
  color: #0454ab;
  transition: gap 0.3s;
}
.products-details-box .pro-related-section .product-list .swiper-slide .text-box .more .txt {
  color: #0454ab;
}
.products-details-box .pro-related-section .product-list .swiper-slide .text-box .more i {
  font-size: 12px;
  transition: transform 0.3s;
}
.products-details-box .pro-related-section .product-list .swiper-slide:hover .more {
  gap: 8px;
}
.products-details-box .pro-related-section .product-list .swiper-slide:hover .more i {
  transform: translateX(3px);
}
.products-details-box .pro-related-section .product-list .swiper-pagination {
  bottom: 0;
}
.products-details-box .pro-related-section .product-list .swiper-pagination .swiper-pagination-bullet {
  width: clamp(6.66667px, 0.52083vw, 10px);
  height: clamp(6.66667px, 0.52083vw, 10px);
  background: #ddd;
  opacity: 1;
  transition: all 0.3s;
}
.products-details-box .pro-related-section .product-list .swiper-pagination .swiper-pagination-bullet-active {
  background: #0454ab;
  width: clamp(18.66667px, 1.45833vw, 28px);
  border-radius: 5px;
}
.products-details-box .pro-related-section .related-swiper {
  padding: clamp(13.33333px, 1.04167vw, 20px) 0;
}
.products-details-box .pro-related-section .related-swiper .swiper-button-prev,
.products-details-box .pro-related-section .related-swiper .swiper-button-next {
  width: clamp(26.66667px, 2.08333vw, 40px);
  height: clamp(26.66667px, 2.08333vw, 40px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #0454ab;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.products-details-box .pro-related-section .related-swiper .swiper-button-prev::after,
.products-details-box .pro-related-section .related-swiper .swiper-button-next::after {
  font-size: clamp(10.66667px, 0.83333vw, 16px);
}
.products-details-box .pro-related-section .related-swiper .swiper-button-prev:hover,
.products-details-box .pro-related-section .related-swiper .swiper-button-next:hover {
  background: #0454ab;
  color: #fff;
}

.rd-page-box .rd-section {
  padding: clamp(53.33333px, 4.16667vw, 80px) 0;
}
.rd-page-box .rd-section .section-title {
  margin-bottom: clamp(26.66667px, 2.08333vw, 40px);
  position: relative;
  text-align: center;
  padding-bottom: clamp(13.33333px, 1.04167vw, 20px);
}
.rd-page-box .rd-section .section-title h6 {
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  color: #333;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.rd-page-box .rd-section .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background: #0454ab;
}
.rd-page-box .rd-section .section-title.light h6 {
  color: #fff;
}
.rd-page-box .rd-section .section-title.light::after {
  background: #fff;
}
.rd-page-box .rd-section .rd-desc {
  max-width: clamp(933.33333px, 72.91667vw, 1400px);
  margin: 0 auto clamp(26.66667px, 2.08333vw, 40px);
  font-size: 16px;
  line-height: 1.9;
  color: #666;
  text-align: center;
}
.rd-page-box {
  /* ---- Section 1: R&D Platform (Plaque Swiper) ---- */
}
.rd-page-box .rd-platform .plaque-swiper {
  overflow: hidden;
  position: relative;
  padding: clamp(13.33333px, 1.04167vw, 20px);
}
.rd-page-box .rd-platform .plaque-swiper .swiper-wrapper {
  display: flex;
}
.rd-page-box .rd-platform .plaque-swiper .plaque-item {
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s, box-shadow 0.4s;
  text-align: center;
  height: 100%;
}
.rd-page-box .rd-platform .plaque-swiper .plaque-item .meidia-box {
  padding-bottom: 67.2%;
  overflow: hidden;
  position: relative;
}
.rd-page-box .rd-platform .plaque-swiper .plaque-item .meidia-box img,
.rd-page-box .rd-platform .plaque-swiper .plaque-item .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rd-page-box .rd-platform .plaque-swiper .plaque-item .meidia-box {
  overflow: hidden;
}
.rd-page-box .rd-platform .plaque-swiper .plaque-item .meidia-box img {
  transition: transform 0.6s;
}
.rd-page-box .rd-platform .plaque-swiper .plaque-item .plaque-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: clamp(12px, 0.9375vw, 18px) clamp(10.66667px, 0.83333vw, 16px) clamp(14.66667px, 1.14583vw, 22px);
  line-height: 1.5;
  margin: 0;
}
.rd-page-box .rd-platform .plaque-swiper .plaque-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}
.rd-page-box .rd-platform .plaque-swiper .plaque-item:hover .meidia-box img {
  transform: scale(1.05);
}
.rd-page-box .rd-platform .plaque-swiper .swiper-button-prev,
.rd-page-box .rd-platform .plaque-swiper .swiper-button-next {
  width: clamp(29.33333px, 2.29167vw, 44px);
  height: clamp(29.33333px, 2.29167vw, 44px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #0454ab;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.rd-page-box .rd-platform .plaque-swiper .swiper-button-prev::after,
.rd-page-box .rd-platform .plaque-swiper .swiper-button-next::after {
  font-size: clamp(12px, 0.9375vw, 18px);
}
.rd-page-box .rd-platform .plaque-swiper .swiper-button-prev:hover,
.rd-page-box .rd-platform .plaque-swiper .swiper-button-next:hover {
  background: #0454ab;
  color: #fff;
}
.rd-page-box {
  /* ---- Section 2: University-Enterprise Cooperation (Swiper) ---- */
}
.rd-page-box .rd-cooperation {
  background: #f0f0f0;
}
.rd-page-box .rd-cooperation .cooperation-swiper {
  overflow: hidden;
  position: relative;
}
.rd-page-box .rd-cooperation .cooperation-swiper .anim-elem {
  opacity: 0;
  transform: translateY(30px);
}
.rd-page-box .rd-cooperation .cooperation-swiper .coop-item {
  display: flex;
  align-items: center;
  gap: clamp(20px, 1.5625vw, 30px);
  padding: clamp(20px, 1.5625vw, 30px);
}
.rd-page-box .rd-cooperation .cooperation-swiper .coop-item .coop-img-wrap {
  flex-shrink: 0;
  width: 35%;
  padding: 4px;
  box-sizing: border-box;
}
.rd-page-box .rd-cooperation .cooperation-swiper .coop-item .coop-img-wrap .coop-img {
  width: 100%;
  height: auto;
}
.rd-page-box .rd-cooperation .cooperation-swiper .coop-item .coop-img-wrap .coop-img img {
  width: 100%;
  height: auto;
}
.rd-page-box .rd-cooperation .cooperation-swiper .coop-item .coop-info {
  width: 65%;
  box-sizing: border-box;
  padding-left: clamp(26.66667px, 2.08333vw, 40px);
  flex: 1;
}
.rd-page-box .rd-cooperation .cooperation-swiper .coop-item .coop-info .coop-logo {
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
}
.rd-page-box .rd-cooperation .cooperation-swiper .coop-item .coop-info .coop-logo img {
  width: auto;
  height: clamp(66.66667px, 5.20833vw, 100px);
}
.rd-page-box .rd-cooperation .cooperation-swiper .coop-item .coop-info .info-text {
  padding-left: clamp(6.66667px, 0.52083vw, 10px);
}
.rd-page-box .rd-cooperation .cooperation-swiper .coop-item .coop-info h3 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
  line-height: 1.3;
}
.rd-page-box .rd-cooperation .cooperation-swiper .coop-item .coop-info .coop-univ {
  font-size: clamp(21.33333px, 1.66667vw, 32px);
  color: #0454ab;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
}
.rd-page-box .rd-cooperation .cooperation-swiper .coop-item .coop-info .coop-divider {
  width: 30px;
  height: 3px;
  background: #0454ab;
  margin-bottom: clamp(10px, 0.78125vw, 15px);
}
.rd-page-box .rd-cooperation .cooperation-swiper .coop-item .coop-info .coop-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}
.rd-page-box .rd-cooperation .cooperation-swiper .swiper-button-prev,
.rd-page-box .rd-cooperation .cooperation-swiper .swiper-button-next {
  width: clamp(29.33333px, 2.29167vw, 44px);
  height: clamp(29.33333px, 2.29167vw, 44px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #0454ab;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.rd-page-box .rd-cooperation .cooperation-swiper .swiper-button-prev::after,
.rd-page-box .rd-cooperation .cooperation-swiper .swiper-button-next::after {
  font-size: clamp(12px, 0.9375vw, 18px);
}
.rd-page-box .rd-cooperation .cooperation-swiper .swiper-button-prev:hover,
.rd-page-box .rd-cooperation .cooperation-swiper .swiper-button-next:hover {
  background: #0454ab;
  color: #fff;
}
.rd-page-box {
  /* ---- Section 3: Research Achievements (Coverflow 3D) ---- */
}
.rd-page-box .rd-achievements .achievement-swiper {
  overflow: hidden;
  position: relative;
  padding: clamp(13.33333px, 1.04167vw, 20px) 0 clamp(26.66667px, 2.08333vw, 40px);
}
.rd-page-box .rd-achievements .achievement-swiper .swiper-wrapper {
  display: flex;
}
.rd-page-box .rd-achievements .achievement-swiper .swiper-slide {
  height: auto;
  text-align: center;
}
.rd-page-box .rd-achievements .achievement-swiper .achieve-item {
  background: #fff;
  border-radius: clamp(5.33333px, 0.41667vw, 8px);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  transition: transform 0.4s, box-shadow 0.4s;
  height: 100%;
}
.rd-page-box .rd-achievements .achievement-swiper .achieve-item .meidia-box {
  width: 100%;
}
.rd-page-box .rd-achievements .achievement-swiper .achieve-item .meidia-box .meidia-box {
  padding-bottom: 142.0765%;
  overflow: hidden;
  position: relative;
}
.rd-page-box .rd-achievements .achievement-swiper .achieve-item .meidia-box .meidia-box img,
.rd-page-box .rd-achievements .achievement-swiper .achieve-item .meidia-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rd-page-box .rd-achievements .achievement-swiper .achieve-item .meidia-box {
  overflow: hidden;
}
.rd-page-box .rd-achievements .achievement-swiper .achieve-item .meidia-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.rd-page-box .rd-achievements .achievement-swiper .achieve-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.rd-page-box .rd-achievements .achievement-swiper .achieve-item:hover .meidia-box img {
  transform: scale(1.06);
}
.rd-page-box .rd-achievements .achievement-swiper .swiper-button-prev,
.rd-page-box .rd-achievements .achievement-swiper .swiper-button-next {
  width: clamp(29.33333px, 2.29167vw, 44px);
  height: clamp(29.33333px, 2.29167vw, 44px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #0454ab;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.rd-page-box .rd-achievements .achievement-swiper .swiper-button-prev::after,
.rd-page-box .rd-achievements .achievement-swiper .swiper-button-next::after {
  font-size: clamp(12px, 0.9375vw, 18px);
}
.rd-page-box .rd-achievements .achievement-swiper .swiper-button-prev:hover,
.rd-page-box .rd-achievements .achievement-swiper .swiper-button-next:hover {
  background: #0454ab;
  color: #fff;
}
.rd-page-box {
  /* ---- Section 4: Core Advantages ---- */
}
.rd-page-box .rd-advantages {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rd-page-box .rd-advantages .advantages-wrap {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.rd-page-box .rd-advantages .advantages-wrap .adv-text {
  width: 75%;
  flex: 1;
  padding: clamp(26.66667px, 2.08333vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rd-page-box .rd-advantages .advantages-wrap .adv-text .section-title {
  text-align: left;
  padding-left: 0;
  margin-bottom: clamp(16px, 1.25vw, 24px);
}
.rd-page-box .rd-advantages .advantages-wrap .adv-text .section-title::after {
  left: 0;
  transform: none;
}
.rd-page-box .rd-advantages .advantages-wrap .adv-text .subtitle {
  font-size: 18px;
  color: #0454ab;
  font-weight: 600;
  margin-bottom: clamp(8px, 0.625vw, 12px);
}
.rd-page-box .rd-advantages .advantages-wrap .adv-text .des p {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
  margin-bottom: clamp(10.66667px, 0.83333vw, 16px);
}
.rd-page-box .rd-advantages .advantages-wrap .adv-text .des p:last-child {
  margin-bottom: 0;
}
.rd-page-box .rd-advantages .advantages-wrap .adv-text .des p strong {
  color: #0454ab;
  font-weight: 700;
}
.rd-page-box .rd-advantages .advantages-wrap .adv-img {
  width: 25%;
  overflow: hidden;
}
.rd-page-box .rd-advantages .advantages-wrap .adv-img img {
  width: 100%;
  height: 100%;
  min-height: clamp(226.66667px, 17.70833vw, 340px);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.rd-page-box .rd-advantages .advantages-wrap .adv-img:hover img {
  transform: scale(1.03);
}
.rd-page-box {
  /* ---- Section 5: Core Everything ---- */
}
.rd-page-box .rd-everything {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rd-page-box .rd-everything .everything-wrap {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.rd-page-box .rd-everything .everything-wrap .adv-text {
  width: 75%;
  flex: 1;
  padding: clamp(26.66667px, 2.08333vw, 40px) clamp(26.66667px, 2.08333vw, 40px) clamp(26.66667px, 2.08333vw, 40px) clamp(33.33333px, 2.60417vw, 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rd-page-box .rd-everything .everything-wrap .adv-text .section-title {
  text-align: left;
  padding-left: 0;
  margin-bottom: clamp(16px, 1.25vw, 24px);
}
.rd-page-box .rd-everything .everything-wrap .adv-text .section-title::after {
  left: 0;
  transform: none;
}
.rd-page-box .rd-everything .everything-wrap .adv-text .subtitle {
  font-size: 18px;
  color: #0454ab;
  font-weight: 600;
  margin-bottom: clamp(8px, 0.625vw, 12px);
}
.rd-page-box .rd-everything .everything-wrap .adv-text .des p {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
  margin-bottom: clamp(10.66667px, 0.83333vw, 16px);
}
.rd-page-box .rd-everything .everything-wrap .adv-text .des p:last-child {
  margin-bottom: 0;
}
.rd-page-box .rd-everything .everything-wrap .adv-text .des p strong {
  color: #0454ab;
  font-weight: 700;
}
.rd-page-box .rd-everything .everything-wrap .adv-img {
  width: 25%;
  overflow: hidden;
}
.rd-page-box .rd-everything .everything-wrap .adv-img img {
  width: 100%;
  height: 100%;
  min-height: clamp(226.66667px, 17.70833vw, 340px);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.rd-page-box .rd-everything .everything-wrap .adv-img:hover img {
  transform: scale(1.03);
}
.rd-page-box {
  /* ---- Section 6: Three Complete ---- */
}
.rd-page-box .rd-three-complete {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rd-page-box .rd-three-complete .section-title h6 {
  color: #fff;
}
.rd-page-box .rd-three-complete .section-title::after {
  background: #fff;
}
.rd-page-box .rd-three-complete .rd-desc {
  color: #fff;
}
.rd-page-box .rd-three-complete .three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 1.5625vw, 30px);
}
.rd-page-box .rd-three-complete .three-grid .three-item {
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.4s, box-shadow 0.4s;
}
.rd-page-box .rd-three-complete .three-grid .three-item .three-icon {
  text-align: center;
  padding: clamp(21.33333px, 1.66667vw, 32px) clamp(13.33333px, 1.04167vw, 20px) 0;
}
.rd-page-box .rd-three-complete .three-grid .three-item .three-icon img {
  width: clamp(106.66667px, 8.33333vw, 160px);
  height: auto;
}
.rd-page-box .rd-three-complete .three-grid .three-item .three-body {
  padding: clamp(13.33333px, 1.04167vw, 20px) clamp(16px, 1.25vw, 24px) clamp(20px, 1.5625vw, 30px);
  text-align: center;
}
.rd-page-box .rd-three-complete .three-grid .three-item .three-body h3 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: clamp(4px, 0.3125vw, 6px);
}
.rd-page-box .rd-three-complete .three-grid .three-item .three-body .three-sub {
  font-size: 14px;
  color: #0454ab;
  font-weight: 600;
  margin-bottom: clamp(8px, 0.625vw, 12px);
}
.rd-page-box .rd-three-complete .three-grid .three-item .three-body .three-divider {
  width: 30px;
  height: 3px;
  background: #0454ab;
  margin: 0 auto clamp(9.33333px, 0.72917vw, 14px);
}
.rd-page-box .rd-three-complete .three-grid .three-item .three-body p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}
.rd-page-box .rd-three-complete .three-grid .three-item .three-body p strong {
  color: #333;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
}
.rd-page-box .rd-three-complete .three-grid .three-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.cooper-page-box .coop-section {
  padding: clamp(53.33333px, 4.16667vw, 80px) 0;
}
.cooper-page-box .coop-section .section-title {
  margin-bottom: clamp(26.66667px, 2.08333vw, 40px);
  position: relative;
  text-align: center;
  padding-bottom: clamp(13.33333px, 1.04167vw, 20px);
}
.cooper-page-box .coop-section .section-title h6 {
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  color: #333;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.cooper-page-box .coop-section .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background: #0454ab;
}
.cooper-page-box .rd-desc {
  max-width: clamp(933.33333px, 72.91667vw, 1400px);
  margin: 0 auto clamp(26.66667px, 2.08333vw, 40px);
  font-size: 16px;
  line-height: 1.9;
  color: #666;
  text-align: center;
}
.cooper-page-box {
  /* ---- Section 1: Cases Grid ---- */
}
.cooper-page-box .cases-section .cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 1.5625vw, 30px);
}
.cooper-page-box .cases-section .cases-grid .case-card {
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s, box-shadow 0.4s;
}
.cooper-page-box .cases-section .cases-grid .case-card a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.cooper-page-box .cases-section .cases-grid .case-card .meidia-box {
  width: 100%;
}
.cooper-page-box .cases-section .cases-grid .case-card .meidia-box .meidia-box {
  padding-bottom: 66.60714%;
  overflow: hidden;
  position: relative;
}
.cooper-page-box .cases-section .cases-grid .case-card .meidia-box .meidia-box img,
.cooper-page-box .cases-section .cases-grid .case-card .meidia-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cooper-page-box .cases-section .cases-grid .case-card .meidia-box {
  overflow: hidden;
}
.cooper-page-box .cases-section .cases-grid .case-card .meidia-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.cooper-page-box .cases-section .cases-grid .case-card .case-body {
  padding: clamp(13.33333px, 1.04167vw, 20px) clamp(16px, 1.25vw, 24px) clamp(18.66667px, 1.45833vw, 28px);
}
.cooper-page-box .cases-section .cases-grid .case-card .case-body time {
  font-size: 13px;
  color: #999;
  display: block;
  margin-bottom: clamp(5.33333px, 0.41667vw, 8px);
}
.cooper-page-box .cases-section .cases-grid .case-card .case-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
  transition: color 0.3s;
}
.cooper-page-box .cases-section .cases-grid .case-card .case-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cooper-page-box .cases-section .cases-grid .case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.cooper-page-box .cases-section .cases-grid .case-card:hover .meidia-box img {
  transform: scale(1.05);
}
.cooper-page-box .cases-section .cases-grid .case-card:hover h3 {
  color: #0454ab;
}
.cooper-page-box {
  /* ---- Section 2: Partners Grid ---- */
}
.cooper-page-box .partners-section {
  background: #f5f7fa;
}
.cooper-page-box .partners-section .par-swiper-warp {
  padding-bottom: clamp(26.66667px, 2.08333vw, 40px);
  position: relative;
}
.cooper-page-box .partners-section .par-swiper-warp .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.cooper-page-box .partners-section .par-swiper-warp .swiper-pagination .swiper-pagination-bullet {
  width: clamp(6.66667px, 0.52083vw, 10px);
  height: clamp(6.66667px, 0.52083vw, 10px);
  background: #ccc;
  opacity: 1;
  transition: all 0.3s;
  margin: 0 3px;
  border-radius: 50%;
}
.cooper-page-box .partners-section .par-swiper-warp .swiper-pagination .swiper-pagination-bullet-active {
  background: #0454ab;
  width: clamp(18.66667px, 1.45833vw, 28px);
  border-radius: 5px;
}
.cooper-page-box .partners-section .partners-swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
}
.cooper-page-box .partners-section .partners-swiper .swiper-slide {
  width: 16.6666666667%;
  height: auto;
  padding: clamp(3.33333px, 0.26042vw, 5px);
  box-sizing: border-box;
}
.cooper-page-box .partners-section .partners-swiper .partner-item {
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  padding: clamp(6.66667px, 0.52083vw, 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.4s, box-shadow 0.4s;
  height: 100%;
  box-sizing: border-box;
}
.cooper-page-box .partners-section .partners-swiper .partner-item img {
  width: auto;
  max-width: 100%;
  height: clamp(40px, 3.125vw, 60px);
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  transition: transform 0.4s, filter 0.4s, opacity 0.4s;
  margin-bottom: clamp(2.66667px, 0.20833vw, 4px);
}
.cooper-page-box .partners-section .partners-swiper .partner-item p {
  font-size: 14px;
  color: #333;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  transition: color 0.3s;
  word-break: break-word;
}
.cooper-page-box .partners-section .partners-swiper .partner-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.cooper-page-box .partners-section .partners-swiper .partner-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.06);
}
.cooper-page-box .partners-section .partners-swiper .partner-item:hover p {
  color: #333;
}
.cooper-page-box .partners-section .partners-swiper .swiper-button-prev,
.cooper-page-box .partners-section .partners-swiper .swiper-button-next {
  width: clamp(29.33333px, 2.29167vw, 44px);
  height: clamp(29.33333px, 2.29167vw, 44px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #0454ab;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.cooper-page-box .partners-section .partners-swiper .swiper-button-prev::after,
.cooper-page-box .partners-section .partners-swiper .swiper-button-next::after {
  font-size: clamp(12px, 0.9375vw, 18px);
}
.cooper-page-box .partners-section .partners-swiper .swiper-button-prev:hover,
.cooper-page-box .partners-section .partners-swiper .swiper-button-next:hover {
  background: #0454ab;
  color: #fff;
}
.cooper-page-box .partners-section .partners-swiper .swiper-pagination {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.cooper-page-box .partners-section .partners-swiper .swiper-pagination .swiper-pagination-bullet {
  width: clamp(6.66667px, 0.52083vw, 10px);
  height: clamp(6.66667px, 0.52083vw, 10px);
  background: #ccc;
  opacity: 1;
  transition: all 0.3s;
  margin: 0 3px;
  border-radius: 50%;
}
.cooper-page-box .partners-section .partners-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #0454ab;
  width: clamp(18.66667px, 1.45833vw, 28px);
  border-radius: 5px;
}
.cooper-page-box {
  /* ---- Section 3: Visits Grid ---- */
}
.cooper-page-box .visits-section .visits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.25vw, 24px);
}
.cooper-page-box .visits-section .visits-grid .visit-card {
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s, box-shadow 0.4s;
}
.cooper-page-box .visits-section .visits-grid .visit-card a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.cooper-page-box .visits-section .visits-grid .visit-card .meidia-box {
  width: 100%;
}
.cooper-page-box .visits-section .visits-grid .visit-card .meidia-box .meidia-box {
  padding-bottom: 66.60714%;
  overflow: hidden;
  position: relative;
}
.cooper-page-box .visits-section .visits-grid .visit-card .meidia-box .meidia-box img,
.cooper-page-box .visits-section .visits-grid .visit-card .meidia-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cooper-page-box .visits-section .visits-grid .visit-card .meidia-box {
  overflow: hidden;
}
.cooper-page-box .visits-section .visits-grid .visit-card .meidia-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.cooper-page-box .visits-section .visits-grid .visit-card .visit-body {
  padding: clamp(10.66667px, 0.83333vw, 16px) clamp(13.33333px, 1.04167vw, 20px) clamp(14.66667px, 1.14583vw, 22px);
}
.cooper-page-box .visits-section .visits-grid .visit-card .visit-body time {
  font-size: 13px;
  color: #999;
  display: block;
  margin-bottom: clamp(4px, 0.3125vw, 6px);
}
.cooper-page-box .visits-section .visits-grid .visit-card .visit-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  transition: color 0.3s;
}
.cooper-page-box .visits-section .visits-grid .visit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.cooper-page-box .visits-section .visits-grid .visit-card:hover .meidia-box img {
  transform: scale(1.05);
}
.cooper-page-box .visits-section .visits-grid .visit-card:hover h3 {
  color: #0454ab;
}

.cooper-details-box {
  background: #f8f9fa;
  padding: clamp(40px, 3.125vw, 60px) 0 clamp(53.33333px, 4.16667vw, 80px);
}
.cooper-details-box .details-layout {
  display: flex;
  gap: clamp(26.66667px, 2.08333vw, 40px);
  align-items: flex-start;
}
.cooper-details-box .details-main {
  flex: 1;
  min-width: 0;
}
.cooper-details-box .detail-article {
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  padding: clamp(33.33333px, 2.60417vw, 50px) clamp(33.33333px, 2.60417vw, 50px) clamp(26.66667px, 2.08333vw, 40px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.cooper-details-box .detail-article .article-header {
  text-align: center;
  margin-bottom: clamp(24px, 1.875vw, 36px);
  padding-bottom: clamp(20px, 1.5625vw, 30px);
  border-bottom: 1px solid #f0f0f0;
}
.cooper-details-box .detail-article .article-header h1 {
  font-size: clamp(21.33333px, 1.66667vw, 32px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: clamp(9.33333px, 0.72917vw, 14px);
}
.cooper-details-box .detail-article .article-header .article-meta time {
  font-size: 14px;
  color: #999;
}
.cooper-details-box .detail-article .article-body img,
.cooper-details-box .detail-article .article-body video {
  max-width: 100%;
  height: auto;
}
.cooper-details-box .detail-article .article-body p {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
  text-align: justify;
}
.cooper-details-box .detail-article .article-body figure {
  margin: clamp(20px, 1.5625vw, 30px) 0;
  border-radius: clamp(5.33333px, 0.41667vw, 8px);
  overflow: hidden;
}
.cooper-details-box .detail-article .article-body figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: clamp(5.33333px, 0.41667vw, 8px);
}
.cooper-details-box .detail-article .article-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(20px, 1.5625vw, 30px);
  padding-top: clamp(16px, 1.25vw, 24px);
  border-top: 1px solid #f0f0f0;
}
.cooper-details-box .detail-article .article-nav a {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-decoration: none;
  transition: all 0.3s;
  padding: clamp(5.33333px, 0.41667vw, 8px) clamp(12px, 0.9375vw, 18px);
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff;
}
.cooper-details-box .detail-article .article-nav a:hover {
  color: #0454ab;
  border-color: #0454ab;
}
.cooper-details-box .detail-article .article-nav a.back {
  color: #0454ab;
  border-color: #0454ab;
}
.cooper-details-box .detail-article .article-nav a.back:hover {
  background: #0454ab;
  color: #fff;
}
.cooper-details-box .detail-article .article-nav a.prev, .cooper-details-box .detail-article .article-nav a.next {
  font-weight: 400;
}
.cooper-details-box {
  /* ---- Sidebar ---- */
}
.cooper-details-box .details-sidebar {
  width: clamp(253.33333px, 19.79167vw, 380px);
  flex-shrink: 0;
}
.cooper-details-box .details-sidebar .sidebar-section {
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  padding: clamp(16px, 1.25vw, 24px) clamp(16px, 1.25vw, 24px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.cooper-details-box .details-sidebar .sidebar-section h3 {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: clamp(12px, 0.9375vw, 18px);
  padding-bottom: clamp(9.33333px, 0.72917vw, 14px);
  border-bottom: 2px solid #0454ab;
}
.cooper-details-box .details-sidebar .sidebar-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cooper-details-box .details-sidebar .sidebar-section .sidebar-news li {
  margin-bottom: clamp(9.33333px, 0.72917vw, 14px);
}
.cooper-details-box .details-sidebar .sidebar-section .sidebar-news li:last-child {
  margin-bottom: 0;
}
.cooper-details-box .details-sidebar .sidebar-section .sidebar-news li a {
  display: flex;
  gap: clamp(8px, 0.625vw, 12px);
  text-decoration: none;
  transition: all 0.3s;
}
.cooper-details-box .details-sidebar .sidebar-section .sidebar-news li a:hover .news-info h4 {
  color: #0454ab;
}
.cooper-details-box .details-sidebar .sidebar-section .sidebar-news li a:hover .news-thumb img {
  transform: scale(1.06);
}
.cooper-details-box .details-sidebar .sidebar-section .sidebar-news li .news-thumb {
  width: clamp(66.66667px, 5.20833vw, 100px);
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}
.cooper-details-box .details-sidebar .sidebar-section .sidebar-news li .news-thumb img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.cooper-details-box .details-sidebar .sidebar-section .sidebar-news li .news-info {
  flex: 1;
  min-width: 0;
}
.cooper-details-box .details-sidebar .sidebar-section .sidebar-news li .news-info time {
  font-size: 12px;
  color: #999;
  display: block;
  margin-bottom: 4px;
}
.cooper-details-box .details-sidebar .sidebar-section .sidebar-news li .news-info h4 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
  margin: 0;
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cooper-details-box .details-sidebar .sidebar-share {
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
}
.cooper-details-box .details-sidebar .sidebar-share .share-buttons {
  display: flex;
  gap: clamp(6.66667px, 0.52083vw, 10px);
}
.cooper-details-box .details-sidebar .sidebar-share .share-buttons .share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(26.66667px, 2.08333vw, 40px);
  height: clamp(26.66667px, 2.08333vw, 40px);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.cooper-details-box .details-sidebar .sidebar-share .share-buttons .share-btn svg {
  width: clamp(12px, 0.9375vw, 18px);
  height: clamp(12px, 0.9375vw, 18px);
}
.cooper-details-box .details-sidebar .sidebar-share .share-buttons .share-btn.share-fb {
  background: #1877f2;
}
.cooper-details-box .details-sidebar .sidebar-share .share-buttons .share-btn.share-tw {
  background: #000;
}
.cooper-details-box .details-sidebar .sidebar-share .share-buttons .share-btn.share-li {
  background: #0a66c2;
}
.cooper-details-box .details-sidebar .sidebar-share .share-buttons .share-btn.share-em {
  background: #666;
}
.cooper-details-box .details-sidebar .sidebar-share .share-buttons .share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.news-page-box {
  padding: clamp(40px, 3.125vw, 60px) 0 clamp(53.33333px, 4.16667vw, 80px);
  background: #f8f9fa;
}
.news-page-box .news-tab-content .news-panel {
  display: none;
}
.news-page-box .news-tab-content .news-panel.active {
  display: block;
}
.news-page-box .news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(13.33333px, 1.04167vw, 20px);
}
.news-page-box .news-card {
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.4s, box-shadow 0.4s;
}
.news-page-box .news-card a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.news-page-box .news-card .meidia-box {
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}
.news-page-box .news-card .meidia-box img,
.news-page-box .news-card .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-page-box .news-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.news-page-box .news-card .news-body {
  padding: clamp(12px, 0.9375vw, 18px) clamp(13.33333px, 1.04167vw, 20px) clamp(16px, 1.25vw, 24px);
}
.news-page-box .news-card .news-body time {
  font-size: 13px;
  color: #999;
  display: block;
  margin-bottom: clamp(5.33333px, 0.41667vw, 8px);
}
.news-page-box .news-card .news-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-page-box .news-card .news-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-page-box .news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.news-page-box .news-card:hover .meidia-box img {
  transform: scale(1.05);
}
.news-page-box .news-card:hover h3 {
  color: #0454ab;
}

.dev-page-box .dev-section {
  padding: clamp(53.33333px, 4.16667vw, 80px) 0;
}
.dev-page-box .dev-section.dev-bg {
  background: #f0f0f0;
}
.dev-page-box .dev-section .section-title {
  margin-bottom: clamp(26.66667px, 2.08333vw, 40px);
  position: relative;
  text-align: center;
  padding-bottom: clamp(13.33333px, 1.04167vw, 20px);
}
.dev-page-box .dev-section .section-title h6 {
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  color: #333;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.dev-page-box .dev-section .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background: #0454ab;
}
.dev-page-box .dev-section .sub-section-title {
  margin: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(20px, 1.5625vw, 30px);
  position: relative;
  text-align: center;
  padding-bottom: clamp(10.66667px, 0.83333vw, 16px);
}
.dev-page-box .dev-section .sub-section-title h6 {
  font-size: clamp(18.66667px, 1.45833vw, 28px);
  color: #333;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.dev-page-box .dev-section .sub-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background: #0454ab;
}
.dev-page-box #dev-green {
  background: #f0f0f0;
  padding-bottom: 0;
}
.dev-page-box #dev-responsibility .dev-grid-3 {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.25vw, 24px);
}
.dev-page-box #dev-responsibility .dev-grid-box {
  border-radius: clamp(8px, 0.625vw, 12px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.dev-page-box #dev-responsibility .dev-grid-box .dev-grid-box-img {
  width: 70%;
}
.dev-page-box #dev-responsibility .dev-grid-box .dev-grid-box-img img {
  aspect-ratio: 12/5.1;
}
.dev-page-box #dev-responsibility .dev-grid-box .dev-grid-box-text {
  width: 30%;
  padding: clamp(18.66667px, 1.45833vw, 28px) clamp(16px, 1.25vw, 24px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dev-page-box #dev-responsibility .dev-grid-box .dev-grid-box-text .dgt-tit {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  color: #333;
  padding-bottom: clamp(9.33333px, 0.72917vw, 14px);
  margin-bottom: clamp(10.66667px, 0.83333vw, 16px);
  position: relative;
}
.dev-page-box #dev-responsibility .dev-grid-box .dev-grid-box-text .dgt-tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(26.66667px, 2.08333vw, 40px);
  height: 3px;
  background: #0454ab;
  border-radius: 2px;
}
.dev-page-box #dev-responsibility .dev-grid-box .dev-grid-box-text .dev-divider {
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  line-height: 1.8;
  color: #555;
}
.dev-page-box #dev-responsibility .dev-grid-box:nth-child(odd) {
  flex-direction: row;
}
.dev-page-box #dev-responsibility .dev-grid-box:nth-child(even) {
  flex-direction: row-reverse;
}
.dev-page-box #dev-responsibility .dev-grid-box:hover {
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.12);
}
.dev-page-box {
  /* ---- Grid Box Cards ---- */
}
.dev-page-box .dev-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.dev-page-box .dev-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.25vw, 24px);
}
.dev-page-box .dev-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 1.25vw, 24px);
}
.dev-page-box .dev-grid-box {
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.dev-page-box .dev-grid-box .dev-grid-box-img {
  width: 50%;
  overflow: hidden;
}
.dev-page-box .dev-grid-box .dev-grid-box-img img {
  width: 100%;
  aspect-ratio: 8/6;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.dev-page-box .dev-grid-box .dev-grid-box-img:hover img {
  transform: scale(1.06);
}
.dev-page-box .dev-grid-box .dev-grid-box-text {
  width: 50%;
  box-sizing: border-box;
  padding: clamp(13.33333px, 1.04167vw, 20px);
}
.dev-page-box .dev-grid-box .dev-grid-box-text h3 {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
  line-height: 1.3;
  transition: color 0.3s;
}
.dev-page-box .dev-grid-box .dev-grid-box-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}
.dev-page-box .dev-grid-box:nth-child(4n+1), .dev-page-box .dev-grid-box:nth-child(4n+2) {
  flex-direction: row-reverse;
}
.dev-page-box .dev-grid-box:nth-child(4n+3), .dev-page-box .dev-grid-box:nth-child(4n+4) {
  flex-direction: row;
}
.dev-page-box .dev-grid-item {
  background: #fff;
  overflow: hidden;
}
.dev-page-box .dev-grid-item .meidia-box {
  width: 100%;
}
.dev-page-box .dev-grid-item .meidia-box .meidia-box {
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}
.dev-page-box .dev-grid-item .meidia-box .meidia-box img,
.dev-page-box .dev-grid-item .meidia-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dev-page-box .dev-grid-item .meidia-box {
  overflow: hidden;
}
.dev-page-box .dev-grid-item .meidia-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.6s;
  transform: scale(1);
}
.dev-page-box .dev-grid-item .meidia-box:hover img {
  transform: scale(1.06);
}
.dev-page-box .dev-grid-item .dev-grid-body {
  padding: clamp(12px, 0.9375vw, 18px) clamp(13.33333px, 1.04167vw, 20px) clamp(14.66667px, 1.14583vw, 22px);
}
.dev-page-box .dev-grid-item .dev-grid-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: clamp(5.33333px, 0.41667vw, 8px);
  line-height: 1.4;
  transition: color 0.3s;
}
.dev-page-box .dev-grid-item .dev-grid-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dev-page-box {
  /* ---- Dev Grid Swiper ---- */
}
.dev-page-box .dev-grid-swiper {
  overflow: hidden;
  padding-bottom: clamp(29.33333px, 2.29167vw, 44px);
}
.dev-page-box .dev-grid-swiper .swiper-wrapper {
  padding: clamp(2.66667px, 0.20833vw, 4px) 0;
}
.dev-page-box .dev-grid-swiper .swiper-slide {
  height: auto;
}
.dev-page-box .dev-grid-swiper .swiper-pagination {
  bottom: 0 !important;
}
.dev-page-box .dev-grid-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
  margin: 0 5px !important;
  transition: all 0.3s;
}
.dev-page-box .dev-grid-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background: #0454ab;
  border-radius: 4px;
}
.dev-page-box {
  /* ---- Capability Grid (Collage) ---- */
}
.dev-page-box .dev-cap-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: clamp(8px, 0.625vw, 12px);
}
.dev-page-box .dev-cap-grid .cap-item {
  position: relative;
  overflow: hidden;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
}
.dev-page-box .dev-cap-grid .cap-item .cap-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dev-page-box .dev-cap-grid .cap-item .cap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s;
}
.dev-page-box .dev-cap-grid .cap-item .cap-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: clamp(9.33333px, 0.72917vw, 14px) clamp(12px, 0.9375vw, 18px) clamp(12px, 0.9375vw, 18px);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  z-index: 2;
  box-sizing: border-box;
}
.dev-page-box .dev-cap-grid .cap-item .cap-overlay h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 clamp(1.33333px, 0.10417vw, 2px);
  line-height: 1.3;
}
.dev-page-box .dev-cap-grid .cap-item .cap-overlay p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dev-page-box .dev-cap-grid .cap-item:hover .cap-img img {
  transform: scale(1.06);
}
.dev-page-box .dev-cap-grid .cap-item-large {
  grid-column: 1;
  grid-row: 1/3;
}
.dev-page-box .dev-cap-grid .cap-item-large .cap-overlay {
  padding: clamp(14.66667px, 1.14583vw, 22px) clamp(17.33333px, 1.35417vw, 26px);
}
.dev-page-box .dev-cap-grid .cap-item-large .cap-overlay h3 {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
}
.dev-page-box .dev-cap-grid .cap-item-large .cap-overlay p {
  font-size: 14px;
}
.dev-page-box .dev-cap-grid .cap-item-br {
  grid-column: 2/4;
  grid-row: 2;
}
.dev-page-box {
  /* ---- Accordion / Tabs ---- */
}
.dev-page-box .dev-accordion {
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.dev-page-box .dev-accordion .dev-accordion-tabs {
  display: flex;
  border-bottom: 2px solid #e8e8e8;
}
.dev-page-box .dev-accordion .dev-accordion-tabs .dev-accordion-tab {
  flex: 1;
  text-align: center;
  padding: clamp(12px, 0.9375vw, 18px) clamp(10.66667px, 0.83333vw, 16px);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  transition: background 0.3s;
}
.dev-page-box .dev-accordion .dev-accordion-tabs .dev-accordion-tab:hover {
  background: #f8f9fb;
}
.dev-page-box .dev-accordion .dev-accordion-tabs .dev-accordion-tab h3 {
  font-size: 17px;
  font-weight: 600;
  color: #666;
  margin: 0;
  line-height: 1.4;
  transition: color 0.3s;
}
.dev-page-box .dev-accordion .dev-accordion-tabs .dev-accordion-tab::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%;
  height: 3px;
  background: #0454ab;
  border-radius: 2px;
  transition: transform 0.3s;
}
.dev-page-box .dev-accordion .dev-accordion-tabs .dev-accordion-tab.active {
  background: #f8f9fb;
}
.dev-page-box .dev-accordion .dev-accordion-tabs .dev-accordion-tab.active h3 {
  color: #0454ab;
  font-weight: 700;
}
.dev-page-box .dev-accordion .dev-accordion-tabs .dev-accordion-tab.active::after {
  transform: translateX(-50%) scaleX(1);
}
.dev-page-box .dev-accordion .dev-accordion-panels {
  position: relative;
}
.dev-page-box .dev-accordion .dev-accordion-panels .dev-accordion-panel {
  display: none;
  padding: clamp(13.33333px, 1.04167vw, 20px);
  gap: clamp(20px, 1.5625vw, 30px);
  animation: devAccFadeIn 0.4s ease;
}
.dev-page-box .dev-accordion .dev-accordion-panels .dev-accordion-panel.active {
  display: flex;
}
.dev-page-box .dev-accordion .dev-accordion-panels .dev-accordion-panel .meidia-box {
  width: clamp(333.33333px, 26.04167vw, 500px);
  flex-shrink: 0;
}
.dev-page-box .dev-accordion .dev-accordion-panels .dev-accordion-panel .meidia-box .meidia-box {
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}
.dev-page-box .dev-accordion .dev-accordion-panels .dev-accordion-panel .meidia-box .meidia-box img,
.dev-page-box .dev-accordion .dev-accordion-panels .dev-accordion-panel .meidia-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dev-page-box .dev-accordion .dev-accordion-panels .dev-accordion-panel .meidia-box {
  overflow: hidden;
  border-radius: clamp(4px, 0.3125vw, 6px);
}
.dev-page-box .dev-accordion .dev-accordion-panels .dev-accordion-panel .meidia-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.dev-page-box .dev-accordion .dev-accordion-panels .dev-accordion-panel .dev-accordion-text {
  width: calc(100% - clamp(333.33333px, 26.04167vw, 500px));
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  overflow-y: auto;
}
.dev-page-box .dev-accordion .dev-accordion-panels .dev-accordion-panel .dev-accordion-text::-webkit-scrollbar {
  width: 5px;
}
.dev-page-box .dev-accordion .dev-accordion-panels .dev-accordion-panel .dev-accordion-text::-webkit-scrollbar-track {
  background: #e8e8e8;
  border-radius: 3px;
}
.dev-page-box .dev-accordion .dev-accordion-panels .dev-accordion-panel .dev-accordion-text::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 3px;
}
.dev-page-box .dev-accordion .dev-accordion-panels .dev-accordion-panel .dev-accordion-text::-webkit-scrollbar-thumb:hover {
  background: #888;
}
.dev-page-box .dev-accordion .dev-accordion-panels .dev-accordion-panel .dev-accordion-text p {
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  margin: 0;
}
@keyframes devAccFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-page-box {
  padding: clamp(40px, 3.125vw, 60px) 0 clamp(53.33333px, 4.16667vw, 80px);
  background: #f8f9fa;
}
.contact-page-box .contact-layout {
  display: flex;
  gap: clamp(26.66667px, 2.08333vw, 40px);
}
.contact-page-box {
  /* ---- Left: Contact Info ---- */
}
.contact-page-box .contact-info {
  flex: 1;
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  padding: clamp(24px, 1.875vw, 36px) clamp(21.33333px, 1.66667vw, 32px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.contact-page-box .contact-info .contact-info-header h3 {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: clamp(8px, 0.625vw, 12px);
  line-height: 1.3;
}
.contact-page-box .contact-info .contact-info-header p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: clamp(16px, 1.25vw, 24px);
  padding-bottom: clamp(16px, 1.25vw, 24px);
  border-bottom: 1px solid #f0f0f0;
}
.contact-page-box .contact-info .info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-page-box .contact-info .info-list li {
  display: flex;
  gap: clamp(9.33333px, 0.72917vw, 14px);
  margin-bottom: clamp(12px, 0.9375vw, 18px);
}
.contact-page-box .contact-info .info-list li:last-child {
  margin-bottom: 0;
}
.contact-page-box .contact-info .info-list li .info-icon {
  width: clamp(29.33333px, 2.29167vw, 44px);
  height: clamp(29.33333px, 2.29167vw, 44px);
  flex-shrink: 0;
  background: #f0f4f9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page-box .contact-info .info-list li .info-icon svg {
  width: clamp(14.66667px, 1.14583vw, 22px);
  height: clamp(14.66667px, 1.14583vw, 22px);
}
.contact-page-box .contact-info .info-list li .info-text {
  flex: 1;
  min-width: 0;
}
.contact-page-box .contact-info .info-list li .info-text strong {
  display: block;
  font-size: 13px;
  color: #0454ab;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.contact-page-box .contact-info .info-list li .info-text span, .contact-page-box .contact-info .info-list li .info-text a {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}
.contact-page-box .contact-info .info-list li .info-text a:hover {
  color: #0454ab;
}
.contact-page-box .contact-info .info-qr {
  margin-top: clamp(16px, 1.25vw, 24px);
  padding-top: clamp(16px, 1.25vw, 24px);
  border-top: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: clamp(10.66667px, 0.83333vw, 16px);
}
.contact-page-box .contact-info .info-qr img {
  width: clamp(66.66667px, 5.20833vw, 100px);
  height: clamp(66.66667px, 5.20833vw, 100px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.contact-page-box .contact-info .info-qr p {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.contact-page-box {
  /* ---- Right: Contact Form ---- */
}
.contact-page-box .contact-form-wrap {
  max-width: clamp(346.66667px, 27.08333vw, 520px);
  flex-shrink: 0;
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  padding: clamp(24px, 1.875vw, 36px) clamp(21.33333px, 1.66667vw, 32px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.contact-page-box .contact-form-wrap h3 {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: clamp(5.33333px, 0.41667vw, 8px);
  line-height: 1.3;
}
.contact-page-box .contact-form-wrap .form-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin-bottom: clamp(16px, 1.25vw, 24px);
  padding-bottom: clamp(13.33333px, 1.04167vw, 20px);
  border-bottom: 1px solid #f0f0f0;
}
.contact-page-box .contact-form-wrap .contact-form .form-row {
  margin-bottom: clamp(10.66667px, 0.83333vw, 16px);
}
.contact-page-box .contact-form-wrap .contact-form .form-row:last-child {
  margin-bottom: 0;
}
.contact-page-box .contact-form-wrap .contact-form .form-row input, .contact-page-box .contact-form-wrap .contact-form .form-row textarea {
  width: 100%;
  padding: clamp(9.33333px, 0.72917vw, 14px) clamp(10.66667px, 0.83333vw, 16px);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  outline: none;
  transition: all 0.3s;
  box-sizing: border-box;
  background: #fafafa;
}
.contact-page-box .contact-form-wrap .contact-form .form-row input:focus, .contact-page-box .contact-form-wrap .contact-form .form-row textarea:focus {
  border-color: #0454ab;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(4, 84, 171, 0.08);
}
.contact-page-box .contact-form-wrap .contact-form .form-row input::-moz-placeholder, .contact-page-box .contact-form-wrap .contact-form .form-row textarea::-moz-placeholder {
  color: #aaa;
}
.contact-page-box .contact-form-wrap .contact-form .form-row input::placeholder, .contact-page-box .contact-form-wrap .contact-form .form-row textarea::placeholder {
  color: #aaa;
}
.contact-page-box .contact-form-wrap .contact-form .form-row textarea {
  resize: vertical;
  min-height: clamp(66.66667px, 5.20833vw, 100px);
}
.contact-page-box .contact-form-wrap .contact-form .form-row.submit-row {
  text-align: center;
}
.contact-page-box .contact-form-wrap .contact-form .form-row button[type=submit] {
  padding: clamp(9.33333px, 0.72917vw, 14px) clamp(33.33333px, 2.60417vw, 50px);
  background: #0454ab;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 14px rgba(4, 84, 171, 0.2);
}
.contact-page-box .contact-form-wrap .contact-form .form-row button[type=submit]:hover {
  background: #0470e3;
  box-shadow: 0 6px 20px rgba(4, 84, 171, 0.3);
  transform: translateY(-2px);
}
.contact-page-box {
  /* ---- VR Section ---- */
}
.contact-page-box .contact-vr {
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(20px, 1.5625vw, 30px);
  text-align: center;
}
.contact-page-box .contact-vr a {
  display: block;
  overflow: hidden;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
}
.contact-page-box .contact-vr a img {
  width: 100%;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  height: auto;
  transition: all 0.6s;
  transform: scale(1);
}
.contact-page-box .contact-vr a img:hover {
  transform: scale(1.06);
}
.contact-page-box {
  /* ---- Map Section ---- */
}
.contact-page-box .contact-map {
  margin-top: clamp(16px, 1.25vw, 24px);
}
.contact-page-box .contact-map .map-placeholder {
  width: 100%;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
}
.contact-page-box .contact-map .map-placeholder img {
  width: 100%;
  height: auto;
  display: block;
}

.joinus-page-box {
  padding: clamp(40px, 3.125vw, 60px) 0 clamp(53.33333px, 4.16667vw, 80px);
  background: #f8f9fa;
}
.joinus-page-box .section-title {
  margin-bottom: clamp(26.66667px, 2.08333vw, 40px);
  position: relative;
  text-align: center;
  padding-bottom: clamp(13.33333px, 1.04167vw, 20px);
}
.joinus-page-box .section-title h6 {
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  color: #333;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.joinus-page-box .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background: #0454ab;
}
.joinus-page-box {
  /* ---- Welfare ---- */
}
.joinus-page-box .joinus-welfare {
  margin-bottom: clamp(40px, 3.125vw, 60px);
}
.joinus-page-box .welfare-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(13.33333px, 1.04167vw, 20px);
}
.joinus-page-box .welfare-grid .welfare-card {
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.4s, box-shadow 0.4s;
}
.joinus-page-box .welfare-grid .welfare-card .welfare-img {
  width: 100%;
  overflow: hidden;
}
.joinus-page-box .welfare-grid .welfare-card .welfare-img img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.joinus-page-box .welfare-grid .welfare-card .welfare-body {
  padding: clamp(10.66667px, 0.83333vw, 16px) clamp(10.66667px, 0.83333vw, 16px) clamp(13.33333px, 1.04167vw, 20px);
}
.joinus-page-box .welfare-grid .welfare-card .welfare-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: clamp(5.33333px, 0.41667vw, 8px);
  line-height: 1.3;
  transition: color 0.3s;
}
.joinus-page-box .welfare-grid .welfare-card .welfare-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.joinus-page-box .welfare-grid .welfare-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.joinus-page-box .welfare-grid .welfare-card:hover .welfare-img img {
  transform: scale(1.06);
}
.joinus-page-box .welfare-grid .welfare-card:hover h3 {
  color: #0454ab;
}
.joinus-page-box {
  /* ---- Job Application ---- */
}
.joinus-page-box .joinus-job .job-banner {
  width: 100%;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  margin-bottom: clamp(53.33333px, 4.16667vw, 80px);
}
.joinus-page-box .joinus-job .job-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.joinus-page-box .joinus-job .job-table-wrap {
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.joinus-page-box .joinus-job .job-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.joinus-page-box .joinus-job .job-table thead th {
  background: #0454ab;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: clamp(10.66667px, 0.83333vw, 16px) clamp(9.33333px, 0.72917vw, 14px);
  text-align: left;
  white-space: nowrap;
}
.joinus-page-box .joinus-job .job-table thead th:last-child {
  text-align: center;
}
.joinus-page-box .joinus-job .job-table tbody td {
  padding: clamp(10.66667px, 0.83333vw, 16px) clamp(9.33333px, 0.72917vw, 14px);
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  line-height: 1.5;
  vertical-align: middle;
}
.joinus-page-box .joinus-job .job-table tbody td:last-child {
  text-align: center;
}
.joinus-page-box .joinus-job .job-table tbody tr:last-child td {
  border-bottom: none;
}
.joinus-page-box .joinus-job .job-table tbody tr:hover {
  background: #f8f9fb;
}
.joinus-page-box .joinus-job .job-table .job-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #0454ab;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: gap 0.3s;
}
.joinus-page-box .joinus-job .job-table .job-more .iconfont {
  font-size: 12px;
  transition: transform 0.3s;
}
.joinus-page-box .joinus-job .job-table .job-more:hover {
  gap: 8px;
}
.joinus-page-box .joinus-job .job-table .job-more:hover .iconfont {
  transform: translateX(3px);
}

.joinus-details-box {
  padding: clamp(40px, 3.125vw, 60px) 0 clamp(53.33333px, 4.16667vw, 80px);
  background: #f8f9fa;
}
.joinus-details-box .job-detail-card {
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin: 0 auto;
}
.joinus-details-box .job-detail-header {
  padding: clamp(26.66667px, 2.08333vw, 40px) clamp(26.66667px, 2.08333vw, 40px) clamp(20px, 1.5625vw, 30px);
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(16px, 1.25vw, 24px);
}
.joinus-details-box .job-detail-header .job-detail-text {
  flex: 1;
  min-width: 0;
}
.joinus-details-box .job-detail-header .job-detail-text h1 {
  font-size: clamp(18.66667px, 1.45833vw, 28px);
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 clamp(5.33333px, 0.41667vw, 8px);
  line-height: 1.3;
}
.joinus-details-box .job-detail-header .job-detail-text .job-salary {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #0454ab;
  font-weight: 700;
}
.joinus-details-box .job-detail-header .job-apply-btn {
  flex-shrink: 0;
  padding: clamp(8.66667px, 0.67708vw, 13px) clamp(29.33333px, 2.29167vw, 44px);
  background: #0454ab;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
}
.joinus-details-box .job-detail-header .job-apply-btn:hover {
  background: #0470e3;
  transform: translateY(-2px);
}
.joinus-details-box .job-detail-body {
  padding: clamp(20px, 1.5625vw, 30px) clamp(26.66667px, 2.08333vw, 40px) clamp(6.66667px, 0.52083vw, 10px);
}
.joinus-details-box .job-detail-body .job-info-list {
  list-style: none;
  margin: 0 0 clamp(16px, 1.25vw, 24px);
  padding: 0;
}
.joinus-details-box .job-detail-body .job-info-list li {
  display: flex;
  padding: clamp(8px, 0.625vw, 12px) 0;
  border-bottom: 1px solid #f0f0f0;
}
.joinus-details-box .job-detail-body .job-info-list li:last-child {
  border-bottom: none;
}
.joinus-details-box .job-detail-body .job-info-list li strong {
  width: clamp(93.33333px, 7.29167vw, 140px);
  flex-shrink: 0;
  font-size: 14px;
  color: #999;
  font-weight: 600;
}
.joinus-details-box .job-detail-body .job-info-list li span {
  flex: 1;
  font-size: 15px;
  color: #333;
}
.joinus-details-box .job-detail-body .job-description {
  background: #f5f7fa;
  border-radius: 6px;
  padding: clamp(12px, 0.9375vw, 18px) clamp(14.66667px, 1.14583vw, 22px);
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
}
.joinus-details-box .job-detail-body .job-description p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}
.joinus-details-box .job-detail-footer {
  padding: 0 clamp(26.66667px, 2.08333vw, 40px) clamp(20px, 1.5625vw, 30px);
}
.joinus-details-box .job-detail-footer .back-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-decoration: none;
  padding: clamp(6px, 0.46875vw, 9px) clamp(13.33333px, 1.04167vw, 20px);
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  transition: all 0.3s;
}
.joinus-details-box .job-detail-footer .back-btn:hover {
  color: #0454ab;
  border-color: #0454ab;
}

.search-page-box {
  padding: clamp(33.33333px, 2.60417vw, 50px) 0 clamp(53.33333px, 4.16667vw, 80px);
  background: #f8f9fa;
}
.search-page-box .search-bar {
  display: flex;
  gap: clamp(8px, 0.625vw, 12px);
  max-width: clamp(466.66667px, 36.45833vw, 700px);
  margin: 0 auto clamp(20px, 1.5625vw, 30px);
}
.search-page-box .search-bar .search-input {
  flex: 1;
  padding: clamp(9.33333px, 0.72917vw, 14px) clamp(13.33333px, 1.04167vw, 20px);
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  outline: none;
  transition: border-color 0.3s;
  box-sizing: border-box;
}
.search-page-box .search-bar .search-input:focus {
  border-color: #0454ab;
}
.search-page-box .search-bar .search-input::-moz-placeholder {
  color: #aaa;
}
.search-page-box .search-bar .search-input::placeholder {
  color: #aaa;
}
.search-page-box .search-bar .search-submit {
  padding: clamp(9.33333px, 0.72917vw, 14px) clamp(24px, 1.875vw, 36px);
  background: #0454ab;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
  white-space: nowrap;
}
.search-page-box .search-bar .search-submit:hover {
  background: #0470e3;
}
.search-page-box .search-result-info {
  text-align: center;
  font-size: 15px;
  color: #666;
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
.search-page-box .search-result-info strong {
  color: #333;
}
.search-page-box .search-results {
  margin: 0 auto;
}
.search-page-box .search-item {
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: clamp(10.66667px, 0.83333vw, 16px);
  transition: transform 0.3s, box-shadow 0.3s;
}
.search-page-box .search-item a {
  display: flex;
  text-decoration: none;
  color: inherit;
}
.search-page-box .search-item .search-item-img {
  width: clamp(133.33333px, 10.41667vw, 200px);
  flex-shrink: 0;
  overflow: hidden;
}
.search-page-box .search-item .search-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.search-page-box .search-item .search-item-body {
  flex: 1;
  padding: clamp(12px, 0.9375vw, 18px) clamp(14.66667px, 1.14583vw, 22px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-page-box .search-item .search-item-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 clamp(5.33333px, 0.41667vw, 8px);
  line-height: 1.4;
  transition: color 0.3s;
}
.search-page-box .search-item .search-item-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0 0 clamp(6.66667px, 0.52083vw, 10px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-page-box .search-item .search-item-body time {
  font-size: 12px;
  color: #0454ab;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.search-page-box .search-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.search-page-box .search-item:hover .search-item-img img {
  transform: scale(1.06);
}
.search-page-box .search-item:hover h3 {
  color: #0454ab;
}

.customized-page-box {
  padding: clamp(53.33333px, 4.16667vw, 80px) 0;
}
.customized-page-box .custom-intro {
  text-align: center;
  margin-bottom: clamp(40px, 3.125vw, 60px);
}
.customized-page-box .custom-intro .custom-title {
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  font-weight: 700;
  color: #333;
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
  position: relative;
  display: inline-block;
}
.customized-page-box .custom-intro .custom-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #0454ab;
}
.customized-page-box .custom-intro .custom-desc {
  max-width: clamp(733.33333px, 57.29167vw, 1100px);
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  text-align: justify;
}
.customized-page-box .custom-list .custom-item {
  border-radius: 10px;
  background: #f0f0f0;
  display: flex;
  align-items: stretch;
  margin-bottom: clamp(40px, 3.125vw, 60px);
  gap: clamp(40px, 3.125vw, 60px);
}
.customized-page-box .custom-list .custom-item .custom-number {
  font-size: clamp(48px, 3.75vw, 72px);
  font-weight: 800;
  color: #a6a4a4;
  line-height: 1;
  flex-shrink: 0;
  font-style: italic;
}
.customized-page-box .custom-list .custom-item .custom-content {
  display: flex;
  align-items: center;
  flex: 1;
}
.customized-page-box .custom-list .custom-item .custom-content .custom-text {
  padding: clamp(26.66667px, 2.08333vw, 40px);
  flex: 1;
}
.customized-page-box .custom-list .custom-item .custom-content .custom-text h3 {
  font-size: clamp(18.66667px, 1.45833vw, 28px);
  font-weight: 700;
  color: #222;
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
  line-height: 1.3;
}
.customized-page-box .custom-list .custom-item .custom-content .custom-text p {
  font-size: 15px;
  line-height: 1.9;
  color: #666;
  text-align: justify;
}
.customized-page-box .custom-list .custom-item .custom-content .custom-img {
  width: 50%;
  flex-shrink: 0;
}
.customized-page-box .custom-list .custom-item .custom-content .custom-img .meidia-box {
  padding-bottom: 66.66667%;
  overflow: hidden;
  position: relative;
}
.customized-page-box .custom-list .custom-item .custom-content .custom-img .meidia-box img,
.customized-page-box .custom-list .custom-item .custom-content .custom-img .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.customized-page-box .custom-list .custom-item .custom-content .custom-img {
  border-radius: 12px;
  overflow: hidden;
}
.customized-page-box .custom-list .custom-item .custom-content .custom-img .meidia-box {
  border-radius: 10px;
}
.customized-page-box .custom-list .custom-item:nth-child(even) .custom-content {
  flex-direction: row-reverse;
}
.customized-page-box .custom-contact {
  background: #f0f0f0;
  border-radius: 10px;
  padding: clamp(40px, 3.125vw, 60px);
  margin-top: clamp(53.33333px, 4.16667vw, 80px);
}
.customized-page-box .custom-contact .custom-contact-header {
  text-align: center;
  margin-bottom: clamp(26.66667px, 2.08333vw, 40px);
}
.customized-page-box .custom-contact .custom-contact-header h2 {
  font-size: clamp(21.33333px, 1.66667vw, 32px);
  font-weight: 700;
  color: #222;
  margin-bottom: clamp(8px, 0.625vw, 12px);
}
.customized-page-box .custom-contact .custom-contact-header p {
  font-size: 15px;
  color: #888;
}
.customized-page-box .custom-contact .custom-form {
  max-width: clamp(600px, 46.875vw, 900px);
  margin: 0 auto;
}
.customized-page-box .custom-contact .custom-form .form-row {
  display: flex;
  gap: clamp(16px, 1.25vw, 24px);
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
}
.customized-page-box .custom-contact .custom-form .form-row.form-row-full .form-group {
  width: 100%;
}
.customized-page-box .custom-contact .custom-form .form-row .form-group.form-group-submit {
  text-align: center;
}
.customized-page-box .custom-contact .custom-form .form-row .form-group {
  flex: 1;
}
.customized-page-box .custom-contact .custom-form .form-row .form-group input, .customized-page-box .custom-contact .custom-form .form-row .form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s;
  font-family: inherit;
}
.customized-page-box .custom-contact .custom-form .form-row .form-group input::-moz-placeholder, .customized-page-box .custom-contact .custom-form .form-row .form-group textarea::-moz-placeholder {
  color: #aaa;
}
.customized-page-box .custom-contact .custom-form .form-row .form-group input::placeholder, .customized-page-box .custom-contact .custom-form .form-row .form-group textarea::placeholder {
  color: #aaa;
}
.customized-page-box .custom-contact .custom-form .form-row .form-group input:focus, .customized-page-box .custom-contact .custom-form .form-row .form-group textarea:focus {
  outline: none;
  border-color: #0454ab;
}
.customized-page-box .custom-contact .custom-form .form-row .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.customized-page-box .custom-contact .custom-form .submit-btn {
  display: inline-block;
  padding: 14px 48px;
  background: #0454ab;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.customized-page-box .custom-contact .custom-form .submit-btn:hover {
  background: #033d80;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(4, 84, 171, 0.3);
}

@media screen and (max-width: 1023px) {
  .m-width-content {
    max-width: 100%;
    padding: 0 20px;
  }
  .inner-banner .meidia-box {
    padding-bottom: 69.33333%;
    overflow: hidden;
    position: relative;
  }
  .inner-banner .meidia-box img,
  .inner-banner .meidia-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inner-banner .content-box {
    top: 52px;
  }
  .inner-banner .content-box .text {
    max-width: 100%;
  }
  .inner-banner .content-box .text .tit {
    font-size: 26px;
    letter-spacing: 1px;
  }
  .bread-crumbs {
    top: 52px;
  }
  .bread-crumbs .m-width-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bread-crumbs .curmbs {
    font-size: 14px;
  }
  .bread-crumbs .curmbs a {
    font-size: 14px;
  }
  .bread-crumbs .tab-btn a {
    font-size: 12px;
    padding: 4px 10px;
  }
  .rd-page-box .rd-cooperation .cooperation-swiper .coop-item {
    display: block;
  }
  .rd-page-box .rd-cooperation .cooperation-swiper .coop-item .coop-img-wrap {
    width: 100%;
  }
  .rd-page-box .rd-cooperation .cooperation-swiper .coop-item .coop-info {
    width: 100%;
    padding-left: 0;
  }
  .rd-page-box .rd-advantages .advantages-wrap .adv-text {
    width: 100%;
    box-sizing: border-box;
  }
  .rd-page-box .rd-advantages .advantages-wrap .adv-img {
    width: 100%;
  }
  .rd-page-box .rd-everything {
    padding-top: 0;
  }
  .rd-page-box .rd-everything .everything-wrap .adv-img {
    width: 100%;
  }
  .rd-page-box .rd-everything .everything-wrap .adv-text {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
  }
  .cooper-page-box .cases-section .cases-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .cooper-page-box .visits-section .visits-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .dev-page-box .dev-accordion .dev-accordion-tabs .dev-accordion-tab {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .dev-page-box .dev-accordion .dev-accordion-tabs .dev-accordion-tab h3 {
    font-size: 12px;
  }
  .dev-page-box .dev-accordion .dev-accordion-panels .dev-accordion-panel.active {
    display: block;
  }
  .dev-page-box .dev-accordion .dev-accordion-panels .dev-accordion-panel .meidia-box {
    width: 100%;
  }
  .dev-page-box .dev-accordion .dev-accordion-panels .dev-accordion-panel .dev-accordion-text {
    width: 100%;
    margin-top: 20px;
  }
  .pagination {
    gap: 4px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .pagination a {
    min-width: 32px;
    height: 32px;
    font-size: 12px;
    border-radius: 4px;
  }
  .details-layout {
    flex-direction: column;
  }
  .details-sidebar {
    width: 100%;
    margin-top: 30px;
  }
  .about-page-box .about-section {
    padding: 40px 0;
  }
  .about-page-box .about-section .section-title {
    margin-bottom: 24px;
    padding-bottom: 14px;
  }
  .about-page-box .about-section .section-title h6 {
    font-size: 24px;
  }
  .about-page-box .about-section .section-title::after {
    width: 30px;
    height: 3px;
  }
  .about-page-box .edit-box {
    font-size: 14px;
    line-height: 1.7;
  }
  .about-page-box .profile-grid {
    padding-bottom: 0;
  }
  .about-page-box .profile-grid .flex-box {
    flex-direction: column;
  }
  .about-page-box .profile-grid .flex-box .profile-text {
    width: 100%;
  }
  .about-page-box .profile-grid .flex-box .profile-meidia {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page-box .stats-grid {
    gap: 0;
  }
  .about-page-box .stats-grid .stat-item {
    width: 50%;
    padding: 60px 16px;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .about-page-box .stats-grid .stat-item .si-box strong .num {
    font-size: 48px;
  }
  .about-page-box .stats-grid .stat-item .si-box span {
    font-size: 13px;
    margin: 6px auto;
  }
  .about-page-box .stats-grid .stat-item .si-box img {
    width: 48px;
  }
  .about-page-box .stats-grid .stat-item:hover .si-box {
    transform: translateY(-10px);
  }
  .about-page-box .culture-accordion {
    flex-direction: column;
    gap: 12px;
  }
  .about-page-box .culture-card {
    min-height: 200px;
    border-radius: 8px;
    flex: none !important;
  }
  .about-page-box .culture-card.active {
    flex: none !important;
  }
  .about-page-box .culture-card .card-img {
    border-radius: 8px;
  }
  .about-page-box .culture-card .card-img img {
    border-radius: 8px;
  }
  .about-page-box .culture-card .card-body {
    padding: 16px 12px 20px;
  }
  .about-page-box .culture-card h3 {
    font-size: 16px;
  }
  .about-page-box .culture-card.active p {
    max-height: 100px;
    font-size: 13px;
  }
  .about-page-box .culture-card:not(.active) .card-body {
    padding: 12px;
  }
  .about-page-box .culture-card:not(.active) h3 {
    font-size: 14px;
    text-align: left;
  }
  .about-page-box .philosophy-section {
    margin-top: 40px;
  }
  .about-page-box .philosophy-section .philosophy-bg {
    padding: 40px 0 80px;
  }
  .about-page-box .philosophy-section .philosophy-grid {
    flex-wrap: wrap;
    gap: 12px;
  }
  .about-page-box .philosophy-section .phil-item {
    flex: 1 1 calc(50% - 6px);
    min-width: 140px;
    padding: 24px 16px;
    border-radius: 6px 6px 0 0;
  }
  .about-page-box .philosophy-section .phil-item::after {
    border-radius: 6px 6px 0 0;
  }
  .about-page-box .philosophy-section .phil-item:nth-child(even) {
    margin-top: 0;
  }
  .about-page-box .philosophy-section .phil-item .phil-icon img {
    width: 36px;
  }
  .about-page-box .philosophy-section .phil-item h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .about-page-box .philosophy-section .phil-item p {
    font-size: 12px;
    height: auto;
  }
  .about-page-box .philosophy-section .phil-item .phil-num {
    width: 20px;
    height: 20px;
    font-size: 11px;
    margin-top: 14px;
  }
  .about-page-box .history-tab {
    gap: 4px;
  }
  .about-page-box .history-tab .tab-item {
    font-size: 13px;
    padding: 10px 8px;
  }
  .about-page-box .history-timeline {
    margin-top: 40px;
  }
  .about-page-box .history-timeline::before {
    left: 12px;
  }
  .about-page-box .timeline-item {
    flex-direction: column !important;
    gap: 12px;
    margin-bottom: 30px;
    padding-left: 30px;
  }
  .about-page-box .timeline-item .tl-img {
    width: 100%;
  }
  .about-page-box .timeline-item .tl-text {
    width: 100%;
    text-align: left !important;
  }
  .about-page-box .timeline-item .tl-text::before {
    left: -24px !important;
    right: auto !important;
    width: 12px;
    height: 12px;
    margin: 0;
  }
  .about-page-box .timeline-item .tl-text::after {
    display: none;
  }
  .about-page-box .timeline-item .tl-text .year {
    font-size: 16px;
  }
  .about-page-box .timeline-item .tl-text .event {
    font-size: 13px;
    margin-top: 6px;
  }
  .about-page-box .digital-tabs {
    flex-direction: column;
  }
  .about-page-box .digital-tabs .tab-item {
    width: 100%;
    padding: 40px 20px;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .about-page-box .digital-tabs .tab-item .icon {
    max-width: 60px;
  }
  .about-page-box .digital-tabs .tab-item h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  .about-page-box .digital-tabs .tab-item p {
    font-size: 14px;
  }
  .about-page-box .adv-top {
    flex-direction: column;
  }
  .about-page-box .adv-top .adv-text {
    width: 100%;
    padding: 24px;
  }
  .about-page-box .adv-top .adv-img {
    width: 100%;
  }
  .about-page-box .adv-bottom {
    grid-template-columns: 1fr 1fr;
  }
  .about-page-box .adv-bottom .adv-feature {
    min-height: 140px;
    padding: 20px 14px;
  }
  .about-page-box .adv-bottom .adv-feature.blue h4, .about-page-box .adv-bottom .adv-feature:not(.blue):not(.img) h4 {
    font-size: 16px;
  }
  .about-page-box .adv-bottom .adv-feature.blue p, .about-page-box .adv-bottom .adv-feature:not(.blue):not(.img) p {
    font-size: 13px;
  }
  .about-page-box .section-tips {
    font-size: 13px;
    padding: 0 16px;
  }
  .about-page-box .service-section .service-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-page-box .service-item .text {
    padding: 12px;
  }
  .about-page-box .service-item .text h3 {
    font-size: 15px;
  }
  .about-page-box .service-item .text p {
    font-size: 13px;
  }
  .about-page-box .partners-section .sa-box .flex-box {
    flex-direction: column;
    padding: 40px 0 100px;
  }
  .about-page-box .partners-section .sa-box .flex-box .text {
    width: 100%;
    padding-right: 0;
  }
  .about-page-box .partners-section .sa-box .flex-box .text .t {
    font-size: 24px;
  }
  .about-page-box .partners-section .sa-box .flex-box .pic {
    width: 100%;
    margin-top: 20px;
  }
  .about-page-box .adv-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .about-page-box .adv-card {
    padding: 8px 12px;
  }
  .about-page-box .adv-card .meidia-box img {
    height: 48px;
  }
  .about-page-box .adv-card p {
    font-size: 11px;
  }
  .about-page-box .video-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .about-page-box .video-card .video-cover .play-btn {
    opacity: 1;
  }
  .about-page-box .video-card .video-cover .play-btn img {
    width: 40px;
  }
  .about-page-box .partners-section .sa-box {
    background-size: cover;
  }
  .products-page-box {
    padding: 40px 0;
  }
  .products-page-box .product-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .products-page-box .product-list li .text-box {
    padding: 12px;
  }
  .products-page-box .product-list li .text-box .tit {
    font-size: 14px;
  }
  .products-page-box .product-list li .text-box .desc {
    font-size: 12px;
  }
  .products-details-box {
    padding: 40px 0;
  }
  .products-details-box .product-gallery {
    max-width: 100%;
  }
  .products-details-box .product-info {
    padding: 0;
  }
  .dev-page-box {
    padding: 40px 0;
  }
  .dev-page-box .dev-grid-2 {
    grid-template-columns: 1fr;
  }
  .dev-page-box .dev-grid-3 {
    grid-template-columns: 1fr;
  }
  .dev-page-box .dev-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .dev-page-box .dev-grid-box {
    flex-direction: column !important;
  }
  .dev-page-box .dev-grid-box .dev-grid-box-img,
  .dev-page-box .dev-grid-box .dev-grid-box-text {
    width: 100%;
  }
  .dev-page-box .dev-accordion-panel {
    flex-direction: column;
  }
  .dev-page-box .dev-accordion-panel .meidia-box {
    width: 100%;
  }
  .dev-page-box .dev-accordion-panel .dev-accordion-text {
    width: 100%;
  }
  .dev-page-box .pagination {
    gap: 4px;
  }
  #dev-responsibility .dev-grid-3 {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  #dev-responsibility .dev-grid-box {
    display: block;
  }
  .dev-page-box #dev-responsibility .dev-grid-box .dev-grid-box-img {
    width: 100%;
  }
  .dev-page-box #dev-responsibility .dev-grid-box .dev-grid-box-text {
    width: 100%;
    margin-top: 16px;
  }
  .dev-page-box .dev-cap-grid {
    display: block;
  }
  .dev-page-box .dev-cap-grid .cap-item-large {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .dev-page-box .dev-cap-grid .cap-item-br {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .dev-page-box .dev-cap-grid .cap-item {
    margin-bottom: 20px;
  }
  .dev-page-box .dev-cap-grid .cap-item:last-child {
    margin-bottom: 0;
  }
  .news-page-box .news-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .news-page-box .news-card .news-card-text {
    padding: 12px;
  }
  .news-page-box .news-card .news-card-text .tit {
    font-size: 14px;
  }
  .news-page-box .news-card .news-card-text .desc {
    font-size: 12px;
  }
  .joinus-page-box .welfare-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .joinus-page-box .joinus-job .job-table-wrap {
    overflow-x: scroll;
  }
  .joinus-page-box {
    padding: 40px 0;
  }
  .joinus-page-box .job-list {
    grid-template-columns: 1fr;
  }
  .joinus-details-box .job-detail-header {
    display: block;
  }
  .joinus-details-box .job-detail-header .job-apply-btn {
    margin: 20px 0 0;
    display: inline-block;
  }
  .joinus-details-box {
    padding: 40px 0;
  }
  .joinus-details-box .job-info-list {
    grid-template-columns: 1fr;
  }
  .joinus-details-box .job-detail-card {
    max-width: 100%;
  }
  .contact-page-box {
    padding: 40px 0;
  }
  .contact-page-box .contact-layout {
    flex-direction: column;
  }
  .contact-page-box .contact-form-wrap {
    width: 100%;
  }
  .contact-page-box .contact-info {
    width: 100%;
    margin-top: 30px;
  }
  .contact-form .form-row {
    flex-direction: column;
    gap: 16px;
  }
  .contact-form .form-row .form-group {
    width: 100%;
  }
  .contact-form input, .contact-form textarea, .contact-form select {
    font-size: 14px;
    padding: 10px 14px;
  }
  .contact-form .submit-btn {
    width: 100%;
  }
  .cooper-page-box {
    padding: 40px 0;
  }
  .cooper-page-box .cases-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cooper-page-box .visits-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cooper-page-box .coop-item {
    flex-direction: column;
  }
  .cooper-page-box .coop-item .coop-img-wrap,
  .cooper-page-box .coop-item .coop-info {
    width: 100%;
  }
  .cooper-details-box {
    padding: 40px 0;
  }
  .cooper-details-box .details-layout {
    flex-direction: column;
  }
  .cooper-details-box .details-sidebar {
    width: 100%;
  }
  .rd-page-box {
    padding: 40px 0;
  }
  .rd-page-box .rd-three-complete .three-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .rd-page-box .rd-advantages .advantages-wrap,
  .rd-page-box .rd-everything .everything-wrap {
    flex-direction: column;
  }
  .rd-page-box .rd-center .center-grid {
    grid-template-columns: 1fr;
  }
  .customized-page-box {
    padding: 40px 0;
  }
  .customized-page-box .custom-intro {
    margin-bottom: 30px;
  }
  .customized-page-box .custom-intro .custom-title {
    font-size: 24px;
  }
  .customized-page-box .custom-intro .custom-desc {
    font-size: 14px;
  }
  .customized-page-box .custom-list .custom-item {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  .customized-page-box .custom-list .custom-item .custom-number {
    font-size: 48px;
    min-width: auto;
    padding-top: 0;
  }
  .customized-page-box .custom-list .custom-item .custom-content {
    flex-direction: column !important;
    gap: 20px;
  }
  .customized-page-box .custom-list .custom-item .custom-content .custom-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .customized-page-box .custom-list .custom-item .custom-content .custom-text p {
    font-size: 14px;
  }
  .customized-page-box .custom-list .custom-item .custom-content .custom-img {
    width: 100%;
  }
  .customized-page-box .custom-contact {
    padding: 30px 20px;
    margin-top: 40px;
  }
  .customized-page-box .custom-contact .custom-contact-header h2 {
    font-size: 20px;
  }
  .customized-page-box .custom-contact .custom-contact-header p {
    font-size: 14px;
  }
  .customized-page-box .custom-contact .custom-form .form-row {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
  }
  .customized-page-box .custom-contact .custom-form .submit-btn {
    width: 100%;
  }
  .search-page-box {
    padding: 40px 0;
  }
  .error-page-box {
    padding: 60px 20px;
    text-align: center;
  }
  .error-page-box .error-code {
    font-size: 80px;
  }
  .error-page-box .error-msg {
    font-size: 18px;
  }
}/*# sourceMappingURL=inner.css.map */