html {
  font-size: 14px;
}
.head {
  box-sizing: border-box;
}
.head .son-menu {
  display: flex;
  justify-content: center;
  gap: 0;
  background: #fff;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.head .son-menu.show {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.head .son-menu-item {
  flex: 1;
  max-width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem;
  text-align: center;
}
.head .son-menu-item .title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.head .son-menu-item .btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: #032850;
  color: #fff;
  text-decoration: none;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.head .son-menu-item .btn:hover {
  opacity: 0.9;
  transition: opacity 0.2s;
}
.head .son-menu-item .img {
  max-width: 80%;
  height: auto;
}
.head .son-menu-item.show {
  animation: fadeInUp 0.3s ease-out;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.logo {
  margin-right: 3.5rem;
}
.menu-name {
  margin: 2rem;
  font-size: 1.4rem;
  color: #fff;
  cursor: pointer;
  width: 6.5rem;
  text-align: center;
  height: 100%;
  line-height: 6.5rem;
}
.selected {
  background: linear-gradient(1deg, #08A8DC, #056D9B);
}
.lang {
  font-size: 1.3rem;
  color: #fff;
  margin: 0.8rem;
}
.select-lang {
  color: #04ADE4;
}
.foot {
  height: 30rem;
  width: 100%;
  background-color: #000;
  color: #fff;
  padding-top: 5rem;
}
.info-title {
  font-size: 1.7rem;
  font-weight: bold;
}
.info-desc {
  color: #cccccc;
  margin: 1.5rem 0;
}
.links-title {
  font-size: 1.4rem;
  font-weight: bold;
}
.page-head {
  background-color: #F8FAFB;
  color: #000;
  padding: 4rem 1.5rem;
  text-align: center;
}
.page-head h1 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: #000;
}
.page-head .desc {
  margin-bottom: 3rem;
  color: #666;
}
.page-head .flex {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.page-head .number-item .number {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.5rem;
}
.page-head .number-item .number-text {
  font-size: 0.85rem;
  color: #666;
}
.about {
  text-align: center;
}
.about-desc {
  background-color: #fff;
  color: #000;
  padding: 4rem 1.5rem;
  max-width: 85rem;
  margin: 0 auto;
}
.about-desc .flex {
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: center;
}
.about-desc .desc-img {
  width: 22rem;
  height: 22rem;
  border-radius: 0.8rem;
}
.about-desc .desc {
  flex: 1;
  text-align: left;
  margin-left: 3.5rem;
}
.about-desc .desc .title {
  font-size: 1.7rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
  color: #000;
}
.about-desc .desc .desc-content {
  color: #6F7674;
  font-size: 1rem;
  line-height: 1.8;
}
.about-content {
  color: #fff;
  background-color: #032850;
  padding: 4rem 1.5rem;
}
.about-content .title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.about-content .desc {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 3rem;
}
.about-content .img {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  background-color: #fff;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #032850;
}
.about-content .title {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.5rem;
}
.about-content .desc {
  font-size: 0.8rem;
  color: #ccc;
  line-height: 1.6;
}
.about-content .card {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  margin: 1rem;
}
.about-image {
  background-color: #fff;
  color: #000;
  padding: 4rem 1.5rem;
}
.about-image .title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.about-image .image-grid-container {
  max-width: 70rem;
  margin: 0 auto;
  padding: 1.2rem;
}
.about-image .image-grid {
  display: grid;
  grid-template-areas: "main    top-right" "main    mid-right" "bottom-left bottom-center" "bottom-right bottom-right";
  grid-template-columns: 2fr 1fr;
  grid-auto-rows: 8rem;
  gap: 1.2rem;
}
.about-image .grid-item {
  border-radius: 0.3rem;
  overflow: hidden;
  box-shadow: 0 0.15rem 0.6rem rgba(0, 0, 0, 0.08);
}
.about-image .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-image .grid-item--main {
  grid-area: main;
  grid-row: span 2;
}
.about-image .grid-item--top-right {
  grid-area: top-right;
}
.about-image .grid-item--mid-right {
  grid-area: mid-right;
}
.about-image .grid-item--bottom-left {
  grid-area: bottom-left;
}
.about-image .grid-item--bottom-center {
  grid-area: bottom-center;
}
.about-image .grid-item--bottom-right {
  grid-area: bottom-right;
}
@media (max-width: 55rem) {
  .about-image .image-grid {
    grid-template-areas: "main" "top-right" "mid-right" "bottom-left" "bottom-center" "bottom-right";
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}
.about-history {
  color: #fff;
  background-color: #032850;
  padding: 4rem 1.5rem;
}
.about-history .title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.about-history .desc {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 3rem;
}
.about-history .timeline-section {
  color: #fff;
  text-align: center;
  font-family: sans-serif;
}
.about-history .timeline {
  position: relative;
  max-width: 55rem;
  margin: 0 auto;
}
.about-history .timeline-item {
  position: relative;
  margin: 3rem 0;
  width: 50%;
  padding: 0 3rem;
  box-sizing: border-box;
}
.about-history .timeline-item::before {
  content: '';
  position: absolute;
  top: 0.6rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #4A90E2;
  border: 0.2rem solid #032850;
  box-sizing: border-box;
}
.about-history .timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}
.about-history .timeline-item:nth-child(odd)::before {
  right: -0.5rem;
}
.about-history .timeline-item:nth-child(even) {
  left: 50%;
}
.about-history .timeline-item:nth-child(even)::before {
  left: -0.5rem;
}
.about-history .timeline-card {
  padding: 1.2rem;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.3rem;
  text-align: left;
}
.about-history .timeline-card .year {
  font-size: 0.7rem;
  opacity: 0.7;
  margin-bottom: 0.3rem;
}
.about-history .timeline-card .title {
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0 0 0.3rem;
  color: #fff;
}
.about-history .timeline-card .desc {
  font-size: 0.75rem;
  opacity: 0.8;
  margin: 0;
  color: #ccc;
}
@media (max-width: 55rem) {
  .about-history .timeline::before {
    left: 1.5rem;
  }
  .about-history .timeline-item {
    width: 100%;
    padding-left: 4rem;
    padding-right: 1.5rem;
    text-align: left;
  }
  .about-history .timeline-item:nth-child(odd),
  .about-history .timeline-item:nth-child(even) {
    left: 0;
    text-align: left;
  }
  .about-history .timeline-item::before {
    left: 1rem !important;
    right: auto !important;
  }
}
.contact {
  text-align: center;
  /* 联系方式卡片 */
  /* 左侧优势 + 右侧表单 */
  /* 留言表单 */
  /* 地图 */
  /* 底部 FAQ + 服务时间 */
  /* 常见问题 */
  /* 服务时间 */
  /* 响应式 */
}
.contact .contact-main {
  background-color: #032850;
  color: #fff;
  padding: 5rem 1.5rem 0;
}
.contact .contact-section {
  padding: 5rem calc((100% - 60rem) / 2);
}
.contact .contact-section .section-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 1rem;
  position: relative;
  display: inline-block;
}
.contact .contact-section .section-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3rem;
}
.contact .methods-grid {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.contact .method-item {
  text-align: center;
  max-width: 10rem;
  transition: transform 0.3s ease;
}
.contact .method-item:hover {
  transform: translateY(-5px);
}
.contact .method-item .icon-box {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.contact .method-item .icon-box i {
  color: #032850;
  font-size: 1.4rem;
}
.contact .method-item h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.6rem;
}
.contact .method-item p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
}
.contact .message-row {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 2rem;
}
.contact .why-choose {
  flex: 1;
  min-width: 18rem;
  text-align: left;
  padding: 0.5rem;
}
.contact .why-choose h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.contact .why-choose .desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.contact .why-choose .features-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.contact .why-choose .feature-item {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.12);
  padding: 0.9rem 1rem;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.contact .why-choose .feature-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.contact .why-choose .feature-item i,
