.service-section {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #000;
}

.service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('{pboot:sitetplpath}/zdzxmz/service-bg.jpg') center/cover no-repeat;
    z-index: 0;
}

.service-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    z-index: 1;
}

.service-left {
    width: 200px;
    background: #E53935;
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-eng {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.service-left h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.service-arrow {
    font-size: 20px;
    color: #fff;
}

.service-right {
    flex: 1;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 20px;
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.item-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item-text {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.item-line {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #E53935;
}

.category {
    width: 100%;
    max-width: 1920px;
    margin: 40px auto 0;
}

.category-content {
    width: 1200px;
    margin: 0 auto;
}

.category-header {
    text-align: center;
}

.category-header h2 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.category-header h2 span {
    color: #E53935;
}

.header-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.divider-line {
    width: 100px;
    height: 1px;
    background: #ccc;
}

.divider-red {
    width: 30px;
    height: 2px;
    background: #E53935;
    margin: 0 10px;
}

.category-header p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.product-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f5f5f5;
}

.product-content {
    width: 1200px;
    margin: 0 auto;
}

.product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E53935;
    padding: 15px 30px;
    color: #fff;
}

.header-left {
    font-size: 18px;
    font-weight: bold;
}

.header-right {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

.product-images {
    display: flex;
    gap: 20px;
    padding: 30px;
    background: #E6EAED;
}

.product-img {
    flex: 1;
    background: #f9f9f9;
}

.product-img img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.product-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 50px;
    padding: 20px 30px;
    background: #F6F6F6;
    border-bottom: 1px solid #eee;
}

.title-text {
    display: flex;
    flex-direction: column;
}

.title-eng {
    font-size: 14px;
    color: #E53935;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.title-text h3 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

.title-arrow {
    font-size: 36px;
    color: #E53935;
    font-weight: bold;
}

.product-table {
    padding: 0 30px 30px;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
}

.spec-table td {
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #a8a7a7;
}

.spec-table td:nth-child(1),
.spec-table td:nth-child(3),
.spec-table td:nth-child(5) {
    background: #666;
    color: #fff;
    font-weight: bold;
    width: 16%;
}

.spec-table td:nth-child(2),
.spec-table td:nth-child(4),
.spec-table td:nth-child(6) {
    background: #fff;
    width: 18.33%;
}

.spec-table tr:nth-child(even) td:nth-child(1),
.spec-table tr:nth-child(even) td:nth-child(3),
.spec-table tr:nth-child(even) td:nth-child(5) {
    background: #888;
}

.spec-table tr:nth-child(even) td:nth-child(2),
.spec-table tr:nth-child(even) td:nth-child(4),
.spec-table tr:nth-child(even) td:nth-child(6) {
    background: #f9f9f9;
}

.silent-module-section {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #000;
    padding: 60px 0;
    text-align: center;
}

.silent-module-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('{pboot:sitetplpath}/zdzxmz/silent-bg.jpg') center/cover no-repeat;
    opacity: 0.3;
}

.silent-module-content {
    position: relative;
    z-index: 1;
}

.silent-module-content h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px 0;
}

.silent-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.silent-divider-line {
    width: 100px;
    height: 1px;
    background: #666;
}

.silent-divider-red {
    width: 30px;
    height: 2px;
    background: #E53935;
    margin: 0 10px;
}

.silent-module-content p {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.product-list-section {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 60px 0;
}

.product-list-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
}

.product-list-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    z-index: 1;
}

.product-card {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.card-header {
    padding: 20px;
    text-align: center;
}

.card-header h3 {
    font-size: 20px;
    font-weight: bold;
    color: #E53935;
    margin: 0 0 10px 0;
}

.card-subtitle {
    font-size: 14px;
    color: #666;
}

.card-image {
    padding: 20px;
    text-align: center;
}

.card-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.card-btn {
    display: block;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.card-btn:hover {
    opacity: 0.9;
}

.card-btn.dark {
    background: #333;
}

.card-btn.red {
    background: #E53935;
}

.multi-domain-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 0;
}

.multi-domain-content {
    width: 1200px;
    margin: 0 auto;
}

.multi-domain-header {
    text-align: center;
    margin-bottom: 40px;
}

.multi-domain-header h2 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.multi-domain-header h2 span {
    color: #E53935;
}

.multi-domain-header .header-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.multi-domain-header .divider-line {
    width: 120px;
    height: 1px;
    background: #ccc;
}

.multi-domain-header .divider-red {
    width: 40px;
    height: 2px;
    background: #E53935;
    margin: 0 10px;
}

.multi-domain-header p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.domain-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.domain-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.domain-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.domain-item:hover img {
    transform: scale(1.05);
}

.domain-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.domain-text {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.company-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}

.company-banner {
    position: relative;
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
    padding: 40px 0;
}

.company-banner-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #E53935;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.company-banner-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.banner-left {
    color: #fff;
}

.banner-quote {
    font-size: 60px;
    color: #666;
    line-height: 1;
    margin-bottom: 10px;
}

.banner-left h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.banner-left p {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}

.banner-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-woman {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.banner-phone {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.phone-label {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 5px;
}

.phone-number {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.company-card {
    position: relative;
    margin-top: -30px;
    z-index: 2;
}

.company-card-content {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.card-top {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.card-image {
    flex: 0 0 400px;
}

.card-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 4px;
}

.card-info {
    flex: 1;
}

.card-info-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.card-info-header h3 {
    font-size: 24px;
    font-weight: bold;
    color: #E53935;
    margin: 0;
}

.more-btn {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    padding: 8px 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.more-btn:hover {
    color: #E53935;
    border-color: #E53935;
}

.card-info-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0 0 15px 0;
}

.card-features {
    display: flex;
    gap: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.feature-text h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px 0;
}

.feature-text span {
    font-size: 12px;
    color: #999;
}
