.elementor-1189 .elementor-element.elementor-element-c0f5d17{--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-1189 .elementor-element.elementor-element-86ce7fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1189 .elementor-element.elementor-element-ff6a63b{font-family:"Roboto", Sans-serif;font-weight:400;color:var( --e-global-color-astglobalcolor3 );}/* Start custom CSS for container, class: .elementor-element-c0f5d17 */.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-86ce7fc *//* 基础样式 */
.tpf-main-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.tpf-content-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.tpf-section {
    padding: 70px 0;
}

.tpf-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.tpf-section-title {
    color: #145e2d;
    font-size: 36px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.tpf-section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    background-color: #228b45;
    border-radius: 2px;
}

.tpf-section-description {
    color: #555;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
}

/* 按钮样式 */
.tpf-action-button {
    display: inline-block;
    background-color: #145e2d;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    margin: 8px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.tpf-action-button:hover {
    background-color: #228b45;
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.tpf-inquiry-button {
    display: block;
    width: fit-content;
    margin: 40px auto 0;
}

/* 为什么选择我们区块 */
.tpf-section-why {
    background-color: #f8f9f8;
}

.tpf-why-choose-container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

.tpf-why-choose-image {
    flex: 1;
    min-width: 320px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.tpf-why-choose-image img {
    width: 100%;
    height: auto;
    display: block;
}

.tpf-why-choose-content {
    flex: 1;
    min-width: 320px;
}

.tpf-why-list {
    list-style: none;
}

.tpf-why-item {
    margin-bottom: 25px;
    padding-left: 40px;
    position: relative;
    font-size: 16px;
}

.tpf-why-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 24px;
    height: 24px;
    background-color: #228b45;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tpf-why-item:after {
    content: '✓';
    position: absolute;
    left: 6px;
    top: 3px;
    color: white;
    font-weight: bold;
}

/* 优势区块 */
.tpf-section-benefits {
    background-color: #ffffff;
}

.tpf-benefits-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 35px;
}

.tpf-benefit-card {
    background-color: #f8f9f8;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    border-top: 4px solid #228b45;
}

.tpf-benefit-card:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.tpf-benefit-title {
    color: #145e2d;
    font-size: 20px;
    margin-bottom: 15px;
}

/* 材料区块 */
.tpf-section-materials {
    background-color: #f0f4f0;
}

.tpf-materials-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
}

.tpf-material-card {
    background-color: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.tpf-material-title {
    color: #145e2d;
    font-size: 20px;
    margin-bottom: 15px;
}

/* 类型区块 */
.tpf-section-types {
    background-color: #ffffff;
}

.tpf-types-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
}

.tpf-type-card {
    background-color: #f8f9f8;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.tpf-type-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.tpf-type-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tpf-type-content {
    padding: 25px;
}

.tpf-type-title {
    color: #145e2d;
    font-size: 20px;
    margin-bottom: 15px;
}

/* 技术参数区块 */
.tpf-section-specs {
    background-color: #f0f4f0;
}

.tpf-specs-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.tpf-specs-table {
    width: 100%;
    border-collapse: collapse;
}

.tpf-specs-table th,
.tpf-specs-table td {
    padding: 18px 20px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

.tpf-specs-table th {
    background-color: #f0f7f0;
    color: #145e2d;
    font-weight: 600;
    width: 35%;
}

.tpf-specs-table tr:last-child td {
    border-bottom: none;
}

.tpf-specs-table tr:nth-child(even) td {
    background-color: #fafcf9;
}

/* 生产流程区块 */
.tpf-section-process {
    background-color: #ffffff;
}

.tpf-process-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.tpf-process-step {
    background-color: #f8f9f8;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.tpf-step-number {
    width: 50px;
    height: 50px;
    background-color: #228b45;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 20px;
}

.tpf-step-title {
    color: #145e2d;
    font-size: 18px;
    margin-bottom: 15px;
}

/* 应用领域区块 */
.tpf-section-applications {
    background-color: #f0f4f0;
}

.tpf-applications-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.tpf-application-card {
    background-color: white;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.tpf-application-title {
    color: #145e2d;
    font-size: 18px;
    margin-bottom: 15px;
}

/* 询盘区块 */
.tpf-section-inquiry {
    background-color: #145e2d;
    color: white;
    text-align: center;
}

.tpf-inquiry-title {
    font-size: 36px;
    margin-bottom: 20px;
    color: white;
}

.tpf-inquiry-text {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* 响应式调整 */
@media (max-width: 992px) {
    .tpf-why-choose-container {
        flex-direction: column;
    }
    
    .tpf-why-choose-image,
    .tpf-why-choose-content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .tpf-section {
        padding: 50px 0;
    }
    
    .tpf-section-title {
        font-size: 28px;
    }
    
    .tpf-benefits-container,
    .tpf-materials-container,
    .tpf-types-container,
    .tpf-process-container,
    .tpf-applications-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .tpf-content-inner {
        padding: 0 15px;
    }
    
    .tpf-section-title {
        font-size: 24px;
    }
    
    .tpf-benefit-card,
    .tpf-material-card,
    .tpf-type-card,
    .tpf-process-step,
    .tpf-application-card {
        padding: 20px;
    }
}/* End custom CSS */