
     :root {
            --primary-color: #004a99;    
            --secondary-color: #007bff;     
            --light-bg: #f9f9fb;            
            --card-bg: white;              
            --text-color: #2c3e50;          
            --soft-border: #e6e6e9;        
            --shadow-elevation: 0 4px 12px rgba(0, 0, 0, 0.08); 
            --radius: 8px;             
        }

        body {
            font-family: 'Roboto', sans-serif;
            line-height: 1.6;
            color: var(--text-color);
            background-color: var(--light-bg);
            margin: 0;
            padding: 0;
        }
        
        .tag-page-container a {
            text-decoration: none;
            color: var(--secondary-color);
            transition: color 0.3s;
        }
        .tag-page-container a:hover {
            color: var(--primary-color);
        }

        .tag-page-container {
            max-width: 1430px; 
            margin: 0 auto;
            padding: 20px 30px 60px 30px;
        }
        
        header {
            background-color: var(--primary-color); 
            color: white; 
            padding: 20px 30px; 
            text-align: left; 
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .breadcrumb {
            background-color: var(--card-bg);
            padding: 15px 30px;
            font-size: 0.9em;
            border-bottom: 1px solid var(--soft-border);
        }

        .tag-hero-section {
            padding: 40px 0;
            margin-bottom: 30px;
        }

        .tag-title {
            font-size: 3.5em; 
            font-weight: 700;
            color: #4fa2af;
            margin-bottom: 10px;
            letter-spacing: -0.5px;
            text-align: center;
        }
        .tag-hero-section .hero-section-p {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
            color: #4fa2af;
        }
        
        .editor-content-1 {
            font-size: 16px;
            color: #555;
            padding: 20px;
           
            border-radius: var(--radius);
            line-height: 1.8;
            border-left: 5px solid #4fa2af;
            width: 1430px;
            margin: 0 auto;
        }
        .editor-content-1 strong {
            font-weight: bold;
        }
        .product-preview-section .list {
  margin-top: 50px;
}


.product-preview-section .list span.swiper-notification {
  display: none;
}
.product-preview-section .list .box {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.product-preview-section .list .newbox1 {
  padding: 10px;
  background: #eeeeee;
}
.product-preview-section .box .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product-preview-section .list .box .con {
  margin-top: 20px;
}
.product-preview-section .list .box .con p {
    font-size: 14px;
}
.product-preview-section .list .box .con h6 {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
  color: #111111;
  line-height: 1.5;
  text-transform: capitalize;
}
        .content-matrix {
           display: grid; */
    /* gap: 40px; */
    grid-template-columns: 2fr 1fr;
    font-size: 16px;
    color: #555;
    padding: 20px;
    background-color: #4fa2af;
    border-radius: var(--radius);
    line-height: 1.8;
    /* border-left: 5px solid var(--secondary-color); */
    width: 1430px;
    margin: 0 auto;
}
        }

        .editor-module {
            font-size: 14px;
            background-color: var(--card-bg);
            padding: 20px;
            border-radius: var(--radius);
            margin-bottom: 30px;
            box-shadow: var(--shadow-elevation);
            transition: transform 0.3s;
        }
        .editor-module:hover {
            transform: translateY(-2px);
        }
        .editor-module strong {
            font-weight: bold;
        }
        .editor-module h2 {
            font-size: 1.8em;
            color: var(--text-color);
            border-bottom: 3px solid var(--secondary-color);
            padding-bottom: 10px;
            margin-top: 0;
            margin-bottom: 25px;
            font-weight: 700;
        }
        
        .editor-module h3,.editor-module h4 {
             color: var(--primary-color);
             margin-bottom: 10px;
             font-weight: bold;
             font-size: 24px;
             text-align: center;
        }
        
        .editor-module ul {
            list-style: none;
            padding-left: 0;
        }
        

        .editor-module p{
            line-height: 2;
        }
        .editor-module li {
            padding: 5px 0;
            border-bottom: 1px dotted var(--soft-border);
            position: relative;
            padding-left: 20px;
            line-height: 2;
        }
        .editor-module li::before {
            content: '✓';
            color: var(--secondary-color);
            font-weight: bold;
            position: absolute;
            left: 0;
        }
        .info-column1 table th, .info-column1 table td{
            padding: 5px 10px;
    border: 1px solid #666;
    width: 50%;
        }
        .info-column1 table th {
            font-weight: bold;
        }
        .info-column1 table tbody tr td:first-of-type {
            font-weight: bold;
        }
        .spec-table {
            width: 100%;
            border-collapse: separate; 
            border-spacing: 0;
            margin-top: 15px;
            border-radius: var(--radius);
            overflow: hidden;
        }
        .spec-table th, .spec-table td {
            padding: 15px;
            text-align: left;
            font-size: 0.95em;
            border-bottom: 1px solid var(--soft-border);
        }
        .spec-table th {
            background-color: var(--primary-color);
            color: white;
            font-weight: 400;
            text-transform: uppercase;
        }
        .spec-table tr:last-child td {
            border-bottom: none;
        }
        .product-preview-section {
            padding-top: 40px;
            border-top: 1px solid var(--soft-border);
            margin-bottom: 40px;
        }
        .product-preview-section h2 {
            font-size: 2.2em;
            color: var(--primary-color);
            text-align: center;
            margin-bottom: 30px;
        }
        
        .product-preview-grid {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }
        .preview-card {
            width: 300px;
            padding: 20px;
            background-color: var(--card-bg);
            border-radius: var(--radius);
            box-shadow: var(--shadow-elevation);
            transition: box-shadow 0.3s;
            text-align: center;
        }
        .preview-card:hover {
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }
        
        .preview-card img {
            border-radius: 4px;
            transition: opacity 0.3s;
        }
        .preview-card:hover img {
            opacity: 0.9;
        }
        .preview-card h3 {
            font-size: 1.2em;
            color: var(--text-color);
            margin: 15px 0 5px 0;
        }
        .preview-card a {
            display: inline-block;
            margin-top: 10px;
            padding: 8px 15px;
            background-color: var(--secondary-color);
            color: white;
            border-radius: 4px;
        }
        .preview-card a:hover {
            background-color: var(--primary-color);
        }
.editor-module1 {
            margin: 30px 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .editor-module1 h3, .editor-module1 h4, .editor-module-faq h4{
            text-align: center;
            font-size: 24px;
            color: var(--primary-color);
            margin-bottom: 25px;
            padding-top: 20px;
            font-weight: bold;
            position: relative;
            padding-bottom: 10px;
        }
        .editor-module1 h3::after,.editor-module1 h4::after, .editor-module-faq h4::after {
            content: '';
            display: block;
            width: 60px;
            height: 3px;
            background-color: var(--primary-color);
            margin: 8px auto 0;
            border-radius: 2px;
        }
        .jinfeng-ul-1 {
            display: flex;
            list-style: none;
            padding: 0;
            margin: 0;
            justify-content: space-between;
            gap: 25px;
            flex-wrap: wrap;
            padding-bottom: 30px;
        }
        .jinfeng-ul-1 li {
            flex: 1 1 auto; 
            min-width: min-content; 
            background-color: #ffffff;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease-in-out;
            display: flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
        }
        .jinfeng-ul-1 li:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            border-color: #007bff;
        }
        .jinfeng-ul-1 li::before {
            content: '⭐';
            font-size: 36px; 
            margin-right: 15px;
            color: #ffc107;
            line-height: 1;
        }
        .jinfeng-ul-1 li span {
            font-size: 18px;
            color: #333;
            font-weight: 600;
            display: inline;
        }
.editor-module-service h3 {
    color: var(--primary-color);
    font-size: 1.8em;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
    font-weight: bold;
    text-align: left;
}
.editor-module-faq {
    background-color: #fcfcfc;
    padding: 15px 10px; 
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    max-width: 900px;
    margin: 30px auto;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.editor-module-faq h3 {
    color: var(--primary-color);
    font-size: 1.8em;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
    font-weight: bold;
}
.editor-module-faq ul {
    list-style: none;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden; 
}
.editor-module-faq li {
    padding: 15px;
    transition: background-color 0.3s ease;
}
.editor-module-faq li:first-child {
    font-weight: bold;
    cursor: pointer; 
    background-color: #f7f7f7;
    color: #333;
    border-bottom: 1px solid #ddd;
    position: relative; 
}
.editor-module-faq li:first-child::after {
    content: '+'; 
    position: absolute;
    right: 5px;
    font-size: 1.2em;
    line-height: 1;
    top: 50%; 
    transform: translateY(-50%); 
    transition: transform 0.3s ease, content 0.3s ease;
}
.editor-module-faq li:first-child.expanded::after {
    content: '-'; 
}
.editor-module-faq li:last-child {
    background-color: #ffffff;
    color: #555;
    max-height: 0; 
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out, opacity 0.3s ease;
}
.editor-module-faq li:last-child.active {
    max-height: 500px; 
    padding: 15px;
    opacity: 1;
}
.more-info {
    background-color: #FFFFFF;
    border-radius: 8px;  
    border: 1px solid #E0E0E0; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); 
    padding: 25px 30px; 
    margin-top: 40px;
   
}
.more-info h2 {
    color: #2c3e50;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}
.more-info p {
    color: #7f8c8d;
    font-size: 14px;
    margin-bottom: 20px;
}
.more-info ul {
    list-style: none; 
    padding: 0;
    margin: 0;
    
    display: flex; 
    flex-wrap: wrap; 
    justify-content: flex-start; 
}
.more-info li {
    margin: 0;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 10px;
}
.more-info a {
    display: block; 
    text-decoration: none; 
    color: #2980b9;
    background-color: #ecf0f1;
    border: 1px solid #bdc3c7; 
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    
    white-space: nowrap; 
    transition: all 0.2s;
}

.more-info a:hover {
    background-color: #3498db;
    border-color: #3498db;
    color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(52, 152, 219, 0.3); 
}
        @media (max-width: 900px) {
            .content-matrix {
                grid-template-columns: 1fr; 
                gap: 20px;
            }
            .tag-title {
                font-size: 2.5em;
            }
            .editor-module {
                margin-bottom: 20px;
            }
            .tag-page-container, header, .breadcrumb {
                padding-left: 15px;
                padding-right: 15px;
            }
        }
        @media (max-width: 768px) {
            .jinfeng-ul-1 {
                flex-direction: column;
                gap: 15px;
            }
            .jinfeng-ul-1 li {
                width: 100%;
                min-width: unset;
                justify-content: flex-start;
                padding: 15px;
            }
        }

.products{
    width: 1430px;
    margin: 0 auto;
    margin-top: 40px;
}

/* 容器样式 */
.more-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 每行4个卡片 */
  gap: 10px; /* 卡片之间的间距 */
  padding: 20px;
  background-color: #f8f8f8; /* 背景颜色 */
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); /* 阴影效果 */
  width:1430px;
  margin: 0 auto;
  margin-bottom: 40px;
}

/* 每个链接卡片的样式 */
.more-info a {
  display: block;
  padding: 20px;
  background: #4fa2af; /* 渐变背景 */
  color: #fff; /* 字体颜色 */
  text-decoration: none; /* 去掉下划线 */
  border-radius: 12px; /* 圆角效果 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 卡片阴影 */
  text-align: center; /* 文本居中 */
  font-size: 16px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* 过渡效果 */
}

/* 每个链接的悬停效果 */
.more-info a:hover {
  transform: translateY(-10px); /* 悬停时卡片上升效果 */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* 悬停时更强的阴影效果 */
  background: linear-gradient(145deg, #ff6a88, #ff9a8b); /* 背景反向渐变 */
}

/* 设置每列之间的间距 */
@media (max-width: 1200px) {
  .more-info {
    grid-template-columns: repeat(3, 1fr); /* 在中等屏幕上每行3个 */
  }
}

@media (max-width: 900px) {
  .more-info {
    grid-template-columns: repeat(2, 1fr); /* 在小屏幕上每行2个 */
  }
}

@media (max-width: 600px) {
  .more-info {
    grid-template-columns: 1fr; /* 在超小屏幕上每行1个 */
  }
}

.hgfjf {
  width: 1430px;
  margin: 0 auto;
  margin-top: 40px;
  background-color: #4fa2af;
  padding: 20px;
  border-radius: var(--radius);
}

.editor-module-service {
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  transition: all 0.3s ease;
}

/* 鼠标悬浮效果（微动 + 加深阴影） */
.editor-module-service:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* 内容里的标题统一优化（可选） */


.editor-module-service h4 {
  color: #4fa2af;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 12px;
}

/* 内容段落优化（可选） */
.editor-module-service p {
  margin-bottom: 14px;
}

/* 列表样式优化（可选） */
.editor-module-service ul {
  padding-left: 20px;
  margin-bottom: 14px;
}
.editor-module-service ul li {
  margin-bottom: 8px;
}


.gtyhkop {
   width: 1430px;
  margin: 0 auto;
  margin-top: 40px;
  border-left: 5px solid #4fa2af;
border-radius:8px;
}

/* 背景渐变光效（与内容分离） */
.gtyhkop::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #8ec5fc 0%, #e0c3fc 100%);
  filter: blur(50px);
  opacity: 0.7;
  z-index: -1;
}

/* 玻璃卡片效果 */
.gtyhkop .editor-module-service {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  background: rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);

  padding: 35px;
  font-size: 16px;
  line-height: 1.85;
  

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transition: 0.35s;
}

