.description-text table {
    width: 100%;
    margin: 0 auto;
}
.description-text table td {
    width: 25%;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
}
.description-text img {
    max-width: 90%;
}
.section-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
    color: #333333;
}
.section-description {
    font-size: 1rem;
    line-height: 1.8;
    color: #666;
    text-align: justify;
    margin-bottom: 0px;
}
/* 我们的优势 */

.advantages {
    padding: 2rem 0;
    background: #ffffff;
}
.advantage-buttons {
    text-align: left;
    margin-top: 20px;
}
.advantage-buttons .btn {
    margin-right: 20px;
}
/* 德凯优势六大优势 */

.six-advantages {
    padding: 2rem 0;
    background: white;
}
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 20px;
}
.advantage-item:nth-child(odd) {
    background: linear-gradient(360deg, #eeeeee 0%, #fbfbfb 100%);
    border: 1px solid #ddd;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}
.advantage-item:nth-child(even) {
    background: linear-gradient(360deg, #d6edfb 0%, #fbfbfb 100%);
    border: 1px solid #ddd;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}
.advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(25, 118, 210, 0.2);
}
.advantage-item h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
}
.advantage-item p {
    font-size: 1rem;
    opacity: 0.8;
}
/* 多元化的产品应用 */

.product-applications {
    padding: 40px 0;
    background: #484443 url("/Static/Home/dekaisewing/img/index_bg.jpg") center/cover no-repeat;
    color: white;
}
.applications-header {
    text-align: left;
    margin-bottom: 50px;
}
.applications-header p {
    font-size: 1.2rem;
    color: #fff;
}
.applications-header h2 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}
.applications-header .highlight-text {
    color: #3498db;
}
.applications-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.application-item {
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
    transition: all 0.3s ease;
}
.application-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.application-image {
    height: auto;
    background: #34495e;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.application-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.application-content {
    padding: 10px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
}
.application-content .application-content-item:last-child {
    text-align: right;
}
.application-content-item {
    font-weight: bold;
    vertical-align: middle;
}
.application-content-item h3 {
    font-size: 1rem;
    color: #008ed6;
    font-weight: 500;
    margin-bottom: 0px;
}
.application-content-item p {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 0px;
}
/* 专业品牌 */

.professional-brands {
    padding: 2rem 0;
    background: #eeeeee;
}
.professional-brands .section-title {
    text-align: center;
    font-size: 2rem;
}
.professional-brands .professional-title {
    text-align: center;
    font-size: 1.2rem;
    color: #333;
}
.brands-grid {
    margin-top: 50px;
}
.brand-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}
.brand-item {
    background: white;
    padding: 5px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}
.brand-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.brand-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
/* 特色缝纫设备机型 */

.featured-machines {
    padding: 2rem 0;
    background: white;
}
.featured-title {
    text-align: left;
    font-size: 1.2rem;
    color: #333;
}
.machines-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 0px;
}
.machine-item {
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}
.machine-item:hover {
    transform: translateY(-5px);
}
.product-badge {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #008ed6;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    border-top-right-radius: 4px;
}
.machine-item:hover .product-badge {
    background-color: #008ed6;
    color: #fff;
    border-top-right-radius: 10px;
    /* transform: scale(1.1); */
}
.machine-item:hover .machine-overlay .arrow-icon {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.3);
}
.machine-info {
    padding: 10px 10px 10px 0px;
    text-align: left;
}
.machine-info h3 {
    font-size: 1rem;
    color: #333;
    margin: 0;
}
.machine-item a {
    color: #333;
    text-decoration: none;
}
/* 机器图片容器 */

.machine-image {
    position: relative;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
}
.machine-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.machine-item:hover .machine-image img {
    transform: scale(1.05);
}
/* 企业动态 */

.company-news {
    padding: 2rem 0;
    background: #eeeeee;
}
.company-news a {
    color: #333;
    text-decoration: none;
}
.news-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    margin-top: 50px;
}
.news-image {
    text-align: left;
}
.news-image img {
    width: 100%;
    margin-bottom: 20px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.newsleftimg:hover {
    transform: scale(1.05);
}
.news-title {
    font-size: 1.2rem;
    color: #000;
    margin-bottom: 12px;
}
.news-caption {
    font-size: 0.9rem;
    color: #333;
    line-height: 1.8;
}
.news-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.news-item {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: #eee;
    border-bottom: 1px solid #333;
    transition: all 0.3s ease;
}
.news-item:hover {
    transform: translateY(-3px);
    background: white;
    border-bottom: 1px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.news-date {
    text-align: center;
    min-width: 60px;
}
.news-date .day {
    display: block;
    font-size: 1.2rem;
    color: #008ed6;
    line-height: 1;
    text-align: left;
}
.news-date .month {
    display: block;
    text-align: left;
    font-size: 1rem;
    color: #008ed6;
}
.news-content-text h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #2c3e50;
    font-weight: 600;
}
.news-content-text p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}
/* 响应式设计 */

@media (max-width: 992px) {
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .applications-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .brand-row {
        grid-template-columns: repeat(3, 1fr);
    }
    .machine-row {
        grid-template-columns: repeat(3, 1fr);
    }
    .news-content {
        grid-template-columns: 1fr;
        margin-top: 20px;
        gap: 10px;
    }
}
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    .section-title {
        font-size: 2rem;
    }
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .advantage-item h3 {
        font-size: 1rem;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .six-advantages {
        padding: 0 0 1rem 0;
        background: white;
    }
    .product-applications {
        padding: 20px 0;
        background: #484443 url(/Static/Home/dekaisewing/img/index_bg.jpg) center / cover no-repeat;
        color: white;
    }
    .professional-brands {
        padding: 20px 0;
        background: #eeeeee;
    }
    .applications-grid {
        grid-template-columns: 1fr;
    }
    .applications-header h2 {
        font-size: 2rem;
        text-align: center;
    }
    .applications-header {
        text-align: left;
        margin-bottom: 20px;
    }
    .applications-header p {
        font-size: 1rem;
        margin-bottom: 10px;
        color: #fff;
    }
    .application-item {
        background: rgba(255, 255, 255, 1);
        overflow: hidden;
    }
    .application-item:hover {
        transform: none;
        box-shadow: none;
    }
    .brand-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .machine-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .advantage-buttons {
        text-align: center;
    }
}
@media (max-width: 480px) {
    .professional-brands .section-title {
        text-align: center;
        font-size: 1.5rem;
    }
    .section-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .brand-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .machine-row {
        grid-template-columns: 1fr;
    }
    .machine-info h3 {
        font-size: 0.8rem;
    }
    .machines-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .brands-grid {
        margin-top: 20px;
    }
    .applications-header h2 {
        font-size: 1.5rem;
        text-align: left;
    }
    .advantage-item {
        padding: 30px 20px;
    }
    .news-title {
        font-size: 1rem;
        color: #000;
        margin-bottom: 12px;
    }
    .news-content-text h4 {
        font-size: 0.8rem;
        margin-bottom: 5px;
        color: #2c3e50;
        font-weight: 600;
    }
    .news-content-text p {
        font-size: 0.8rem;
        color: #666;
        line-height: 1.6;
    }
    .news-item {
        flex-direction: column;
        text-align: left;
        padding: 0px;
        gap: 10px;
    }
    .news-date {
        align-self: left;
    }
    .news-date .month {
        display: block;
        text-align: left;
        font-size: 0.8rem;
        color: #666;
    }
    .news-date .day {
        display: block;
        font-size: 1rem;
        color: #008ed6;
        line-height: 1;
        text-align: left;
    }
}