.container {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
}

.section-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--bgcolor);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}
.section-heading-block {
  margin-bottom: 50px;
}
.section-heading-block.center {
  text-align: center;
}
.section-heading-block.left {
  text-align: left;
}
.section-heading-block h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--titlecolor);
  margin-bottom: 16px;
  line-height: 1.3;
}
.section-heading-block p {
  font-size: 16px;
}

/* ===================== Module 1 Hero 横幅 ===================== */
.ship-hero-wrap {
  width: 100%;
  min-height: 540px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.ship-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.ship-hero-content {
  position: relative;
  z-index: 2;
  padding: 100px 0 80px;
  color: var(--whitec);
}
.ship-hero-content h1 {
  margin-bottom: 15px;
  color: white;
}
.ship-hero-content .sub-text {
  font-size: 20px;
  font-weight: 400;
  opacity: 0.9;
  margin-bottom: 20px;
  line-height: 1.5;
  color: var(--whitec);
}
.hero-stats-row {
  display: flex;
  gap: 30px;
  margin: 25px 0 35px;
}
.hero-stat-item {
  font-size: 16px;
  opacity: 0.85;
}
.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.hero-cta-group a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 30px;
  color: var(--whitec);
}
.cta-primary {
  background: var(--bgcolor);
}
.cta-primary:hover {
  background: var(--titlecolor);
  transform: translateY(-2px);
}
.cta-outline {
  background: transparent;
  border: 2px solid var(--whitec);
}
.cta-outline:hover {
  background: var(--whitec);
  color: var(--blackc);
}

/* ===================== Module CTA 咨询引导 ===================== */
.ship-cta-wrap {
  padding: 90px 0;
  background: var(--bgcolor);
  text-align: center;
}
.ship-cta-wrap h2 {
  color: var(--whitec);
  font-size: 36px;
  font-weight: 700;
  margin: 0 auto 20px;
  max-width: 800px;
  line-height: 1.3;
}
.ship-cta-wrap p {
  color: var(--whitec);
  opacity: 0.9;
  max-width: 720px;
  margin: 0 auto 8px;
  font-size: 16px;
}
.ship-cta-wrap .cta-lead {
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 30px;
}
.ship-cta-wrap .hero-cta-group {
  justify-content: center;
}
.ship-cta-wrap .cta-outline {
  color: var(--whitec);
}

/* ===================== Module 2 行业痛点 60/40分栏 ===================== */
.ship-challenge-wrap {
  padding: 100px 0;
  background: #FAFAFA;
}
.challenge-row {
  display: flex;
  align-items: center;
  gap: 40px;
}
.challenge-text-col {
  width: 50%;
}
.challenge-img-col {
  width: 50%;
}
.challenge-img-col img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}
.challenge-item {
  margin-bottom: 22px;
  padding-left: 30px;
  position: relative;
}
.challenge-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: var(--bgcolor);
}
.challenge-item h4 {
  font-size: 18px;
  color: var(--titlecolor);
  margin-bottom: 6px;
}

/* ===================== Module3 EZHONG解决方案 ===================== */
.ship-solution-wrap {
  padding: 100px 0;
}
.solution-center-box {
  display: flex;
  gap: 38px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.solution-card {
  flex: 1 1 280px;
  max-width: 360px;
  background: #FAFAFA;
  border-radius: 12px;
  padding: 35px 28px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 3px solid var(--bgcolor);
}
.solution-card:hover {
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.10);
}
.solution-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--bgcolor);
  color: var(--whitec);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 18px;
}
.solution-card h4 {
  font-size: 18px;
  color: var(--titlecolor);
  margin-bottom: 12px;
  font-weight: 700;
}
.solution-card p {
  margin: 0;
  text-align: left;
}

/* ===================== Module4 技术能力对比表格 ===================== */
.ship-capability-wrap {
  padding: 100px 0 80px;
  background: #FAFAFA;
}
.table-scroll-box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.table-scroll-box table {
  width: 100%;
  border-collapse: collapse;
  background: var(--whitec);
  font-size: 15px;
}
.table-scroll-box thead th {
  background: var(--bgcolor);
  color: var(--whitec);
  padding: 18px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}
.table-scroll-box thead th:first-child {
  background: #CC1A1A;
  min-width: 180px;
}
.table-scroll-box tbody td {
  padding: 15px 20px;
  border-bottom: 1px solid #EFEFEF;
  vertical-align: top;
  color: var(--paracolor);
}
.table-scroll-box tbody tr:nth-child(even) td {
  background: #FAFAFA;
}
.table-scroll-box tbody tr:hover td {
  background: #FFF3F0;
}
.table-advantage-tag {
  color: var(--bgcolor);
  font-weight: 600;
}

