.other_187{
    padding-top: 6vw;
}
.other_187_title .index_title{
    position: relative;
    z-index: 9;
    line-height: 1;
}
.other_187_title .index_title img{
    position: absolute;
    left:  80px;
    bottom: 0;
    z-index: -1;
}
.other_187_container img{
    width: 100%;
}
.other_187_container .swiper-slide{
    width: 460px;
    margin-right: 30px;
}
.other_187_container .swiper-slide a{
    display: block;
    position: relative;
    overflow: hidden;
}
.other_187_container .swiper-slide .other_187_mb{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background-color: rgba(195,186,181,.65);
    color: #fff;
    align-items: center;
    transition: all .5s;
    opacity: 0;
    transform: translateX(-100%);
}
.other_187_container .swiper-slide:hover .other_187_mb{
    transform: translateX(0);
    opacity: 1;
}
.other_187_mb .other_187_title{
    font-size: 20px;
}
.other_187_con{
    text-align: center;
}
.other_187_more{
    margin-top: 3vw;
    margin-bottom: 2vw;
}
.other_187_more a{
    display: inline-block;
    width: 190px;
    height: 30px;
    text-align: left;
    color: #fff;
    transition: all .5s;
}
.other_187_pagination{
    text-align: center;
    margin-top: 10px;
    position: static;
}
.other_187_pagination span{
    width: 12px;
    height: 12px;
}

@media(max-width: 1200px) {
    .other_187_title .index_title img{
        display: none;
    }
    .other_187_container .swiper-slide{
        margin-right: 0;
    }
}