.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.Cooldog_container {
    width: 1030px;
    height: 380px;
    margin: 50px auto 0px;
    position: relative;
    overflow: hidden;
}

.Cooldog_container .Cooldog_content {
    position: absolute;
    width: 700px;
    height: 320px;
    top: 0;
    left: 50%;
    margin-left: -350px;
}

.Cooldog_container .Cooldog_content li {
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 320px;
    transition: all 0.3s ease;
}

.Cooldog_container .Cooldog_content li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.Cooldog_container .btn_left, .Cooldog_container .btn_right {
    display: none;
    width: 126px;
    height: 179px;
    position: absolute;
    top: 51px;
    z-index: 50;
    color: #fff;
    line-height: 179px;

}

.Cooldog_container .btn_left {
    text-align: left;
    left: 0;
}

.Cooldog_container .btn_right {
    text-align: right;
    right: 0;
}

.Cooldog_container i {
    font-size: 50px;
}


.icon-zuo{width:28px;height:56px;background:url(../image/zuo1.png) no-repeat center;background-size:100% 100%;display:block;margin-top:81px;}
.icon-you{width:28px;height:56px;background:url(../image/you1.png) no-repeat center;background-size:100% 100%;display:block;margin-top:81px;float:right;}


.Cooldog_container .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: none;
    line-height: 20px;
    text-align: center;
    background-color: #BCB9B9;
    color: #fff;
}

.Cooldog_container .btn_close i {
    font-size: 18px;
}

.Cooldog_container .buttons {
    width: 110px;
    height: 25px;
    line-height: 5px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -22px;
    z-index: 80;
}

.Cooldog_container .buttons a {
    float: left;
    width: 6px;
    height: 6px;
    margin-top:2px;
    background-color: #999;
    margin-right: 12px;
    border-radius:100%;
}

.Cooldog_container .buttons a.color {
    background-color: #222;
    width:9px;
    height:9px;
    border-radius:100%;
    margin-top:0;
}

.Cooldog_container .buttons a:last-child {
    margin-right: 0;
}

.p1 {
    transform: translate3d(-577px, 0, 0) scale(0.81);
    opacity: 1;
    z-index: 1;
    position:relative;
}
.p1 div{position:absolute;background:rgba(0,0,0,0.6);width:100%;height:100%;z-index:99999;}

.p2 {
    transform: translate3d(0px, 0, 0) scale(1);
    opacity: 1;
    z-index: 4;
}
.p2 div{position:absolute;background:rgba(0,0,0,0);width:100%;height:100%;z-index:99999;}


.p3 {
    transform: translate3d(625px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 1;
    z-index: 1;
}
.p3 div{position:absolute;background:rgba(0,0,0,0.6);width:100%;height:100%;z-index:99999;}