/* 视频弹窗 */

.vid_tanchuang {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.vid_tanchuang.act {
    display: block;
}

.vid_tanchuang .vox {
    position: absolute;
    width: 90%;
    max-width: 1200px;
    max-height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.vid_tanchuang .vox video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vid_tanchuang .vox .out {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff url(../images/close.svg) no-repeat center center/30px;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
    border-radius: 50%;
}


body {
    background: #F5F7F8;
}

.mc-title {
    margin-bottom: 45px;
    text-align: center;
}

.mc-title .icon {
    width: 36px;
    margin: 0 auto 18px;
}

.mc-title p {
    color: #222222;
}

.mc2 {
    padding: 120px 0 0;
}


.mc2 .swiper-slide {
    width: 310px;
}

.mc2 .swiper-slide .pic {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.mc2 .swiper-slide .pic img {
    transition: all ease 2s;
}

.mc2 .swiper-slide:hover .pic img {
    transform: scale(1.1);
}

.mc2 .swiper-slide .pic::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.mc2 .swiper-slide .pic::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url('../images/mc2-i2.svg') no-repeat center/contain;
    z-index: 11;
}

.mc2 .swiper-slide.notVideo .pic::after {
    display: none;
}

.mc2 .swiper-slide .intr {
    color: #222222;
    padding-bottom: 45px;
}

.mc2 .swiper-slide .intr h2 {
    margin: 16px 0 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid #D9D9D9;
}

.mc2 .swiper-scrollbar,
.mc3 .swiper-scrollbar {
    background: #D9D9D9;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 3px;
    border-radius: 0;
}

.mc2 .swiper-scrollbar-drag,
.mc3 .swiper-scrollbar-drag {
    background: #486A00;
    border-radius: 0;
}

.mc3 .swiper-scrollbar {
    margin-top: 30px;
}

.xfLb {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 500;
    display: none;
}

.xfLb.active {
    display: flex;
}

.xfLb .C-wrap {
    position: relative;
}

.xfLb .my-swiper-button.prev {
    right: 100%;
    margin: 0 20px;
}

.xfLb .my-swiper-button.next {
    left: 100%;
    margin: 0 20px;
}

.xfLb .swiper-pagination {
    margin-top: 20px;
}

.xfLb .swiper-pagination-bullet {
    margin: 0 5px;
}

.xfLb .swiper-pagination-bullet-active {
    background: #486A00;
}

.xfLb .close {
    width: 40px;
    height: 40px;
    background: #fff url(../images/close.svg) no-repeat center center/30px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    border-radius: 50%;
}

.mc3 {
    padding: 127px 0 0;
}

.mc3 .ev {
    width: 22%;
}

.mc3 .ev .intr {
    padding-bottom: 48px;
}

.mc3 .ev .intr h2 {
    margin-top: 0.8em;
    text-align: center;
}

.mc4 {
    padding: 116px 0 175px;
    display: none;
}

.mc4 .swiper-slide {
    align-items: center;
    background: #fff;
}

.mc4 .pic {
    width: 62.86%;
}

.mc4 .intr {
    flex: 1;
    padding: 74px 0 74px 90px;
    color: #222222;
    background: #fff;
}

.mc4 .intr h2 {
    margin-bottom: 2px;
}

.mc4 .intr .C-btn {
    margin-top: 40px;
}

.mc4 .my-swiper-button {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.mc4 .my-swiper-button.prev {
    left: 30px;
}

.mc4 .my-swiper-button.next {
    right: 30px;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1680px) {}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1025px) {
    .mc2 {
        padding: 60px 0 0;
    }

    .mc3 {
        padding: 67px 0 0;
    }


    .mc3 .ev {
        width: 48%;
    }

    .mc3 .swiper-slide {
        width: 350px;
    }

    .mc4 {
        padding: 60px 0 90px;
    }

    .mc4 .pic {
        width: 100%;
    }

    .mc4 .intr {
        flex: none;
        width: 100%;
        padding: 74px 0 74px 90px;
    }


}

@media screen and (max-width:800px) {}

@media screen and (max-width:480px) {
    .my-swiper-button {
        display: none;
    }

    .mc-title {
        margin-bottom: 25px;
    }

    .mc-title .icon {
        width: 26px;
        margin: 0 auto 10px;
    }

    .mc2 .swiper-slide .pic::after {
        width: 40px;
        height: 40px;
    }

    .mc2 .swiper-slide {
        width: 80vw;
    }

    .mc3 .swiper-slide {
        width: 80vw;
    }

    .mc4 .intr {
        flex: none;
        width: 100%;
        padding: 40px 50px;
    }

    .mc4 .intr .C-btn {
        margin-top: 30px;
    }
}
