.swiper {
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-size: .6vw; /* 指示点大小 */
    --swiper-pagination-bullet-inactive-opacity: 1;
    /* --swiper-pagination-bullet-horizontal-gap: 6px; 间距 */
}

.swiper-pagination-bullet-active {
    width: 2.2vw;
    border-radius: .4vw;
}

.banner-item {
    /* width: 100vw;
    height: 100vh; */
    display: block;
    position: relative;
}

.banner-td {
    position: absolute;
    left: 17%;
    bottom: 50%;
}

.banner-img {
    /* object-fit: cover;
    height: 100%; */
}

.banner-t {
    width: 43vw;
    font-weight: bold;
    font-size: 3.75vw;
    color: #FFFFFF;
}

.banner-i {
    padding-top: 3.62vw;
    width: 54vw;
    font-size: 1.35vw;
    line-height: 1.87vw;
    color: #FFFFFF;
}

.news-warp {
    /* padding: 0 16.2vw; */
    padding-top: 6.35vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-item {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
}

/*  */
.news-item {
    display: flex;
    align-items: center;
    width: 66.66vw;
}

.news-item:nth-child(even) {
    flex-direction: row-reverse;
}

.news-thum {
    width: 33.33vw;
    height: 22.91vw;
}

.news-item:nth-child(odd) .news-thum {
    margin-right: 2.5vw;
}

.news-item:nth-child(even) .news-thum {
    margin-left: 4.5vw;
}

.news-t {
    font-weight: 500;
    font-size: 1.87vw;
    color: #000000;
    width: 26vw;
}

.news-i {
    /* padding: 2.18vw 0; */
    padding-top: 2.18vw;
    margin-bottom: 2.18vw;
    font-weight: 400;
    font-size: 0.94vw;
    color: #000000;
    width: 26vw;
}

.news-gd {
    display: inline-block;
    font-weight: 400;
    font-size: 0.94vw;
    color: #000000;
    position: relative;
}

.news-gd-icon {
    position: absolute;
    top: 0.15vw;
    right: -0.60vw;
    width: 0.83vw;
    height: 0.98vw;
}
.sjdt-warp{
    padding-top: 5.0vw;
    position: relative;
}
.sjdt-t{
    position: absolute;
    left: 16%;
    bottom: 4%;
    font-weight: 500;
    font-size: 2.3vw;
    color: #000000;
}
@media only screen and (max-width: 768px) {
    .swiper {
        --swiper-pagination-bullet-size: 1.8vw; /* 指示点大小 */
    }
    .swiper-pagination-bullet-active {
        width: 6vw;
        border-radius: 2vw;
    }
    .banner-img{
        height: 134vw;
        width: 100%;
        object-fit: cover;
    }
    .banner-td {
        left: 50%;
        top: 30%;
        transform: translate(-50%,-50%);
    }
    .banner-t{
        width: 80vw;
        font-size: 9.5vw;
        font-weight: bold;
    }
    .banner-i{
        width: 80vw;
        font-size: 4.5vw;
        padding-top: 10vw;
        line-height: 5.5vw;
    }
    .news-warp{
        padding: 0 3.2vw;
        padding-top: 10vw;
        
    }
    .news-item{
        display: block;    
        width: 92vw;
    }
    .news-thum{
        width: 92vw;
    height: 62vw;
    object-fit: cover;
    }
    .news-item:nth-child(odd) .news-thum {
        margin-right: 0;
    }
    .news-item:nth-child(even) .news-thum {
        margin-left: 0;
    }
    .news-con{
        padding: 4vw;
    }
    .news-t{
        font-size: 4vw;
        width: 80vw;
    }
    .news-i{
        font-size: 3.8vw;
        width: auto;
    }
    .news-gd{
        font-size: 3.8vw;
    }
    .news-gd-icon{
        right: -2.6vw;
        width: 3.83vw;
        height: 3.98vw;
    }
    .sjdt-warp{
        padding-top: 10vw;
    }
    .sjdt-t{
        left: 50%;
        transform: translateX(-50%);
        font-size: 6vw;
        width: 100%;
        text-align: center;
    }
}