@charset "utf-8";
/* CSS Document */
.wrapper.plist {max-width: 1200px;}
.wrapper.plist section{padding-top:px;}
.wrapper.plist #content{ width: 100%;margin: 0px;}
#main-content {padding-bottom: 40px;}
#main-content .container a {color: #efefef;font-size:1.0rem;}
#main-content .container a:hover{color:inherit;color:#CC0000;}
#main-content .container .product-category > a {margin:0px 12px;}
#main-content table {
    margin:inherit;
}
.single h2 {font-family: 'Titillium Web Semibold' !important;}
.wrapper.plist .single h3{margin:0px;margin-bottom:10px;padding:0px;color:inherit;font-size:1.3rem;text-align:inherit;text-transform:capitalize;  font-family: 'Titillium Web Semibold' !important;padding-bottom: 10px;}
.wrapper.plist .single .table-toggle h3{margin-bottom: 0px;padding-bottom: 0px;}
.wrapper.plist .single ul{margin:0px;padding:0px;}
.wrapper.plist .single ul li{background: transparent url(**../images/square.png) 0 9px no-repeat; padding: 0 0 0 0px}
.wrapper.plist .single ul.contact-info li  {color:#efefef !important;}
.wrapper.plist .single p {margin-bottom:15px;padding:20px 30px;text-align:inherit;clear: both;color:#34495e;font-size:1.0rem;line-height:1.5rem;}

    /* 一级栏目样式*/
        /* 基础样式 - 工业风色调 */
        /** {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        */
        body {
            font-family: /'Segoe UI', 'Arial', sans-serif;
            color: #2c3e50;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            min-height: 100vh;
        }
         
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 10px;
        }
        
        /* 现代工业风头部 */
        .modern-industrial-header {
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            color: #ecf0f1;
            padding: 50px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .modern-industrial-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #e67e22, #3498db, #e67e22);
        }
        
        .modern-industrial-header h1 {
            font-size: 3rem;
            font-weight: 300;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 15px;
        }
        
        .modern-industrial-header .subtitle {
            font-size: 1.3rem;
            opacity: 0.9;
            font-weight: 300;
            letter-spacing: 1px;
        }
        
        /* 总体产品介绍 */
        .product-overview {
            background: rgba(255, 255, 255, 0.95);
            padding: 50px;
            margin: 0px 0;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
        }
        
        .product-overview h2 {
            font-size: 2.2rem;
            color: #2c3e50;
            margin-bottom: 25px;
            font-weight: 300;
            position: relative;
            padding-bottom: 15px;
        }
        
        .product-overview h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #3498db, #e67e22);
        }
        
        .overview-content {
            display: grid;
            grid-template-columns: 6fr 4fr;
            gap: 40px;
            align-items: start;
        }
        
        .overview-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #5a6c7d;
			font-family: 'Titillium Web' !important;
        }
        
        .overview-text p {
            margin-bottom: 20px;
        }
        
        .overview-highlights {
            background: linear-gradient(135deg, #ecf0f1, #dfe6e9);
            padding: 25px;
            border-radius: 8px;
            border-left: 5px solid #3498db;
        }
        
        .overview-highlights h3 {
            font-size: 1.3rem;
            color: #2c3e50;
            margin-bottom: 15px;
            font-weight: 500;
        }
        
        .overview-highlights ul {
            list-style-type: none;
        }
        
        .overview-highlights li {
            padding: 6px 0px  !important;
            position: relative;
            padding-left: 25px !important;
        }
        
        .overview-highlights li::before {
            content: '►';
            position: absolute;
            left: 0;
            color: #d52b1e;
            font-size: 0.9rem;
        }
        
        /* 现代感单行段落文本样式 */
        .modern-industrial-line-text {
            margin: 40px 0;
            padding: 30px;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
			margin-bottom:0px;
        }
        
        .modern-industrial-line-text h3 {
            font-size: 1.5rem;
            color: #2c3e50;
            margin-bottom: 20px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 1.5px;
        }
        
        .modern-single-line {
            font-size: 1.2rem;
            color: #34495e;
            background: linear-gradient(135deg, #ecf0f1, #dfe6e9);
            padding: 20px 30px;
            border-left: 5px solid #3498db;
            border-radius: 0 8px 8px 0;
            display: block;
            white-space:/nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: 500;
            position: relative;
            transition: all 0.3s ease;
        }
        
        .modern-single-line:hover {
            transform: translateX(5px);
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.2);
        }
        
        /* 可折叠表格容器 */
        .collapsible-table-container {
            margin: 50px 0;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            overflow: hidden;
			margin-top:0px;
        }
        
        .table-toggle {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 30px;
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            color: #ecf0f1;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .table-toggle:hover {
            background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
        }
        
        .table-toggle h3 {
            font-size: 1.4rem;
            font-weight: 400;
            margin: 0;
        }
        
        .toggle-icon {
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }
        
        .table-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease;
        }
        
        .table-content.expanded {
            max-height: 1000px;
        }
        
        .toggle-icon.expanded {
            transform: rotate(180deg);
        }
        
        /* 现代感工业风表格样式 */
        .modern-industrial-table {
            width: 100%;
            border-collapse: collapse;
            background: transparent;
            font-size: 1rem;
        }
        
        .modern-industrial-table thead {
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            color: #ecf0f1;
        }
        
        .modern-industrial-table th {
            padding: 20px 15px;
            text-align: left;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 1px;
            border-bottom: 3px solid #e67e22;
            font-size: 0.95rem;
        }
        
        .modern-industrial-table td {
            padding: 18px 15px;
            border-bottom: 1px solid rgba(236, 240, 241, 0.5);
            color: #2c3e50;
            transition: all 0.3s ease;
			text-align:left !important; line-height:1.3rem;
        }
        
        .modern-industrial-table tbody tr {
            background: rgba(255, 255, 255, 0.7);
            transition: all 0.3s ease;
        }
        
        .modern-industrial-table tbody tr:nth-child(even) {
            background: rgba(248, 249, 250, 0.7);
        }
        
        .modern-industrial-table tbody tr:hover {
            background: rgba(52, 152, 219, 0.05);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .modern-industrial-table td:first-child {
            font-weight: 600;
            color: #3498db;
            position: relative;font-family: 'Titillium Web SemiBold' !important;
        }
        
        .modern-industrial-table td:first-child::before {

            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 3px;
            height: 60%;
            background: #3498db;
            border-radius: 2px;
        }
        
        /* 现代感产品介绍区域 */
        .modern-product-intro {
            background: rgba(255, 255, 255, 0.95);
            padding: 50px;
            margin: 40px 0;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
        }
        
        .modern-intro-content {
            display: flex;
            align-items: center;
            gap: 40px;
        }
        
        .modern-intro-text {
            flex: 1;
        }
        
        .modern-intro-text h2 {
            font-size: 2.2rem;
            color: #2c3e50;
            margin-bottom: 20px;
            font-weight: 300;
            position: relative;
        }
        
        .modern-intro-text h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #3498db, #e67e22);
        }
        
        .modern-intro-text p {
            font-size: 1.2rem !important;
            line-height: 1.6rem !important;
            color: #5a6c7d;
            margin-bottom: 20px;
        }
        
        .modern-intro-image {
            flex: 0 0 350px;
            height: auto;
            background: linear-gradient(135deg, #34495e, #2c3e50);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #bdc3c7;
            font-style: italic;
            overflow: hidden;
            position: relative;
        }
        .modern-intro-image img {    width: 100%;
    height: 100%;
    object-fit: cover;}
        .modern-intro-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
            animation: shimmer 3s infinite;
        }
        
        @keyframes shimmer {
            0% { left: -100%; }
            100% { left: 100%; }
        }
        
        /* 产品列表 */
        .product-list {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 15px;
            margin: 40px 0;
        }
        
        .product-item {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            backdrop-filter: blur(10px);
        }
        
        .product-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
        }
        
        .product-image {
            width: 100%;
            height: 180px;
            background: linear-gradient(135deg, #34495e, #2c3e50);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #bdc3c7;
            font-style: italic;
        }
        
        .product-content {
            padding: 20px;
        }
        
        .product-title {
            font-size: 1.3rem !important;
			font-family:'Titillium Web SemiBold' !important;
            font-weight: 600;
            margin-bottom: 10px !important;
            color: #2c3e50 !important;
        }
        
        .product-description {
            color: #5a6c7d;
            font-size: 0.95rem;
            margin-bottom: 15px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            line-height: 1.6;
			padding:0px !important;
			font-szie:0.95rem !important;
        }
        
        .product-price {
            font-size: 1.2rem;
            font-weight: 700;
            color: #e67e22;
            margin-bottom: 15px;
        }
        
        .product-meta {
            display: flex;
            justify-content: space-between;
            font-size: 0.85rem;
            color: #7f8c8d;
            border-top: 1px solid #ecf0f1;
            padding-top: 10px;
        }
        
        /* 现代工业风按钮 */
        .modern-industrial-btn {
            display: inline-block;
            background: linear-gradient(135deg, #3498db 0%, #eb2f96 100%);
            color: white;
            padding: 12px 30px;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            text-decoration: none;
        }
        
        .modern-industrial-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transition: left 0.5s;
        }
        
        .modern-industrial-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
            color: white;
            text-decoration: none;
        }
        
        .modern-industrial-btn:hover::before {
            left: 100%;
        }
        
        .modern-industrial-btn.secondary {
            background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
        }
        
        .modern-industrial-btn.secondary:hover {
            box-shadow: 0 8px 20px rgba(149, 165, 166, 0.3);
        }
        
        /* 页脚样式 */
        .industrial-footer {
            background: linear-gradient(135deg, #33CCFF 0%,  #336699 100%);
            color: #ecf0f1;
            padding: 30px 30px;
            margin-top: 30px;
        }
        
        .footer-content {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
            margin-bottom: 0px;
        }
        
        .footer-section h3 {
            font-size: 1.3rem;
            margin-bottom: 20px;
            font-weight: 500;
            position: relative;
            padding-bottom: 10px;
        }
        
        .footer-section h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 2px;
            background: #e67e22;
        }
        
        .footer-links {
            list-style: none;
        }
        
        .footer-links li {
            margin-bottom: 10px;
        }
        
        .footer-links a {
            color: #bdc3c7;
            text-decoration: none;
            transition: color 0.3s ease;
            display: block;
            padding: 5px 0;
			font-family: 'Titillium Web SemiBold';
        }
        
        .footer-links a:hover {
            color: #3498db;
            padding-left: 5px;
        }
        
        .contact-info {
            list-style: none; color:#efefef !important;
        }
        
        .contact-info li {
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
        }
        
        .contact-info i {
            margin-right: 10px;
            color: #3498db;
            width: 20px;
            text-align: center;
        }
        
        .footer-bottom {
            border-top: 1px solid rgba(236, 240, 241, 0.1);
            padding-top: 20px;
            text-align: center;
            font-size: 0.9rem;
            color: #95a5a6;
        }
        
        /* 响应式设计 */
        @media (max-width: 1024px) {
            .footer-content {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
            }
            
            .overview-content {
                grid-template-columns: 1fr;
                gap: 30px;
            }
        }
        
        @media (max-width: 768px) {
            .modern-intro-content {
                flex-direction: column;
            }
            
            .modern-intro-image {
                flex: 0 0 auto;
                width: 100%;
            }
            
            .modern-single-line {
                white-space: normal;
                -webkit-line-clamp: 2;
                display: //-webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
            
            .modern-industrial-table {
                font-size: 0.9rem;
            }
            
            .modern-industrial-table th,
            .modern-industrial-table td {
                padding: 12px 8px;
            }
            
            .product-list {
                grid-template-columns: 1fr;
            }
            
            .footer-content {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .modern-industrial-header h1 {
                font-size: 2.2rem;
            }
            
            .table-toggle {
                padding: 15px 20px;
            }
            
            .table-toggle h3 {
                font-size: 1.2rem;
            }
        }
		
    /* 二级栏目样式*/
	    .page-header {
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            color: #ecf0f1;
            padding: 20px 0px 20px 0px;
            text-align: center;
            margin-bottom: 20px;
            position: relative;
        }
        
        .page-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #e67e22, #3498db, #e67e22);
        }
        
        .page-header h1 {
            font-size: 2.8rem;
            font-weight: 300;
            letter-spacing: 2px;
            margin-bottom: 15px;
        }
        
		.wrapper.plist .single .page-header p {color:#efefef;padding:0px 30px;}
		
        .page-description {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.6;
        }
        
        /* 产品列表区域 */
        .products-section {
            background: rgba(255, 255, 255, 0.95);
            padding: 40px 0px;
			padding-top:0px;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            margin-bottom: 40px;
        }
        
        .products-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-bottom: 40px;
			padding-top: 20px;
        }
        
        .product-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            border: 1px solid rgba(236, 240, 241, 0.5);
        }
        
        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
        }
        
        .product-link {
            display: block;
            text-decoration: none;
            color: inherit;
            height: 100%;
        }
        
        .product-image {
            width: 100%;
            height: 200px;
            background: linear-gradient(135deg, #34495e, #2c3e50);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #bdc3c7;
            font-style: italic;
            position: relative;
            overflow: hidden;
        }
        
        .product-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
            animation: shimmer 3s infinite;
        }
        
        @keyframes shimmer {
            0% { left: -100%; }
            100% { left: 100%; }
        }
        
        .product-content {
            padding: 20px;
        }
        
        .product-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 10px;
            line-height: 1.4;
        }
        
        .product-description {
            color: #5a6c7d;
            font-size: 0.9rem;
            margin-bottom: 15px;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        
        .product-price {
            font-size: 1.3rem;
            font-weight: 700;
            color: #e67e22;
            margin-bottom: 10px;
        }
        
        .product-specs {
            border-top: 1px solid #ecf0f1;
            padding-top: 15px;
        }
        
        .spec-item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
            font-size: 0.85rem;
        }
        
        .spec-label {
            color: #7f8c8d;
            font-weight: 500;
        }
        
        .spec-value {
            color: #2c3e50;
            font-weight: 600;
        }
        
        /* 分页样式 */
        .paginationX {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #ecf0f1;
        }
        
        .paginationX a, .paginationX span {
            display: inline-block;
            padding: 8px 16px;
            margin: 0 5px;
            border: 1px solid #bdc3c7;
            border-radius: 4px;
            text-decoration: none;
            color: #2c3e50 !important;
            transition: all 0.3s ease;
            font-weight: 500;
        }
        
        .paginationX a:hover {
            background: #3498db !important;
            color: white;
            border-color: #3498db;
        }
        
        .paginationX .current {
            background: #3498db;
            color: white;
            border-color: #3498db;
        }
        
        .paginationX .ellipsis {
            border: none;
            padding: 8px 5px;
        }
        
        /* 响应式设计 */
        @media (max-width: 1200px) {
            .products-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .products-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }
            
            .page-header h1 {
                font-size: 2.2rem;
            }
            
            .page-description {
                font-size: 1rem;
            }
        }
        
        @media (max-width: 480px) {
            .products-grid {
                grid-template-columns: 1fr;
            }
            
            .products-section {
                padding: 20px;
            }
        }
