/* 轮播图样式 */
.carousel {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
    margin-bottom: 0;
}

.carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 轮播图链接样式 */
.carousel-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.carousel-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.indicator.active {
    background-color: #FFFFFF;
}

/* 服务优势样式 */
.advantages {
    position: relative;
    margin-top: -40px;
    z-index: 5;
    margin-bottom: 60px;
}

.advantages .container {
    display: flex;
    justify-content: center;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 1360px;
}

.advantage-item {
    display: flex;
    align-items: center;
    text-align: left;
    margin: 0 20px;
    flex: 1;
}

.advantage-content {
    margin-right: 15px;
}

.advantage-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.advantage-item h3 {
    margin: 0;
    font-size: 32px;
    color: #333;
}

.advantage-item p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #888888;
}

/* 解决方案样式 */
.solutions {
    padding: 60px 0 42px;
    background-color: #ffffff;
}

.solutions .container {
    text-align: center;
}

.solutions h2 {
    margin-bottom: 57px;
    color: #222222;
    font-size: 48px;
}

.solution-grid {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.solution-item {
    position: relative;
    width: 328px;
    height: 348px;
    padding: 30px 20px;
    background-image: url('../images/矩形 8.png');
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.solution-item-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.solution-item-link:hover {
    text-decoration: none;
    color: inherit;
}

.solution-item h3 {
    margin: 0 0 10px;
    font-size: 32px;
    color: #222222;
}

.solution-subtitle {
    margin: 0 0 27px;
    font-size: 16px;
    color: #888;
    text-transform: uppercase;
}

.solution-content {
    width: 90%;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #E4E4E4;
    padding: 20px 40px;
}

.solution-item h4 {
    margin: 0 0 15px;
    font-size: 20px;
    color: #222222;
    text-align: left;
}

.solution-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.solution-list li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 32px;
}

.solution-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ffffff;
    text-align: center;
    background-image: url('../images/圆形 7.png');
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
}

/* 销毁环节样式 */
.destruction {
    position: relative;
    height: 865px;
    padding: 82px 0 0;
    background-image: url('../images/销毁环节背景.png');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.destruction .container {
    text-align: center;
}

.destruction h2 {
    margin-bottom: 57px;
    color: #222;
    font-size: 48px;
}

.destruction-grid {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.destruction-item {
    position: relative;
    width: 672px;
    height: 382px;
    padding: 40px;
    color: white;
    text-align: left;
}

.destruction-item button {
    width: 160px;
    height: 56px;
    border-radius: 100px;
    opacity: 1;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.destruction-item button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* 合作伙伴样式 */
.partners {
    width: 1360px;
    margin: 20px auto 0;
    position: relative;
    min-height: 467px;
}

.partners-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 35px;
    gap: 20px;
    border: 5px solid #FBE6C0;
    border-radius: 42px;
}

.partners-content img {
    max-width: 180px;
    height: auto;
    object-fit: contain;
}

.partners-content a {
    width: calc(16.666% - 17px);
    max-width: 180px;
    text-decoration: none;
}

/* 新闻与活动样式 */
.news {
    position: relative;
    padding-top: 75px;
    background-image: url('../images/新闻与活动背景.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 75px;
}

.news .container {
    margin: 0 auto;
    text-align: center;
}

.news h2 {
    margin-bottom: 56px;
    color: #222;
    font-size: 48px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #FBE6C0;
}

.news-content {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.news-item {
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: relative;
    overflow: hidden;
}

.news-item.featured {
    width: 437px;
    height: 552px;
}

.news-tag {
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #8C9599;
    color: white;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: bold;
}

.news-item img {
    object-fit: cover;
}

.new-content {
    padding: 20px;
}

.new-content h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #222;
}

.new-content p {
    margin: 0 0 15px;
    font-size: 18px;
    color: #222;
}

.news-meta {
    display: flex;
    gap: 34px;
    font-size: 12px;
    color: #222;
    margin-bottom: 32px;
}

.news-meta img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.news-column {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 48px 20px 0;
    text-align: left;
    width: 437px;
    height: 552px;
    position: relative;
}

.news-list {
    width: 100%;
    height: 100%;
    overflow: auto;
}

/* 为news-column添加渐变遮罩层 */
.news-column {
    position: relative;
}

.news-column::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.8));
    pointer-events: none;
    z-index: 1;
}

/* 隐藏滚动条 */
.news-list::-webkit-scrollbar {
    display: none;
}

