.exampleBody {
    padding-top: 52px;
}
.example-top {
    color: white;
    width: 100%;
    height: 330px;
    background: url(/img/example/icon-1.jpg) no-repeat center;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/example/icon-1.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/example/icon-1.jpg',sizingMethod='scale')";
}
.example-top>div:first-child {
    padding: 115px 0 0 257px;
    font-size: 30px;
}
.example-top-text {
    padding: 11px 0 0 257px;
    font-size: 16px;
}
.swiper-container {
    width: 780px;
    height: 190px;
}
.case-img {
    width: 230px;
    height: 140px;
    margin: 0 15px;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: -190px;
    height: 140px;
    background-color: #fafafa;
    width: 55px;
    z-index: 999999;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-prev>img {
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin: 56px 0;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-next>img {
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin: 56px 0 56px 27px;
}
.case-title {
    font-size: 12px;
    margin-bottom: 6px;
    margin-top: 13px;
    text-align: left;
    padding-left: 23px;
}
.case-label {
    font-size: 12px;
    text-align: left;
    padding-left: 23px;
}