﻿
.mobile-only .yz-s-section {
    padding: 80px 0px;
}

.mobile-only .yz-s-section-banner {
    height:200px;
    background: url(../images/banner.jpg) no-repeat center center;
    padding-bottom: 10px;
}

.mobile-only .yz-s-section-banner .yz-s-caption {
        font-size: 22px;
        line-height: 32px;
        color: #fff;
    }
 .mobile-only .yz-s-section-banner .yz-s-desc {
        font-size: 22px;
        line-height: 28px;
        color: #f3cf61;
        padding-top: 18px;
    }

.mobile-only .yz-s-section-case .yz-s-topic {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 60px;
}

.mobile-only .yz-s-section-case .yz-s-button {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    width: 142px;
    line-height: 39px;
    background: #eeeeee;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    font-size: 18px;
}

    .mobile-only .yz-s-section-case .yz-s-button:hover,
    .mobile-only .yz-s-section-case .active .yz-s-button {
        background: #fff;
        border-color: #7d7d7d;
    }

.mobile-only .yz-s-section-case .carousel-item img {
    border: solid 1px #dcdcdc;
    padding: 5px;
}

.mobile-only .yz-carousel-indicators {
    padding-bottom: 60px;
}

.mobile-only .yz-s-section-industry {
    background: #eeeeee;
    padding-bottom: 80px;
}

 .mobile-only .yz-s-section-industry .yz-s-topic {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 80px;
    }

.mobile-only .yz-s-section-industry .yz-s-topic span {
        color: #2a70b9;
    }

.mobile-only .yz-s-section-industry .yz-s-item {
        position: relative
    }

.mobile-only .yz-s-section-industry .yz-s-item:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        filter: Alpha(opacity=30);
        pointer-events: none;
    }

.mobile-only .yz-s-section-industry .yz-s-item:hover:after {
        display: none;
    }
.mobile-only .yz-s-section-industry .yz-s-item-text {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: inline-block;
        line-height: 37px;
        color: rgb(255, 255, 255);
        font-size: 16px;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.6) !important;
        text-align: center;
    }