.main-banner .swiper-pagination{
    position: absolute;
    bottom: -20px;
    left: 0;
    display: flex;
    justify-content: space-between;
}
.main-banner .swiper-pagination .swiper-pagination-bullet{
    width: 1200px;
    height: 5px;
    border-radius: 0;
}
.main-banner .swiper-pagination .swiper-pagination-bullet-active {
    background: red;
}

.tjjf .swiper-slide{
    transition: 300ms;
	transform: scale(0.6);
}
.tjjf  .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
    width: 532px;
}
