﻿.szdw {
    padding-bottom: 25px;
}

.szdw .theme {
    padding-bottom: 0;
}

.szdwSlide {
    width: 100%;
    position: relative;
}


.szdwSlide .swiper-container {
    padding-top: 165px;
    padding-bottom: 95px;
}

.szdwSlide .swiper-slide {
    width: calc((100% - 268px) / 5);
    width: 220px;
}

.szdwSlide .swiper-slide .img {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 3px;
    background: #fff;
}

.szdwSlide .swiper-slide .img img {
    width: 100%;
}

.szdwSlide .swiper-slide .text {
    box-sizing: border-box;
    padding: 25px 0;
}

.szdwSlide .swiper-slide .title {
    text-align: center;
    font-size: 18px;
    color: #1E1E1E;
}

.szdwSlide .swiper-slide .desc {
    line-height: 25px;
    height: 100px;
    color: #9E9E9E;
    display: none;
    text-align: center;
}

.szdwSlide .swiper-slide-active {
    width: 352px !important;
    box-sizing: border-box;
    padding: 10px;
    margin-top: -165px;
}

.szdwSlide .swiper-slide-active::before {
    content: '';
    width: 100%;
    height: 80%;
    display: inline-block;
    box-sizing: border-box;
    border: 1px dashed #014591;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.szdwSlide .swiper-slide-active::after {
    content: '';
    width: calc(100% - 16px);
    height: calc(80% - 16px);
    display: inline-block;
    background: #fff;
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: -1;
}

.szdwSlide .swiper-slide-active a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 37px;
    position: relative;
    z-index: 11;
}

.szdwSlide .swiper-slide-active .title {
    font-size: 20px;
    font-weight: bold;
    color: #014591;
}

.szdwSlide .swiper-slide-active .desc {
    display: block;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.szdwSlide .swiper-pagination1 {
    width: calc(100% - 150px);
    height: 5px;
    background: #CBE0F0;
    border-radius: 10px;
    bottom: 20px;
}

.szdwSlide .swiper-pagination-progressbar-fill {
    background: #014591;
}

.szdwSlide .swiper-prev {
    width: 52px;
    height: 52px;
    background: url(../img/szdw-prev.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 70px;
    bottom: 0;
    cursor: pointer;
    z-index: 99;
}

.szdwSlide .swiper-prev:hover {
    background: url(../img/szdw-prev2.png) no-repeat;
    background-size: cover;
}

.szdwSlide .swiper-next {
    width: 52px;
    height: 52px;
    background: url(../img/szdw-next.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 99;
}

.szdwSlide .swiper-slide a {
    width: 100%;
    display: inline-block;
}

.szdwSlide .swiper-next:hover {
    background: url(../img/szdw-next2.png) no-repeat;
    background-size: cover;
}

@media screen and (min-width: 2540px) {
    .container {
        width: 1920px;
    }

    .szdwSlide .swiper-slide-active {
        /* width: 390px !important; */
    }

}


@media screen and (max-width: 1400px) {

    .szdwSlide .swiper-slide-active,
    .szdwSlide .swiper-slide {
        width: calc((100% - 80px) / 5) !important;
    }

    .szdwSlide .swiper-slide {
        box-sizing: border-box;
        padding: 0 20px;
    }

    .szdwSlide .swiper-slide-active {
        padding: 0;
        margin-top: -135px;
    }

    .szdwSlide .swiper-slide-active a {
        padding: 0 20px;
    }

    .szdwSlide .swiper-wrapper {
        left: 0;
    }
}

.szdwSlide2 {
    display: none;
    position: relative;
    padding-bottom: 50px;
}

.szdwSlide2 .swiper-slide .text {
    box-sizing: border-box;
    padding: 20px 0;
}

.szdwSlide2 .swiper-slide {
    background: #fff;
    box-sizing: border-box;
    padding: 5px;
}

.szdwSlide2 .swiper-slide .img {
    box-sizing: border-box;
    padding: 0 10px;
}

.szdwSlide2 .swiper-slide img {
    width: 100%;
}

.szdwSlide2 .swiper-slide .title {
    font-size: 18px;
    font-weight: bold;
    color: #014591;
    text-align: center;
}

.szdwSlide2 .swiper-slide .desc {
    line-height: 21px;
    height: 63px;
    margin-top: 5px;
    color: #9E9E9E;
    display: block;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-align: center;
}

.szdwSlide2 .swiper-pagination1 {
    width: 100%;
    height: 3px;
    background: #CBE0F0;
    border-radius: 10px;
    bottom: 25px;
}

.szdwSlide2 .swiper-pagination-progressbar-fill {
    background: #014591;
}

@media screen and (max-width: 1140px) {
    .szdwSlide {
        display: none;
    }

    .szdwSlide2 {
        display: block;
    }

}

@media screen and (max-width: 640px) {}