* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.Cooldog_container {
    width: 100%;
    height: 400px;
    margin: 30px 0%;
    position: relative;
    overflow: hidden;
}

.Cooldog_container .Cooldog_content {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
    left: 50%;
    margin-left: -25%;
}

.Cooldog_container .Cooldog_content li {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 400px;
    transition: all 0.3s ease;
}

.Cooldog_container .Cooldog_content li img {
    width: 100%;

    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}

.Cooldog_container .btn_left, .Cooldog_container .btn_right {
    display: none;
    width: 126px;
    height: 250px;
    position: absolute;
    top: 21px;
    z-index: 50;
    color: #fff;
    line-height:250px;

}

.Cooldog_container .btn_left {
    text-align: left;
    left: 0;
}

.Cooldog_container .btn_right {
    text-align: right;
    right: 0;
}

.Cooldog_container i {
    font-size: 50px;
}

.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;
    display: none;
}

.Cooldog_container .btn_close i {
    font-size: 18px;
}

.Cooldog_container .buttons {
    width: 40%;
    height: 5px;
    line-height: 5px;
    position: absolute;
    bottom:100px;
    left: 50%;
    margin-left: -8%;
    z-index: 80;
}

.Cooldog_container .buttons a {
    float: left;
    width: 40px;
    height: 5px;
    background-color: #898F94;
    margin-right: 15px;
}

.Cooldog_container .buttons a.color {
    background-color: #92ffff;
}

.Cooldog_container .buttons a:last-child {
    margin-right: 0;
}

/*.p1 {*/
    /*transform: translate3d(-577px, 0, 0) scale(0.81);*/
    /*opacity: 0.4;*/
    /*z-index: 1;*/
/*}*/

/*.p2 {*/
    /*transform: translate3d(-325px, 0, 0) scale(0.81);*/
    /*transform-origin: 0 50%;*/
    /*opacity: 0.6;*/
    /*z-index: 2;*/
/*}*/

.p1 {
    transform: translate3d(-300px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.8;
    z-index: 3;
    position: relative;
}

.p2 {
    transform: translate3d(0px, 0, 0) scale(1);
    opacity: 1;
    z-index: 4;
    position: relative;
}

.p3 {
    transform: translate3d(370px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.8;
    z-index: 3;
    position: relative;
}
.coo_text{
    width: 80%;
    position: absolute;
    top: 160px;
    text-align: center;
    padding: 0 10%;

    color: #ffffff;
    padding-bottom: 20px;

}
.coo_text .coo_tit{
    font-size: 1rem;
    padding-bottom: 20px;
}
.coo_text .coo_mes{
    font-size: 0.8rem;

}
/*.p6 {*/
    /*transform: translate3d(425px, 0, 0) scale(0.81);*/
    /*transform-origin: 0 50%;*/
    /*opacity: 0.6;*/
    /*z-index: 2;*/
/*}*/

/*.p7 {*/
    /*transform: translate3d(625px, 0, 0) scale(0.81);*/
    /*transform-origin: 0 50%;*/
    /*opacity: 0.4;*/
    /*z-index: 1;*/
/*}*/
/* 大屏幕 */
@media (min-width: 1200px) {

    .Cooldog_container .buttons {

        bottom:30px;

    }
    .Cooldog_container .btn_left, .Cooldog_container .btn_right {
        display: none;
        width: 126px;
        height: 300px;
        position: absolute;
        top: 21px;
        z-index: 50;
        color: #fff;
        line-height:300px;

    }
    .coo_text{

        top: 240px;

    }
}
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
    .Cooldog_container{
        height: 250px;
    }

    .Cooldog_container .Cooldog_content{
        left: 0%;
        margin-left: 15%;
        height: 250px;
    }
    .Cooldog_container .Cooldog_content li{
        width: 75%;
        height: 250px;
    }
    .Cooldog_container .buttons {

        bottom:20%;

    }
    .Cooldog_container .btn_left, .Cooldog_container .btn_right {

        height: 250px;
        line-height:250px;

    }
}
/*横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
    .Cooldog_container{
        height: 300px;
    }
    .Cooldog_container .Cooldog_content{
        left: 0%;
        margin-left: 0%;
        height: 300px;
    }

    .Cooldog_container .Cooldog_content li{
        width: 100%;
        height: 300px;
    }
    .Cooldog_container .btn_left, .Cooldog_container .btn_right {

        height:300px;
        line-height:300px;

    }
}
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
    .Cooldog_container .Cooldog_content{
        left: 0%;
        margin-left: 0%;
    }
    .Cooldog_container .Cooldog_content li{
        width: 100%;
    }
    .Cooldog_container .btn_left, .Cooldog_container .btn_right {

        height: 250px;
        line-height:250px;

    }
}