/* .product-image 部分修正css */		
.product-image {
  width: 100%; /* 让图片容器宽度填满父元素 */
  height: 250px; /* 为图片容器设置一个固定的高度 */
  overflow: hidden; /* 隐藏可能超出容器的部分 */
  border-radius: 4px; /* 可选：添加圆角，与工业风匹配 */
}

.product-image img {
  width: 100%; /* 让图片宽度填满整个容器 */
  height: 100%; /* 让图片高度填满整个容器 */
  object-fit: cover; /* 关键属性：覆盖容器，保持比例，可能裁剪 */
  object-position: center; /* 让图片的中央区域成为视觉焦点 */
  transition: transform 0.3s ease; /* 可选：添加悬停缩放效果 */
}

/* 可选：当鼠标悬停在产品项上时，图片轻微放大 */
.product-item:hover .product-image img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .product-image {
    height: 180px; /* 在移动设备上使用更小的高度 */
  }
}


/* 产品详情页css*/
     /* 页面标题区域 */
        .product-header {
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            color: #ecf0f1;
            padding: 50px 0;
            text-align: center;
            margin-bottom: 30px;
            position: relative;
        }
        
        .product-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #e67e22, #3498db, #e67e22);
        }
        
        .product-header h1 {
            font-size: 2.8rem;
            font-weight: 300;
            letter-spacing: 2px;
            margin-bottom: 15px;
        }
        
        .product-category {
            font-size: 1.2rem;
            opacity: 0.9;
        }
        
        /* 产品展示区域 */
        .product-showcase {
            display: grid;
            grid-template-columns: 3fr 2fr;
            gap: 20px;
            margin-bottom: 40px;
        }
        
        .gallery-container {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            padding: 20px;
            overflow: hidden;
        }
        
        .main-swiper {
            width: 100%;
            height: 520px;
            margin-bottom: 15px;
            border-radius: 8px;
            overflow: hidden;
        }
        
        .main-swiper .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f8f9fa;
        }
        
        .main-swiper img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        
        .thumb-swiper {
            height: 100px;
        }
        
        .thumb-swiper .swiper-slide {
            opacity: 0.6;
            cursor: pointer;
            border: 2px solid transparent;
            border-radius: 4px;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .thumb-swiper .swiper-slide-thumb-active {
            opacity: 1;
            border-color: #3498db;
        }
        
        .thumb-swiper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .product-info {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            padding: 30px;
        }
        
        .product-price {
            font-size: 2.2rem;
            color: #e67e22;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .product-specs {
            margin-bottom: 25px;
        }
        
        .specs-title {
            font-size: 1.3rem;
            color: #2c3e50;
            margin-bottom: 15px;
            padding-bottom: 8px;
            border-bottom: 2px solid #3498db;
        }
        
        .spec-item {
            display: flex;
            margin-bottom: 12px;
            padding: 8px 0;
            border-bottom: 1px solid #ecf0f1;
        }
        
        .spec-label {
            width: 120px;
            font-weight: 600;
            color: #5a6c7d;
        }
        
        .spec-value {
            flex: 1;
            color: #2c3e50;
        }
        
        .action-buttons {
            display: flex;
            gap: 15px;
            margin-top: 25px;
        }
        
        .btn {
            flex: 1;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            text-align: center;
            text-decoration: none;
            display: inline-block;
        }
        
        .btn-primary {
            background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
            color: white;
        }
        
        .btn-primary:hover {
            background: linear-gradient(135deg, #2980b9 0%, #21618c 100%);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
        }
        
        .btn-secondary {
            background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
            color: white;
        }
        
        .btn-secondary:hover {
            background: linear-gradient(135deg, #7f8c8d 0%, #6c7b7d 100%);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(149, 165, 166, 0.3);
        }
        
        /* 产品详情区域增强样式 */
        .product-content {
            padding: 40px;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            margin-bottom: 40px;
        }
        
        /* 1. 标题层次清晰样式 */
        .content-h1 {
            font-size: 2.2rem;
            color: #2c3e50;
            margin: 25px 0 15px;
            padding-bottom: 10px;
            border-bottom: 3px solid #3498db;
            font-weight: 600;
        }
        
        .content-h2 {
            font-size: 1.8rem;
            color: #34495e;
            margin: 20px 0 12px;
            font-weight: 500;
        }
        
        .content-h3 {
            font-size: 1.4rem;
            color: #2c3e50;
            margin: 15px 0 10px;
            font-weight: 500;
        }
        
        .content-p {
            line-height: 1.7;
            margin-bottom: 15px;
            color: #5a6c7d;
        }
        
        /* 2. 段落与图片混排样式 - 修改图片尺寸 */
        .text-image-wrap {
            margin: 20px 0;
            overflow: hidden;
        }
        
        .img-float-left {
            float: left;
            margin: 0 20px 15px 0;
            max-width: 50%; /* 电脑端宽度不超过容器50% */
            max-height: 600px; /* 高度不超过600px */
            height: auto;
            border-radius: 6px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }
        
        .img-float-right {
            float: right;
            margin: 0 0 15px 20px;
            max-width: 50%; /* 电脑端宽度不超过容器50% */
            max-height: 600px; /* 高度不超过600px */
            height: auto;
            border-radius: 6px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }
        
        .flex-image-text {
            display: flex;
            align-items: flex-start;
            gap: 25px;
            margin: 25px 0;
        }
        
        .flex-image-text.reverse {
            flex-direction: row-reverse;
        }
        
        .flex-image-text img {
            flex: 0 0 40%;
            max-width: 40%; /* 电脑端宽度不超过容器40% */
            max-height: 600px; /* 高度不超过600px */
            height: auto;
            border-radius: 6px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }
        
        .flex-image-text .text-content {
            flex: 1;
        }
        
        /* 3. 表格样式 - 两种不同风格 */
        .table-container {
            margin: 25px 0;
            overflow-x: auto; line-height: 1.6;
        }
        
        /* 风格1: 工业风网格表格 */
        .industrial-table {
            width: 100%;
            border-collapse: collapse;
            margin: 15px 0 ;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05); font-size: px;
        }
        
        .industrial-table th {
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            color: #ecf0f1;
            padding: 12px 15px;
            text-align: left;
            font-weight: 500;
            border: 1px solid #34495e;
        }
        
        .industrial-table td {
            padding: 10px 15px;
            border: 1px solid #bdc3c7;
            color: #2c3e50; text-align: left !important;
        }
        
        .industrial-table tr:nth-child(even) {
            background-color: #f8f9fa;
        }
        
        .industrial-table tr:hover {
            background-color: #e3f2fd;
        }
        
        /* 风格2: 简约现代表格 */
        .minimal-table {
            width: 100%;
            border-collapse: collapse;
            margin: 15px 0px;
        }
        
        .minimal-table th {
            background: #ecf0f1;
            color: #2c3e50;
            padding: 12px 15px;
            text-align: left;
            font-weight: 500;
            border-bottom: 2px solid #3498db;
        }
        
        .minimal-table td {
            padding: 10px 15px;
            border-bottom: 1px solid #ecf0f1;
            color: #5a6c7d;
        }
        
        .minimal-table tr:last-child td {
            border-bottom: none;
        }
        
        .minimal-table tr:hover {
            background-color: #f5f9ff;
        }
        
        /* 4. 图片与文字左右交替排版 */
        .alternating-layout {
            margin: 30px 0;
        }
        
        .alternating-item {
            display: flex;
            align-items: center;
            margin-bottom: 40px;
            gap: 30px;
        }
        
        .alternating-item:nth-child(even) {
            flex-direction: row-reverse;
        }
        
        .alternating-item .image-container {
            flex: 0 0 45%;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .alternating-item .image-container img {
            width: 100%;
            height: auto;
            display: block;
            max-height: 600px; /* 电脑端高度不超过600px */
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .alternating-item .image-container img:hover {
            transform: scale(1.03);
        }
        
        .alternating-item .text-container {
            flex: 1;
        }
        
        /* 5. 视频展示窗口样式 */
        .video-container {
            margin: 30px 0;
            position: relative;
            padding-bottom: 56.25%; /* 16:9 宽高比 */
            height: 0;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
        .video-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 30px 0;
        }
        
        /* 6. 丰富列表图标样式 */
        .styled-list {
            margin: 20px 0;
            padding-left: 0;
            list-style: none;
        }
        
        /* 样式1: 工业风图标列表 */
        .industrial-list li {
            position: relative;
            padding: 10px 0 10px 40px;
            margin-bottom: 8px;
            border-bottom: 1px dashed #bdc3c7;
        }
        
        .industrial-list li:before {
            content: '⚙️';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            background: #3498db;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            color: white;
        }
        
        /* 样式2: 简约箭头列表 */
        .arrow-list li {
            position: relative;
            padding: 8px 0 8px 25px;
            margin-bottom: 5px;
        }
        
        .arrow-list li:before {
            content: '➤';
            position: absolute;
            left: 0;
            color: #e67e22;
            font-weight: bold;
        }
        
        /* 样式3: 复选框列表 */
        .check-list li {
            position: relative;
            padding: 8px 0 8px 30px;
            margin-bottom: 5px;
        }
        
        .check-list li:before {
            content: '✓';
            position: absolute;
            left: 0;
            width: 20px;
            height: 20px;
            background: #2ecc71;
            border-radius: 50%;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
        }
        
        /* 7. 咨询按钮样式 */
        .consultation-buttons {
            text-align: center;
            margin: 30px 0;
        }
        
        .consult-btn {
            display: inline-block;
            background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
            color: white;
            padding: 12px 25px;
            border: none;
            border-radius: 4px;
            font-size: 1rem;
            font-weight: 500;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.3s ease;
            margin: 0 10px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .consult-btn:hover {
            background: linear-gradient(135deg, #2980b9 0%, #21618c 100%);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
        }
        
        .contact-btn {
            display: inline-block;
            background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
            color: white;
            padding: 12px 25px;
            border: none;
            border-radius: 4px;
            font-size: 1rem;
            font-weight: 500;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.3s ease;
            margin: 0 10px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .contact-btn:hover {
            background: linear-gradient(135deg, #d35400 0%, #ba4a00 100%);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(230, 126, 34, 0.3);
        }
        
        /* 中部按钮容器 */
        .middle-buttons {
            margin: 40px 0;
            padding: 30px 0;
            border-top: 1px solid #ecf0f1;
            border-bottom: 1px solid #ecf0f1;
        }
        
        /* 底部按钮容器 */
        .bottom-buttons {
            margin-top: 40px;
            padding-top: 30px;
            border-top: 1px solid #ecf0f1;
        }
        
        /* 生产展示区域 */
        .production-showcase {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            padding: 40px;
            margin-bottom: 40px;
        }
        
        .production-item {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 40px;
            align-items: center;
        }
        
        .production-item:nth-child(even) .production-image {
            order: 2;
        }
        
        .production-item:nth-child(even) .production-text {
            order: 1;
        }
        
        .production-image {
            border-radius: 8px;
            overflow: hidden;
            height: 300px;
        }
        
        .production-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .production-text h3 {
            font-size: 1.5rem;
            color: #2c3e50;
            margin-bottom: 15px;
        }
        
        .production-text p {
            line-height: 1.7;
            color: #5a6c7d;
        }
        
        /* 相关产品区域 */
        .related-products {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 50px;
        }
        
        .related-section {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            padding: 30px;
        }
        
        .related-section h2 {
            font-size: 1.5rem;
            color: #2c3e50;
            margin-bottom: 20px;
            padding-bottom: 8px;
            border-bottom: 2px solid #3498db;
        }
        .related-section .product-list img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 4px;
	}
        .product-list {
            list-style: none;
        }
        
        .product-list li {
            padding: 12px 0;
            border-bottom: 1px solid #ecf0f1;
            display: flex;
            align-items: center;
        }
        
        .product-list li:last-child {
            border-bottom: none;
        }
        
        .product-list a {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #5a6c7d;
            transition: color 0.3s;
            width: 100%;
        }
        
        .product-list a:hover {
            color: #3498db;
        }
        
        .product-list img {
            width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
        }
        
        .product-list .product-info-mini {
            flex: 1;
        }
        
        .product-list .product-title {
            font-weight: 600;
            margin-bottom: 5px;
            color: #2c3e50;
        }
        
        .product-list .product-price {
            font-size: 1rem;
            color: #e67e22;
            font-weight: 700;
        }
        
        /* 响应式设计 */
		@media (max-width: 1024px) {
            .product-showcase {
                grid-template-columns: 1fr;
            }
            
            .related-products {
                grid-template-columns: 1fr;
            }
            
            .production-item {
                grid-template-columns: 1fr;
            }
            
            .production-item:nth-child(even) .production-image {
                order: 1;
            }
            
            .production-item:nth-child(even) .production-text {
                order: 2;
            }
            
            /* 电脑端调整图片尺寸 */
            .img-float-left, .img-float-right {
                max-width: 75%; /* 电脑端宽度不超过容器75% */
            }
        }
        
        @media (max-width: 768px) {
            .product-header {height:auto;}
			.product-header h1 {
                font-size: 1.2rem;
            }
            #main-content .product-header .container a {font-size:0.8rem;}
            .main-swiper {
                height: 300px;
            }
            
            .action-buttons {
                flex-direction: column;
            }
            
            .thumb-swiper {
                height: 80px;
            }
			
			/* 移动端图片样式 */
            .img-float-left, .img-float-right {
                float: none;
                max-width: 90%; /* 移动端宽度不超过容器90% */
                margin: 0 auto 15px; /* 居中显示 */
                display: block;
            }
            
            .flex-image-text {
                flex-direction: column;
            }
            
            .flex-image-text.reverse {
                flex-direction: column;
            }
            
            .flex-image-text img {
                flex: 0 0 100%;
                max-width: 90%; /* 移动端宽度不超过容器90% */
                margin: 0 auto 15px;
                display: block;
            }
            
            .alternating-item {
                flex-direction: column;
            }
            
            .alternating-item:nth-child(even) {
                flex-direction: column;
            }
            
            .alternating-item .image-container {
                flex: 0 0 100%;
                width: 100%;
            }
            
            .alternating-item .image-container img {
                max-width: 90%; /* 移动端宽度不超过容器90% */
                margin: 0 auto;
                display: block;
            }
            
            .video-grid {
                grid-template-columns: 1fr;
            }
			
        }
        
        @media (max-width: 480px) {
            .product-detail, .production-showcase, .related-section {
                padding: 20px;
            }
            
            .main-swiper {
                height: 250px;
            }
            
            .thumb-swiper {
                height: 60px;
            }
			
			.action-buttons {
                flex-direction: column;
            }
        }
		
/**/
