.home-page {
  padding-top: 80px;
}

.home-page .module-section {
  padding: 30px 0;
}

.home-page .module-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

.home-page .module-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.home-page .module-subtitle {
  font-size: 18px;
  color: #6c757d;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  max-width: 1200px;
  margin: 0 auto 35px;
}

.home-page .module-desc {
  font-size: 18px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 25px;
}

.home-page .page-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.home-page .main-banner-swiper .slider {
  position: relative;
  height: 550px;
  overflow: hidden;
  margin-bottom: 20px;
  touch-action: pan-y;
}

.home-page .main-banner-swiper .more-btn-container {
  text-align: left;
}

.home-page .main-banner-swiper .more-btn {
  display: inline-block;
  padding: 6px 24px;
  background: #fff;
  color: var(--secondary-color);
  border-radius: 5px;
  border: 1px solid var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-page .main-banner-swiper .more-btn:hover {
  background: var(--secondary-color);
  color: #fff;
}

.home-page .main-banner-swiper .slide-content {
  max-width: 600px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  margin-left: 10%;
}

.home-page .main-banner-swiper .slide-content.right-align {
  margin-left: auto;
  margin-right: 10%;
}

.home-page .main-banner-swiper .slide-content h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.home-page .main-banner-swiper .slide-content p {
  margin-bottom: 25px;
  font-size: 16px;
}

.home-page .main-banner-swiper .swiper-slide {
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  opacity: 0 !important;
  transition: opacity 0.8s ease !important;
}

.home-page .main-banner-swiper .swiper-slide-active {
  opacity: 1 !important;
}

.home-page .main-banner-swiper .swiper-button-prev,
.home-page .main-banner-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
  transition: background 0.3s;
}

.home-page .main-banner-swiper .swiper-button-prev:hover,
.home-page .main-banner-swiper .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.6);
}

.home-page .main-banner-swiper .swiper-button-prev:after,
.home-page .main-banner-swiper .swiper-button-next:after {
  font-size: 18px;
}

.home-page .main-banner-swiper .swiper-pagination {
  bottom: 30px !important;
  display: flex !important;
  justify-content: center;
  gap: 8px;
}

.home-page .main-banner-swiper .swiper-pagination-bullet {
  width: 50px !important;
  height: 4px !important;
  border-radius: 2px !important;
  background: #fff !important;
  transition: all 0.3s ease !important;
  opacity: 1 !important;
}

.home-page .main-banner-swiper .swiper-pagination-bullet-active {
  width: 60px !important;
  background: var(--secondary-color) !important;
}

/* ==============================
   公司介绍
============================== */
.home-page .company-intro-section {
  background-color: #fff;
  position: relative;
  background-size: contain;
}

.home-page .company-intro-section .module-title{
  text-align: left;
}

.home-page .company-intro-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.home-page .company-intro-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.home-page .company-intro-placeholder {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  position: relative;
}

.home-page .company-intro-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.home-page .company-intro-placeholder img:hover {
  transform: scale(1.03);
}

.home-page .company-intro-text-area {
  padding: 20px 0;
}

.home-page .company-intro-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.home-page .company-intro-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 200px;
}

.home-page .company-intro-feature-icon {
  width: 40px;
  height: 40px;
  background-color: #4a6fa5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
}

.home-page .company-intro-feature-text {
  font-weight: 600;
  color: #2c3e50;
}

/* ==============================
   热门分类
============================== */
.home-page .hot-categories-section {
  background: #f4f7fa;
}

.home-page .category-list-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 30px;
}

.home-page .category-list-box a {
  font-size: 16px;
  color: #222;
  background: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.home-page .category-list-box a:hover {
  background: var(--secondary-color);
  color: #fff;
}

/* ==============================
   最新产品（特殊背景图）
============================== */
.home-page .product-section {
  position: relative;
  background-image: url(/dist/img/background/bg_01.webp);
}

.home-page .product-section .product-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-page .product-section .product-header .module-title{
  color: #fff;
  font-style: italic;
}

.home-page .product-section .more-btn-container {
  margin-left: auto;
  margin-bottom: 30px;
  text-decoration: none;
  background-color: #fff;
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary-color);
}

.home-page .product-section .more-btn-container:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.home-page .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}

.home-page .product-card {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.home-page .product-card a {
  text-decoration: none;
}

.home-page .product-card:hover .product-card-name {
  text-decoration: underline;
}

.home-page .product-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  padding: 15px;
  transition: transform 0.5s ease;
}

.home-page .product-card-img:hover {
  transform: scale(1.05);
}

.home-page .product-card-name {
  padding: 20px;
  text-align: center;
  font-size: 18px;
  color: #2c3e50;
  font-weight: 600;
  text-decoration: none;
}

