/* ============================================
   政企培训 - 页面特定CSS (参考 special/tdxlss 风格)
   ============================================ */

/* ---- Section Nav (floating left navigation) ---- */
.section-nav[data-v-56dd9476] {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  left: 30px;
  opacity: 0;
  padding: 20px 15px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%) translateX(-100px);
  transition: all 0.3s ease;
  z-index: 999;
}

.section-nav.is-visible[data-v-56dd9476] {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.nav-list[data-v-56dd9476] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list li[data-v-56dd9476] {
  align-items: center;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  padding: 8px 12px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.nav-list li[data-v-56dd9476]:hover {
  background: rgba(0, 0, 0, 0.05);
}

.nav-list li.is-active[data-v-56dd9476] {
  background: linear-gradient(135deg, #667eea, #764ba2);
}

.nav-list li.is-active .nav-dot[data-v-56dd9476] {
  background: #fff;
  transform: scale(1.3);
}

.nav-list li.is-active .nav-label[data-v-56dd9476] {
  color: #fff;
  font-weight: 500;
}

.nav-dot[data-v-56dd9476] {
  background: #ccc;
  border-radius: 50%;
  flex-shrink: 0;
  height: 8px;
  width: 8px;
  transition: all 0.3s ease;
}

.nav-label[data-v-56dd9476] {
  color: #666;
  font-size: 14px;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .section-nav[data-v-56dd9476] {
    display: none;
  }
}

/* ---- Page Container ---- */
.zqpx-page {
  background: #f8f9fa;
  min-height: 100vh;
}
.zqpx-page .container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

/* ---- Banner Section ---- */
.banner-section {
  background: linear-gradient(135deg, #0a1e3f 0%, #102a52 50%, #1a3a6e 100%);
  background-image: url(../assets/wotunedu/imgs/bannerbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.banner-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(7, 30, 64, 0.7);
}
.banner-content {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
.banner-title {
  color: #fff;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 8px;
  margin-bottom: 15px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.banner-subtitle {
  color: rgba(255,255,255,0.85);
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
.banner-line {
  background: linear-gradient(90deg, transparent, #c59758, transparent);
  height: 3px;
  margin: 0 auto;
  width: 160px;
}
.banner-tags {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.banner-tag {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(197,151,88,0.5);
  border-radius: 4px;
  color: #c59758;
  font-size: 16px;
  padding: 8px 20px;
  transition: all 0.3s ease;
}
.banner-tag:hover {
  background: rgba(197,151,88,0.15);
  border-color: #c59758;
}

/* ---- Section Common ---- */
.content-section {
  padding: 70px 0;
}
.section-header {
  text-align: center;
  margin-bottom: 50px;
}
.section-header h2 {
  color: #0a1e3f;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-header .section-subtitle {
  color: #c59758;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.section-header .section-line {
  background: linear-gradient(90deg, transparent, #c59758, transparent);
  height: 3px;
  margin: 15px auto 0;
  width: 80px;
}

/* ---- 1. 公司介绍 ---- */
.intro-section {
  background: #fff;
}
.intro-text {
  font-size: 16px;
  line-height: 2;
  color: #555;
  text-indent: 32px;
  margin-bottom: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.intro-features {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.intro-feature-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 35px 30px;
  text-align: center;
  transition: all 0.3s ease;
  width: 320px;
}
.intro-feature-card:hover {
  border-color: #c59758;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}
.intro-feature-card .feature-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
}
.intro-feature-card .feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.intro-feature-card h3 {
  color: #0a1e3f;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.intro-feature-card h6 {
  color: #c59758;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.intro-feature-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}
.intro-stats {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.intro-stats .stat-item {
  text-align: center;
}
.intro-stats .stat-number {
  color: #0a1e3f;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
}
.intro-stats .stat-number .suffix {
  color: #c59758;
  font-size: 24px;
}
.intro-stats .stat-label {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}
.intro-stats .stat-divider {
  width: 1px;
  height: 60px;
  background: #e0e0e0;
}

/* ---- 2. 产品体系 ---- */
.products-section {
  background: #f8f9fa;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: all 0.3s ease;
}
.product-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}
.product-card .product-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.product-card:hover .product-image img {
  transform: scale(1.08);
}
.product-card .product-body {
  padding: 25px;
}
.product-card .product-body h3 {
  color: #0a1e3f;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.product-card .product-body h3 a {
  color: inherit;
  text-decoration: none;
}
.product-card .product-body p {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

/* ---- 3. 业态体系 ---- */
.formats-section {
  background: #fff;
}
.formats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.format-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.format-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}
.format-card .format-image {
  height: 260px;
  overflow: hidden;
  position: relative;
}
.format-card .format-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.format-card:hover .format-image img {
  transform: scale(1.1);
}
.format-card .format-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(10,30,63,0.9), transparent);
  padding: 30px 20px 20px;
}
.format-card .format-overlay p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.format-card .format-desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10,30,63,0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.format-card:hover .format-desc {
  opacity: 1;
}
.format-card .format-desc p {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

/* ---- 4. 战略合作伙伴 ---- */
.partners-section {
  background: #f8f9fa;
}
.partners-section .section-title-text {
  text-align: center;
  color: #c59758;
  font-size: 22px;
  letter-spacing: 6px;
  margin-bottom: 35px;
  font-weight: 600;
}
.partners-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.partner-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  overflow: hidden;
  text-align: center;
  padding: 25px 15px;
  transition: all 0.3s ease;
}
.partner-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}
.partner-card .partner-logo {
  width: 80px;
  height: 80px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-card .partner-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.partner-card .partner-name {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

/* ---- 5. 行业支持 ---- */
.industry-section {
  background: #fff;
}
.industry-section .section-title-text {
  text-align: center;
  color: #c59758;
  font-size: 22px;
  letter-spacing: 6px;
  margin-bottom: 10px;
  font-weight: 600;
}
.industry-section .section-title-text .sub-note {
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.industry-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.industry-card:hover {
  border-color: #c59758;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.industry-card img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

/* ---- 6. 最新动态 ---- */
.news-section {
  background: #f8f9fa;
}
.news-tabs {
  display: flex;
  gap: 0;
  justify-content: center;
  margin-bottom: 40px;
  border-bottom: 2px solid #e9ecef;
}
.news-tab {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 30px;
  position: relative;
  transition: color 0.3s ease;
}
.news-tab.active {
  color: #0a1e3f;
  font-weight: 700;
}
.news-tab.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: #c59758;
  border-radius: 3px 3px 0 0;
}
.news-tab .tab-divider {
  color: #ddd;
  margin-left: 30px;
}
.news-panel {
  display: none;
}
.news-panel.active {
  display: block;
}
.news-list {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
.news-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-loading,
.news-empty {
  color: #999;
  font-size: 14px;
  padding: 40px 20px;
  text-align: center;
  background: #fafafa;
  border-radius: 8px;
}
.news-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  gap: 20px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
}
.news-card * { text-decoration: none; }
.news-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transform: translateX(4px);
}
.news-card .news-thumb {
  flex-shrink: 0;
  width: 180px;
  height: 120px;
  overflow: hidden;
}
.news-card .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card .news-body {
  padding: 15px 20px 15px 0;
}
.news-card .news-body h3 {
  color: #0a1e3f;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-card .news-body hr {
  border: none;
  border-top: 1px solid #e9ecef;
  margin: 6px 0;
}
.news-card .news-body p {
  color: #888;
  font-size: 13px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-aside {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  overflow: hidden;
}
.news-aside .aside-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.news-aside .aside-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-aside .aside-text {
  padding: 20px;
}
.news-aside .aside-text h3 {
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}
.news-more {
  text-align: center;
  margin-top: 30px;
}
.news-more a {
  color: #c59758;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.news-more a:hover {
  color: #0a1e3f;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .formats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .partners-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .news-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .banner-section { min-height: 280px; }
  .banner-content { padding: 60px 0; }
  .banner-title { font-size: 36px; letter-spacing: 4px; }
  .banner-subtitle { font-size: 16px; }
  .content-section { padding: 40px 0; }
  .section-header h2 { font-size: 26px; }
  .intro-features { flex-direction: column; align-items: center; }
  .intro-feature-card { width: 100%; max-width: 350px; }
  .intro-stats { gap: 30px; }
  .intro-stats .stat-divider { display: none; }
  .intro-stats .stat-number { font-size: 36px; }
  .products-grid { grid-template-columns: 1fr; }
  .formats-grid { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .news-card { flex-direction: column; }
  .news-card .news-thumb { width: 100%; height: 160px; }
  .news-card .news-body { padding: 15px; }
  .news-tabs { flex-wrap: wrap; }
  .news-tab { font-size: 15px; padding: 10px 20px; }
}
