@charset "utf-8";
/* CSS Document */

.factory-banner{margin-top: 5%;}
.factory-banner h3{ color:#fff; font-size:100px;}
.factory-banner h4{color:#fff;font-size:50px;line-height: 1.5;color:#E5DBD4;margin-top: 1.3rem;}
.factory-banner p{ color:#FFFFFF}
.video-btn{ display:flex; height:100%;align-content: center;
    align-items: center;
    justify-content: center;}
.factory-bg{
	background-attachment: scroll;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.factory-1 .jiudian21 {
    color: #707276;
    text-transform:capitalize;
}
  /* 整体容器样式 */
        .factory-section-container {
            padding: 60px 0px 0px;
            font-family: Arial, sans-serif;
            color: #666;
        }

        /* 左侧文字排版 */
        .factory-section-text-box p {
            line-height: 1.8;
            margin-bottom: 25px;
            font-size: 18px;
        }

        /* 右侧视频区域容器 */
        .factory-section-video-wrapper {
            position: relative;
            cursor: pointer;
            overflow: hidden;
            border-radius: 4px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            background: #000;
            min-height: 300px;
        }

        .factory-section-video-wrapper:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
        }

        /* 封面图 */
        .factory-section-poster {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: opacity 0.4s;
        }

        /* 播放按钮 */
        .factory-section-play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background: rgba(0, 0, 0, 0.4);
            border: 2px solid rgba(255, 255, 255, 0.6);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 30px;
            z-index: 2;
            transition: all 0.3s ease;
        }

        .factory-section-video-wrapper:hover .factory-section-play-btn {
            background: rgba(0, 0, 0, 0.6);
            scale: 1.1;
        }

        /* 视频标签初始隐藏 */
        #factoryVideo {
            width: 100%;
            display: none;
        }

        /* 底部黑色横条区域 */
        .factory-section-benchmark-bar {
            background-color: #231f1e;
            color: #fff;
            padding: 30px;
            margin-top: 6rem;
            display: flex;
            align-items: center;
        }

        .factory-section-icon-box {
            /* border: 1px dashed #c19b76; */
            /* padding: 15px; */
            min-width: 60px;
            margin-right: 25px;
            /* display: flex; */
            align-items: center;
            justify-content: center;
        }

        .factory-section-icon-box i {
            color: #c19b76;
            font-size: 24px;
        }

        .factory-section-benchmark-content h2 {
            font-size: 30px;
            /* margin-bottom: 10px; */
            letter-spacing: 1px;
            color: #fff;
        }

        .factory-section-benchmark-content p {
            font-size: 16px;
            color: #bbb;
            margin-bottom: 0;
            line-height: 1.6;
        }

        @media (max-width: 768px) {
            .factory-section-benchmark-bar {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            .factory-section-icon-box {
                margin-right: 0;
                margin-bottom: 15px;
            }
        }
	.factory-1-1{ font-weight:bold; font-size:20px; color:#222;}
	.factory-2-1{}
	.factory-2-2{
    margin-bottom: 2rem;
    margin-top: 1.5rem;
}














.factory-2-1 a.dtbtn{display:inline-block;padding-left:60px;padding-right:60px;padding-top: 12px;padding-bottom: 12px;border-radius: 2px;}

 /* 整体容器 */
        .prod-spec-section {
     
        }

        /* 自定义 Tab 样式 */
        .prod-spec-nav.nav-tabs {
            border-bottom: 2px solid #eee;
            margin-bottom: 30px;
        }
        .prod-spec-nav .nav-item {
            margin-bottom: -2px;
        }
        .prod-spec-nav .nav-link {
            border: none;
            color: #333;
            font-weight: 600;
            padding: 15px 30px;
            font-size: 20px;
            transition: all 0.3s;
        }
        .prod-spec-nav .nav-link:hover {
            color: #c19b76;
            border: none;
        }
        .prod-spec-nav .nav-link.active {
            color: #000;
            border: none;
            font-weight: bold;
            border-bottom: 4px solid #c19b76;
            background: transparent;
        }

        /* 标题样式 */
        .prod-spec-main-title {
            /* font-family: serif; */
            font-size: 30px;
            margin-bottom: 40px;
            color: #222;
        }

        /* 左侧文字内容 */
        .prod-spec-highlight {
            color: #D5A354;
            font-size: 18px;
            margin-bottom: 25px;
            line-height: 1.5;
        }
        .prod-spec-desc {
            color: #666;
            line-height: 1.8;
            font-size: 1rem;
            margin-bottom: 20px;
            /* font-size: 16px; */
        }
        .prod-spec-link {
            color: #d4a76a;
            font-weight: bold;
            text-decoration: none;
            border-bottom: 2px solid #d4a76a;
            display: inline-block;
            margin-top: 20px;
            transition: opacity 0.3s;
        }
        .prod-spec-link:hover {
            color: #b38a55;
            text-decoration: none;
            opacity: 0.8;
        }

        /* 右侧表格样式 */
        .prod-spec-table-card {
            border: 1px solid #f0f0f0;
            transition: box-shadow 0.3s ease;
        }
        .prod-spec-table-card:hover {
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        }
        .prod-spec-table thead th {
            background-color: #231f1e;
            color: #E5DBD4;
            text-transform: uppercase;
            font-size: 14px;
            letter-spacing: 1px;
            padding: 15px 20px;
            border: none;
        }
        .prod-spec-table td {
            padding: 15px 20px;
            font-size: 1rem;
            color: #444;
            vertical-align: middle;
            border-top: 1px solid #f0f0f0;
        }
        .prod-spec-label {
            color: #888;
            width: 40%;
        }
        .prod-spec-value {
            text-align: right;
            font-weight: 500;
        }

        /* 响应式调整 */
        @media (max-width: 768px) {
            .prod-spec-value { text-align: left; }
            .prod-spec-label { width: auto; }
            .prod-spec-nav .nav-link { padding: 10px 15px; font-size: 0.9rem; }
        }
.prod-spec-flex{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.btn3{}
.btn3 span{display:inline-block;text-transform: uppercase;color: #BCB8B7;font-weight: bold;}
.btn3 i{display:inline-block;color: #BCB8B7;font-size: 18px;font-weight: bold;line-height: 25px;}
.btn3-flex{display:flex;justify-content: space-between;flex-wrap: wrap;flex-direction: row;width: 100%;border-top: 1px solid #EBDFD7;padding-top: 15px;}
.zx4-card:hover .btn3 span{ color:#d9a95d;}
.zx4-card:hover .btn3 i{ color:#d9a95d;}
.factory-4-table { margin-top:20px;}
.factory-4-table tr td:nth-child(1){ color:#BCB8B7; line-height:1;}
.factory-4-table tr td:nth-child(2){color:#222;}

.factory-5 .industry .col-lg-5 {
    padding: 0px;
    margin: 0px;
}
.factory-5 .industry .col-lg-7 {
    padding: 0px;
    margin: 0px;
}
.factory-5 .industry2 {
    align-content: center;
    flex-direction: column;
}
.factory-5-1{ color:#707276; margin-bottom:4rem;}
.factory-5-2{ color:#221F1E;   flex-grow: 1;}


.factory-6 .idea h4 {
    margin-top: 20px;
}
.factory-6 .idea {
    margin-top: 0px;
    height: 100%;
}


/* --- 第一部分：QC Section --- */
        .custom-qc-section {
            background-color: #1a1614;
            color: #ffffff;
            padding: 40px 40px 40px 0px;
        }
        .custom-qc-icon-wrapper {
            /* border: 1px dashed #c5a059; */
            /* padding: 20px; */
            display: inline-block;
            /* margin-bottom: 20px; */
            transition: all 0.3s ease;
        }
        .custom-qc-icon-wrapper:hover {
            transform: scale(1.1);
            box-shadow: 0 0 15px rgba(197, 160, 89, 0.5);
        }
        .custom-qc-title {
            /* font-family: serif; */
            font-size: 30px;
            line-height: 1.2;
            color: #fff;
            margin-top: 20px;
        }
        .custom-qc-text {
            color: #BCB8B7;
            font-size: 0.95rem;
            line-height: 1.6;
        }
        .custom-qc-list {
            list-style: none;
            padding-left: 0;
            margin-top: 30px;
        }
        .custom-qc-list li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 20px;
        }
        .custom-qc-list li::before {
            content: "•";
            color: #c5a059;
            position: absolute;
            left: 0;
        }
        .custom-qc-quote {
            font-style: italic;
            color: #888;
            font-size: 16px;
            border-top: 1px solid #333;
            padding-top: 20px;
            margin-top: 30px;
        }

        /* --- 第二部分：Development Section --- */
        .custom-dev-section {
            /* padding: 80px 0; */
            background-color: #fff;
            color: #333;
        }
        .custom-dev-img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .custom-dev-accent {
            color: #D5A354;
            font-weight: 600;
        }
        .custom-dev-description {
            font-size: 16px;
            color: #707276;
            line-height: 1.7;
        }
        .custom-dev-process-title {
            letter-spacing: 2px;
            font-weight: bold;
            font-size: 16px;
            color: #bbb;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
        }
        .custom-dev-list-item {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            transition: transform 0.2s;
            cursor: default;
        }
        .custom-dev-list-item:hover {
            transform: translateX(10px);
        }
        .custom-dev-number {
            background-color: #d4a356;
            color: white;
            width: 24px;
            height: 24px;
            font-weight: bold;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            margin-right: 15px;
            flex-shrink: 0;
        }
        .custom-dev-list-item:hover .custom-dev-number {
            background-color: #b0823e;
        }
        .custom-dev-step-name {
            font-weight: bold;
            margin-right: 5px;
        }
        .custom-dev-stats-box {
            text-align: center;
            margin-top: 40px;
        }
        .custom-dev-stat-val {
            color: #d4a356;
            font-size: 1.8rem;
            /* font-family: serif; */
            font-weight: 900;
            display: block;
        }
        .custom-dev-stat-label {
            font-size: 14px;
            color: #888;
            /* text-transform: uppercase; */
        }

        /* 移动端优化 */
        @media (max-width: 768px) {

            .custom-qc-section, .custom-dev-section { text-align: center; }
            .custom-qc-list li { text-align: left; }
            .custom-dev-list-item { justify-content: flex-start; text-align: left;}
        }
		p.custom-qc-text{ color:#fff; font-size:18px;}
	
	
	 /* --- 第一部分：Status Section --- */
        .gm-status-section { padding: 60px 0; background-color: #fff; }
        .gm-status-title {/* font-family: serif; */font-weight: bold;color: #333;font-size: 26px;margin-bottom: 20px;}
        .gm-status-title.orange { color: #d4a356; }
        
        .gm-status-card {
            border: 2px solid #F5EEE9;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 20px;
            display: flex;
            align-items: flex-start;
            transition: all 0.3s ease;
            /* height: 100%; */
        }
        .gm-status-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            border-color: #d4a356;
        }
        .gm-status-icon {/* width: 40px; */margin-right: 25px;flex-shrink: 0;}
        .gm-status-card h6 {font-weight: bold;margin-bottom: 5px;font-size: 18px;}
        .gm-status-card p {/* font-size: 0.85rem; */color: #666;margin-bottom: 0;line-height: 1.5;}
        .gm-status-tag {color: #d4a356;/* font-size: 0.75rem; */font-weight: bold;display: block;margin-bottom: 5px;}
        
        .gm-status-quote {
            font-style: italic;
            color: #221F1E;
            /* font-size: 0.85rem; */
            margin-top: 20px;
            font-weight: 500;
            padding-left: 10px;
        }

        /* --- 第二部分：Logistics Section --- */
        .gm-logistics-section { padding: 60px 0; background-color: #fff; }
        .gm-logistics-img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
        
        .gm-table-container { background: #fff; }
        .gm-table {/* font-size: 0.85rem; */width: 100%;}
        .gm-table thead th {
            background-color: #1e1b1a;
            color: #E5DBD4;
            font-weight: normal;
            text-transform: uppercase;
            font-size: 14px;
            padding: 15px;
            border: none;
        }
        .gm-table tbody td { vertical-align: middle; padding: 15px; border-bottom: 1px solid #f0f0f0; }
        .gm-table tbody tr:hover { background-color: #fafafa; }
        .gm-rush-text { color: #28a745; font-weight: bold; }
        
        .gm-logistics-link { color: #d4a356; font-weight: bold; text-decoration: underline; font-size: 0.9rem; }
        
        .gm-stat-number {font-size: 2.5rem;font-weight: bolder;color: #1e1b1a;line-height: 1;}
        .gm-stat-desc {/* font-size: 0.75rem; */color: #777;margin-top: 10px;line-height: 1.4;}
        
        .gm-notice-box {
            background-color: #FAF5F2;
            padding: 15px;
            /* font-size: 0.8rem; */
            color: #D5A354;
            border-radius: 4px;
            margin-top: 30px;
            border: 1px solid #F5EEE9;
        }

        @media (max-width: 768px) {
            .gm-logistics-img { height: 300px; margin-bottom: 30px; }
            .gm-stat-number { font-size: 2rem; }
        }
		p.text-muted{ font-size:16px;}
		
		 /* --- 1. 定价方案区块 (Pricing) --- */
        .v3-pricing-section {padding: 40px 0 40px;background-color: #fff;}
        .v3-pricing-card {
            border: 1px solid #e0e0e0;
            padding: 40px 30px;
            height: 100%;
            transition: all 0.3s ease;
            position: relative;
            background: #fff;
        }
        .v3-pricing-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
        
        /* 中间突出卡片 */
        .v3-pricing-card-featured { border: 2px solid #f9a825; transform: scale(1.02); z-index: 2; }
        .v3-pricing-badge {
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);

            background: #f9a825;
            color: #fff;
            padding: 4px 15px;
            font-size: 12px;
            font-weight: bold;
            border-radius: 10px;
            /* border: 1px dashed #fff; */
        }

        .v3-pricing-h {/* font-family: serif; */font-size: 30px;margin-bottom: 10px;}
        .v3-pricing-sub {/* font-size: 0.85rem; */color: #777;margin-bottom: 25px;line-height: 1.4;min-height: 40px;}
        .v3-pricing-who {/* font-size: 0.75rem; */color: #aaa;font-weight: bold;text-transform: uppercase;margin-bottom: 15px;}
        .v3-pricing-target {/* font-size: 0.85rem; */color: #555;margin-bottom: 30px;min-height: 40px;border-bottom: 1px solid #ddd;padding-bottom: 15px;}
        
        .v3-pricing-list { list-style: none; padding: 0; margin-bottom: 40px; }
        .v3-pricing-list li {/* font-size: 0.85rem; */color: #444;margin-bottom: 12px;padding-left: 25px;position: relative;}
        .v3-pricing-list li::before {
	content: ' ';
	position: absolute;
	left: 0;
	color: #d4a356;
	background-attachment: scroll;
	background-image: url(coin15.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 7px;
	}

        .v3-btn-outline {border: 1px solid #333;background: transparent;color: #333;width: 100%;padding: 15px 10px;font-size: 18px;border-radius: 5px;}
        .v3-btn-solid {background: #f9a825;color: #fff;border: none;width: 100%;padding: 15px;font-weight: bold;font-size: 18px;border-radius: 5px;}
        .v3-btn-solid:hover { background: #e69516; }

        .v3-pricing-footer {text-align: center;margin-top: 50px;font-size: 18px;color: #222;}
        .v3-pricing-link { color: #d4a356; text-decoration: underline; font-weight: bold; }

        /* --- 2. 区域合规区块 (Compliance) --- */
        .v3-compliance-section { padding: 40px 0 80px; }
        .v3-comp-card {border: 2px solid #EBDFD7;padding: 25px 15px;background: #fff;height: 100%;transition: 0.3s;display: flex;flex-wrap: wrap;flex-direction: column;}
        .v3-comp-card:hover { border-color: #d4a356; }
        .v3-comp-code {font-weight: 900;font-size: 26px;margin-bottom: 5px;}
        .v3-comp-region {font-size: 18px;color: #222;margin-bottom: 20px;border-bottom: 1px solid #eee;padding-bottom: 10px;}
        
        .v3-comp-list {list-style: none;padding: 0;margin-bottom: 10px;flex-grow: 1;}
        .v3-comp-list li {/* font-size: 0.8rem; */color: #555;margin-bottom: 8px;display: flex;align-items: flex-start;}
        .v3-comp-list li::before {
	content: '  ';
	color: #28a745;
	margin-right: 8px;
	margin-top: 6px;
	width: 20px;
	height: 20px;
	/* border-radius: 50%; */
	padding: 1px 3px;
	background-attachment: scroll;
	background-image: url(coin16.png);
	background-repeat: no-repeat;
	background-position: left top;
}
        
        .v3-comp-download {font-size: 14px;color: #d4a356;/* text-decoration: underline; *//* text-transform: uppercase; */}

        /* --- 3. 底部黑色标准区块 (Global Standards) --- */
        .v3-footer-dark {background: #1e1b1a;color: #fff;padding: 40px 30px;}
        .v3-footer-h {/* font-family: serif; */font-size: 26px;margin-bottom: 30px;color: #fff;/* padding: 20px 30px; */}
        .v3-footer-list { list-style: none; padding: 0; }
        .v3-footer-list li {font-size: 16px;color: #BCB8B7;margin-bottom: 15px;}
        .v3-footer-list li::before { content: '√'; color: #d4a356; margin-right: 10px; }
        
        .v3-footer-box { background: rgba(255,255,255,0.05); padding: 30px; border-radius: 4px; }
        .v3-footer-box p {/* font-size: 0.85rem; */color: #aaa;margin-bottom: 20px;}
        .v3-footer-contact {color: #d4a356;/* border-bottom: 1px solid #d4a356; */font-weight: bold;text-decoration: none;}

        @media (max-width: 768px) {
            .v3-pricing-card-featured { transform: scale(1); margin: 20px 0; }
            .v3-comp-card { margin-bottom: 20px; }
        }
		.v3-btn{margin-top:auto;border-top: 1px solid #EBDFD7;padding-top: 15px;}
		
		
  .v4-cs-section {/* padding: 60px 0px 0px; */background-color: #fcfcfc;font-family: -apple-system, system-ui, sans-serif;}
        
        .v4-cs-container { margin-bottom: 40px; background: #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.05); transition: transform 0.3s ease; }
        .v4-cs-container:hover { transform: translateY(-5px); }

        /* 图片容器与动画 */
        .v4-cs-img-wrapper { overflow: hidden; position: relative; min-height: 400px; }
        .v4-cs-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
        .v4-cs-container:hover .v4-cs-img { transform: scale(1.05); }

        /* 内容区域 */
        .v4-cs-content { padding: 40px; }
        .v4-cs-title {/* font-family: serif; */font-weight: bold;font-size: 26px;color: #1a1a1a;margin-bottom: 5px;}
        .v4-cs-subtitle {color: #D5A354;font-size: 16px;margin-bottom: 25px;font-weight: 500;}

        /* 数据指标栏 */
        .v4-cs-stats-row {border-top: 1px solid #eee;border-bottom: 1px solid #eee;padding: 25px 0;margin-bottom: 25px;}
        .v4-cs-stat-item { text-align: left; }
        .v4-cs-stat-val {display: block;font-size: 26px;font-weight: 900;color: #1a1a1a;line-height: 1.1;/* font-family: auto; */}
        .v4-cs-stat-label {font-size: 14px;color: #999;/* text-transform: uppercase; *//* letter-spacing: 1px; */}

        /* 文本详情 */
        .v4-cs-label {/* font-size: 0.75rem; */font-weight: bold;color: #bbb;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 5px;}
        .v4-cs-text {/* font-size: 0.85rem; */color: #555;line-height: 1.6;margin-bottom: 20px;}
        .v4-cs-result {font-style: italic;color: #444;font-size: 0.85rem;/* border-left: 2px solid #d4a356; *//* padding-left: 15px; */}

        /* 底部链接 */
        .v4-cs-footer {text-align: center;margin-top: 50px;font-size: 18px;color: #555;}
        .v4-cs-footer-link {color: #d4a356;/* font-weight: bold; *//* text-decoration: underline; */margin-left: 10px;}

        @media (max-width: 768px) {
            .v4-cs-img-wrapper { min-height: 250px; }
            .v4-cs-content { padding: 25px; }
            .v4-cs-title { font-size: 1.3rem; }
        }		
		.xpfeat-2 h3{ font-size:30px;}
		.xpfeat-2 p{ color:#707276;}
		
		
		 /* --- 样式前缀: v5-contact- --- */
        .v5-contact-section {
            background-color: #F9F5F2;
            padding: 80px 0;
        }

        .v5-contact-header {
            /* font-family: serif; */
            font-weight: bold;
            font-size: 50px;
            text-align: center;
            margin-bottom: 60px;
            color: #1a1a1a;
        }

        /* 左侧文案 */
        .v5-contact-desc {/* font-size: 0.95rem; */line-height: 1.8;color: #666;margin-bottom: 40px;}
        .v5-contact-check-list { list-style: none; padding: 0; }
        .v5-contact-check-list li {margin-bottom: 15px;font-weight: 500;display: flex;font-size: 18px;align-items: center;}
        .v5-contact-check-list li::before { 
            content: '✔'; color: #d4a356; border: 1px solid #d4a356; border-radius: 50%;
            width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center;
            font-size: 0.7rem; margin-right: 15px;
        }

        /* 表单样式 */
        .v5-contact-form-label {font-size: 14px;color: #bbb;font-weight: 600;text-transform: uppercase;margin-bottom: 8px;}
        .v5-contact-input {
            border: 1px solid #eee;
            border-radius: 2px;
            padding: 12px 15px;
            /* font-size: 0.9rem; */
            width: 100%;
            transition: border-color 0.3s;
        }
        .v5-contact-input:focus { outline: none; border-color: #d4a356; box-shadow: none; }
        
        .v5-contact-btn-main { 
            background-color: #ffad33; border: none; color: #fff; width: 100%; 
            padding: 15px; font-weight: bold; font-size: 1rem; border-radius: 2px; 
            transition: all 0.3s ease; cursor: pointer; margin-top: 10px;
        }
        .v5-contact-btn-main:hover { background-color: #e69516; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(255,173,51,0.3); }

        .v5-contact-not-ready { text-align: center; font-size: 0.8rem; color: #bbb; margin-top: 15px; }

        /* 底部装饰线 */
        .v5-contact-divider {border-top: 1px solid #eee;margin: 40px 0 40px;}

        /* 联系方式卡片 */
        .v5-contact-info-card {
            background: #fff; border-radius: 50px; padding: 10px 25px;
            display: inline-flex; align-items: center; margin-right: 15px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.02); transition: 0.3s;
            text-decoration: none; color: inherit;
        }
        .v5-contact-info-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.05); }
        .v5-contact-info-icon {/* width: 32px; */margin-right: 12px;}
        .v5-contact-info-text span {display: block;font-size: 14px;color: #999;line-height: normal;}
        .v5-contact-info-text strong {font-size: 18px;color: #1a1a1a;line-height: normal;}

        /* 下载手册区域 */
        .v5-contact-brochure-box { display: flex; align-items: center; }
        .v5-contact-input-email {border: 1px solid #EBDFD7;padding: 12px;/* font-size: 0.9rem; */flex-grow: 1;margin-right: 15px;}
        .v5-contact-btn-outline {
            border: 1px solid #333;
            background: transparent;
            padding: 11px 25px;
            /* font-size: 0.9rem; */
            font-weight: 600;
            transition: 0.3s;
            white-space: nowrap;
        }
        .v5-contact-btn-outline:hover { background: #333; color: #fff; }

        @media (max-width: 768px) {
            .v5-contact-header { font-size: 1.8rem; }
            .v5-contact-info-card { margin-bottom: 15px; width: 100%; }
            .v5-contact-brochure-box { flex-direction: column; }
            .v5-contact-input-email { margin-right: 0; margin-bottom: 15px; width: 100%; }
            .v5-contact-btn-outline { width: 100%; }
        }
		
		.factory-4-table tr td { padding-bottom:10px; line-height:1.1;
}
.line-height-10{ height:12px;}
.factory-5-1 strong{ color:#222;}
		
		
		
		
		
	
	
	
	
	
	
	
	
	