﻿.swiper-history-wrap {
    margin-left: -25px;
    margin-right: -25px;
}
.swiper-history-bd {
    margin-bottom: 60px;
    padding-top: 0.3rem;
}
    .swiper-history-bd .swiper-slide {
        width: 33.3%;
        padding-left: 25px;
        padding-right: 25px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        padding-top: 65px;
        padding-bottom: 65px;
        flex-shrink: 0;
        height: 100%;
        position: relative;
    }
        .swiper-history-bd .swiper-slide:hover {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }
    .swiper-history-bd .pad {
        background: #f9f9f9;
        background-size: cover;
        -webkit-backdrop-filter: blur(0.15rem);
        backdrop-filter: blur(0.15rem);
        overflow: hidden;
        padding: 32px 30px;
    }
    .swiper-history-bd h3 {
        font-size: 36px;
        color: #000;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        line-height:48px;
        margin-bottom: 16px;
    }
    .swiper-history-bd .text {
        padding-left: 0.1rem;
        padding-right: 0.1rem;
        color: #7F7F80;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        line-height:24px;
        height:72px;
        margin-bottom: 16px;
    }
    .swiper-history-bd .text p {
        font-size:16px;
    }
    .swiper-history-bd .img {
        overflow: hidden;
        position: relative;
        -webkit-transition: all 0.5s ease 0.3s;
        transition: all 0.5s ease 0.3s;
    }
    .swiper-history-bd .swiper-slide-active {
        -webkit-transform: scale(1.21);
        transform: scale(1.21);
    }
    .swiper-history-bd .swiper-slide-active:hover {
        -webkit-transform: scale(1.21);
        transform: scale(1.21);
    }
        .swiper-history-bd .swiper-slide-active .test p {
            color: #585857;
            font-size:20px;
        }
        .swiper-history-bd .swiper-slide-active h3 {
            color: #DC2A18;
        }


.year-box {
    position: relative;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding-top: 20px;

}
.swiper-history-hd .swiper-slide {
    width: 33.3%;
    text-align: center;
    padding-top: 0.26rem;
    position: relative;
    cursor: pointer;
}
.swiper-history-hd h4 {
    font-size: 24px;
    color: #DC2A18;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 56px;
}
.swiper-history-hd .swiper-slide:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #DC2A18;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 5;
}
    .swiper-history-hd .swiper-slide.on:before {
        -webkit-transform: scale(1.6) translateX(-50%) translateY(-50%);
        transform: scale(1.6) translateX(-50%) translateY(-50%);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
.swiper-history-hd .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    border-top: 2px solid #E2E3E1;
}
.history-progress {
    position: absolute;
    left: 0;
    top: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-top: 2px solid #DC2A18;
}


.mBan2 .slideBox {
    width: 100%;
    height: auto;
}

    .mBan2 .slideBox .hd {
        overflow: hidden;
        position: absolute;
        z-index: 1;
        width: 100%;
        padding: 4px 0px 0px 0px;
    }

    .mBan2 .slideBox .switch {
        height: 10px;
        overflow: hidden;
        position: absolute;
        top: 4px;
        z-index: 999;
        width: 100px;
        margin-left: -46px;
        left: 50%;
        padding: 4px 0px 0px 11px;
    }

    .mBan2 .slideBox .hd ul {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
        padding-top: 20px;
        display: flex;
        margin-right: 30px;
    }


        .mBan2 .slideBox .hd ul li {
            /* float: left;
                width: 33.3%;
                height: 10px;
                background: url(../img/btn1.png) no-repeat;
                cursor: pointer;
                margin-right: 10px;*/
            width: 33.3%;
            text-align: center;
            position: relative;
            cursor: pointer;
        }

            .mBan2 .slideBox .hd ul li h4 {
                font-size: 16px;
                color: #DC2A18;
                -webkit-transition: 0.3s;
                transition: 0.3s;
                margin-top: 32px;
                font-weight: bold;
            }

            .mBan2 .slideBox .hd ul li:before {
                content: '';
                position: absolute;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                background-color: #DC2A18;
                top: 8px;
                left: 50%;
                -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                -webkit-transition: 0.3s;
                transition: 0.3s;
                z-index: 5;
            }

            .mBan2 .slideBox .hd ul li.on:before {
                -webkit-transform: scale(1.4) translateX(-50%) translateY(-50%);
                transform: scale(1.4) translateX(-50%) translateY(-50%);
                -webkit-transform-origin: 50% 0;
                transform-origin: 50% 0;
            }

            .mBan2 .slideBox .hd ul li:after {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 8px;
                border-top: 2px solid #E2E3E1;
            }

    .mBan2 .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 1;
    }

        .mBan2 .slideBox .bd ul, .slideBox .bd ul li {
            display:flex;
            width: 100% !important
        }

        .mBan2 .slideBox .bd img {
            height: auto;
            display: block;
            max-height: 900px
        }
/* 效果CSS结束 */
    .mBan2 .slideBox .hd ul .history-progress {
        position: absolute;
        left: 0;
        top: 28px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-top: 2px solid #DC2A18;
        width: 17%;
    }

.slideBox .bd ul li .pad {
    background: #f9f9f9;
    overflow: hidden;
    padding: 8px;
    height: 380px;
}

.slideBox .bd ul li .pad h3 {
    font-size: 32px;
    color: #DC2A18;
    line-height: 36px;
    margin-bottom: 16px;
}
    .slideBox .bd ul li .pad .text {
        color: #7F7F80;
        line-height: 16px;
        height: 48px;
        margin-bottom: 16px;
    }

        .slideBox .bd ul li .pad .text p {
            font-size: 14px;
        }

    .slideBox .bd ul li .pad .img {
        overflow: hidden;
    }