

.zrLogo {
    top: 28px;
    left: 39px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 30px;
    height: 26px;
    position: absolute;
    transition: 0.4s;
    border-radius: 5px;
}

.zrLogoTxt {
    position: absolute;
    font-size: 22px;
    font-family: arial, sans-serif;
    left: 76px;
    top: 26px;
    display: inherit;
    transition: 0.4s;
}


.zrPix {
    transition: 0.4s;
    float: left;
    width: 33.33%;
}


.zrPix *[box] {
    transition: 0.4s;
    margin: 20px 10px 0px 10px;
    background-color: #ddd;
}

.zrPix *[img] {
    transition: 0.4s;
    height: 140px;
    position: relative;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.zrPix *[imgbk] {
    transition: 0.4s;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.6;
    background-color: #000;
}

.zrPix *[imgtxt] {
    transition: 0.4s;
    font-size: 26px;
    color: #fff;
    text-shadow: 0px 0px 0px #000;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 5px 0 5px 16px;
    top: 90px;
}

.zrPix *[txt] {
    height: 220px;
    padding: 30px 0 0 40px;
    line-height: 40px;
    font-size: 18px;
    color: #666;
}

.zrPix:hover *[box] {
    background-color: #f3f5f6;
    margin: 18px 10px 0px 10px;
}

.zrPix:hover *[img] {
    background-size: 105% auto;
}

.zrPix:hover *[imgbk] {
    opacity: 0;
}

.zrPix:hover *[imgtxt] {
    text-shadow: 1px 1px 2px #000;
}

.zrPix:hover *[txt] {
    color: #333;
}

.zrCustPrt {
    margin: 0px 0px 30px 1px;
    height: 92px;
}

.zrCust {
    float: left;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 33.33%;
}

.zrCust *[box] {
    transition: 0.4s;
    border: 1px solid #ddd;
    margin: 0 0 0 -1px;
}

.zrCust *[txt] {
    font-size: 22px;
}

.zrCust:hover *[box] {
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 5px #000;
}


@media screen and (max-width: 880px) {


    .zrLogo {
        background-size: 24px;
        top: 8px;
        left: 12px;
    }

    .zrLogoTxt {
        font-size: 18px;
        left: 40px;
        top: 7px;
    }

    .zrPix {
        float: none;
        width: 80%;
        margin: 0 auto 0 auto;
    }


    .zrCustPrt {
        margin: 0px 0px 30px 1px;
        height: auto;
        overflow: hidden;
        padding: 5px 0 5px 0;
    }

    .zrCust {

        float: none;
        width: 80%;
        margin: 0 auto 0 auto;
    }

    .zrCust *[box] {
        transition: 0.4s;
        border: 1px solid #ddd;
        margin: 1px 0 0 0;
    }




}