.business_box_part {
    overflow: hidden;
    height: 320px;
}

.slide_business {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.business_list li {
    float: left;
    width: 360px;
}

.business_list li:last-child {
    margin-right: 0;
}

.business_pic {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
    transition: All .5s ease-in-out;
    -webkit-transition: All .5s ease-in-out;
    -moz-transition: All .5s ease-in-out;
    -o-transition: All .5s ease-in-out;
}

.business_list li h5 {
    font-weight: normal;
    font-size: 18px;
    margin-top: 10px;
}

.business_list li p {
    font-size: 15px;
    letter-spacing: 2px;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.business_pic img {
    width: 60px;
    height: 60px;
    margin-top: 20px;
}

.business_hover:hover .business_pic {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -mz-filter: grayscale(100%);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