/* ===================== Module5 应用深度场景 Tab面板 ===================== */
.ship-application-wrap {
  padding: 100px 0;
}
.app-tab-header {
  display: flex;
  justify-content: space-evenly;
  gap: 12px;
  margin-bottom: 40px;
  border-bottom: 1px solid #EFEFEF;
}
.app-tab-btn {
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 600;
  color: var(--paracolor);
  border: none;
  background: transparent;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
.app-tab-btn.active {
  color: var(--bgcolor);
  border-bottom-color: var(--bgcolor);
}
.app-tab-content {
  display: none;
}
.app-tab-content.active {
  display: block;
}
.app-block-card {
  padding: 30px;
  background: #FAFAFA;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.06);
}
.app-block-card h3 {
  font-size: 24px;
  color: var(--titlecolor);
  margin-bottom: 18px;
}
.app-result-table {
  margin: 20px 0;
  width: 100%;
  border-collapse: collapse;
}



.app-result-table td, .app-result-table th {
  border:1px solid #EFEFEF;
  padding:10px 15px;
}

/* ===================== Module6 标杆案例 ===================== */
.ship-case-wrap {
  padding: 100px 0;
  background: #FAFAFA;
}
.case-main-card {
  border:1px solid #EFEFEF;
  border-radius: 12px;
  padding: 40px;
  background: var(--whitec);
  /*box-shadow: 0 8px 35px rgba(0,0,0,0.07);*/
}
.case-logo-row {
  margin-bottom: 20px;
}
.case-logo-row img {
  max-width: 160px;
}
.case-sub-info {
  font-size: 15px;
  color: var(--paracolor);
  margin-bottom: 25px;
}
.case-title {
  font-size: 26px;
  color: var(--titlecolor);
  margin-bottom: 16px;
}
.case-block {
  margin-bottom: 24px;
}
.case-block h4 {
  font-size: 20px;
  color: var(--titlecolor);
  margin-bottom: 10px;
}
.case-quote {
  margin:30px 0;
  padding:20px;
  background:#FFF3F0;
  border-left:4px solid var(--bgcolor);
  font-style: italic;
}
.case-cta {
  display: inline-block;
  margin-top:10px;
  color: var(--bgcolor);
  font-weight:600;
}
.case-cta:hover {
  color: var(--titlecolor);
  transform: translateX(5px);
}

/* ===================== Module7 资质认证三栏卡片 ===================== */
.ship-cert-wrap {
  padding: 100px 0;
}
.cert-grid-row {
  display: flex;
  gap: 100px;
}
.cert-card {
  flex:1;
  padding:35px 30px;
  background:#FAFAFA;
  border-radius:10px;
  box-shadow:0 5px 25px rgba(0,0,0,0.06);

  transition: all 0.3s ease;
}
.cert-card:hover {
  transform: translateY(-5px);
  box-shadow:0 10px 35px rgba(0,0,0,0.10);
}
.cert-card h3 {
  font-size:20px;
  color:var(--titlecolor);
  margin-bottom:16px;
}

/* 产品推荐卡片：整体可点击 + 图片 hover 缩放 + 标题 hover 变色 */
.product-card {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0;
  overflow: hidden;
}
.product-card-media {
  margin: 0;
  overflow: hidden;
}
.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.product-card-media:hover img {
  transform: scale(1.05);
}
.product-card-body {
  padding: 28px 24px;
}
.product-card-body p {
  color: var(--paracolor);
}
.product-card-lead {
  font-size: 15px;
  margin-bottom: 12px;
}
.product-card-item {
  font-size: 14px;
  margin-bottom: 4px;
}
.product-card-item-gap {
  margin-bottom: 12px;
}
.product-card-item-last {
  margin-bottom: 16px;
}
.product-card .product-card-title {
  font-size: 20px;
  color: var(--titlecolor);
  margin-bottom: 14px;
  transition: color 0.3s ease;
}
.product-card-title:hover {
  color: #FE5918;
}

/* 通用区块标题链接：hover 变菜单高亮橙 */
.section-title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size:36px;
}
.section-title-link:hover {
  color: #FE5918;
}

.cert-item {
  display:flex;
  gap:8px;
  margin-bottom:10px;
}
.cert-item span:first-child {
  color:var(--bgcolor);
  font-weight:bold;
}

/* ===================== Module8 竞品对比表格 ===================== */
.ship-compare-wrap {
  padding:100px 0;
  background:#FAFAFA;
}
.compare-option-desc {
  margin-bottom:20px;
  padding:20px;
  background:var(--whitec);
  border-radius:10px;
  box-shadow:0 3px 15px rgba(0,0,0,0.06);
}
.compare-option-desc h4 {
  color:var(--titlecolor);
  margin-bottom:8px;
}
.table-scroll-box .win-row td {
  background:#e6ffe6;
}

/* ===================== Module9 机型选型向导 ===================== */
.ship-selector-wrap {
  padding:100px 0;
}
.selector-box {
  max-width:900px;
  margin:0 auto;
  background:#FAFAFA;
  border-radius:10px;
  padding:40px;
  box-shadow:0 8px 30px rgba(0,0,0,0.08);
}
.select-step {
  margin-bottom:30px;
}
.select-step h4 {
  font-size:20px;
  color:var(--titlecolor);
  margin-bottom:16px;
}
.radio-option {
  margin-bottom:12px;
  font-size:16px;
}
.select-btn-group {
  display:flex;
  gap:15px;
  margin-top:30px;
}
.select-btn {
  padding:12px 28px;
  border-radius:30px;
  border:none;
  font-weight:600;
  cursor:pointer;
}
.select-next {
  background:var(--bgcolor);
  color:var(--whitec);
}
.select-back {
  background:#EFEFEF;
  color:var(--titlecolor);
}
.recommend-result {
  margin-top:30px;
  padding:25px;
  background:var(--whitec);
  border-radius:10px;
  border-left:4px solid var(--bgcolor);
}

