 *  {    margin: 0; padding: 0;box-sizing: border-box; font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;}
        
body {   line-height: 1.8;color: #333;background-color: #f9f9f9;}
p  {  margin:0; }
ul {margin: 0; padding: 0; list-style: none;}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: bold;
}
h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

a:link {
    color: #333; /* 与主色调一致 */
    text-decoration: none; /* 去除下划线 */
    transition: all 0.3s ease; /* 添加过渡效果 */
}

a:visited {
    color: #666; /* 访问后颜色稍深 */
    text-decoration: none;
}

a:hover {
    color: #f0a70a; 
    text-decoration: none;
}

a:active {
    color: #d89600; /* 点击时更深的金色 */
}
header {background-color: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);position: sticky;top: 0;z-index: 1000; }



.h-top {   height:2rem; line-height:2rem;  font-size: 0.9rem; border-bottom:0.1rem solid #E8EBED;       }
.h-top-area { position: relative;    }
.h-top-select { box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 13%); z-index: 10; background: #fff; position: absolute; left:0rem; top: 2.5rem;padding: 1rem;   width: 100%;     }
.h-top-select .area-box a { color:#000 ; }
.h-top-select .area-box a.active { color:#00a0e8; font-weight:bold; }
.h-top-link { text-align: right; }
.h-top-link a { font-size:0.8rem; }
.h-middle { padding: 1rem 0; }

.navbar-toggler { color: rgba(0, 0, 0); }
.navbar-toggler-icon {  font-size: 2.5rem;  font-weight: bold; }
.h-middle-inner { display: flex; flex-wrap: wrap;align-items: center;  position: relative; justify-content: space-between; }

.header-main { position:relative; box-shadow: 0 3px 5px rgb(0 0 0 / 5%); background:#fff; }
.header-logo {  }
.header-nav {  }
.header-icon { position: absolute; right:0.7rem; top:1rem; }

.header-contact { width:13rem; }
.header-contact span i { font-size:1.8rem;line-height:2.6rem;   }
.header-contact span {margin:0 0.7rem 0 0; float: left; display: inline-block; text-align: center; background:#f0a70a; width:2.7rem; height:2.7rem; border-radius: 50%; color:#fff; }
.header-contact  p {color:#8B959D; font-size:0.8rem; line-height:1.4rem;}
.header-contact h5 { font-weight: bold; font-size:1.2rem; }
.header-contact h5 a { color:#1a6b3c; }
.offcanvas-body li:hover ul.dropdown-menu{ display: block; background:#fff;   }
@media  (max-width:576px) {
.header-contact {display: none;}
}

.navbar-toggler-icon       {   font-size:1.6rem; line-height: 1.5rem;   }
.offcanvas-body li{  position: relative;  display:inline-block; padding:1.5rem;  }
.offcanvas-body li a { font-size:1.1rem; color:#4B5358; }
.offcanvas-body li a:hover { color:#1a6b3c;  }
.offcanvas-body li>ul { border:none; border-top:0.2rem solid #1a6b3c; border-top-left-radius: 0; border-top-right-radius: 0; min-width:8rem; width:100%;  }
.offcanvas-body li>ul>li { width:100%; padding: 0.3rem 0.7rem; border-bottom:0.06rem dashed #E8EBED; transition:transform 0.3s ease; }
.offcanvas-body li>ul>li a{ font-size:1rem; }
.offcanvas-body li>ul>li a:hover { color:#1a6b3c; margin: 0 0.2rem;          }

.dropdown-menu { top:4.65rem!important; margin:0;  padding:0 0 0.7rem; box-shadow: 0 3px 5px rgb(0 0 0 / 5%); background: #fff;}
.navbar  { padding: 0; }

@media  (max-width:992px) {
.offcanvas-body { background:#fff;    }
.offcanvas-bodye li {  padding:0.3rem 1.3rem;   }
.offcanvas-body li a { font-size:1.2rem;  }
.offcanvas-body li>ul {  border:none; }
.offcanvas-body li>ul>li { border:none; width:auto; padding:0; }
.offcanvas-body li>ul>li a{ font-size:1rem; }
.dropdown-menu { padding: 0; background: #E5912F;}
.navbar-nav{ margin:0.7rem 0; }
.header-nav { width:100%; }
.header-contact { position: absolute; right:6.5rem; top:1rem;  }
.offcanvas.offcanvas-end { border: none; }
.offcanvas-header  {  background: #00a0e8;    } 
.offcanvas-title { color: #fff; font-weight: bold; font-size: 1.3rem; }
.offcanvas-body li:hover {  background: #f9f9f9; }
.offcanvas-body li {  border-bottom: 0.05rem solid #E8EBED; }
.dropdown-toggle::after { position: absolute; right:1rem;top: 2.2rem;       }
.offcanvas-body li ul { background: #f9f9f9; }
.offcanvas-body li ul li a{ padding: 1rem; }
}


/* 公用的栏目模块 */

.yellow-btn {
  display: inline-block;
  background-color: #f0a70a;
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}

a.yellow-btn{
  color: white;
}
 .yellow-btn:hover {
   background-color: #d89600;
   transform: translateY(-3px);
   box-shadow: 0 5px 15px rgba(240, 167, 10, 0.3);
}
.outline-btn  {
   display: inline-block;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  border:#fff 2px solid;
  background: transparent;
  padding: 13px 28px;
}
a.outline-btn  {
  color:#fff;
}  
.outline-btn:hover  {
    padding: 15px 30px;
    background-color: #fff;
    border: none ;
    box-shadow: 0 5px 15px rgba(240, 167, 10, 0.3);
    color:#1a6b3c;
}

.bg-fff { background:#fff!important;}
.bg-f9f9f9  {    background:#f9f9f9!important; }
.bg-f0f9f0  { background:#f0f9f0!important; }
.bg-green {  background:#1a6b3c!important; }
.bg-000 { background:#000; }
.color-yellow { color:#f0a70a; font-weight:bold!important;    }
.color-green { color:#1a6b3c!important;  }
.color-fff { color:#fff!important; }
.color-red { color:#f00!important; }
.box-bg    { border-radius:10px;  padding:30px; }
.block-section {
  padding: 80px 0;
}
.green-section  {
  background: linear-gradient(rgba(26, 107, 60, 0.9), rgba(26, 107, 60, 0.95)), url('https://images.unsplash.com/photo-1542744173-8e7e53415bb0?ixlib=rb-1.2.1&auto=format&fit=crop&w=1200&q=80');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 80px 0;
}

.page-title {
  font-size: 32px;
  color: #1a6b3c;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0a70a;
}
.page-description {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 8px;
  border-left: 4px solid #1a6b3c;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
  color: #1a6b3c;
  position: relative;
  padding-bottom: 15px;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #f0a70a;
}
.section-subtitle {
  text-align: center;
  color: #666;
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}



 /* 面包屑导航 */
.breadcrumb {   background-color: #f0f9f0;padding: 15px 0;font-size: 14px; margin:0;}
.breadcrumb a {color: #1a6b3c;text-decoration: none;}
.breadcrumb span {color: #666;}

/*  搜索模块  */
.searbox {
  max-width: 600px;
  margin: 40px auto 0;
  position: relative;
}
.searbox-input {
  width: 100%;
  padding: 18px 25px;
  border: 2px solid white;
  border-radius: 50px;
  font-size: 16px;
  outline: none;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.9);
}
.searbox-input:focus {
  box-shadow: 0 0 0 3px rgba(240, 167, 10, 0.5);
}
.searbox-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f0a70a;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
}
.searbox-btn:hover {
  background-color: #1a6b3c;
}


/* 404页面主要内容 */

.error-content {
  max-width: 800px;
  margin: 0 auto;
}
.error-code {
  font-size: 120px;
  color: #1a6b3c;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.error-code span {
  display: inline-block;
  animation: float 3s ease-in-out infinite;
}
.error-code span: nth-child(1) {
  animation-delay: 0s;
}
.error-code span: nth-child(2) {
  animation-delay: 0.1s;
}
.error-code span: nth-child(3) {
  animation-delay: 0.2s;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.error-title {
  font-size: 36px;
  color: #1a6b3c;
  margin-bottom: 20px;
}
.error-message {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* 问题括号形问题  */
.ques-card {
  display: block;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  border-left: 4px solid #1a6b3c;
  margin: 0 0 30px;
}
.ques-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  color: #1a6b3c;
}
.ques-card h3 {
  margin-bottom: 10px;
  line-height: 1.5;
}
/* 节点括号形问题  */
.ques-time {
  display:flex;
  background-color:#f9f9f9;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  border-left: 4px solid #1a6b3c;
  margin: 0 0 30px;
  overflow: hidden;
}
.ques-time:hover { 
  background-color:#f0f9f0;
   transform:translateY(-3px);
 }
.ques-time span { 
  background:#1a6b3c; 
  color:#fff; 
  padding:5px 10px; 
  border-radius:5px; 
  font-size:14px;
  text-align: center;
  min-width:70px; 
  margin:0 15px 0 0; 
}
.ques-time p { 
 line-height: 30px; 
}



/* 问题括号形多信息 */
.ques-info {
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 60px;
  border-left: 5px solid #f0a70a;
}
.ques-info h2 {
  color: #1a6b3c;
  margin-bottom: 20px;
  font-size: 24px;
}
.ques-info p {
  margin-bottom: 20px;
  line-height: 1.8;
}


/* 横幅区域 */
.page-banner {
  background: linear-gradient(rgba(26, 107, 60, 0.85), rgba(26, 107, 60, 0.9)), url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?ixlib=rb-1.2.1&auto=format&fit=crop&w=1200&q=80');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 0 80px;
  text-align: center;
}
.float-icon i { 
   width: 100px;
   height: 100px;
   background-color: rgba(255, 255, 255, 0.2);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 30px;
   border: 4px solid rgba(255, 255, 255, 0.3);
   font-size:48px;
   animation: float 3s ease-in-out infinite;
   transform: translateY(-1.03847px);
 }
.page-banner h1 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.page-banner p {
  font-size: 20px;
  max-width: 800px;
  margin: 0 auto 20px;
  opacity: 0.9;
}

/*   关于我们  */
.about-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.about-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s;
}
.about-image:hover img {
  transform: scale(1.05);
}


/* 时间线 */
.timeline {
  position: relative;
  max-width: 900px;
  margin: 60px auto;
}
.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #1a6b3c;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}
.timeline-item {
  padding: 10px 40px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}
.timeline-item:nth-child(odd) {
  left: 0;
}
.timeline-item:nth-child(even) {
  left: 50%;
}
.timeline-content {
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
}
.timeline-content h3 {
  color: #1a6b3c;
  margin-bottom: 10px;
}
.timeline-item:nth-child(odd) .timeline-content::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: white;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 0 4px #1a6b3c;
}
.timeline-item:nth-child(even) .timeline-content::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -10px;
  background-color: white;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 0 4px #1a6b3c;
}
/* 统计数字 */


.stat-item {
  text-align: center;
  width: 200px;
}
.stat-number {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #f0a70a;
}
.stat-text {
  font-size: 18px;
  opacity: 0.9;
}

 /* 团队成员 */

.team-member {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  width: 250px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}
.team-member: hover {
  transform: translateY(-10px);
}
.member-img {
  height: 250px;
  overflow: hidden;
}
.member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.team-member:hover .member-img img {
  transform: scale(1.1);
}
.member-info {
  padding: 20px;
  text-align: center;
}
.member-info h4 {
  color: #1a6b3c;
  font-size:18px;
  margin-bottom: 5px;
}
.member-info p {
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
}
/*  团队简介  */

.team-intro {
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 10px;
  border-left: 5px solid #f0a70a;
}
        
.team-intro h2 {
  color: #1a6b3c;
  margin-bottom: 20px;
  font-size: 28px;
}
        
  .team-intro p {
   margin-bottom: 15px;
   line-height: 1.8;
}



/* 资质认证 */
.certificate-item {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  margin:0 0 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}
.certificate-item: hover {
  transform: translateY(-10px);
}
.certificate-icon {
  font-size: 48px;
  color: #1a6b3c;
}
.certificate-item h3{
  font-size:20px;
}
.certificate-item p{
  color:#666;
} 
  
/* 服务承诺 */
.promise-item {
  background-color: #f0f9f0;
  border-radius: 10px;
  padding: 30px;
  width: 350px;
  text-align: center;
  transition: all 0.3s;
  margin:30px;
}
.promise-item:hover {
  background-color: #e6f7ed;
  transform: translateY(-5px);
}
.promise-item h3{
  font-size:20px;
}
.promise-item p{
  color:#666;
}
.promise-icon {
  font-size:40px;
  color: #1a6b3c;
}

/*  统计数据板 */
.total-data   {   
  background-color: #f0f9f0;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;              
}
.total-data:hover {transform: translateY(-10px);    }
.total-number {  
  font-size: 48px;
  color: #1a6b3c;
  font-weight: bold;
  margin-bottom: 10px;           
}
.total-info  {    
  color: #666;
  font-size: 18px;        
}


/* 限时优惠提示 */
.promo-alert {
  background-color: #fff8e1;
  border: 2px solid #f0a70a;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.promo-alert i {
  color: #f0a70a;
  font-size: 24px;
}
.promo-text {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.promo-countdown {
  background-color: #f0a70a;
  color: white;
  padding: 8px 15px;
  border-radius: 50px;
  font-weight: bold;
}

/* 表格对比   */

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.comparison-table th,
.comparison-table td {
  padding: 20px 15px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.comparison-table td i{
  font-size:24px;
}
.comparison-table thead th {
  background-color: #1a6b3c;
  color: white;
  font-weight: 600;
  font-size: 18px;
}
.comparison-table thead th.hot {
  background-color:#f0a70a;
}
.comparison-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.comparison-table tbody tr:hover {
  background-color: #f0f9f0;
}

/*  客户评论  */

.comment-card {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}
.comment-card: hover {
  transform: translateY(-10px);
}
.comment-rating {
  color: #f0a70a;
  margin-bottom: 15px;
  font-size: 18px;
}
.comment-text {
  font-style: italic;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}
.comment-author {
  display: flex;
  align-items: center;
}
.comment-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1a6b3c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  margin-right: 15px;
}
.comment-info h4 {
  color: #1a6b3c;
  margin-bottom: 5px;
  font-size:16px;
}
.comment-info p {
  color: #666;
  font-size: 14px;
}

/* 反馈评论*/
.accordion-item {  border-radius:10px!important;  border:none; margin:0 0 30px;  box-shadow:0 5px 15px rgba(0, 0, 0, 0.05); }
.accordion-button { border-radius:10px!important; background:#f0f9f0; font-size:18px; font-weight: bold;   color:#1a6b3c;   transition:all 500ms ease;}

.accordion-button:not(.collapsed)  { background:#1a6b3c; color:#fff;   }
.accordion-body { transition:all 500ms ease; line-height:1.8  }

/* 客户评价 */
.client-feedback {
  margin-bottom: 60px;
}
.feedback-card {
  background-color: #f0f9f0;
  border-radius: 10px;
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.feedback-text {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 30px;
  color: #555;
  line-height: 1.8;
}
.feedback-info {
  display: flex;
  align-items: center;
}
.feedback-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.feedback-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feedback-details h4 {
  color: #1a6b3c;
  margin-bottom: 5px;
  font-size: 20px;
}
.client-details p {
  color: #666;
}



/*  套餐 */

.package-card {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  position: relative;
  margin:0 0 30px;
}
.package-card:hover {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.package-card.package-hot {
  border: 3px solid #f0a70a;
}

.package-badge {
  position: absolute;
  top: 5px;
  right: -30px;
  background-color: #f0a70a;
  color: white;
  padding: 8px 30px;
  transform: rotate(45deg);
  font-weight: bold;
  font-size: 14px;
  z-index: 1;
}
.package-header {
  padding: 30px 20px;
  text-align: center;
  background-color: #1a6b3c;
  color: white;
}
.package-name {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}
.package-subtitle {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 15px;
}
.package-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.package-oriprice {
  font-size: 18px;
  text-decoration: line-through;
  color: #ff9999;
  margin-bottom: 5px;
}
.package-curprice {
  font-size: 36px;
  font-weight: 700;
  color: #f0a70a;
}
.package-unit {
  font-size: 16px;
  margin-left: 5px;
}
.package-content {
  padding: 30px 25px;
}
.package-features {
  list-style: none;
  margin-bottom: 30px;
}
.package-features li {
  padding: 12px 0;
  border-bottom: 1px dashed #eee;
  display: flex;
  align-items: center;
}
.package-features li:last-child {
  border-bottom: none;
}
.package-features i {
  color: #1a6b3c;
  margin-right: 10px;
  font-size: 18px;
}
.package-features .bi.bi-check-circle {
  color: #1a6b3c;
}
.package-features .bi.bi-dash-circle {
  color: #ccc;
}
.package-button {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #1a6b3c;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
}
.package-button:hover {
  background-color: #14482c;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(26, 107, 60, 0.3);
}
.package-hot .package-button {
  background-color: #f0a70a;
}
.package-hot .package-button:hover {
  background-color: #e09900;
}
/* tab切换按钮 */

.btn-tab    {       }
.btn-tab   ul  { margin:30px 0;       }
.btn-tab   ul li  {       }
.btn-tab   ul li a {  padding: 5px 25px;
            background-color: #f0f9f0;
            color: #333;
            border: 2px solid #1a6b3c;
            border-radius: 50px;
            cursor: pointer;
            font-weight: 500;
            transition: all 0.3s;
            display: flex;
            align-items: center; margin:0 10px;        }
.btn-tab   ul li a:hover,.btn-tab ul li a.active {  background-color: #1a6b3c;
            color: white; }

.btn-tab .tab-content {                 }

/*  相册模块  */
.gallery-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
  cursor: pointer;
  margin: 0 0 30px;
}
.gallery-item:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s;
}
.gallery-item:hover .gallery-overlay {
  transform: translateY(0);
}
.gallery-cate {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #1a6b3c;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
}
.gallery-tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
}
.gallery-des {
  font-size: 14px;
  color: #ddd;
  line-height: 1.5;
}

/* PK列表 */

.pk-box-red {
  background-color: #fff5f5;
  border-left: 4px solid #e53e3e;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 0 8px 8px 0;
}
.pk-box-red h6{
  color: #c53030;
}
.pk-box-green {
  background-color:#f0f9f0;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 0 8px 8px 0;
  border-radius: 8px;
}
.pk-box-green h6 {
  color: #333;
}
.pk-box-green h3 i{
  color:#1a6b3c;
} 

/* 数据条  */
.chart-bar {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.chart-label {
  width: 150px;
  font-weight: 500;
}
.chart-bar-container {
  flex: 1;
  height: 30px;
  background-color: #f0f0f0;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.chart-fill {
  height: 100%;
  border-radius: 15px;
  transition: width 1s ease;
}
.chart-fill.before {
  background-color: #e53e3e;
}
.chart-fill.after {
  background-color: #1a6b3c;
}
.chart-value {
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  line-height: 30px;
  color: white;
  font-weight: bold;
}

/* 联系我们 */

.contact-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.contact-card:hover {
  transform: translateY(-10px);
}
.contact-icon {
  font-size: 48px;
  color: #1a6b3c;
  margin-bottom: 25px;
}
.contact-card h3 {
  color: #1a6b3c;
  margin-bottom: 15px;
}
.contact-card p {
  color: #666;
  margin-bottom: 20px;
}
.contact-detail {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}
.contact-detail.phone {
  color: #1a6b3c;
  font-size: 28px;
}
.contact-note {
  font-size: 14px;
  color: #888;
  margin-top: 10px;
}

/* 联系的区域  */
.area-item {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  margin:0 0 20px; 
}
.area-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.area-item i {
  color: #1a6b3c;
  font-size: 30px;
  margin-bottom: 10px;
}
.area-item h4{
  font-size:18px;
  margin:0 0 5px; ;
}


/* 网站地图 */
.sitemap-column {
  flex: 1;
  min-width: 300px;
}
.sitemap-section-title {
  font-size: 22px;
  color: #1a6b3c;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  display: flex;
  align-items: center;
}
.sitemap-section-title i {
  margin-right: 10px;
  color:#f0a70a;
}
.sitemap-list {
  list-style: none;
  margin-bottom: 30px;
}
.sitemap-list li {
  margin-bottom: 12px;
  padding-left: 10px;
  position: relative;
}
.sitemap-list li::before {
  content: '›';
  position: absolute;
  left: -5px;
  color: #1a6b3c;
  font-weight: bold;
}
.sitemap-list a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
  display: inline-block;
  padding: 5px 0;
}
.sitemap-list a:hover {
  color: #1a6b3c;
  transform: translateX(5px);
}
.sitemap-list .current-page {
  color: #1a6b3c;
  font-weight: 600;
}
.sitemap-list .sub-list {
  list-style: none;
  margin-top: 10px;
  margin-left:10px;
}
.sitemap-list .sub-list li {
  margin-bottom: 8px;
  padding-left: 15px;
}
.sitemap-list .sub-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #f0a70a;
}


/* 网站地图 最新文章  */
.recent-articles {
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 10px;
}
.articles-list {
  list-style: none;
}
.articles-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  display: flex;
}
.articles-list li: last-child {
  border-bottom:none;
}
.al-date {
  color: #999;
  font-size: 15px;
  min-width: 80px;
  margin-right: 15px;
  line-height:25px;
}
.al-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
  line-height:25px;
}
.al-title a:hover {
  color: #1a6b3c;
}
/* 流程点 */
.proce-step {
  min-width: 150px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.proce-number {
  background-color: #1a6b3c;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 15px;
  position: relative;
  z-index: 2;
}
.proce-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 60px;
  right: 0;
  height: 2px;
  background-color: #ddd;
   z-index: 1;
}


/* 服务流程 */

.step-content {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  margin:0 0 30px;
}
.step-content: hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.process-step: nth-child(even) .step-content {
  margin-left: auto;
}
.step-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.step-icon {
  width: 70px;
  height: 70px;
  background-color: #f0f9f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}
.step-icon i {
  font-size: 32px;
  color: #1a6b3c;
}
.step-title {
  font-size: 24px;
  color: #1a6b3c;
  font-weight: 600;
}
.step-subtitle {
  color: #f0a70a;
  font-size: 16px;
  margin-top: 5px;
}
.step-description {
  color: #666;
  margin-bottom: 20px;
}
.step-details {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
}
.step-details h4 {
  color: #1a6b3c;
  margin-bottom: 15px;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.step-details h4 i {
  margin-right: 10px;
  color: #f0a70a;
}
.details-list {
  list-style: none;
}
.details-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
  display: flex;
  align-items: flex-start;
}
.details-list li: last-child {
  border-bottom: none;
}
.details-list i {
  color: #1a6b3c;
  margin-right: 10px;
  margin-top: 5px;
}
.step-time {
  background-color: #1a6b3c;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  margin-top: 15px;
}

/* 侧边栏           */
.sidebar-widget     {     
   background-color: #f9f9f9;
   border-radius: 10px;
   padding: 25px;
   margin-top: 30px;
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.widget-title {
  color: #1a6b3c;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0a70a;
  position: relative;
}
.widget-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #1a6b3c;
}

/* 热门文章列表 */
.hot-list-widget {
  list-style: none;
}
.hot-item-widget{
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: flex-start;
}
.hot-item-widget:last-child {
  border-bottom: none;
}
.hot-num-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #1a6b3c;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: 2px;
}
.hot-num-widget.top-3 {
  background-color: #f0a70a;
}
.hot-content-widget h4 {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: normal;
}
.hot-content-widget a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}
.hot-content-widget a:hover {
  color: #1a6b3c;
}
.hot-meta-widget {
  font-size: 13px;
  color: #999;
}
/* 推荐图文 */
.re-list-widget {
  list-style: none;
}
.re-item-widget {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}
.re-item-widget:hover {
  transform: translateY(-5px);
}
.re-item-widget:last-child {
  margin-bottom: 0;
}
.re-img-widget {
  height: 140px;
  overflow: hidden;
}
.re-img-widget img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.re-item-widget:hover .re-img-widget img {
  transform: scale(1.05);
}
.re-info-widget {
  padding: 15px;
}
.re-info-widget h4 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.re-info-widget a {
  color: #1a6b3c;
  text-decoration: none;
}
.re-info-widget a:hover {
  text-decoration: underline;
}
.re-meta-widget {
  font-size: 12px;
  color: #999;
}
/* 侧边栏客服服务模块 */
.service-widget {
  background: linear-gradient(135deg, #1a6b3c 0%, #2a8b5c 100%);
  color: white;
  text-align: center;
  padding: 25px;
  border-radius: 10px;
}
.service-icon-widget {
  font-size: 48px;
  margin-bottom: 15px;
  color: #f0a70a;
}
.service-title-widget {
  font-size: 22px;
  margin-bottom: 10px;
}
.service-desc-widget {
  margin-bottom: 20px;
  font-size: 15px;
  opacity: 0.9;
}
.service-phone-widget {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #f0a70a;
}
.
/* 侧边栏标签云模块 */
.tag-widget {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tag-widget a {
  display: inline-block;
  background-color: white;
  color: #1a6b3c;
  padding:6px 15px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  border: 2px solid #e0e0e0;
  transition: all 0.3s;
  margin:0 5px 10px 0;
}
.tag-widget a:hover {
  background-color: #1a6b3c;
  color: white;
  border-color: #1a6b3c;
}


/*   文章内容页   */
.news-header {

  padding: 20px;
  border-bottom: 1px solid #eee;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.news-category {
  display: inline-block;
  background-color: #1a6b3c;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 15px;
}
.news-title {
  font-size: 32px;
  color: #1a6b3c;
  margin-bottom: 20px;
  line-height: 1.4;
}
.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}
.news-meta i {
  margin-right: 5px;
  color: #1a6b3c;
}
.news-excerpt {
  font-size: 18px;
  color: #666;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 20px 0;
  font-weight: 500;
}
.news-content {
  font-size: 16px;
  padding:30px 0;
}
.news-content p {
  margin-bottom: 25px;
  text-align: justify;
}
.news-content h2 {
  color: #1a6b3c;
  margin: 40px 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0a70a;
}
.news-content h3 {
  color: #1a6b3c;
  margin: 30px 0 15px;
}
.news-content ul, .news-content ol {
  margin-bottom: 25px;
  padding-left: 30px;
}
.news-content li {
  margin-bottom: 10px;
}
.news-content blockquote {
  border-left: 4px solid #1a6b3c;
  background-color: #f0f9f0;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #555;
}
.news-content figure {
  margin: 30px 0;
  text-align: center;
}
.news-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.news-content figcaption {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  font-style: italic;
}
/* 新闻内容数据表格 */
.news-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.news-table th {
  background-color: #1a6b3c;
  color: white;
  padding: 15px;
  text-align: left;
  font-weight: 600;
}
.news-table td {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.news-table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.news-table tr:hover {
  background-color: #f0f9f0;
}
/* 新闻内容重要提示框 */
.news-note {
  background-color: #fff5f5;
  border-left: 4px solid #e53e3e;
  padding: 25px;
  margin: 30px 0;
  border-radius: 0 8px 8px 0;
}
.news-note h4 {
  color: #c53030;
  margin-bottom: 15px;
  font-size: 18px;
}

.news-footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.news-tag {
  background-color: #f0f9f0;
  color: #1a6b3c;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
}
.news-tag:hover {
  background-color: #1a6b3c;
  color: white;
}
.news-share {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.share-label {
  margin-right: 15px;
  font-weight: 500;
  color: #555;
}
.share-buttons {
  display: flex;
  gap: 10px;
}
.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: transform 0.3s;
}
.share-btn: hover {
  transform: translateY(-3px);
}
.share-wechat {
  background-color: #09bb07;
}
.share-weibo {
  background-color: #e6162d;
}
.share-qq {
  background-color: #12b7f5;
}

/* 新闻列表的模块 */
.newsl-block {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
}
.newsl-block:hover {
  transform: translateY(-10px);
}

.newsl-image {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.newsl-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.newsl-block:hover .newsl-image img {
  transform: scale(1.05);
}
.newsl-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #1a6b3c;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  z-index: 2;
}
.newsl-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.newsl-title {
  color: #1a6b3c;
  margin-bottom: 15px;
  line-height: 1.3;
}
.newsl-title a{
  color: #1a6b3c;
  font-size:20px;
}
.newsl-title a:hover{
  color: #f0a70a;
}
.newsl-excerpt {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
  flex: 1;
}
.newsl-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
  color: #888;
  font-size: 14px;
}
.newsl-meta i {
  margin-right: 5px;
  color: #1a6b3c;
}

/*  产品分类 */
.category-card {
  flex: 1;
  min-width: 200px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  cursor: pointer;
  margin: 0 0 30px;
}
.category-image {
  height: 150px;
  overflow: hidden;
}
.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.category-card:hover .category-image img {
  transform: scale(1.1);
}
.category-info {
  padding: 20px;
  text-align: center;
}
.category-info h3 {
  color: #1a6b3c;
  margin-bottom: 10px;
  font-size: 20px;
}
.category-info p {
  color: #666;
  font-size: 15px;
  margin-bottom: 15px;
}
.category-count {
  display: inline-block;
  background-color: #f0f9f0;
  color: #1a6b3c;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
}
/* 产品列表 */
.productl-card {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  position: relative;
  margin:0 0 30px ;
}
.productl-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.productl-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: white;
}
.badge-new {
  background-color: #1a6b3c;
}
.badge-hot {
  background-color: #f0a70a;
}
.badge-sale {
  background-color: #e63946;
}
 .productl-image {
  height: 200px;
  overflow: hidden;
}
.productl-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.productl-info {
  padding: 20px;
}
.productl-category {
  color: #999;
  font-size: 15px;
  margin-bottom: 5px;
}
.productl-name {
  color: #1a3c22;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.4;
  height: 50px;
  overflow: hidden;
}
.productl-name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
  font-size:20px;
}
.productl-name a:hover {
  color: #f0a70a;
}
.productl-rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.productl-stars {
  color: #f0a70a;
  margin-right: 8px;
}
.productl-review-count {
  color: #999;
  font-size: 14px;
}
.productl-description {
  color: #666;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
  height: 40px;
  overflow: hidden;
}
.productl-price {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.productl-curprice {
  font-size: 24px;
  font-weight: 700;
  color: #f0a70a;
  margin-right: 10px;
}
.productl-oriprice {
  font-size: 16px;
  text-decoration: line-through;
  color: #999;
}
.productl-actions {
  display: flex;
  gap: 10px;
}
.productl-btn-cart, .productl-btn-view {
  flex: 1;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.productl-btn-cart {
  background-color: #1a6b3c;
  color: white;
  border: none;
}
.productl-btn-cart:hover {
  background-color: #14482c;
}
.productl-btn-view {
  background-color: white;
  color: #1a6b3c;
  border: 1px solid #1a6b3c;
}
.productl-btn-view:hover {
  background-color: #f0f9f0;
}
/*  产品套餐列表  */
.featured-card {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
}
.featured-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.featured-image {
  height: 200px;
  overflow: hidden;
}
.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.featured-card:hover .featured-image img {
  transform: scale(1.1);
}
.featured-content {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.featured-content h3 a{
  color: #1a6b3c;
  margin-bottom: 10px;
  font-size: 20px;
  text-decoration: none;
}
.featured-content h3 a:hover{
  color: #f0a70a;
}
.featured-content p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 15px;
  flex: 1;
}
.featured-price {
  color: #f0a70a;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
/*  标签内容列表 */

.tagl-item {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: transform 0.3s;
  border-left: 5px solid #1a6b3c;
}
.tagl-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #f0a70a;
}
.tagl-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.tagl-type {
  display: inline-block;
  padding: 6px 15px;
  background-color: #f0f9f0;
  color: #1a6b3c;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.tagl-date {
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
.tagl-item h3 {
  color: #1a6b3c;
  margin-bottom: 15px;
}
.tagl-item h3 a {
  color: #1a6b3c;
  text-decoration: none;
  transition: color 0.3s;
  font-size:20px;
}
.tagl-item h3 a:hover {
  color: #f0a70a;
}
.tagl-excerpt {
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}
.tagl-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.tagl-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tagl-tag {
  display: inline-block;
  padding: 5px 12px;
  background-color: #f8fdf8;
  color: #1a6b3c;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s;
}
.tagl-tag:hover {
  background-color: #1a6b3c;
  color: white;
}
.tagl-url { color:#1a6b3c; font-size:14px;word-break:break-all;  }


/* 热门标签云 */
.tags-cloud {
  background-color: #f8fdf8;
  border-radius: 10px;
  padding: 50px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.tag-cloud-item {
  display: inline-block;
  margin: 8px 10px;
  padding: 12px 24px;
  background-color: white;
  border-radius: 50px;
  text-decoration: none;
  color: #1a6b3c;
  font-weight: 500;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  border: 2px solid #e0f0e5;
}
.tag-cloud-item:hover {
  background-color: #1a6b3c;
  color: white;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(26, 107, 60, 0.2);
  border-color: #1a6b3c;
}
/* 标签尺寸等级 */
.tag-size-1 {
  font-size: 14px;
  padding: 8px 16px;
}
.tag-size-2 {
  font-size: 16px;
  padding: 10px 20px;
}
.tag-size-3 {
  font-size: 18px;
  padding: 12px 24px;
}
.tag-size-4 {
  font-size: 20px;
  padding: 14px 28px;
}
.tag-size-5 {
  font-size: 22px;
  padding: 16px 32px;
}

/* 标签分类 */
.tagbox-card {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  border-top: 5px solid #1a6b3c;
  margin:0 0 30px;
}
.tagbox-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.tagbox-header {
  background-color: #f0f9f0;
  padding: 25px;
  border-bottom: 1px solid #e0f0e5;
}
.tagbox-header h3 {
  color: #1a6b3c;
  font-size: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.tagbox-header h3 i {
  margin-right: 12px;
  color: #f0a70a;
}
.tagbox-header p {
  color: #666;
  line-height: 1.6;
}
.tagbox-tags {
  padding: 25px;
}
.tagbox-list {
  list-style: none;
  margin-bottom: 20px;
}
.tagbox-list li {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tagbox-list a {
  color: #1a6b3c;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.tagbox-list a:hover {
  color: #f0a70a;
}
.tagbox-count {
  background-color: #f0f9f0;
  color: #1a6b3c;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}
.tagbox-view {
  display: inline-block;
  color: #1a6b3c;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  padding-bottom: 3px;
}
.tagbox-view:hover {
  color: #f0a70a;
  border-bottom-color: #f0a70a;
}

/* tag字母索引导航 */
.tagbox-alphabet {
  background-color: #f8fdf8;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 60px;
  text-align: center;
}
.tagbox-alphabet h3 {
  color:#1a6b3c;
  text-align: center;
  margin:0 0 25px ;
  font-size:20px;
}
.tagbox-alph {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.tagbox-alph a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: white;
  color: #1a6b3c;
  border-radius: 50%;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  border: 2px solid #e0f0e5;
}
.tagbox-alph a:hover,.tagbox-alph a.active {
  background-color: #1a6b3c;
  color: white;
  border-color: #1a6b3c;
  transform: translateY(-3px);
}
/* tag more */
.taghight {   
background-color: white;
border-radius: 10px;
padding: 25px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
transition: transform 0.3s;
display: flex;
align-items: center;           
}
.taghight:hover {
transform: translateY(-10px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.tagicon {  
width: 60px;
height: 60px;
background-color: #f0f9f0;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 20px;
flex-shrink: 0;       
}
.tagicon i {
font-size: 24px;
color: #1a6b3c;
}
.taginfo {

}    
.taginfo h4 {
color: #1a6b3c;
margin-bottom: 8px;
font-size: 18px;
}
        
.taginfo h4 a {
color: #1a6b3c;
text-decoration: none;
}
        
.taginfo h4 a:hover {
color: #f0a70a;
}
     
.taginfo p {
color: #888;
font-size: 14px;
        }


/* 分页 */
.pagination {
  display: flex;
  justify-content: center;
  gap:0px;
  margin-top: 60px;
}
.pagination b {
  display: inline-block;
  background-color:#1a6b3c;
  color:#fff;
  padding: 0 15px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
}
.pagination a {
  display: inline-block;
  padding: 0 15px;
  line-height: 40px;
  text-align: center;
  background-color: #f0f9f0;
  color: #333;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s;
}
.pagination a.active, .pagination a:hover {
  background-color: #1a6b3c;
  color: white;
}
.pagination a.disabled {
  background-color: #f5f5f5;
  color: #ccc;
  cursor: not-allowed;
}

/* 案例页面  */
.case-overview {        }

.case-baseinfo { 

}
.case-baseinfo h3 { 
  color:#1a6b3c;
  margin-bottom:20px;
 }
.case-baseinfo ul { list-style: none;
 }
.case-baseinfo li {
  padding: 12px 0; 
  border-bottom: 1px solid #eee; 
 }
.case-summary { 
  background-color: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); 
  min-height:350px;   
}
.case-summary  h3 {
  color:#1a6b3c;
  margin-bottom:20px;
}

/* 商品页面 */
.product-slide {
  }
.product-slide img {
  max-width:100%;
  }
.product-slide .tab-content .tab-pane{
  width:100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin:0 0 15px; 
  }
.product-slide ul li {
  display:inline-block;
  width:23%;
   margin:0 10px 0 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.product-slide ul li a{ 
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s;
  width:100%;
  height:100%;
  display: block;
  border-radius: 10px;
  }
.product-slide ul li a.active {
  border: 2px solid #1a6b3c;
}
.product-info {
  padding: 20px 0;
}
.product-title {
  font-size: 28px;
  color: #1a3c22;
  margin-bottom: 10px;
  line-height: 1.3;
}
.product-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}
.product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.product-stars {
  color: #f0a70a;
  margin-right: 10px;
}
.product-count {
  color: #666;
  font-size: 14px;
}
.product-price {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f0f9f0;
  border-radius: 8px;
}
.product-oriprice {
  font-size: 20px;
  text-decoration: line-through;
  color: #999;
  margin-bottom: 5px;
}
.product-curprice {
  font-size: 36px;
  font-weight: 700;
  color: #f0a70a;
  margin-bottom: 10px;
}
.product-unit {
  font-size: 18px;
  margin-left: 5px;
}
.product-badge {
  display: inline-block;
  background-color: #e63946;
  color: white;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
}
.product-feature {
 margin:0 0 30px;
}
.product-feature h3{
  color:#1a6b3c;
  margin:0 0 15px; ;
}
.product-feature li{
  border-bottom:1px dashed #eee;
  padding: 12px 0;
  list-style:none;
}
/*商品描述页面*/
.product-newstext {
   font-size: 16px;
   line-height: 1.7;
}
.product-newstext h3 {
   color: #1a6b3c;
   margin-bottom: 15px;
}     
.product-newstext p {
   margin-bottom: 15px;
}

.product-tab {
}
.product-tab .tab-content { 
    margin: 20px 0;
 }

.product-tab ul {
    border-bottom: 3px solid #eee;
    margin-bottom: 5px;
}

.product-tab ul li a{
  padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
    display:inline-block;
    text-decoration: none;
}
.product-tab ul li a.active {
   color:#1a6b3c;
   border-bottom-color: #1a6b3c ;
}

.product-specstable  { 
   width:100%;
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
   background: #fff;
   border-radius: 8px;
   border-collapse:collapse;
   overflow:hidden;
 }
.product-specstable tr { 
  border-bottom:1px solid #eee 
}

.product-specstable tr:last-child {
  border-bottom: none;
}
.product-specstable td {
  padding: 15px 20px;
}
.product-specstable td:first-child {
  font-weight: 600;
  color: #333;
  width: 200px;
  background-color: #f9f9f9;
}

.product-reviews {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.product-ratsummary {
  display: flex;
  align-items: center;
  gap: 20px;
}
.product-average {
  text-align: center;
}
.product-average .product-score {
  font-size: 48px;
  font-weight: 700;
  color: #1a6b3c;
}
.product-average .product-stars {
  font-size: 20px;
  margin-top: 5px;
}
.product-review-btn {
  padding: 12px 25px;
  background-color: #1a6b3c;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.product-review-btn:hover {
  background-color: #14482c;
}

/* 视频列表  */
.videol-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  margin:0 0 30px;
}
.videol-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.videol-thumb {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.videol-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.videol-card:hover .videol-thumb img {
  transform: scale(1.05);
}
.videol-playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(240, 167, 10, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 36px;
  cursor: pointer;
  transition: all 0.3s;
}
.videol-playbtn:hover {
  background-color: rgba(26, 107, 60, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}
.videol-duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 12px;
}
.videol-category {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #1a6b3c;
  color: white;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 12px;
}
.videol-content {
  padding: 20px;
}
.videol-title a{
  font-size: 20px;
  color: #1a6b3c;
  margin-bottom: 10px;
  line-height: 1.4;
  text-decoration: none;
}
.videol-title a:hover{
  color:#f0a70a;
}
.videol-meta {
  display: flex;
  justify-content: space-between;
  color: #999;
  font-size: 14px;
  margin-bottom: 15px;
}
.videol-des {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.videol-watchbtn {
  display: inline-block;
  background-color: #1a6b3c;
  color: white;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
  border: 2px solid #1a6b3c;
  text-align: center;
  width: 100%;
}
.videol-watchbtn:hover {
  background-color: white;
  color: #1a6b3c;
}


/* 视频内容页面  */
.video-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.video-category {
  display: inline-block;
  background-color: #1a6b3c;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 15px;
}
.video-title {
  font-size: 32px;
  color: #1a6b3c;
  margin-bottom: 20px;
  line-height: 1.4;
}
.video-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}
.video-meta i {
  margin-right: 5px;
  color: #1a6b3c;
}
/* 视频分享 */
.video-share {
  display: flex;
  align-items: center;
  margin: 30px 0;
  padding: 20px;
  background-color:#f9f9f9;
  border-radius: 10px;
}
.share-label {
  margin-right: 15px;
  font-weight: 500;
  color: #555;
}
.share-buttons {
  display: flex;
  gap: 10px;
}
.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: transform 0.3s;
}
.share-btn:hover {
  transform: translateY(-3px);
}
.share-wechat {
  background-color: #09bb07;
}
.share-weibo {
  background-color: #e6162d;
}
.share-qq {
  background-color: #12b7f5;
}

/* 门店信息面板  */
.info-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  margin: 0 0 30px;
}
.info-card:hover {
  transform: translateY(-10px);
}
.card-header {
  padding: 25px 25px 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.card-icon {
  font-size: 36px;
  color: #1a6b3c;
  margin-right: 15px;
}
.card-title {
  font-size: 22px;
  color: #1a6b3c;
  font-weight: 600;
}
.card-content {
  padding: 25px;
}
.card-content ul {
  list-style: none;
  padding: 0;
}
.card-content li {
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}
.card-content li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #1a6b3c;
  font-weight: bold;
}

/*门店地图地址*/
.mapcontact-box { 
  border-radius:10px; 
  background:#f0f9f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;       
}
.mapcontact-header { 
  background:#1a6b3c; 
  color:#fff; 
  padding:20px;
  display: flex;
  line-height: 20px;          
}
.mapcontact-header i {
  color:#f0a70a;
  font-size:24px;
  margin:0 10px 0 0;
}
.mapcontact-header h2 {
  font-size:20px;
}
.mapcontact-map {    }
.mapcontact-info {  
  padding: 30px; 
}
.mapcontact-item {
  margin:0 0 20px; 
  font-size:16px;
}
.mapcontact-item h4  {
  font-weight:bold;
  font-size:18px;
  color:#1a6b3c;
}

.mapcontact-item h4 i {
  font-weight:bolder; 
  font-size:32px;
  margin:0 15px 0 0;
}
.mapcontact-item p {
  margin:0 0 0 50px ;
}

/* 底部样式 */
footer {
    background-color: #1a3c22;
    color: white;
    padding: 60px 0 30px;
}
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-column {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
}
.footer-column h3 {
    color: #f0a70a;
    margin-bottom: 20px;
    font-size: 20px;
}
.footer-links {
    list-style: none;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-links a: hover {
    color: #f0a70a;
}
.copyright {
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #aaa;
    font-size: 14px;
}