.elementor-1147 .elementor-element.elementor-element-b2c2b9b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1147 .elementor-element.elementor-element-b5f6863{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-1147 .elementor-element.elementor-element-81377c2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1147 .elementor-element.elementor-element-0328281{color:var( --e-global-color-astglobalcolor3 );}/* Start custom CSS for container, class: .elementor-element-b2c2b9b */.flex-pcb-banner {
		width: 100%;
		padding: 20px 20px;
		background: url("/wp-content/uploads/2025/08/High-Frequency-PCB5-1.png") center/cover no-repeat;
		height: 380px;
		position: relative;
	}

	.flex-pcb-banner__overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.1);
		z-index: 1;
	}

	.flex-pcb-banner__content {
		max-width: 1400px;
		/* height: 300px; */
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}

	.flex-pcb-banner__title {
		color: white;
		font-size: 48px;
		font-weight: 700;
		margin-top: 30px;
		margin-bottom: 25px;
		line-height: 1.2;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	}

	.flex-pcb-banner__text {
		color: white;
		font-size: 22px;
		line-height: 1.6;
		max-width: 800px;
		padding: 0px;
		border-radius: 8px;
	}

	.flex-pcb-banner__button {
		display: inline-block;
		background-color: #2E7D32;
		color: white;
		font-size: 18px;
		font-weight: 600;
		padding: 15px 40px;
		border-radius: 50px;
		text-decoration: none;
		transition: all 0.3s ease;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		border: 2px solid #fff;
	}

	.flex-pcb-banner__button:hover {
		color: white;
		background-color: #1B5E20;
		transform: translateY(-2px);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
	}

	@media (max-width: 992px) {
		.flex-pcb-banner {
			padding: 80px 20px;
		}

		.flex-pcb-banner__title {
			font-size: 40px;
		}

		.flex-pcb-banner__text {
			font-size: 20px;
			padding: 15px;
		}
	}

	@media (max-width: 768px) {
		.flex-pcb-banner {
			padding: 60px 15px;
		}

		.flex-pcb-banner__title {
			font-size: 32px;
			margin-bottom: 20px;
		}

		.flex-pcb-banner__text {
			font-size: 18px;
			padding: 15px;
			margin-bottom: 25px;
		}

		.flex-pcb-banner__button {
			font-size: 16px;
			padding: 12px 30px;
		}
	}

	@media (max-width: 480px) {
		.flex-pcb-banner__title {
			font-size: 28px;
		}

		.flex-pcb-banner__text {
			font-size: 16px;
			padding: 12px;
			margin-bottom: 20px;
		}

		.flex-pcb-banner__button {
			font-size: 15px;
			padding: 10px 25px;
		}
	}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-81377c2 *//* 基础样式 */
.tpf-ceramic-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.tpf-ceramic-container {
    color: #333;
    line-height: 1.6;
}

.tpf-section {
    width: 100%;
    padding: 70px 0;
}

.tpf-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.tpf-section-title {
    font-size: 36px;
    color: #2c6e31;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.tpf-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #4caf50;
    border-radius: 2px;
}

.tpf-subtitle {
    font-size: 24px;
    color: #2c6e31;
    margin: 20px 0 15px;
}

.tpf-text {
    font-size: 16px;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.7;
}