.news-list {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.news-list-item {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.news-list-item p {
    margin: 0 0 5px;
    font-size: 20px;
    color: #222;
}

.news-list-item span {
    font-size: 14px;
    color: #999;
}

.news-buttons {
    display: flex;
    justify-content: center;
    gap: 36px;
}

.news-buttons button {
    width: 180px;
    height: 42px;
    padding: 10px 30px;
    border: 1px solid #222;
    background-color: transparent;
    color: #222;
    cursor: pointer;
    transition: all 0.3s ease;
}

.news-item-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.news-item-link:hover {
    text-decoration: none;
    color: inherit;
}

.news-list-item-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.news-list-item-link:hover {
    text-decoration: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.paper-destruction {
    background-image: url('../images/矩形 46.png');
    background-size: cover;
    background-position: center;
}

.digital-destruction {
    background-image: url('../images/矩形 47.png');
    background-size: cover;
    background-position: center;
}

.destruction-item h3 {
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: bold;
}

.destruction-item p {
    margin: 0;
    font-size: 16px;
}

.partner-title h2 {
    margin: 120px 0 0;
    color: #222222;
    font-size: 48px;
    text-align: center;
}

.partner-title p {
    margin-top: 21px;
    color: #aaa;
    font-size: 32px;
    text-align: center;
}

/* 响应式设计 - 平板端 */
@media (max-width: 1024px) {

    /* 轮播图适配 */
    .carousel {
        height: 400px;
    }

    /* 服务优势适配 */
    .advantages .container {
        width: 90%;
        flex-wrap: wrap;
        padding: 20px;
    }

    .advantage-item {
        margin: 10px;
        flex: 0 0 calc(50% - 40px);
    }

    .advantage-item h3 {
        font-size: 24px;
    }

    /* 解决方案适配 */
    .solutions h2 {
        font-size: 36px;
    }

    .solution-grid {
        flex-wrap: wrap;
        gap: 20px;
    }

    .solution-item {
        width: calc(50% - 20px);
        max-width: 400px;
        height: auto;
    }

    /* 销毁环节适配 */
    .destruction {
        height: auto;
        padding: 60px 0;
    }

    .destruction h2 {
        font-size: 36px;
    }

    .destruction-grid {
        flex-wrap: wrap;
        gap: 20px;
    }

    .destruction-item {
        width: calc(50% - 20px);
        max-width: 500px;
        height: auto;
    }

    /* 合作伙伴适配 */
    .partners {
        width: 90%;
    }

    .partners-content img {
        width: calc(25% - 15px);
    }

    /* 新闻与活动适配 */
    .news h2 {
        font-size: 36px;
    }

    .news-content {
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .news-item.featured,
    .news-column {
        width: calc(50% - 15px);
        height: auto;
    }

    .news-item.featured .icon-images {
        width: 12px !important;
        height: 12px !important;
    }
}

/* 响应式设计 - 手机端 */
@media (max-width: 768px) {

    /* 轮播图适配 */
    .carousel {
        height: 250px;
    }

    .carousel-indicators {
        bottom: 20px;
        left: 3%;
    }

    .indicator {
        width: 10px;
        height: 10px;
    }

    /* 服务优势适配 */
    .advantages {
        margin-top: -20px;
        margin-bottom: 40px;
    }

    .advantages .container {
        width: 60%;
        flex-direction: column;
        padding: 15px;
    }

    .advantage-item {
        flex: 1;
        margin: 10px 0;
        width: 100%;
        gap: 10px;
    }

    .advantage-icon {
        width: 60px;
        height: 60px;
    }

    .advantage-item h3 {
        font-size: 20px;
    }

    .advantage-item p {
        font-size: 14px;
    }

    /* 解决方案适配 */
    .solutions {
        padding: 40px 0 30px;
    }

    .solutions h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .solution-grid {
        flex-direction: column;
        align-items: center;
    }

    .solution-item-link {
        width: 70%;
        display: flex;
        justify-content: center;
    }

    .solution-item {
        width: 64%;
        max-width: 100%;
        height: auto;
        padding: 20px 15px;
    }

    .solution-item h3 {
        font-size: 24px;
    }

    .solution-subtitle {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .solution-content {
        padding: 15px 20px;
    }

    .solution-content h4 {
        font-size: 18px;
    }

    .solution-list li {
        font-size: 13px;
        padding-left: 25px;
    }

    /* 销毁环节适配 */
    .destruction {
        height: auto;
        padding: 40px 0;
        background-size: cover;
    }

    .destruction h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .destruction-grid {
        flex-direction: column;
        align-items: center;
    }

    .destruction-item {
        width: 90%;
        height: auto;
        padding: 30px 20px;
    }

    .destruction-item h3 {
        font-size: 24px;
    }

    .destruction-item p {
        font-size: 14px;
    }

    .destruction-item button {
        width: 140px;
        height: 48px;
        font-size: 14px;
    }

    /* 合作伙伴适配 */
    .partners {
        width: 95%;
        min-height: auto;
        margin: 20px auto 40px;
    }

    .partner-title h2 {
        font-size: 28px;
        margin-top: 60px;
    }

    .partner-title p {
        font-size: 18px;
    }

    .partners-content {
        padding: 20px;
        gap: 15px;
        border-width: 3px;
        border-radius: 20px;
    }

    .partners-content img {
        width: calc(33.333% - 10px);
        max-width: 120px;
    }

    /* 新闻与活动适配 */
    .news {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .news h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .news-content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 30px;
    }

    .news-item.featured,
    .news-column {
        width: 100%;
        height: auto;
    }

    .news-item.featured img {
        width: 100%;
        height: auto;
    }

    .news-item.featured .icon-images {
        width: 12px !important;
        height: 12px !important;
    }

    .news-column {
        padding: 30px 15px 0;
    }

    .new-content h3 {
        font-size: 16px;
    }

    .new-content p {
        font-size: 14px;
    }

    .news-list-item p {
        font-size: 16px;
    }

    .news-list-item span {
        font-size: 12px;
    }

    .news-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .news-buttons button {
        width: 160px;
    }
}

/* 超小屏幕适配 */
@media (max-width: 480px) {
    .carousel {
        height: 170px;
    }

    .advantage-item h3 {
        font-size: 18px;
    }

    .solutions h2 {
        font-size: 24px;
    }

    .solution-item h3 {
        font-size: 20px;
    }

    .solution-item-link {
        display: flex;
        justify-content: center;
    }

    .destruction h2 {
        font-size: 24px;
    }

    .destruction-item h3 {
        font-size: 20px;
    }

    .partner-title h2 {
        font-size: 24px;
    }

    .partner-title p {
        font-size: 16px;
    }

    .partners-content img {
        width: calc(50% - 10px);
    }

    .news h2 {
        font-size: 24px;
    }

    .news-item.featured .icon-images {
        width: 12px !important;
        height: 12px !important;
    }
}