.swiper_container {
    position: relative;
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding-top: 21%;
    transform: scale(0.9);
}

.swiper_container:hover .swiper_arrows .iconfont{
    visibility: visible;
}

.swiper_container .swiper_imgs .img {
    transition: all 0.3s ease;
}

.swiper_container .swiper_imgs .img .info{
    background: #000;
    opacity: 0.7;
    color: #ffd770;
    height: 12%;
    font-size: 24px;
    text-align: center;
    padding-top: 8px;
    position: relative;
    bottom: 20%;
}

.swiper_container .swiper_imgs .img1,
.swiper_container .swiper_imgs .img5 {
    width: 427px;
    /* height: 213px; */
    opacity: 0.6;
    z-index: 2;
    position: absolute;
    bottom: 50px;
}

.swiper_container .swiper_imgs .img1 {
    left: 0;
}

.swiper_container .swiper_imgs .img5 {
    right: 0;
}



.swiper_container .swiper_imgs .img3 {
    width: 700px;
    /* height: 350px; */
    z-index: 4;
    position: absolute;
    left: 250px;
    bottom: 0;
}

.swiper_container .swiper_imgs .img3 .info{
    padding-bottom: 15px;;
}

.swiper_container .swiper_imgs .img2,
.swiper_container .swiper_imgs .img4 {
    width: 567px;
    /* height: 283px; */
    opacity: 0.8;
    z-index: 3;
    position: absolute;
    bottom: 20px;
}

.swiper_container .swiper_imgs .img2 {
    left: 120px;
}

.swiper_container .swiper_imgs .img4 {
    right: 120px;
}


.swiper_container .swiper_imgs .img img {
    width: 100%;
    height: 100%;
}

.swiper_container .swiper_arrows .iconfont{
    font-size: 50px;
    color:rgb(143, 195, 31);
    position: absolute;
    top: 50%;
    visibility: hidden;
    z-index: 5;
    cursor: pointer;
}

.swiper_container .swiper_arrows .icon-ArrowLeft {
    left: 0;
}
.swiper_container .swiper_arrows .icon-ArrowRight {
    right: 0;
}

.swiper_container .swiper_dots {
    display: flex;
    position: absolute;
    left: 460px;
    bottom: 5px;
    z-index: 6;
}

.swiper_container .swiper_dots .dot {
    width: 40px;
    height: 5px;
    background-color: #898f94;
    margin-right: 15px;
    cursor: pointer;
}

.swiper_container .swiper_dots .active {
    background-color: #6ca7ff;
}