        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
            max-width: 1280px;
  margin: 0 auto;
        }
      .container {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 0 10px;
}

        section {
            padding: 10px;
            background: #fff;
            margin: 20px 0;
			max-width: 1280px;
  margin: 0 auto;
        }
        footer {
            text-align: center;
            background: #2c3e50;
            color: #fff;
        }


        @media (max-width: 600px) {
            header h1 {
                font-size: 20px;
            }
            section h2 {
                font-size: 18px;
            }
            body {
                font-size: 18px;
            }
        }
        
        
          @media (max-width: 921px) {      
        
        .servce {
  padding: 20px !important;
  width: 100% !important;
  float: left;
}
          }       
        
        
        
        
        
        
        
        
        .m-navbar li a > i {
  margin-bottom: 0;
  display: block;
  font-size: 20px;
}
.fa, .fas {
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.logo.regular {
  max-height: 60px !important;min-width: auto !important;
}
 /* 响应式调整 */
            html {font-size:1.2em;}
              .taiji-header {
    /* 这里你可以设置一个更适合手机端的背景图，或者调整背景尺寸和高度 */
    background-size: cover; /* 或者尝试其他尺寸，比如100% 100%（但可能会导致拉伸） */
    min-height: auto; /* 移除或调整最小高度 */
    height: auto; /* 或者设置一个更适合手机端的高度，比如100vh */
  }
li{list-style:none;}
        /* 太极头部 */
        .taiji-header {

        }
.bagua-border {
  max-width: 1280px;
  margin: 0 auto;
}
.headerbao {
  text-align: center;
  border-radius: 12px;
  margin: 30px 0;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  margin: 10px auto 30px auto;
border: 2px solid #dbdbdb;
}
.cta-button {
  display: inline-block;
  padding: 10px 40px;

  color: white;
  text-decoration: none;
  border-radius: 28px;

  transition: transform 0.3s, box-shadow 0.3s;
  margin-top: 20px;
  background-color: #c49303;
}
        /* 快速入口 */
        .quick-access {
            padding: 2rem;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1.5rem;
            background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M0 50Q50 0 100 50Q50 100 0 50" fill="%23a58e7466"/></svg>');
        }

        .access-card {
            text-align: center;
            padding: 1.5rem;
            background: rgba(255,255,255,0.9);
            border-radius: 10px;
            box-shadow: 0 3px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .access-card:hover {
            transform: translateY(-5px);
        }
        /* 课程体系 */
.dao-course-system {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 2rem;

}
        .course-card {
            background: rgba(255,255,255,0.95);
            border: 3px solid var(--tao-brown);
            padding: 1.5rem;
            position: relative;
            break-inside: avoid;
        }
        ul {
  padding-left: 0rem !important;
}
/* 数字看板 */
        .stats-board {
            display: flex;
            justify-content: space-around;
            padding: 2rem;

            color: #ccc;
            flex-wrap: wrap;
        }

        .stat-item {
            text-align: center;
            margin: 1rem;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 300;
            letter-spacing: 2px;
        }

 
                 .nav-item {
            padding: 0.8rem 2rem;
            border: 1px solid var(--accent-color);
            border-radius: 30px;
            cursor: pointer;
            transition: all 0.3s ease;
            white-space: nowrap;
            font-size: 1.2em;
        }       /* 移动端适配 */
        @media (max-width: 768px) {
            .taiji-header h1 {
                font-size: 2.5rem !important;
                top: 30% !important;
            }
            .taiji-header p {
                font-size: 1rem !important;
                top: 45% !important;
            }
            
            .dao-course-system {
                grid-template-columns: 1fr;
                padding: 1rem;
            }
            
            .course-card[style*="grid-column:1/-1"] div {
                columns: 1 !important;
            }
            
            .course-card::before {
                font-size: 2rem;
            }

        }
        
        /* 仙鹤装饰适配 */
        @media (max-width: 480px) {
            img[alt="仙鹤"] {
                display: none;
            }
        }
        section{
  max-width: 1280px;
  margin: 0 auto;
}

.course-nav{
  max-width: 1280px;
  margin: 0 auto;
}
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Microsoft YaHei', '仿宋', sans-serif;
        }


        /* 课程导航 */
        .course-nav {
            display: flex;
            gap: 1rem;
            padding: 1rem;
            overflow-x: auto;
            margin-bottom: 2rem;
        }



        .nav-item.active {
            background: var(--accent-color);
            color: white;
        }

        /* 课程分类 */

        .category-title {
            font-size: 1.8rem;
            margin-bottom: 1.5rem;
            padding-left: 1rem;
            border-left: 5px solid var(--accent-color);
        }

        /* 课程卡片 */
        .course-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .course-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .course-card:hover {
            transform: translateY(-5px);
        }

        .card-header {
            background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
            padding: 1.5rem;
            color: white;
        }

        .card-body {
            padding: 1.5rem;
        }

        .course-tag {
            display: inline-block;
            padding: 0.3rem 0.8rem;
            background: var(--light-bg);
            border-radius: 15px;
            margin: 0.5rem 0;
            font-size: 0.9em;
            color: black;
        }

        /* 进阶指示器 */
        .progress-bar {
            height: 4px;
            background: #eee;
            margin: 1rem 0;
            position: relative;
              max-width: 1280px;
  margin: 0 auto;
        }

        .progress-indicator {
            height: 100%;
            background: var(--accent-color);
            width: 33%;
            transition: width 0.5s ease;
        }

        @media (max-width: 768px) {
            .category-title {
                font-size: 1.5rem;
            }

            .course-grid {
                grid-template-columns: 1fr;
            }
                    .nav-item {
            padding: 0.4rem 1rem;
            border: 1px solid var(--accent-color);
            border-radius: 30px;
            cursor: pointer;
            transition: all 0.3s ease;
            white-space: nowrap;
            font-size: 0.8em;
        }
        }
        
        .dao-course-system {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 2rem;
}
.course-card:hover {
  transform: translateY(-5px);
}
.course-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.course-card {
  background: rgba(255,255,255,0.95);
  border: 3px solid var(--tao-brown);
  padding: 1.5rem;
  position: relative;
  break-inside: avoid;
}
.home-overview {
  position: relative;
  background-color: #313131;
}
.article-header .post-title {
  text-align: center;
  padding: 20px;
}
@media (min-width:1021px) {
    .side-for-pc {
        display: block;
    }
    .side-for-mobile {
        display: none;
    }
    .side-for-pc {
  position: fixed;
  right: 20px;
  top: 15%;
  z-index: 1000;
  border-bottom: 0;
  text-align: center;
  border: 1px solid #005be3;
  padding: 15px 20px 0px 20px;
  background-color: #fff;
}
    
}
 
/* 针对移动端（屏幕宽度小于768px） */
@media (max-width: 1020px) {
    .side-for-pc {
        display: none;
    }
    .side-for-mobile {
        display: block;
    }
}


/*证书查询*/
#cert-query-form {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
}

