<title>通力液压 - 专业液压阀用电磁铁制造商</title>
<style>
/* 页面尺寸设置 - 216mm x 291mm */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Microsoft YaHei', 'Segoe UI', Tahoma, sans-serif;
}
body {
width: 216mm;
height: 291mm;
background: white;
color: #333;
line-height: 1.5;
position: relative;
overflow: hidden;
}
.brochure {
width: 100%;
height: 100%;
padding: 8mm;
display: grid;
grid-template-rows: auto 1fr auto;
gap: 5mm;
}
/* 头部样式 */
header {
background: linear-gradient(135deg, #1a3c6e 0%, #2c5592 100%);
color: white;
padding: 5mm;
text-align: center;
border-radius: 2mm;
position: relative;
overflow: hidden;
}
.header-pattern {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.1;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M0 0 L100 0 L100 100 Z" fill="white"/><path d="M0 0 L0 100 L100 100 Z" fill="white"/></svg>');
background-size: 30mm;
}
.company-name {
font-size: 10mm;
font-weight: bold;
margin-bottom: 2mm;
letter-spacing: 1px;
}
.company-name-en {
font-size: 4mm;
opacity: 0.9;
margin-bottom: 2mm;
}
.established {
font-size: 3.5mm;
display: inline-block;
padding: 1.5mm 4mm;
background: rgba(255, 255, 255, 0.2);
border-radius: 3mm;
}
/* 主要内容区域 */
.main-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 5mm;
height: 100%;
}
.left-column, .right-column {
display: flex;
flex-direction: column;
gap: 5mm;
}
/* 内容区块 */
.section {
background: white;
border-radius: 2mm;
padding: 4mm;
box-shadow: 0 1mm 3mm rgba(0, 0, 0, 0.1);
border: 0.5mm solid #eaeaea;
}
.section-title {
color: #1a3c6e;
font-size: 5mm;
margin-bottom: 3mm;
padding-bottom: 2mm;
border-bottom: 0.5mm solid #eaeaea;
display: flex;
align-items: center;
}
.section-title i {
margin-right: 3mm;
background: #1a3c6e;
color: white;
width: 7mm;
height: 7mm;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 4mm;
}
/* 公司介绍 */
.intro-content {
font-size: 3.2mm;
text-align: justify;
}
.intro-content p {
margin-bottom: 3mm;
}
.highlight {
color: #e62e2e;
font-weight: bold;
}
.stats {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2mm;
margin: 3mm 0;
}
.stat-item {
background: #f8f9fa;
padding: 3mm;
border-radius: 2mm;
text-align: center;
border-left: 1mm solid #1a3c6e;
}
.stat-number {
font-size: 5mm;
font-weight: bold;
color: #1a3c6e;
margin-bottom: 1mm;
}
.stat-label {
font-size: 3mm;
color: #666;
}
/* 产品展示 */
.products {
display: flex;
flex-direction: column;
gap: 3mm;
}
.product-item {
display: flex;
align-items: center;
gap: 3mm;
}
.product-icon {
width: 8mm;
height: 8mm;
background: #1a3c6e;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.product-content {
flex-grow: 1;
}
.product-title {
font-size: 3.8mm;
color: #1a3c6e;
margin-bottom: 1mm;
font-weight: bold;
}
.product-desc {
font-size: 3mm;
color: #666;
}
/* 应用领域 */
.applications {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2mm;
}
.application-item {
background: #f8f9fa;
padding: 2mm;
border-radius: 2mm;
text-align: center;
border: 0.3mm solid #eaeaea;
}
.app-icon {
font-size: 5mm;
color: #1a3c6e;
margin-bottom: 1mm;
}
.application-item h3 {
font-size: 3.5mm;
color: #1a3c6e;
margin-bottom: 1mm;
}
.application-item p {
font-size: 2.8mm;
color: #666;
}
/* 联系信息 */
.contact-info {
background: linear-gradient(135deg, #1a3c6e 0%, #2c5592 100%);
color: white;
padding: 4mm;
border-radius: 2mm;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 3mm;
}
.contact-section {
display: flex;
flex-direction: column;
gap: 2mm;
}
.contact-title {
font-size: 4.5mm;
margin-bottom: 1mm;
display: flex;
align-items: center;
}
.contact-title i {
margin-right: 2mm;
}
.contact-detail {
font-size: 3.2mm;
display: flex;
align-items: center;
gap: 2mm;
}
.contact-icon {
width: 5mm;
height: 5mm;
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
/* 认证标志 */
.certification {
display: flex;
gap: 2mm;
margin: 2mm 0;
flex-wrap: wrap;
}
.cert-badge {
padding: 1mm 2mm;
background: #f0f5ff;
border-radius: 2mm;
display: flex;
align-items: center;
gap: 1mm;
font-size: 2.8mm;
font-weight: 500;
}
/* 装饰元素 */
.decoration {
position: absolute;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
}
.decoration-1 {
top: -20mm;
right: -20mm;
width: 50mm;
height: 50mm;
}
.decoration-2 {
bottom: -10mm;
left: -10mm;
width: 30mm;
height: 30mm;
}
.qr-code {
width: 25mm;
height: 25mm;
background: white;
display: flex;
align-items: center;
justify-content: center;
margin-top: 2mm;
border-radius: 2mm;
}
</style>
通力液压
专业液压阀用电磁铁制造商