/* ===================== Module10 FAQ手风琴 ===================== */
.ship-faq-wrap {
  padding:100px 0 80px;
  background:url(/image/index-banner7.jpg);
  background-size:cover;
  background-position:center;
}
.faq-main-box {
  max-width:900px;
  margin:40px auto 0;
}
.faq-item {
  background:var(--whitec);
  border-radius:10px;
  margin-bottom:15px;
  box-shadow:0px 3px 15px rgba(0, 0, 0, 0.08);
  overflow:hidden;
  transition: box-shadow 0.3s ease;
}
.faq-item:hover {
  box-shadow:0px 5px 25px rgba(0, 0, 0, 0.12);
}
.faq-question {
  padding:20px 25px;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  user-select:none;
}
.faq-question h3 {
  font-size:18px;
  font-weight:600;
  color:var(--titlecolor);
  margin:0;
  flex:1;
  padding-right:20px;
  line-height:1.4;
}
.faq-icon {
  font-size:20px;
  color:var(--bgcolor);
  transition:transform 0.3s ease;
  flex-shrink:0;
}
.faq-item.active .faq-icon {
  transform:rotate(45deg);
}
.faq-answer {
  max-height:0;
  overflow:hidden;
  transition:max-height 0.4s ease, padding 0.4s ease;
  padding:0 25px;
}
.faq-item.active .faq-answer {
  max-height:500px;
  padding:0 25px 20px;
}
.faq-answer p {
  font-size:16px;
  color:var(--paracolor);
  line-height:1.75;
  margin:0;
}

/* ===================== 响应式适配 ===================== */
@media (min-width:1441px) and (max-width:1919px) {
  .ship-hero-content h1 {
    font-size:42px;
  }
}
@media (min-width:1366px) and (max-width:1440px) {
  .ship-hero-content h1 {
    font-size:38px;
  }
  .ship-hero-content .sub-text {
    font-size:18px;
  }
}
@media (min-width:1024px) and (max-width:1365px) {
  .ship-hero-wrap {
    min-height:450px;
  }
  .ship-hero-content h1 {
    font-size:34px;
  }
  .section-heading-block h2 {
    font-size:32px;
  }
}
@media (min-width:992px) and (max-width:1023px) {
  .ship-hero-wrap {
    min-height:420px;
  }
  .ship-hero-content h1 {
    font-size:30px;
  }
  .section-heading-block h2 {
    font-size:28px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .challenge-row {
    flex-direction:column;
  }
  .challenge-text-col, .challenge-img-col {
    width:100%;
  }
  .challenge-img-col {
    order: -1;
    margin-bottom: 30px;
  }
  .cert-grid-row {
    flex-wrap:wrap;
  }
  .cert-card {
    flex:0 0 calc(50% - 15px);
  }
  .ship-hero-wrap {
    min-height:380px;
  }
  .ship-hero-content {
    text-align:center;
  }
  .hero-stats-row {
    justify-content:center;
  }
  .hero-cta-group {
    justify-content:center;
  }
}
@media (max-width:767px) {
  .ship-hero-wrap {
    min-height:350px;
  }
  .ship-hero-content h1 {
    font-size:24px;
  }
  .section-heading-block h2 {
    font-size:24px;
  }
  .hero-stats-row {
    flex-direction:column;
    gap:8px;
  }
  .hero-cta-group a {
    width:100%;
    text-align:center;
  }
  .challenge-row {
    flex-direction:column;
  }
  .challenge-text-col, .challenge-img-col {
    width:100%;
  }
  .challenge-img-col {
    order: -1;
    margin-bottom: 30px;
  }
  .cert-grid-row {
    flex-direction:column;
  }
  .table-scroll-box {
    margin:0 -5%;
    border-radius:0;
  }
  .ship-challenge-wrap,
  .ship-solution-wrap,
  .ship-capability-wrap,
  .ship-application-wrap,
  .ship-case-wrap,
  .ship-cert-wrap,
  .ship-compare-wrap,
  .ship-selector-wrap,
  .ship-faq-wrap {
    padding:60px 0 40px;
  }
  .app-tab-header {
    flex-wrap:wrap;
  }
}
.solution-cta h2{
text-align:center;
font-size:36px;
padding:20px;
}
.solution-cta {
padding:50px
}

.solution-cta-group{
display:flex;
justify-content:center;
padding:20px;
}
.solution-cta-group a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 30px;
    color: var(--whitec);
}
@media (min-width:320px) and (max-width:480px) {
  .ship-hero-wrap {
    min-height:300px;
  }
  .ship-hero-content h1 {
    font-size:22px;
  }
  .section-heading-block h2 {
    font-size:22px;
  }
  .faq-question h3 {
    font-size:16px;
  }
}