/* 悬浮动效 */
.gtyhkop .editor-module-service:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.32);
}

/* 标题视觉效果 */

.gtyhkop .editor-module-service h4 {
  
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 12px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

/* 段落 */
.gtyhkop .editor-module-service p {
  margin-bottom: 14px;
}

/* 列表 */
.gtyhkop .editor-module-service ul {
  padding-left: 20px;
  margin-bottom: 14px;
}
.gtyhkop .editor-module-service li {
  margin-bottom: 8px;
}




/* 方案一：现代简约风格 */
.gfdgd {
    width: 1430px;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 40px;
}

.gfdgd .grfesghg {
    max-width: 1430px; /* 限制最大宽度，让内容居中，避免在宽屏上过长 */
    margin: 0 auto; /* 水平居中 */
    background-color: #ffffff;
    padding: 30px 40px;
    border-radius: 8px; /* 圆角 */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* 柔和的阴影 */
    border-left: 5px solid #4fa2af; /* 左侧一个蓝色强调条，增加视觉焦点 */
    color: #333;
    line-height: 1.7; /* 增加行高，提升阅读体验 */
}

/* 为内容内的标题和段落添加基本样式 */

.gfdgd .grfesghg h4 {
    color: #4fa2af;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 24px;
    text-align: center;
}

.gfdgd .grfesghg p {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 2;
}
.gfdgd .grfesghg li {
    font-size: 16px;
    line-height: 2;
}
.gfdgd .grfesghg strong{
    font-weight: 600;
}


/* 整体布局 */
.gdsgds .products {
    padding: 40px 0;
}

.gdsgds .products .grid-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 卡片样式 */
.gdsgds .products li.column {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    transition: all .3s ease;
}

.gdsgds .products li.column:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 32px rgba(0,0,0,0.15);
}

