.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.Cooldog_container {
    width: 1920px;
    height: 570px;
    margin: 50px auto 0;
    position: relative;
    overflow: hidden;
}

.Cooldog_container .Cooldog_content {
    position: absolute;
    width: 720px;
    height: 540px;
    top: 0;
    left: 50%;
    margin-left: -249px;
}

.Cooldog_container .Cooldog_content li {
    position: absolute;
    top: 0;
    left: 0;
    width: 720px;
    height: 540px;
    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: 21px;
    z-index: 50;
    color: #fff;
    line-height: 179px;

}

.Cooldog_container .btn_left {
    text-align: left;
    left: 50%;
    background: url("../images/left.png") no-repeat center center;
    background-size:100% 100%;
    display: block;
    height: 50px;
    width: 50px;
    top: 260px;
    position: absolute;
    margin-left: -460px;
}

.Cooldog_container .btn_right {
    text-align: right;
    right: 50%;
    background: url("../images/right.png") no-repeat center center;
    background-size:100% 100%;
    display: block;
    height: 50px;
    width: 50px;
    top: 260px;
    position: absolute;
    margin-right: -460px;
}

.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;
}

.Cooldog_container .btn_close i {
    font-size: 18px;
}

.Cooldog_container .buttons {
    width: 370px;
    height: 5px;
    line-height: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -185px;
    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;
}

.plb1 {
    transform: translate3d(-912px, 0, 0) scale(0.81);
    opacity: 0.4;
    z-index: 1;
}

.plb2 {
    transform: translate3d(-660px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.6;
    z-index: 2;
}

.plb3 {
    transform: translate3d(-460px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.8;
    z-index: 3;
}

.plb4 {
    transform: translate3d(0px, 0, 0) scale(1);
    opacity: 1;
    z-index: 4;
}

.plb5 {
    transform: translate3d(550px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.8;
    z-index: 3;
}

.plb6 {
    transform: translate3d(755px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.6;
    z-index: 2;
}

.plb7 {
    transform: translate3d(1055px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.4;
    z-index: 1;
}

 .swiper-slide {
     width: auto;
 }
.swiper-slide{
    height: 400px !important;
    position: relative;
}
.swiper-slide::after{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}
.swiper-slide img{
    height: 400px !important;
}
.swiper-slide .text{
    display: none;
}
.swiper-slide-active,.swiper-slide-duplicate-active {
    /* width: 600px !important; */
}
.swiper-slide-active img,.swiper-slide-duplicate-active img{
    width: 80% !important;
    height: 80% !important;
    position: absolute;
    right: 0;
    z-index: 1;
    margin-top: 38px;
}
.swiper-slide-active::after,.swiper-slide-duplicate-active::after{
    display: none;
}
.swiper-slide-active .text,.swiper-slide-duplicate-active .text{
    display: block;
    position: absolute;
    left: 0;
    width: 40%;
    z-index: 2;
    /* color: #fff; */
    top: 30%;
}
.swiper-slide-active .text h4,.swiper-slide-duplicate-active .text h4{
    width: 100%;
    font-size: 24px;
    height: 70px;
    overflow: hidden;
}
.swiper-slide-active .text p,.swiper-slide-duplicate-active .text p{
    width: 50%;overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
}
.swiper-slide .more{
    position: unset;
    background-color: #202d5a;
    width: 80px;
    border-radius: 20px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 32px;
}