/* ==============================
   为什么选择我们
============================== */
.home-page .why-choose-us {
  background: #fff;
}

.home-page .why-list {
  max-width: 1200px;
  margin: 0 auto;
}

.home-page .why-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #eee;
}

.home-page .why-num {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color);
  line-height: 1;
  padding-top: 5px;
}

.home-page .why-text h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222;
}

.home-page .why-text p {
  font-size: 16px;
  color: var(--text-color);
  line-height: 1.7;
}

/* ==============================
   解决方案
============================== */
.home-page .solution-section {
  background-color: #f9fafb;
  overflow: hidden;
}

.home-page .solution-section .rfq-btn {
  display: inline-block;
  padding: 3px 15px;
  background: var(--secondary-color);
  color: #fff;
  border-radius: 5px;
  border: 1px solid var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin-left: 8px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-page .solution-section .rfq-btn i {
  margin-left: 5px;
}

.home-page .solution-section .rfq-btn:hover {
  background: #fff;
  color: var(--secondary-color);
}

.home-page .solution-scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.home-page .solution-grid {
  display: flex;
  gap: 30px;
  width: fit-content;
  animation: scrollLeft 20s linear infinite;
}

.home-page .solution-scroll-container:hover .solution-grid {
  animation-play-state: paused;
}

.home-page .solution-card {
  width: calc((100% - 60px) / 3);
  min-width: 380px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 30px;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.home-page .solution-card:hover {
  transform: translateY(-5px);
}

.home-page .solution-card-img {
  width: 100%;
  height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.home-page .solution-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.home-page .solution-card:hover .solution-card-img img {
  transform: scale(1.05);
}

.home-page .solution-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-page .solution-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 12px;
}

.home-page .solution-card-desc {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 16px;
}

.home-page .solution-card-link-wrap {
  text-align: right;
}

.home-page .solution-card-link {
  display: inline-block;
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.home-page .solution-card-link:hover {
  color: #0056b3;
}

.home-page .solution-card-link i {
  margin-left: 4px;
  transition: transform 0.3s ease;
}

.home-page .solution-card-link:hover i {
  transform: translateX(3px);
}

@keyframes scrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ==============================
   合作伙伴
============================== */
.home-page .partner-section {
  background: #f4f7fa;
}

.home-page .partner-scroll {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.home-page .partner-scroll img {
  height: 160px;
  opacity: 1;
  transition: 0.3s;
  width: 100%;
  object-fit: contain;
}

/* ==============================
   认证与客户评价
============================== */
.home-page .certificate-client {
  background: #fff;
}

.home-page .cert-client-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.home-page .cert-left h3,
.home-page .client-right h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #222;
  text-align: center;
}

.home-page .cert-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  flex-wrap: wrap;
}

.home-page .cert-imgs img {
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 10px;
  border-radius: 8px;
}

.home-page .feedback-item {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.home-page .feedback-item p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 10px;
}

.home-page .feedback-item span {
  font-size: 13px;
  color: #999;
}

/* ==============================
   生产车间
============================== */
.home-page .workshop-section {
  background: #f4f7fa;
}

.home-page .workshop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.home-page .workshop-grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
}

/* ==============================
   最新资讯
============================== */
.home-page .news-section {
  background-color: #fff;
}

.home-page .news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.home-page .news-card {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
  border: 1px solid #eee;
  text-decoration: none;
}

.home-page .news-card-title {
  font-size: 18px;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-page .news-card:hover .news-card-title {
  text-decoration: underline;
}

.home-page .news-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.home-page .news-card-content {
  padding: 15px;
}

.home-page .news-card-date {
  color: #4a6fa5;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.home-page .news-card-date i {
  margin-right: 8px;
}

/* ==============================
   常见问题 FAQ
============================== */
.home-page .faq-section {
  background-color: #f8f7f7;
}

.home-page .faq-section .module-title,
.home-page .faq-section .module-subtitle {
  text-align: left;
}

.home-page .faq-section .module-content .module-subtitle {
  max-width: 1400px;
}

.home-page .faq-box {
  max-width: 1400px;
  margin: 0 auto;
}

.home-page .faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.home-page .faq-question {
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  padding: 18px 24px;
  text-align: left;
  font-size: 16px;
  color: #222;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.home-page .faq-arrow {
  transition: transform 0.3s ease;
  font-size: 14px;
  color: var(--text-color);
}

.home-page .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fff;
}

.home-page .faq-answer p {
  padding: 0 24px 15px;
  color: var(--text-color);
  line-height: 1.8;
  margin: 0;
}

.home-page .faq-question.active .faq-arrow {
  transform: rotate(180deg);
}

.home-page .faq-question.active + .faq-answer {
  max-height: 500px;
}