#cert-query-form div {
    margin-bottom: 15px;
}

#cert-query-form label {
    display: block;
    margin-bottom: 5px;
}

#query-result {
    margin-top: 20px;
    padding: 15px;
}

.success {
    background: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}

.error {
    background: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
}

.form-group{
  padding: 15px 0px;
}
label {
  display: inline-block;
  width: 120px;
}
.zhengshu{
  margin-left: 20px;
  position: relative;
  border: 1px solid #ddd;
  padding: 60px 30px;
  max-width: 950px;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 1.5rem !important;
  }
}

.lingyu {
    font-family: Arial, sans-serif;
    padding: 20px;
    background-color: #f9f9f9;
  }

  .lingyu h2 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid #ff5512;
    padding-bottom: 15px;
    padding-top: 30px;
    font-weight: bold;
  }

  .lingyu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .lingyu li {
    padding: 5px;
    margin: 5px 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-size: 15px;
    text-align: center;
  }

  li:hover {
    background-color: #f0f0f0;
  }

  .lingyu {
    background-color: #fff;
    border: none;
  }

  /* 网格布局 */
  .lingyu > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 5px 10px;
  }
.lingyuxiao{text-align: center; font-size: 0.85em !important;font-weight: bold;color: #333;}
  /* 自适应屏幕 */
  @media (max-width: 768px) {
    .lingyu > ul {
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }

    h2 {
      font-size: 1.3em;
    }

    li {
      padding: 8px;
      font-size: 0.9em;
    }
	.headerbao {padding: 10px 20px;}
  }

 @media (min-width: 769px) {
	.headerbao {padding: 60px 20px;}
	background: #f8fff5;
  }



  @media (max-width: 480px) {
    .lingyu > ul {

    }

    h2 {
      font-size: 1.2em;
    }

    li {
      padding: 6px;
      font-size: 0.85em;
    }
  }
  
  
  
.containertop {
  max-width: 1280px;
  margin: 0 auto;
}

.xi_bt {
margin: 1em 0 0.5em 0;
  text-align: center;
  font-size: 1.5em;
  color: #005be3;
}
#fanglist{  display: block;
  text-align: center;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.1em;
  color: #005be3;
  font-weight: bold;}
