*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif; color: #333; background: #fff; line-height: 1.6; min-width: 1240px; overflow-x: auto; }
a { text-decoration: none; color: inherit;  outline: none; }
a:focus,
a:active {
  outline: none;
  border: none;
}
ul { list-style: none; }

.wrapper { width: 1200px; margin: 0 auto; position: relative; }

/* ===== Header ===== */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: #fff; height: 80px;  }
.header .wrapper { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.header .logo { display: flex; align-items: center; }
.header .logo img { width: auto; height: 46px; display: block;    max-width: max-content; }
.header .nav { display: flex; align-items: center; justify-content: flex-end;}
.header .nav a { display: block; padding: 8px 30px; color: #050505; font-size: 16px; transition: color 0.3s; position: relative; white-space: nowrap;font-weight: 600 }
.header .nav a:hover, .header .nav a.active { color: #066843; }
.header .nav a::after { content: ''; position: absolute; bottom: -8px; left: 50%; width: 0; height: 2px; background: #066843; transition: all 0.3s ease; transform: translateX(-50%); }
.header .nav a.active::after { width: 60%; }
.header .menu-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 5px; }
.header .menu-toggle span { width: 28px; height: 1px; background: #050505; }
.webindexpd_a{
    margin-top: 80px;
     outline: none;
}

/* ===== Sub Navigation (About page) ===== */
.about-subnav {    width: 100%;
    margin: auto;
    background: #fff;
    border-bottom: 1px solid #c9c9c9;
    height: 60px;
    position: sticky;
    top: 80px;
    z-index: 100;}
.about-subnav .wrapper { display:flex; align-items:center; height:72px; gap:0; }
.about-subnav a { display:block; padding:0 28px; height:50px; line-height:50px; font-size:18px; color:#080808; position:relative; transition:color 0.3s; white-space:nowrap; }
.about-subnav a:hover, .about-subnav a.active { color:#066843; }
.about-subnav a.active::after { content:''; position:absolute; bottom:0; left:0; right:0; height:2px; background:#066843; }
.section[id] { scroll-margin-top: 150px; }
/* ===== Team List (About page) ===== */
.team-list { display: flex; flex-direction: column; gap: 20px; }
.team-member { display: flex; gap: 20px;border-radius: 8px; padding: 20px;  }
.team-member .tm-left { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; flex: 0 0 calc(50% - 10px); padding: 10px; }
.team-member .tm-avatar { width: 50%;
    height: auto; border-radius: 50%; overflow: hidden; margin-bottom: 8px; }
.team-member .tm-avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-member .tm-text { font-size: 20px; color: #066843; font-weight: bold; margin-bottom: 4px; }
.team-member .tm-right { flex: 0 0 calc(50% - 10px); display: flex; }
.team-member .tm-right img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }

/* ===== Hero (Home) ===== */
.hero { width: 100%; overflow: hidden; position: relative; }
.hero img { width: 100%; height: auto; display: block; }
.hero .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.35); }
.hero .hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; z-index: 2; }
.hero .hero-content h1 { font-size: 52px; letter-spacing: 8px; text-shadow: 0 2px 10px rgba(0,0,0,0.5); margin-bottom: 16px; }
.hero .hero-content p { font-size: 20px; letter-spacing: 6px; opacity: 0.9; }

/* ===== Inner Banner ===== */
.inner-banner { width: 100%; overflow: hidden; position: relative; }
.inner-banner img { width: 100%; height: auto; display: block; }
.inner-banner .banner-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.45); }
.inner-banner .banner-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; z-index: 2; }
.inner-banner .banner-content h2 { font-size: 36px; letter-spacing: 6px; margin-bottom: 8px; }
.inner-banner .banner-content p { font-size: 16px; letter-spacing: 3px; opacity: 0.8; text-transform: uppercase; }

/* ===== Section ===== */
.section { width: 100%; padding: 60px 0; }
.section-dark { }

/* ===== Section Title ===== */
.section-title { margin-bottom: 40px; position: relative;text-transform: uppercase; }
.section-title .st-bar { width: 29px; height: 32px; background: #066843; display: inline-block; vertical-align: middle; margin-right: 10px; border-radius: 4px; }
.section-title .st-row { display: flex; align-items: center; gap: 10px; }
.section-title .st-icon { width: 24px;
    height: 100%; }
.section-title .st-text {   }
.section-title .st-text h3 { display: flex; align-items: center; gap: 30px; font-size: 28px; color: #222; letter-spacing: 2px; font-weight: bold; white-space: nowrap; }
.section-title .st-text h3::before,
.section-title .st-text h3::after { content: ''; flex: 1; height: 1px; background: #868686; }
.section-title .st-text p { font-size: 24px; color: #fff; letter-spacing: 4px; text-transform: uppercase; margin-top: 2px; }
.section-title .st-line { position: relative; width: 100%; height: 1px; background: #b0b0b0; margin-top: 12px; }
.section-title.title-right .st-row { justify-content: flex-end; }
.section-title.title-right .st-text { text-align: right; }

/* ===== About Section ===== */
.about-wrap { display: flex; gap: 60px; align-items: flex-start; }
.about-wrap .about-text { flex: 0 0 480px; padding-top: 10px; }
.about-wrap .about-text p { font-size: 16px; color: #2a2a2a; line-height: 1.8; margin-bottom: 12px; }
.about-wrap .about-text .btn { display: inline-block; margin-top: 8px; padding: 10px 30px; background: #066843; color: #fff; font-size: 16px; border-radius: 4px; transition: background 0.3s; }
.about-wrap .about-text .btn:hover { background: #066843; }
.about-wrap .about-image { flex: 0 0 auto; }
.about-wrap .about-image img { width: 658px; height: auto; border-radius: 8px; }

/* ===== Stores ===== */
.stores-grid { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap;}
.store-card { flex: 0 0 362px; border-radius: 6px; overflow: hidden; }
.store-card img { width: 362px; height: 330px;  }
.store-card .store-info { padding: 12px 16px;text-align: center;}
.store-card .store-info h5 { font-size: 16px; color: #202020; font-weight: normal; }
.store-card .store-info p { font-size: 12px; color: #999; margin-top: 4px; }

/* ===== Brand Intro ===== */
.brand-wrap { display: flex; gap: 60px; align-items: flex-start; }
.brand-wrap .brand-image { flex: 0 0 auto; }
.brand-wrap .brand-image img { width: 597px; height: auto; border-radius: 8px; }
.brand-wrap .brand-text { flex: 1; padding-top: 10px; }
.brand-wrap .brand-text p { font-size: 16px; color: #2a2a2a; line-height: 1.8; margin-bottom: 12px; }

/* ===== Brand Positioning ===== */
.position-wrap { display: flex; gap: 40px; align-items: flex-start; }
.position-wrap .position-text { flex: 1; }
.position-wrap .position-text p { font-size: 16px; color: #2a2a2a; line-height: 2; margin-bottom: 10px; }
.position-wrap .position-image { flex: 0 0 auto; }
.position-wrap .position-image img { width: 524px; height: auto; border-radius: 8px; }

/* ===== News Grid (Home) ===== */
.news-grid { display: flex; justify-content: space-between; }
.news-card { flex: 0 0 367px;  overflow: hidden;background: #fff; }
.news-card img { width: 367px; height: 242px; object-fit: cover;border-radius: 6px; }
.news-card .news-body { padding: 16px 0px; }
.news-card .news-body .date { font-size: 12px; color: #066843; margin-bottom: 6px; }
.news-card .news-body h5 { font-size: 15px; color: #222; margin-bottom: 8px; line-height: 1.4; font-weight: bold; }
.news-card .news-body p { font-size: 14px; color: #888; line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制行数为3 */
    -webkit-box-orient: vertical;
    overflow: hidden;
 }
.news-card .news-body .read-more { display: inline-block; margin-top: 8px; color: #020202; font-size: 12px; text-align: right;
    width: 100%;}

/* ===== Products Grid ===== */
.products-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.product-card {  overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.08); background: #fff; }
.product-card img { width: 100%; height: 328px; object-fit: cover; }
.product-card .product-info { padding: 12px 16px; text-align: center; }
.product-card .product-info h5 { font-size: 16px; color: #222; }
.product-featured { grid-column: 1 / -1; }
.product-featured img { height: auto; }
.product-featured .product-info { padding: 16px 20px; text-align: left; }
.product-featured .product-info h5 { font-size: 20px; }

/* ===== News List (Page) ===== */
.news-list { display: flex; flex-direction: column; gap: 24px; }
.news-item { display: flex; gap: 24px; background: #fff; border-radius: 6px; overflow: hidden; padding: 20px; }
.news-item .news-thumb { flex: 0 0 637px; }
.news-item .news-thumb img { width: 637px; height: 334px; object-fit: cover; border-radius: 4px; }
.news-item .news-content { flex: 1; display: flex; flex-direction: column;}
.news-item .news-content .date { color: #066843; font-size: 12px; margin-bottom: 6px; }
.news-item .news-content h4 { font-size: 18px; color: #222; margin-bottom: 20px; line-height: 1.4; }
.news-item .news-content p { color: #020202; font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
.news-item .news-content .read-more {    color: #066843;
    font-size: 16px;
    font-weight: 600; }

/* ===== Pagination ===== */
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 40px; }
.pagination a { margin:0 10px;display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 49px; border: 1px solid #ddd; border-radius: 4px; color: #080808; font-size: 16px; transition: all 0.3s; }
.pagination a:hover, .pagination a.active { background: #066843; color: #fff; border-color: #066843; }
.pagination .current {    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 49px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s;
    background:#066843;margin:0 10px;
    color: white;}
/* ===== Contact ===== */
.contact-wrap {     display: flex;
    /* gap: 46%; */
    flex-wrap: wrap;
    justify-content: space-between; }
.contact-info { flex: 1; }
.contact-info .info-item { display: flex; gap: 16px; align-items: center; margin-bottom: 30px;width: 50%; }
.contact-info .info-item .icon { width: 40px; height: 40px; flex-shrink: 0; }
.contact-info .info-item .icon img { width: 40px; height: 40px; }
.contact-info .info-item .info-text h5 {     font-size: 20px;
    color: #222;
    font-weight: 500;
    margin-bottom: 2px;
    letter-spacing: 2px; }
.contact-info .info-item .info-text p { font-size: 16px; color: #080808; }
.contact-map { flex: 1; border-radius: 6px; overflow: hidden; }
.contact-map img { width: 100%; height: auto; }

/* ===== Franchise ===== */
.franchise-section { background: #066843; color: #fff; text-align: center; padding: 60px 0; }
.franchise-section h2 { font-size: 42px; letter-spacing: 8px; }
.franchise-section h2 span { color: #ffd700; }
.franchise-section .franchise-desc { font-size: 15px; opacity: 0.9; line-height: 1.8; max-width: 800px; margin: 20px auto 0; }

/* ===== Team ===== */
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.team-card { display: flex; gap: 24px; background: #fff; border-radius: 8px; padding: 24px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.team-card .team-avatar { flex: 0 0 120px; width: 120px; height: 120px; border-radius: 50%; overflow: hidden; }
.team-card .team-avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-card .team-info h5 { font-size: 18px; color: #222; margin-bottom: 4px; }
.team-card .team-info .pos { color: #066843; font-size: 14px; margin-bottom: 8px; }
.team-card .team-info p { color: #080808; font-size: 14px; line-height: 1.7; }

/* ===== Footer ===== */
.footer { background: #373636; color: rgba(255,255,255,0.7); padding: 50px 0 0; }
.footer .footer-grid { display: flex; gap: 30px; }
.footer .footer-col { flex: 1; }
.footer .footer-col:first-child { flex: 0.8; }
.footer .footer-col h5 { color: #01d37f; font-size: 15px; margin-bottom: 16px; letter-spacing: 1px; }
.footer .footer-col ul li { margin-bottom: 8px; }
.footer .footer-col ul li a { font-size: 14px; color: #fcf3f3; transition: color 0.3s; }
.footer .footer-col ul li a:hover { color: #fff; }
.footer .footer-brand{text-align: center;}
.footer .footer-brand img { width: 70px; height: 70px; border-radius: 50%; margin-bottom: 8px; margin-left: auto;margin-right: auto;}
.footer .footer-brand h4 { color: #fff; font-size: 22px; letter-spacing: 2px; }
.footer .footer-brand p { color: #fff; font-size: 14px; margin-top: 4px; letter-spacing: 2px; }
.footer .footer-bottom { margin-top: 40px; padding: 10px 0;background: #026845; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; font-size: 14px; color: rgba(255,255,255,1); }
/* 页脚整体重置 */
.gan-footer {
  width: 100%;
  font-family: "Microsoft Yahei", sans-serif;
   background-color: #333333;
}
/* 深色主区域 */
.gan-footer-main {
  padding: 40px 0px;
  color: #fff;
      width: 1200px;
    margin: auto;
}
/* 顶部品牌标语行 */
.gan-footer-top-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 60px;
  position: relative;
}
.gan-footer-top-title::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px; /* 控制横线距离标题下方距离，按需调整 */
  height: 1px;
  background-color: #666; /* 横线颜色，和原图灰色分隔线匹配，可自行修改 */
}
.gan-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.gan-slogan {
  font-size: 30px;
}
/* 赣字、炒字绿色 */
.gan-slogan span:nth-child(1),
.gan-slogan span:nth-child(4) {
  color: #26c960;
}
/* 中间三栏布局 */
.gan-footer-middle {
  display: flex;
  align-items: center;
  gap: 60px;
    justify-content: space-between;
}
.gan-col {
  display: flex;
  align-items: center;
}
/* 热线地址栏 */
.hotline-col {
  flex-direction: column;
  align-items: flex-start;
}
.hotline-text {
   font-size: 30px;
  color: #26c960;
  margin: 0;
}
.phone-num {
  color: #fff;
}
.address-text {
  font-size: 20px;
  color: #eee;
}
/* 渠道（抖音/公众号）通用 */
.channel-col {
  gap: 16px;
}
.channel-icon {
  width: 64px;
  height: 64px;
  /*background: #fff;*/
  border-radius: 8px;
  padding: 8px;
}
.channel-name {
  font-size: 24px;
  color: #26c960;
  margin: 0;
}
.channel-id {
  font-size: 22px;
  color: #eee;
  margin: 4px 0 0;
}
/* 底部绿色条 */
.gan-footer-bottom {
 width: 100%;
    background-color: #26c960;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
}
.gan-footer-bottom p {
  margin: 0;
  font-size: 16px;
  color: #222;
}
.gan-footer-bottom a {
    color: inherit;
    text-decoration: none;
}

/* 响应式适配（手机自动竖排） */
@media (max-width: 992px) {
  .gan-footer-middle {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .hotline-col {
    align-items: center;
  }
  .gan-slogan {
    font-size: 28px;
  }
  .hotline-text {
    font-size: 30px;
  }
}
.franchise{width: 70%;
    margin-left: auto;
    margin-right: auto;}
.franchise .franchise-text{margin-bottom: 100px;font-size: 20px;line-height: 40px;}
 .franchise-image img{width: 100%;}
@media (max-width: 768px) {
  .header .menu-toggle { display: flex; }
  .header .nav { display: none; position: absolute; top: 80px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 0; border-top: 1px solid #868686; }
  .header .nav.open { display: flex; }
  .header .nav a { padding: 12px 20px; border-bottom: 1px solid #f0f0f0; width: 100%; color: #050505; }
  .header .nav a:hover, .header .nav a.active { color: #066843; }
}