.contact .why-choose .feature-item svg {
  margin-right: 0.8rem;
  color: #fff !important;
  width: 20px;
  height: 20px;
}
.contact .why-choose .feature-item span {
  font-size: 0.9rem;
  font-weight: 500;
}
.contact .message-form {
  flex: 1;
  min-width: 18rem;
  background-color: #fff;
  color: #000;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.contact .message-form h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.contact .message-form .desc {
  font-size: 0.85rem;
  color: #6F7674;
  margin-bottom: 1.5rem;
}
.contact .message-form .form-group {
  margin-bottom: 1.2rem;
}
.contact .message-form .form-group input,
.contact .message-form .form-group textarea {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 0.9rem 1rem;
  font-size: 0.9rem;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  outline: none;
}
.contact .message-form .form-group input:focus,
.contact .message-form .form-group textarea:focus {
  border-color: #032850;
}
.contact .message-form .form-group textarea {
  resize: none;
  min-height: 100px;
}
.contact .message-form .submit-btn {
  width: 100%;
  background-color: #032850;
  color: #fff;
  border: none;
  padding: 1rem;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}
.contact .message-form .submit-btn:hover {
  background-color: #005bb5;
}
.contact .map-container {
  padding: 0 calc((100% - 60rem) / 2) 5rem;
  background-color: #032850;
}
.contact .map-container #dituContent {
  width: 100%;
  height: 28rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.contact .contact-footer {
  background-color: #F8FAFB;
  padding: 5rem 1.5rem;
  color: #000;
}
.contact .contact-footer .section-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 1rem;
  position: relative;
  display: inline-block;
}
.contact .contact-footer .section-desc {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 3rem;
}
.contact .faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
  max-width: 60rem;
  margin: 0 auto 3.5rem;
}
.contact .faq-item {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.contact .faq-item:hover {
  transform: translateY(-3px);
}
.contact .faq-item .q {
  font-weight: 600;
  font-size: 1rem;
  color: #032850;
  margin-bottom: 0.8rem;
}
.contact .faq-item p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
}
.contact .service-time {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  max-width: 40rem;
  margin: 0 auto;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.contact .service-time h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #032850;
  margin-bottom: 1.5rem;
}
.contact .service-time .time-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.contact .service-time .time-item {
  text-align: center;
  min-width: 120px;
}
.contact .service-time .time-item .label {
  display: block;
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.5rem;
}
.contact .service-time .time-item .value {
  font-size: 0.95rem;
  color: #000;
  font-weight: 500;
}
@media (max-width: 55rem) {
  .contact .message-row {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
  .contact .why-choose,
  .contact .message-form {
    width: 100%;
    min-width: auto;
  }
  .contact .faq-grid {
    grid-template-columns: 1fr;
  }
  .contact .stats-row {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .contact .contact-header,
  .contact .contact-main,
  .contact .contact-footer {
    padding: 3.5rem 1rem;
  }
  .contact .methods-grid {
    gap: 2rem;
  }
  .contact #dituContent {
    height: 22rem !important;
  }
}
.qualification-page {
  text-align: center;
}
.qualification-page .qual-section {
  background-color: #032850;
  padding: 4rem 1rem;
}
.qualification-page .qual-section .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.qualification-page .qual-section .section-header .section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.5rem;
}
.qualification-page .qual-section .section-header .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.qualification-page .qual-section .qual-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .qualification-page .qual-section .qual-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .qualification-page .qual-section .qual-list {
    grid-template-columns: 1fr;
  }
}
.qualification-page .qual-section .qual-item {
  text-align: center;
}
.qualification-page .qual-section .qual-item .qual-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qualification-page .qual-section .qual-item img {
  width: 100%;
  max-width: 220px;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.qualification-page .qual-section .qual-item .qual-info .qual-name {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 0.5rem;
}
.qualification-page .qual-section .qual-item .qual-info .qual-year {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 0.5rem;
}
.qualification-page .qual-section .qual-item .qual-info .qual-desc {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  margin: 0;
}
.news-page {
  text-align: center;
}
.news-page .tabs-bar {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.news-page .tabs-bar .tab-btn {
  padding: 0.6rem 1.2rem;
  border: 1px solid #6F7674;
  background-color: #fff;
  color: #0685B3;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.news-page .tabs-bar .tab-btn.active,
.news-page .tabs-bar .tab-btn:hover {
  background-color: #0685B3;
  color: #fff;
  border-color: #0685B3;
}
.news-page .news-content {
  max-width: 60rem;
  margin: 5rem auto;
}
.news-page .news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding: 0;
  list-style: none;
}
.news-page .news-list .news-item {
  height: 100%;
}
.news-page .news-list .news-item .news-card {
  display: flex;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
  height: 9.4rem;
  width: 30rem;
}
.news-page .news-list .news-item .news-card:hover {
  transform: translateY(-3px);
}
.news-page .news-list .news-item .news-card .news-pic {
  width: 35%;
  flex-shrink: 0;
}
.news-page .news-list .news-item .news-card .news-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4/3;
}
.news-page .news-list .news-item .news-card .news-info {
  width: 65%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  /* 眼睛 + 阅读更多 同一行 */
}
.news-page .news-list .news-item .news-card .news-info .news-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #666;
  flex-shrink: 0;
}
.news-page .news-list .news-item .news-card .news-info .news-meta i {
  margin-right: 0.3rem;
}
.news-page .news-list .news-item .news-card .news-info .news-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-page .news-list .news-item .news-card .news-info .news-title a {
  color: #000;
  text-decoration: none;
}
.news-page .news-list .news-item .news-card .news-info .news-title a:hover {
  color: #032850;
}
.news-page .news-list .news-item .news-card .news-info .news-desc {
  font-size: 0.8rem;
  color: #6F7674;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-page .news-list .news-item .news-card .news-info .news-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  margin-top: 0.2rem;
}
.news-page .news-list .news-item .news-card .news-info .news-bottom-row .news-view {
  color: #666;
}
.news-page .news-list .news-item .news-card .news-info .news-bottom-row .news-view i {
  margin-right: 0.3rem;
}
.news-page .news-list .news-item .news-card .news-info .news-bottom-row .read-more {
  color: #0685B3;
  text-decoration: none;
}
.news-page .news-list .news-item .news-card .news-info .news-bottom-row .read-more:hover {
  text-decoration: underline;
}
.news-page .ab_pages {
  text-align: center;
}
.news-page .ab_pages ul {
  display: inline-flex;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}
