﻿@charset "utf-8";
/*
** 功能名称：响应式界面布局
** 修改时间：2017年12月19日15:29:21
*/

/* to 新闻列表四 */
.list4-Main {
    margin: 0 auto;
    padding: 2%;
    visibility:hidden;
}
.ie .list4-Main {
    visibility:visible;
}
.list4-top {
    overflow: hidden;
    margin-bottom: 10px;
}

.list4-img {
    width: 100%;
    height: 0;
    padding-bottom: 125%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    transition: .6s;
}

.list4-bottom .list4-Title {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #3b3b3b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .6s;
}

.list4-bottom .list4-txt {
    height: 25px;
    font-size: 14px;
    color: #858585;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list4-xg {
    width: 100%;
    height: 2px;
    background: #dbdbdb;
}

    .list4-xg span {
        display: block;
        width: 0;
        height: 2px;
        background: #59e8e8;
        transition: 1s;
    }

.list4-Main:hover > a .list4-bottom .list4-Title {
    color: #59e8e8;
    transition: .6s;
}

.list4-Main:hover > a .list4-xg span {
    width: 100%;
    transition: .6s ease;
}

.list4-Main:hover > a .list4-img {
    transform: scale(1.1);
}

.client-slider {
    background: #ffffff;
    padding: 80px 0 100px 0;
    box-sizing: border-box;
}

.pet-Center {
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

    .pet-Center .pet-services-item {
        /* overflow: hidden; */
        width: 380px;
    }

    .pet-services-item-width {
        box-sizing: border-box;
        margin-bottom: 66px;
    }

    .pet-services-item-width:nth-child(3n+2) {
        padding: 0 30px;
    }

        .pet-Center .pet-services-item .pet-services-img {
            overflow: hidden;
        }

            .pet-Center .pet-services-item .pet-services-img > .img {
                /* width: 100%;
                height: 0;
                padding-bottom: 75.9459%; */
                width: 100%;
                height: 260px;
                overflow: hidden;
                background-position: center center;
                background-repeat: no-repeat;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                background-size: cover;
            }

        .pet-Center .pet-services-item:hover .pet-services-img > .img {
            -webkit-transform: scale3D(1.1,1.1,1);
            transform: scale3D(1.1,1.1,1);
        }

        .pet-Center .pet-services-item .pet-services-text {
            padding: 26px 0 30px 0;
            border-bottom: solid 1px #BBAD95;
            text-align: center;
            position: relative;
        }

        .pet-Center .pet-services-item:hover .pet-services-text {
            border-color: #E50012;
        }

        .pet-Center .pet-services-item .pet-services-text > p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            height: 54px;
            font-size: 16px;
            font-family: MicrosoftYaHei;
            font-weight: normal;
            text-align: left;
            color: #50290C;
            line-height: 28px;
        }

#img_3D {
    position: absolute;
    bottom: -9px;
    left: 50%;
    transition: all 0.6s;
}

.pet-Center .pet-services-item-width .pet-services-item:hover .pet-services-text > #img_3D {
    transform: rotate(405deg);
    content: url(/Webs/r/Home/6/Themes/images/3D_H.png);
}

.bg_left {
    position: absolute;
    width: 295px;
    height: 593px;
    background: url(../../../../../Home/6/Themes/images/bg_left.png) center center no-repeat;
    background-size: cover;
    top: -70px;
    left: -100px;
}

.bg-right {
    position: absolute;
    width: 260px;
    height: 602px;
    background: url(../../../../../Home/6/Themes/images/bg_right.png) center center no-repeat;
    background-size: cover;
    right: 0;
    bottom: 100px;
}

/* end */

/*屏幕小于或等于600px*/
@media screen and (max-width: 600px) {
    .pet-services-item-width:nth-child(3n+2) {
        padding: 0;
    }

    .pet-services-item {
        width: 350px !important;
    }
    .pet-Center .pet-services-item .pet-services-text > p {
        text-align: left;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .pet-Center .pet-services-item .pet-services-img > .img {
        width: 100%;
        height: 240px;
    }

    .pet-Center .pet-services-item:hover .pet-services-img > .img {
        -webkit-transform: none;
        transform: none;
    }
}