/* 按钮样式 */
.tpf-primary-btn {
    display: inline-block;
    background-color: #2e7d32;
    color: white;
    padding: 14px 35px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.tpf-primary-btn:hover {
    background-color: #1b5e20;
    transform: translateY(-3px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.tpf-btn-center {
    text-align: center;
    margin-top: 40px;
}

/* 背景样式 */
.tpf-bg-light {
    background-color: #ffffff;
}

.tpf-bg-gray {
    background-color: #f5f7f9;
}

.tpf-bg-light-green {
    background-color: ffffff;
}

.tpf-bg-pale {
    background-color: #f9f9f9;
}

/* 优势卡片 */
.tpf-advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.tpf-advantage-card {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.3s ease;
}

.tpf-advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.tpf-advantage-icon {
    width: 70px;
    height: 70px;
    background-color: #e8f5e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #2e7d32;
    font-size: 28px;
}

.tpf-advantage-title {
    font-size: 20px;
    color: #2c6e31;
    margin-bottom: 15px;
}

/* 公司优势部分 */
.tpf-company-advantage {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

.tpf-company-image {
    flex: 1;
    min-width: 300px;
}

.tpf-company-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.tpf-company-content {
    flex: 1;
    min-width: 300px;
}

.tpf-advantage-list {
    list-style-type: none;
    margin-bottom: 25px;
}

.tpf-advantage-item {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.tpf-advantage-item::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2e7d32;
    font-weight: bold;
    font-size: 18px;
}

/* 材料卡片 */
.tpf-materials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.tpf-material-card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.tpf-material-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.tpf-material-image {
    height: 200px;
    overflow: hidden;
}

.tpf-material-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpf-material-content {
    padding: 25px;
}

/* 表格样式 */
.tpf-table-container {
    overflow-x: auto;
    margin-top: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.tpf-data-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.tpf-data-table th,
.tpf-data-table td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.tpf-data-table th {
    background-color: #e8f5e9;
    color: #2c6e31;
    font-weight: 600;
}

.tpf-data-table tr:last-child td {
    border-bottom: none;
}

.tpf-data-table tr:hover {
    background-color: #f9f9f9;
}

/* 规格表格 */
.tpf-specs-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.tpf-specs-table th,
.tpf-specs-table td {
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
}

.tpf-specs-table th {
    background-color: #e8f5e9;
    color: #2c6e31;
    width: 30%;
    font-weight: 600;
}

.tpf-specs-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* 生产流程 */
.tpf-process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.tpf-process-card {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    text-align: center;
}

.tpf-process-number {
    width: 50px;
    height: 50px;
    background-color: #2e7d32;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto 20px;
    font-size: 18px;
}

/* 应用领域 */
.tpf-applications-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.tpf-application-card {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.tpf-application-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.tpf-application-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background-color: #e8f5e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e7d32;
    font-size: 32px;
}

/* 联系区域 */
.tpf-contact-section {
    background-color: #2c6e31;
    color: white;
    text-align: center;
    padding: 70px 0;
}

.tpf-contact-title {
    color: white;
    margin-bottom: 25px;
}

.tpf-contact-title::after {
    background-color: white;
}

.tpf-contact-text {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 40px;
    color: rgba(255, 255, 255, 0.9);
}

.tpf-secondary-btn {
    background-color: white;
    color: #2c6e31;
}

.tpf-secondary-btn:hover {
    background-color: #f1f8e9;
    color: #2c6e31;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .tpf-advantages-grid,
    .tpf-applications-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tpf-company-advantage {
        flex-direction: column;
        gap: 40px;
    }
    
    .tpf-company-image,
    .tpf-company-content {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .tpf-section {
        padding: 50px 0;
    }
    
    .tpf-section-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .tpf-advantage-card,
    .tpf-material-card,
    .tpf-application-card,
    .tpf-process-card {
        padding: 25px;
    }
}

@media (max-width: 576px) {
    .tpf-section-title {
        font-size: 28px;
    }
    
    .tpf-container {
        padding: 0 15px;
    }
    
    .tpf-advantages-grid,
    .tpf-applications-grid {
        grid-template-columns: 1fr;
    }
    
    .tpf-advantage-card,
    .tpf-material-card,
    .tpf-application-card,
    .tpf-process-card {
        padding: 20px;
    }
    
    .tpf-advantage-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .tpf-application-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
}

/* 表格响应式 */
@media (max-width: 767px) {
    .tpf-data-table th,
    .tpf-data-table td,
    .tpf-specs-table th,
    .tpf-specs-table td {
        padding: 12px;
        font-size: 14px;
    }
}/* End custom CSS */