/* 表格样式 */
.spec-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}
.spec-table th, .spec-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.spec-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}
.spec-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.spec-table tr:hover {
    background-color: #ddd;
}
/* 关于我们 */
.com-nav-content {
    padding: 20px; /* 内容区域增加内边距 */
    background-color: #f9f9f9; /* 背景颜色 */
    border: 1px solid #ddd; /* 边框 */
    border-radius: 5px; /* 圆角 */
}

.com-nav-content p {
    text-indent: 2em; /* 段落首行缩进 */
    line-height: 1.6; /* 行间距 */
    font-size: 16px; /* 字体大小 */
    color: #333; /* 文字颜色 */
}

/* 产品中心 */
.image-responsive .am-slides li img {
    width: 100%;
    height: auto;
}
.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* 左对齐 */
}
.product-list-item {
    margin-bottom: 20px; /* 添加底部间距 */
}

/* 产品应用 */
.case-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}
.f-toe {
    text-align: center;
}