.xi_bt b {
  font-size: 2.2rem;
  color: var(--primary-blue);
  display: block;
  margin-bottom: 0.8rem;
}

.xi_bt a {
  background: var(--accent-orange);
  color: white!important;
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
  font-size: 0.9rem;
  margin-left: 1rem;
  transition: all 0.3s;
}

.xi_bt a:hover {
  background: #e65c00;
  transform: translateY(-2px);
}

.xi_bt span {
  display: block;
  color: #005be3;
  margin-top: 0.8rem;
  font-size: 0.95rem;
}

/* 服务项目适配 */
.demand-ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.2rem;
}

.demand-ul li {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}

.demand-ul li:hover {
  transform: translateY(-5px);
}

.info  {
padding: 0 2em 2em 2em;
}

.demand-ul .ico {
  width: 100%;
  background: var(--primary-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.demand-ul .ico img {
  width: 50%;
  height: auto;
  padding: 40px 0px 0px 0px;
}

.demand-ul h4 {
  color: var(--primary-blue);
  font-size: 1.1rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.demand-ul p {
  color: var(--text-dark);
  font-size: 0.8rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .container {

  }
  
  .xi_bt b {
    font-size: 1.8rem;
  }
  
  .xi_bt a {
    display: block;
    margin: 1rem 0 0;
    width: fit-content;
  }
  
  .demand-ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .demand-ul a {
    padding: 1.5rem;
  }
}


.photo.content {
  max-width: 1280px;
}

.photo_t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 0 0.5rem;
}

.photo_t p {
  font-size: 1.8rem;
  color: var(--primary-blue);
  margin: 0;
  font-weight: 600;
}

.photo_t span {
  color: var(--accent-orange);
  font-size: 1rem;
  cursor: pointer;
  transition: opacity 0.3s;
}

.photo_t span:hover {
  opacity: 0.8;
}

.qyxc-slider-box3 ul {
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 1.5em 0.5em;
  padding: 0;
  list-style: none;
}
.qyxc-slider-box5 ul {
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5em 0.5em;
  padding: 0;
  list-style: none;
}


.lingyu {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 15px;
  border-bottom: 2px solid #005be3;
  padding-bottom: 15px;
}
.qyxc-slider li {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.qyxc-slider li:hover {
  transform: translateY(-5px);
}

.qyxc-slider li > div {
  display: block;
  height: 100%;
}

.qyxc-slider img {
  width: 100%;
  padding:10px; 
  object-fit: cover;
  border-bottom: 2px solid var(--accent-orange);
}

.qyxc-slider span {
  display: block;
  padding: 1rem;
  color: var(--text-dark);
  font-size: 0.85em;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 768px) {
  .photo_t p {
    font-size: 1.4rem;
  }
  
  .qyxc-slider ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .qyxc-slider img {

  }
}

@media (max-width: 480px) {
  .qyxc-slider ul {
    grid-template-columns: 1fr;
  }
}

   /* 重置模块内样式 */
        .zhengshu-module-2024 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        /* 折叠容器 */
        .zhengshu-module-2024 .zs-list-container {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            margin: 20px 0;
            overflow: hidden;
        }

        /* 初始状态 */
        .zhengshu-module-2024 .zs-first-list {
            max-height: 300px;
            overflow: hidden;
            transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        /* 展开状态 */
        .zhengshu-module-2024 .zs-expanded {
            max-height: 5000px !important;
        }

        /* 展开按钮 */
        .zhengshu-module-2024 .zs-toggle-button {
            width: 100%;
            padding: 12px;
            background: #f8f9fa;
            border: none;
            border-top: 1px solid #eee;
            color: #666;
            cursor: pointer;
            font-size: 14px;
            transition: background 0.3s;
        }
        .zhengshu-module-2024 .zs-toggle-button:hover {
            background: #f1f3f5;
        }
        .zhengshu-module-2024 .zs-toggle-button::after {
            content: "▼";
            margin-left: 8px;
            font-size: 12px;
        }
        .zhengshu-module-2024 .zs-expanded .zs-toggle-button::after {
            content: "▲";
        }

        /* 列表样式 */
        .zhengshu-module-2024 ul {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
            gap: 10px;
            padding: 15px;
            margin-bottom: 10px !important;
        }
        .zhengshu-module-2024 li {
            padding: 8px 12px;
            background: #fff;
            border-radius: 4px;
            font-size: 14px;
            text-align: center;
        }
        .zhengshu-module-2024 .lingyuxiao {

        }
        
           .zhengshu-module-2024 .zs-list-wrapper {
        max-height: 192px;
        overflow: hidden;
        transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* 新增折叠容器父级样式 */
    .zhengshu-module-2024 .zs-collapse-parent {
        margin-bottom: 25px;
    }
.zs-list-container h2 {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 15px;
  border-bottom: 2px solid #00b378;
  padding-bottom: 15px;
  padding-top: 20px;
  font-weight: bold;
  padding-left: 20px;
  width: 240px;
}
        /* 移动端适配 */
        @media (max-width: 768px) {
            .zhengshu-module-2024 ul {
                grid-template-columns: 1fr;
            }
            .zhengshu-module-2024 .zs-first-list {
                max-height: 250px;
            }
        }    

 @media (min-width: 921px) {
.m-button{display:none;}
.copyRights{margin-bottom:20px !important;}
}



.mb-4{color:#000;font-size: 0.9em !important;}
.mb-0{color:#000 !important;font-size: 0.7em !important;font-weight: normal;}
@media (max-width: 767.98px) {
  .site-footer {
    margin-bottom: 70px !important;
  }
}
.shenfooter {
  background-color: #fff;
  width: 100%;
  padding: 20px 25px;
  border-left: 15px solid var(--ri-body-bg);
  border-right: 15px solid var(--ri-body-bg);
}
.shenfooter p{margin-bottom:0rem;line-height: 35px;font-size: 0.9em;}
.wp-block-heading{font-size:1em;font-weight: bold;}
.servce {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
  padding: 25px !important;
  transition: transform 0.3s ease;
}

.servce:hover {
    transform: translateY(-5px);
}

.servce h2 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #005be3;
}

.servce p {
  color: #000;
  line-height: 1.8;
  font-size: 0.95rem;
}

.servce li {
  list-style: none;
  padding: 2px 0;
    padding-left: 0px;
  color: #000;
  font-size: 0.8rem;
  position: relative;
  padding-left: 20px;
}

.servce li:before {
    content: "•";
    color: #3498db;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
    line-height: 1;
}



/* 响应式布局 */
@media (min-width: 768px) {
    .container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

@media (min-width: 992px) {
    .container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 1200px) {
    .container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 移动端优化 */
@media (max-width: 767px) {
    .servce {
        margin-bottom: 20px;
    }
    
    .servce h2 {
        font-size: 1.3rem;
    }
    
    .servce li {
        font-size: 0.85rem;
    }
}











.navbar{padding: 20px;text-align: center;}
.navbar p {font-size: 2em;font-weight: bold;}


.footer2 ul .li2{width:50%;}
.footer2 ul li a:hover{color:#8b2be4;letter-spacing:1.1px;}
.footer2 ul li p a{color:#8c7911;line-height:15px;padding:15px;}
.footer2 ul li p a:hover{color:#8b2be4;letter-spacing:1.1px;}
.copyRights{height: 60px;margin-bottom:100px;font-size: 13px;text-align: center;color: #a4a4a4;}
a{text-decoration: none;}
.wangdian{background: #fff;padding-bottom: 20px;}
.wangdian li {
  float: left;
  padding: 10px 10px;
  font-size: 0.9em;
}

#fuwuxiangmu1{font-size: 1.3em;
  font-weight: bold;}
ul {list-style: none;
  padding: 0px 15px !important;}
h2 {font-weight: bold;}
h3 {font-weight: bold;}
  
  
  
  
@media screen and (min-width: 681px){  
.shiwangdian li {
font-size: 0.9em;
    padding: 0px 5px;
    border-bottom: 1px dashed #ccc;
    margin: 5px 5px;
    text-align: center;
}
.headerbao h3{font-weight:bold;}






}
@media screen and (max-width: 680px){
.shiwangdian li {
font-size: 0.85em;
    padding: 0px 5px;
    border-bottom: 1px dashed #ccc;
    margin: 0 5px;
    text-align: center;
}
.headerbao h3{font-weight:bold;padding:20px;}





}



        body {
            font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 5px;
        }

        .header {
            text-align: center;
            padding: 40px 0 10px 0px;
            background: linear-gradient(135deg, #ff9b43, #c14d07);
            color: white;
            border-radius: 12px;
            margin-bottom: 30px;
        }

        .header h1 {
            font-size: 2.5em;
            margin: 0;
            letter-spacing: 2px;
            font-weight: bold;
        }

        .section-title {
            color: #005be3;
            border-left: 4px solid var(--accent-color);
            padding-left: 15px;
            margin: 40px 0 25px;
            font-size: 1.4em !important;
            font-weight: bold;

        }

        .card-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin-bottom: 40px;
        }

        .card {
            background: white;
            padding: 25px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        .card h3{font-size:1.1em;font-weight:bold;}
        .card p{font-size:0.9em;}
        .process-step h3{font-size:1.1em;font-weight:bold;}
        .process-step p{font-size:0.9em;}
        
        .feature-item h3{font-size:1.1em;font-weight:bold;}
        .feature-item p{font-size:0.9em;}
         .cert-sample h3{font-size:1.1em;font-weight:bold;}
        
        
        .card:hover {
            transform: translateY(-5px);
        }

        .value-point {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .value-point i {
            font-size: 1.8em;
            color: var(--accent-color);
            margin-right: 15px;
            min-width: 40px;
        }

        .process-steps {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .process-step {
            width: 23%;
            text-align: center;
            padding: 20px;
            background: var(--secondary-color);
            border-radius: 8px;
            margin-bottom: 20px;
        }

        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
        }

        .feature-item {
            padding: 20px;
            background: white;
            border: 1px solid #e9ecef;
            border-radius: 8px;
        }

        .cert-sample {
            background: #f8f9fa;
            padding: 30px;
            text-align: center;
            border-radius: 8px;
            margin: 40px 0;
        }
.cert-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-bottom: 3px solid #f0f3f8;
}
        .cta-button {
            display: inline-block;
            background: var(--accent-color);
            color: white !important;
            padding: 15px 40px;
            border-radius: 25px;
            text-decoration: none;
            transition: background 0.3s;
            margin: 20px 0;
        }

        .cta-button:hover {
            background: #e55a2b;
        }

        @media (max-width: 768px) {
            .process-step {
                width: 48%;
            }
            
            .header h1 {
                font-size: 1.3em;
                font-weight: bold;
            }
			.header p{padding: 20px;font-size: 1em;}
        }
        
        
 
@media (max-width:640px) {
.quanguo li {width: 49%;}
.tit strong {
  font-size: 25px !important;
  display: block;
  font-weight: normal;
  padding: 10px 0;
}
.quanguo li {
  margin-top: 10px !important;
}
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
.quanguo li {width: 33%;}
}

@media (min-width: 1201px) {
.quanguo li {width: 185px;margin: 30px 5px;}
}
.tit {
  width: 100%;
  background-size: auto;
  text-align: center;
  color: #242f35;
}
.quanguo{display:flex; flex-flow: row wrap; justify-content: space-between;}
.quanguo li{height: 150px; border: 2px solid #00b378; border-radius: 10px; overflow: hidden; margin-top: 20px; display: flex; flex-flow: column; justify-content: center; align-items: center; transition: all 0.6s linear;}
.quanguo li a{width:90%; height: 90%; font-size:20px;  color: #fff; border-radius: 10px; display:flex; flex-direction: column; justify-content: center; align-items: center; }
.quanguo li p{width:50px; height: 50px; background: url(beian.png) center center no-repeat; background-size:50px 50px;}
.quanguo li:hover{background:#00b378;}
.quanguo li:hover a{color:#242f35;}
.quanguo li:hover p {
  background: url(beian-1.png) center center no-repeat;
    background-size: auto;
  background-size: 50px 50px;
}
.quanguo  span{color: #000;font-size: 0.85em;}
.tit strong {
  font-size: 30px;
  display: block;
  font-weight: normal;
padding: 120px 0 20px 0px;
}
.tit p {
  font-size: 16px;
  color: #666;
}
ul {
  margin: 0px !important;
  padding: 0px !important;
}
.quanguo {
  background-color: #fff;
  border: none;
  padding: 0 10px;
}
.quanguo h2 {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 15px;
  border-bottom: 2px solid #00b378;
  padding-bottom: 15px;
  padding-top: 30px;
  font-weight: bold;
}
/* 新增样式 */
.longtail-section {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}
.longtail-section h3{padding:20px;}
.keyword-tags .tag {
  display: inline-block;
  margin: 5px;
  padding: 8px 15px;
  background: #ececec;
  border-radius: 20px;
  font-size: 13px;
}

.case-keywords p {
    color: #666;
    padding: 15px;
    background: #fff;
    border-left: 4px solid #00b378;
    margin: 20px 0;
}

.footer-keywords ul {
    columns: 2;
    list-style: none;
    padding: 0;
}
.footer-keywords li {
    padding: 5px 0;
}
.value-point img{width:60px;margin-right: 20px;}
.longtail-section h2 {
  font-size: 1.8rem;
  color: #005be3;
  text-align: center;
  margin: 0 0 1rem 0;
  padding: 1rem 0;
  border-bottom: 3px solid #005be3;
  position: relative;
  letter-spacing: 1.5px;
}
.breadcrumb{padding: 5px 0px 5px 20px;font-size:15px;}
.breadcrumb img{width:15px;margin-right: 5px;}
.list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px 0px -20px 0px;
}
.list li {
  flex: 1 0 calc(10% - 10px);
  max-width: calc(10% - 10px);
  box-sizing: border-box;
}
.list li a {
display: block;
  text-decoration: none;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 0px;
  text-align: center;
  transition: background-color 0.3s ease;
  font-size: 14px;
}
@media (max-width: 1200px) {
    .list li {
        flex: 1 0 calc(25% - 10px); /* 每行显示 4 个列表项 */
        max-width: calc(25% - 10px);
    }
}

@media (max-width: 992px) {
    .list li {
        flex: 1 0 calc(33.333% - 10px); /* 每行显示 3 个列表项 */
        max-width: calc(33.333% - 10px);
    }
}

@media (max-width: 768px) {
    .list li {
        flex: 1 0 calc(50% - 10px); /* 每行显示 2 个列表项 */
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 576px) {
  .list li {
    flex: 1 0 33.33%;
    max-width: 33.33%;
  }
}

.site-footer {
  text-align: center;
  font-size: 13px;
  color: #777;
  margin-bottom: 30px;
  line-height: 25px;
}
@media (min-width: 769px) {
   #footerm {display: none;}
}
.footer2 {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    overflow: hidden;
    background-color: #fff;
    border-top: #eceded;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}
.footer2 li {
    float: left;
    width: 25%;
    text-align: center;
    height: 100%;
	margin-top: 5px;
}
.footer2 ul li a {color: #2f2f2f;}
@media (max-width: 768px) {
.site-footer {margin-bottom:85px !important;}
.list {gap: 0px;}
.list li a {padding: 5px 5px;font-size: 14px;}
}



.breadcrumb {
    padding: 10px;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}
.breadcrumb a {
    color: #0066cc;
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb img {
    vertical-align: middle;
    margin-right: 5px;
}
.shenlist {
    padding: 15px;
    margin: 0px 0px 20px 0px;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.city-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.city-list li {

}

.city-list a {
    display: block;
    padding: 10px 15px;
    background: #fff;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #2c3e50;
    border: 1px solid #e9ecef;
}

.city-list a:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: #007bff;
}

.city-list p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .shenlist {
        margin: 10px 0;
        padding: 10px;
    }

    .lingyu {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .city-list li {
    flex: 1 0 33.33%;
    max-width: 33.33%;
    }

    .city-list a {
        padding: 0px;
    }

    .city-list p {
        font-size: 14px;
    }
    .city-list a {
  padding: 5px 10px;
}
.city-list {
  gap: 0px;
}
}

.city-list .current a {
    color: #d95a0e;
    font-weight: bold;
}
.sharefooter{max-width: 1280px;margin: 0px auto 15px auto;}
#footerlink{font-size: 14px;
  line-height: 25px;
  list-style: none;
  width: 195px;
  float: left;padding: 3px;text-align: center;}
  @media (max-width: 921px) {
.sharefooter{display:none;}
}


/* 产品展示 */
.section-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    color: #333;
    position: relative;
    padding-bottom: 15px;
}

.section-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #0066cc;
    margin: 15px auto 0;
}

.featured-products {
    padding: 50px 0;
    background-color: white;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.product-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-card h3 {
    padding: 15px 20px 5px;
    font-size: 20px;
}

.product-card .price {
    padding: 0 20px 15px;
    font-size: 18px;
    color: #e74c3c;
    font-weight: bold;
}

.product-card .btn {
    display: block;
    margin: 0 20px 20px;
}
@media (min-width: 1021px) {
  .youshigrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-bottom: 40px;
    text-align: center;
  }
    .youshi-image {
    text-align: center;
  }
    .youshi-image img {
    width: 80%;
    height: 80%;
    object-fit: cover;
    transition: transform 0.5s;
    padding: 20px 20px 0px 20px;
  }
   .youshi-content h3 {
    margin-bottom: 10px;
    font-size: 1em;
    color: #333;
  }
    .youshi-content p {
    margin-bottom: 15px;
    color: #666;
    line-height: 1.6;
    font-size: 15px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
.service-item {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.section-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
  color: #333;
  position: relative;
  padding-bottom: 15px;
}






.knowledge-section {
    padding: 80px 0;
    background-color: white;
}

.article-preview {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.article-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.article-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.article-card h3 {
    padding: 15px 20px 5px;
    font-size: 20px;
}

.article-card .excerpt {
padding: 0px 20px 0px 20px;
  color: #666;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-card .read-more {
    display: inline-block;
    margin: 0 20px 20px;
    color: #0066cc;
    font-weight: 500;
}

/* 客户评价 */
.testimonials {
    padding: 80px 0;
    background-color: #f5f9ff;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.testimonial-card {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.testimonial-card p {
    font-size: 15px;
    margin-bottom: 20px;
}

.testimonial-card .customer {
    font-weight: bold;
    color: #0066cc;font-size: 15px;
}
.article-card .meta {
  color: #aaa;
  font-size: 14px;
  padding-left: 10px;
  margin: 10px;
}

.article-card h3 {
  padding: 15px 20px 5px;
  font-size: 20px;
}
.article-card .excerptanswer {
  padding: 10px 20px 10px 20px;
  color: #666;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}


.tab-titles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.tab-titles li.active {
  background-color: #4395ff;
  color: white;
}
.tab-titles li {
  padding: 10px 15px;
  cursor: pointer;
  margin: 0 5px 10px;
  border-radius: 4px;
  transition: all 0.3s;
}
.tab-contents {
  position: relative;
  min-height: 300px;
}
.tab-item.active {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content-image {
  flex: 1;
  min-width: 300px;
  padding: 10px;
}
.content-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.content-text {
  flex: 1;
  padding: 20px 20px 20px 40px;font-size: 16px;
}
.content-text h2 {
  color: #333;
  margin-bottom: 15px;font-size: 22px;
}
.content-text p {
  color: #666;
  line-height: 35px;
}
.tab-item {
  display: none;
  animation: fadeIn 0.5s;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}
.service-item {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.service-image {
  width: 100%;
  overflow: hidden;
}
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.service-content {
  padding: 20px;
}
.service-content h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #333;
}
.service-content p {
  margin-bottom: 15px;
  color: #666;
  line-height: 1.6;font-size: 16px;
}
.main-header {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  max-width: 1200px;
  margin: 0 auto;
}
.main-header .container {
  display: flex;
  align-items: center;
  padding: 15px 30px;
}
.logo {
  text-align: center;
}
.logo h1 {
  font-size: 24px;
  color: #0066cc;
  margin-bottom: 5px;
}
.logo p {
  font-size: 12px;
  color: #666;
}
.main-nav ul {
  display: flex;
  list-style: none;
}
.main-nav li {
  margin-left: 30px;font-size: 15px;
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
}
.slider{}

/* 顶部导航栏样式 */
.top-nav {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background-color: #f8f8f8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    width: 100%;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background:linear-gradient(25deg, #FFF 10%, #dff0ff 90%);
}

/* Logo容器样式 */
.top-nav .logo {
    width: 100px; /* 固定宽度100px */
    margin-right: 20px;
    flex-shrink: 0; /* 防止logo被压缩 */
}

/* Logo图片样式 */
.top-nav .logo img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

/* 标题样式 */
.top-nav h1 {
    margin: 0;
    font-size: 1.4em;
    color: #0c0748;
    font-weight: 600;
    flex-grow: 1; /* 标题占据剩余空间 */
    word-break: break-word; /* 长标题自动换行 */
    text-align: center;
}

/* 响应式设计 - 平板设备 */
@media (max-width: 768px) {
    .top-nav {
        padding: 10px 15px;
    }
    
    .top-nav .logo {
        margin-right: 15px;
    }
    
    .top-nav h1 {
       font-size: 1.3em;
    }
    header h1 {
font-size: 1.1em;}
}

/* 响应式设计 - 手机设备 */
@media (max-width: 480px) {
    .top-nav {
        padding: 8px 10px;
        flex-wrap: wrap; /* 小屏幕允许换行 */
    }
    
    .top-nav .logo {
        width: 60px;* 小屏幕适当缩小logo */
        margin-right: 10px;
    }
    
    .top-nav h1 {
        font-size: 1.2em;
        width: calc(100% - 90px); /* 计算剩余宽度 */
    }
}

/* 超小屏幕处理 */
@media (max-width: 360px) {
    .top-nav {
        padding: 8px 10px;
        flex-wrap: wrap; /* 小屏幕允许换行 */
    }
    .top-nav .logo {
        width: 50px;* 小屏幕适当缩小logo */
        margin-right: 5px;
    }
    
    .top-nav h1 {
        font-size: 1.1em;
    width: calc(100% - 90px);
    }
}
.breadcrumb {
padding: 0px 10px 8px 0px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #eaeaea;
  margin-top: 80px;
}
a {
  color: #0066cc;
  text-decoration: none;
}
a:hover{
  color: #0066cc;}

a:visited {
color: #0612c8;
}

@media (max-width: 760px) {
  .youshigrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
    text-align: center;
  }
    .youshi-image img {
width: 50%;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s;
    padding: 20px 20px 0px 20px;
    display: block;
    display: block;
    margin: 0 auto;
  }
    .youshi-content h3 {
    margin-bottom: 10px;
    font-size: 1em;
    color: #333;
  }
    .youshi-content p {
    margin-bottom: 15px;
    color: #666;
    line-height: 1.6;
    font-size: 15px;
  }
    .article-preview {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
    .tab-titles {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
   .tab-titles li {
    padding: 8px 12px;
    font-size: 14px;
  }
    .tab-item.active {
    flex-direction: column;
  }
    .content-image, .content-text {
    width: 100%;
    min-width: auto;
  }
  .content-text {
    width: 100%;
    min-width: auto;
  }
  
  
  
  
  
  
  
  
}
@media (min-width: 1021px) {
.main-nav{margin-left: 80px;}
}