.news-page .ab_pages a {
  padding: 0.5rem 0.8rem;
  border: 1px solid #6F7674;
  border-radius: 4px;
  color: #0685B3;
  text-decoration: none;
  font-size: 0.85rem;
}
.news-page .ab_pages a:hover {
  background-color: #0685B3;
  color: #fff;
  border-color: #0685B3;
}
@media (max-width: 768px) {
  .news-page {
    padding: 2.5rem 1rem;
  }
  .news-page .stats-row {
    gap: 1.5rem;
  }
  .news-page .news-list {
    grid-template-columns: 1fr;
  }
  .news-page .tabs-bar {
    flex-wrap: wrap;
  }
}
.news-detail .news-detail-inner {
  max-width: 60rem;
  margin: 5rem auto;
}
.news-detail .news-detail-inner .news-position {
  font-size: 1rem;
  color: #6F7674;
  margin-bottom: 1.07rem;
}
.news-detail .news-detail-inner .news-title {
  font-size: 1.57rem;
  font-weight: 600;
  line-height: 1.4;
  color: #032850;
  margin: 0 0 1.43rem;
  word-break: break-all;
}
.news-detail .news-detail-inner .news-meta {
  display: flex;
  gap: 1.43rem;
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.79rem;
  padding-bottom: 1.07rem;
  border-bottom: 1px solid #4A90E2;
  flex-wrap: wrap;
}
.news-detail .news-detail-inner .news-digest {
  background: #F8FAFB;
  padding: 1.07rem 1.43rem;
  border-radius: 0.29rem;
  margin-bottom: 2.14rem;
}
.news-detail .news-detail-inner .news-digest .desc {
  font-size: 1rem;
  color: #6F7674;
  line-height: 1.8;
}
.news-detail .news-detail-inner .news-content {
  font-size: 1rem;
  line-height: 1.9;
  color: #000;
  word-break: break-all;
}
.news-detail .news-detail-inner .news-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.07rem auto;
  border-radius: 0.29rem;
}
.news-detail .news-detail-inner .news-content p {
  margin: 0 0 1em;
}
.news-detail .news-detail-inner .news-page {
  margin-top: 2.86rem;
  padding: 1.43rem;
  background: #F8FAFB;
  border-radius: 0.29rem;
  font-size: 1rem;
  text-align: left;
}
.news-detail .news-detail-inner .news-page .prev,
.news-detail .news-detail-inner .news-page .next {
  margin-bottom: 0.57rem;
}
.news-detail .news-detail-inner .news-page .prev a,
.news-detail .news-detail-inner .news-page .next a {
  color: #04ADE4;
  text-decoration: none;
}
.news-detail .news-detail-inner .news-page .prev a:hover,
.news-detail .news-detail-inner .news-page .next a:hover {
  color: #032850;
}
.product-page {
  text-align: center;
}
.product-page .tabs-bar {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.product-page .tabs-bar .tab-btn {
  padding: 0.6rem 1.2rem;
  border: 1px solid #6F7674;
  background-color: #fff;
  color: #0685B3;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.product-page .tabs-bar .tab-btn.active,
.product-page .tabs-bar .tab-btn:hover {
  background-color: #0685B3;
  color: #fff;
  border-color: #0685B3;
}
.product-page .product-content {
  max-width: 60rem;
  margin: 5rem auto;
  padding: 0 1rem;
}
.product-page .product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 2.5rem;
  padding: 0;
  list-style: none;
}
.product-page .product-list .product-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-page .product-list .product-item .product-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: #000;
  line-height: 1.4;
  width: 100%;
  text-align: center;
}
.product-page .product-list .product-item .product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 1.5rem 1rem;
  transition: transform 0.3s ease;
  width: 100%;
}
.product-page .product-list .product-item .product-card:hover {
  transform: translateY(-3px);
}
.product-page .product-list .product-item .product-card .product-pic {
  width: 100%;
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.product-page .product-list .product-item .product-card .product-pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.product-page .product-list .product-item .product-info {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.product-page .product-list .product-item .product-info .read-more {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  background-color: #0685B3;
  color: #fff;
  text-decoration: none;
  border-radius: 2rem;
  font-size: 0.85rem;
  transition: background-color 0.3s ease;
}
.product-page .product-list .product-item .product-info .read-more:hover {
  background-color: #0685B3;
}
.product-page .ab_pages {
  text-align: center;
}
.product-page .ab_pages ul {
  display: inline-flex;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}
.product-page .ab_pages a {
  padding: 0.5rem 0.8rem;
  border: 1px solid #6F7674;
  border-radius: 4px;
  color: #0685B3;
  text-decoration: none;
  font-size: 0.85rem;
}
.product-page .ab_pages a:hover {
  background-color: #0685B3;
  color: #fff;
  border-color: #0685B3;
}
@media (max-width: 992px) {
  .product-page .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .product-page .product-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .product-page .tabs-bar {
    flex-wrap: wrap;
  }
}
.product-detail-page {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  /* 产品详情富文本样式 */
}
.product-detail-page .container {
  margin: 5rem auto;
}
.product-detail-page .carousel-section {
  padding: 1.25rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  height: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-page .carousel-section .el-carousel {
  width: 100%;
  height: 100%;
}
.product-detail-page .carousel-section .el-carousel__item {
  height: 100%;
}
.product-detail-page .media-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-page .media-container video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-detail-page .unknown-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #F8FAFB;
  color: #666;
}
.product-detail-page .unknown-media i {
  font-size: 3rem;
  color: #6F7674;
  margin-bottom: 1rem;
}
.product-detail-page .unknown-media p {
  margin: 0.3125rem 0;
  font-size: 1rem;
}
.product-detail-page .unknown-media .file-name {
  font-size: 0.875rem;
  color: #6F7674;
  margin-top: 0.5rem;
}
.product-detail-page .empty-state {
  text-align: center;
  padding: 2.5rem 1.25rem;
  color: #6F7674;
}
.product-detail-page .empty-state i {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}
.product-detail-page .empty-state p {
  margin: 0.5rem 0;
  font-size: 0.875rem;
}
.product-detail-page .product-title {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 1rem;
  font-weight: 600;
}
.product-detail-page .product-summary {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
}
.product-detail-page .rich-text-section {
  background: #fff;
  margin: 5rem auto;
}
.product-detail-page .rich-text-section .detail-title {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 1rem;
  font-weight: 600;
}
.product-detail-page .rich-text-section .rich-text-content {
  line-height: 1.8;
  color: #000;
  margin-top: 1.5rem;
  font-size: 1rem;
  text-align: justify;
}
.product-detail-page .rich-text-section .rich-text-content p {
  margin-bottom: 1rem;
  word-break: break-all;
}
.product-detail-page .rich-text-section .rich-text-content strong,
.product-detail-page .rich-text-section .rich-text-content span,
.product-detail-page .rich-text-section .rich-text-content b {
  font-weight: normal !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  background: transparent !important;
}
.product-detail-page .rich-text-section .rich-text-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin: 1rem 0;
}
.product-detail-page .rich-text-section .rich-text-content h1,
.product-detail-page .rich-text-section .rich-text-content h2,
.product-detail-page .rich-text-section .rich-text-content h3,
.product-detail-page .rich-text-section .rich-text-content h4,
.product-detail-page .rich-text-section .rich-text-content h5,
.product-detail-page .rich-text-section .rich-text-content h6 {
  margin: 1.25rem 0 0.625rem;
  color: #000;
  font-weight: 600;
}
.product-detail-page .rich-text-section .rich-text-content ul,
.product-detail-page .rich-text-section .rich-text-content ol {
  margin: 0.9375rem 0;
  padding-left: 1.25rem;
}
.product-detail-page .rich-text-section .rich-text-content li {
  margin-bottom: 0.3125rem;
}
.product-detail-page .rich-text-section .rich-text-content blockquote {
  border-left: 0.25rem solid #032850;
  background: #04ADE4;
  padding: 0.9375rem;
  margin: 0.9375rem 0;
  border-radius: 0 0.25rem 0.25rem 0;
}
.product-detail-page .rich-text-section .rich-text-content .spec-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 0.9375rem 0;
}
.product-detail-page .rich-text-section .rich-text-content .detail-spec-item {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: #0685B3;
  border-radius: 0.2rem;
  font-size: 1rem;
  color: #fff;
}
.product-detail-page .rich-text-section .rich-text-content .detail-spec-item .spec-key {
  color: #fff;
  font-weight: 500;
  min-width: 6.25rem;
}
.product-detail-page .rich-text-section .rich-text-content .detail-spec-item .spec-value {
  color: #fff;
  font-weight: 600;
  text-align: right;
  flex: 1;
  margin-left: 1.25rem;
}
.product-detail-page .detail-file {
  background: #fff;
  margin: 5rem auto !important;
}
.product-detail-page .detail-file .detail-title {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 1rem;
  font-weight: 600;
}
.product-detail-page .detail-file .file-list {
  margin-top: 0.9375rem;
}
.product-detail-page .detail-file .file-item {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  background: #f8f9fa;
  border-radius: 0.2rem;
  transition: all 0.3s ease;
}
.product-detail-page .detail-file .file-item:hover {
  background: #ccc;
  transform: translateX(0.25rem);
}
.product-detail-page .detail-file .file-item i {
  font-size: 1.5rem;
  color: #032850;
}
.product-detail-page .detail-file .file-item .file-info {
  flex: 1;
  margin-left: 0.9375rem;
}
.product-detail-page .detail-file .file-item .file-info .file-name {
  font-weight: 500;
  color: #000;
  margin-bottom: 0.25rem;
}
.product-detail-page .detail-file .file-item .file-info .file-size {
  font-size: 0.75rem;
  color: #666;
}
.product-detail-page .detail-file .file-item .el-button {
  margin-left: auto;
  background-color: #04ADE4;
}
.product-detail-page .news-page {
  margin-top: 2.86rem !important;
  padding: 1.43rem;
  background: #F8FAFB;
  border-radius: 0.29rem;
  font-size: 1rem;
  text-align: left;
}
.product-detail-page .news-page .prev,
.product-detail-page .news-page .next {
  margin-bottom: 0.57rem;
}
.product-detail-page .news-page .prev a,
.product-detail-page .news-page .next a {
  color: #04ADE4;
  text-decoration: none;
}
.product-detail-page .news-page .prev a:hover,
.product-detail-page .news-page .next a:hover {
  color: #032850;
}
@media (max-width: 768px) {
  .product-detail-page .carousel-section {
    height: 15.625rem;
    padding: 0.9375rem;
    margin: 0.9375rem 0;
  }
  .product-detail-page .rich-text-section,
  .product-detail-page .detail-file {
    padding: 0.9375rem;
    margin: 0.9375rem 0;
  }
  .product-detail-page .file-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }
  .product-detail-page .file-item .file-info {
    margin-left: 0;
    width: 100%;
  }
  .product-detail-page .file-item .el-button {
    margin-left: 0;
    width: 100%;
  }
  .product-detail-page .rich-text-content .spec-container {
    grid-template-columns: 1fr;
  }
  .product-detail-page .detail-spec-item {
    flex-direction: column;
    gap: 0.5rem;
  }
  .product-detail-page .detail-spec-item .spec-key {
    min-width: auto;
  }
  .product-detail-page .detail-spec-item .spec-value {
    text-align: left;
    margin-left: 0;
  }
  .product-detail-page .product-detail-top {
    flex-direction: column;
    gap: 1.25rem;
  }
}
/*# sourceMappingURL=index.css.map */