.aboadStyle_swiper .swiper-slide {
    height: 6.35rem;
}

.aboadStyle_swiper .pic {
    width: 100%;
    height: 3rem;
    overflow: hidden;
}

.aboadStyle_swiper .pic img {
    width: 100%;
    min-height: 100%;
}

.aboadStyle_swiper .slide_text {
    text-align: center;
}

.aboadStyle_swiper .slide_text .name {
    color: #333;
    font-size: .26rem;
    margin: .15rem 0 .02rem;
    text-align: center;
}

.aboadStyle_swiper .slide_text .job {
    color: #333;
}

.aboadStyle_swiper .slide_text .job span {
    color: #4793f7;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.swiper-pagination-bullet {
    background: #466090;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #f4c88f;
}