/* 动态详情 */
.active {
    width: 100%;
    background-color: rgba(231, 230, 227, 1);
}
.active_header {
    height: 72px;
    width: 100%;
    background-color: rgba(33, 33, 32, 1);
}
.active_detail {
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
    padding: 70px 0;
    transition: all 0.5s ease;
}
.active_detail img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.active_detail_tag {
    width: 66px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: rgba(188, 46, 46, 1);
    font-size: 12px;
}
.active_detail_title {
    font-size: 36px;
    line-height: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: bold;
    color: #000;
    transition: all 0.5s ease;
}
.active_detail_date {
    font-size: 14px;
    color: #000;
    line-height: 14px;
    transition: all 0.5s ease;
    padding-bottom: 12px;
}
.active_detail_img {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.active_detail_img_desc {
    font-size: 16px;
    line-height: 27px;
    color: #848484;
}
.active_detail_content {
    font-size: 20px;
    line-height: 2;
    color: rgba(83, 83, 83, 1);
    margin-top: 20px;
    transition: all 1s ease;
    padding-left: 40px;
}
.active_detail_footer {
    margin-top: 70px;
    transition: all 0.5s ease;
}
.active_detail_footer_item {
    font-size: 22px;
    color: rgba(56, 56, 56, 1);
    line-height: 37px;
    transition: all 0.5s ease;
}
@media screen and (max-width: 999.98px) {
    .active_detail {
        padding: 60px 0;
    }
    .active_detail_title {
        font-size: 32px;
        line-height: 40px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .active_detail_img_desc {
        line-height: 24px;
    }
    .active_detail_img {
        margin-top: 36px;
        margin-bottom: 18px;
    }
    .active_detail_content {
        font-size: 18px;
        margin-top: 18px;
    }
    .active_detail_footer {
        margin-top: 60px;
    }
    .active_detail_footer_item {
        font-size: 20px;
        color: rgba(56, 56, 56, 1);
        line-height: 32px;
    }
}
@media screen and (max-width: 767.98px) {
    .active_detail {
        padding: 50px 0;
    }
    .active_detail_title {
        font-size: 26px;
        line-height: 32px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .active_detail_img_desc {
        line-height: 20px;
    }
    .active_detail_img {
        margin-top: 32px;
        margin-bottom: 16px;
    }
    .active_detail_content {
        font-size: 16px;
        margin-top: 16px;
    }
    .active_detail_footer {
        margin-top: 50px;
    }
    .active_detail_footer_item {
        font-size: 18px;
        color: rgba(56, 56, 56, 1);
        line-height: 28px;
    }
    
}
@media screen and (max-width: 499.98px) {
    .active_detail {
        padding: 40px 0;
    }
    .active_detail_title {
        font-size: 22px;
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .active_detail_img_desc {
        line-height: 18px;
        font-size: 14px;
    }
    .active_detail_img {
        margin-top: 24px;
        margin-bottom: 12px;
    }
    .active_detail_content {
        font-size: 14px;
        margin-top: 14px;
    }
    .active_detail_footer {
        margin-top: 40px;
    }
    .active_detail_footer_item {
        font-size: 16px;
        color: rgba(56, 56, 56, 1);
        line-height: 24px;
    }
    
}
/* 联系我们 */
.contact_us {
    background: #212120;
    padding: 24px 40px 0;
    width: 100%;
}

.contact_us_content {
    padding-bottom: 30px;
    border-bottom: 0.5px solid rgba(217, 217, 217, 0.2);
}

.contact-us-inner {
    margin: 0 auto;
}

.contact-us-items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.contact-us-item {
    align-items: center;
    min-width: 220px;
    color: #ffffff;
}

.contact-us-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 4px;
}

.contact-us-icon img {
    width: 100%;
    height: 100%;
}
.contact-us-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.contact-us-title {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.contact-us-email {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.contact-us-email:hover {
    color: #ffffff;
}

.contact-us-heading {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-align: right;
}

@media (max-width: 991.98px) {
    .contact_us {
        padding: 24px 20px 0;
    }

    .contact-us-items {
        gap: 24px;
    }

    .contact-us-heading {
        margin-top: 24px;
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .contact-us-item {
        width: 100%;
    }

    .contact-us-title {
        font-size: 15px;
    }

    .contact-us-email {
        font-size: 13px;
    }

    .contact-us-heading {
        font-size: 22px;
    }
}

/* 产品手风琴响应式 */
@media (max-width: 1200px) {
    .product:hover .product-item {
        flex: 0 0 calc((100% - 500px) / 4);
    }
    
    .product:hover .product-item:hover {
        flex: 0 0 500px;
    }
}

@media (max-width: 992px) {
    .product {
        flex-direction: column;
        height: auto;
    }
    
    .product-item {
        width: 100%;
        height: 872px;
        flex: 1;
    }
    
    .product:hover .product-item {
        flex: 0 0 auto;
        height: 200px;
    }
    
    .product:hover .product-item:hover {
        flex: 0 0 auto;
        height: 872px;
    }
}

@media (max-width: 768px) {
    .product-item {
        height: 600px;
    }
    
    .product:hover .product-item:hover {
        height: 600px;
    }
}