.icons div p {
    margin-top: 10px;
    font-size: 16px;
}

.schemes {
    padding: 20px 0;
    text-align: center;
}

.schemes .item .box {
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px 0;
    display: block;
}

.schemes .item .box:hover {
    color: #80a320
}

.schemes .item:nth-child(even) {
    background-color: #F2F2F2;
}

.schemes .item h2 {
    padding-top: 10px;
    font-size: 28px;
}

.schemes .item .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.schemes .item img {
    max-width: 100%;
    pointer-events: none;
    transition: all 1800ms;
    transform: scale(1.2, 1.2);
}

.schemes .item:hover img {
    transform: scale(1, 1);
}


/*案例正文*/

.scheme-detail {
    padding: 100px 0 160px 0;
}

.scheme-detail .detail {
    padding: 0 30px;
}

@media (max-width: 576px) {
    .scheme-detail {
        padding: 20px 0 60px 0;
    }
    .scheme-detail .detail {
        padding: 0;
    }
}

.scheme-appcat .item {
    float: left;
    width: 25%;
    padding: 0 8px;
    cursor: pointer;
}

.scheme-appcat .item .image {
    overflow: hidden;
}

.scheme-appcat .item .text {
    padding: 10px;
    background-color: #f2f2f2;
}

.scheme-appcat .item:hover .text {
    background: #dbe9ea;
}

.scheme-appcat .item img {
    width: 100%;
    transition: all 600ms;
}

.scheme-appcat .item:hover img {
    transform: scale(1.1, 1.1);
}

.scheme-appcat .item em {
    font-style: normal;
    font-size: 26px;
    font-weight: 100;
}

.scheme-appcat .item p {
    font-size: 13px;
    height: 90px;
    padding-top: 30px;
}

@media (max-width: 576px) {
    .scheme-appcat .item {
        width: 50%;
        margin-top: 5px;
        padding: 0 2px;
    }
    .scheme-appcat .item h3 {
        font-size: 18px;
    }
    .scheme-appcat .item p {
        padding-top: 5px;
    }
}

.scheme-value {
    text-align: center;
}

.scheme-value .image {
    overflow: hidden;
}

.scheme-value h3 {
    font-size: 20px;
    padding: 15px 0 25px 0;
}

.scheme-value img {
    max-width: 100%;
    transition: all 600ms;
}

.scheme-value .item:hover img {
    transform: scale(1.1, 1.1);
}

.scheme-product {
    text-align: center;
}

.scheme-product .image {
    overflow: hidden;
}

.scheme-product img {
    max-width: 100%;
    transition: all 600ms;
}

.scheme-product .item:hover img {
    transform: scale(1.1, 1.1);
}

.scheme-product h3 {
    border: 1px solid #80a320;
    display: inline-block;
    border-radius: 5px;
    font-size: 22px;
    padding: 0 5px;
    margin-top: 10px;
}

.navbar-shrink.mobile+.navbar-shrink+.navbar-shrink+.banner{
    margin-top: 0 !important;
}