/* 图片区域 */
.gdsgds .products .img {
    width: 100%;
    overflow: hidden;
}

.gdsgds .products .img img {
    width: 100%;
    display: block;
    transition: transform .35s ease;
}

.gdsgds .products li.column:hover img {
    transform: scale(1.08);
}

/* 文本区域 */
.gdsgds .products .text {
    padding: 14px 16px 20px;
    text-align: center;
}

.gdsgds .products .text h2 a {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s;
}

.gdsgds .products .text h2 a:hover {
    color: #0077ff;
}

/* 分页样式 */
.gdsgds .m-page {
    margin-top: 35px;
    text-align: center;
}

.gdsgds .m-page a,
.gdsgds .m-page span {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 5px;
    border-radius: 6px;
    background: #f6f6f6;
    color: #555;
    text-decoration: none;
    transition: .2s;
}

.gdsgds .m-page a:hover {
    background: #0077ff;
    color: #fff;
}
.gfdgg{
    width:100%!important;
}

/* 响应式 */
@media (max-width: 1024px) {
    .gdsgds .products .grid-box {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .gdsgds .products .grid-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

@media (max-width: 480px) {
    .gdsgds .products .grid-box {
        grid-template-columns: 1fr;
    }
}
.fvdgdgd em{
    color:#fe6d00;
}
.fvdgdgd{
    font-size: 30px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 30px;
}
