* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

body {
    
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.cooldog_container {
    height: 523px;
    position: relative;
    overflow: hidden;
    width: 1440px;
    margin: 0px auto 0px auto;
}

.top-news{
    width: 1440px;
    height:114px;
    margin: 0 auto;
    text-align: center;
    /* margin-bottom: 2em; */
    background: url("c02.jpg") no-repeat center;
}
.top-news h2{
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
}
.top-news h2 a{
    color: #d41c13;
    font-weight: bold;
}

.top-news .desp{
    height: 4em;
    line-height: 2em;
    color: #0069cb;
}
.top-news .desp a{
    color: #d5100d;
}

.slide-container{
    /* background: url(./c02.jpg) no-repeat; */
    background-size: cover;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cooldog_container .cooldog_content {
    position: absolute;
    width: 933px;
    height: 523px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cooldog_container .cooldog_content li span{
    position: absolute;
    width: 100%;
    font-size: 20px;
    color: white;
    height: 3em;
    line-height: 2em;
    bottom: 0px;
    left: 0;
    text-indent: 1em;
    background-color: rgba(0, 0, 0, 0.5);
}

.cooldog_container .cooldog_content li {
    position: absolute;
    top: 0;
    left: 0;
    width: 933px;
    height: 523px;
    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: 70px;
    height: 200px;
    position: absolute;
    top: 220px;
    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;
}

.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: 155px;
    height: 5px;
    line-height: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    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;
}

/* -577px */
.cooldog_container .p1 {
    transform: translate3d(-933px, 0, 0) scale(0.95);
    opacity: 0.6;
    z-index: 1;
}

/* -325px */
.cooldog_container .p2 {
    transform: translate3d(0px, 0, 0) scale(1);
    /* transform-origin: 0 50%; */
    opacity: 1;
    z-index: 2;
}

/* -125px */
.cooldog_container .p3 {
    transform: translate3d(933px, 0, 0) scale(0.95);
    /* transform-origin: 0 50%; */
    opacity: 0.6;
    z-index: 1;
}

/* 0 px */
.cooldog_container .p4 {
    transform: translate3d(933px, 0, 0) scale(0.95);
    opacity: 0.6;
    z-index: 2;
}

/* 220 px */
.cooldog_container .p5 {
    transform: translate3d(1866px, 0, 0) scale(0.95);
    transform-origin: 0 50%;
    opacity: 0.6;
    z-index: 1;
}

/* 425 px */
.cooldog_container .p6 {
    transform: translate3d(425px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.6;
    z-index: 0;
}

/* 625 px */
.cooldog_container .p7 {
    transform: translate3d(625px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.4;
    z-index: 0;
}




.slide-container-rongmei{
    background-size: cover;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cooldog1_container {
    height: 400px;
    position: relative;
    overflow: hidden;
}


.cooldog1_container .cooldog_content {
    position: absolute;
    width: 340px;
    height: 300px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cooldog1_container .cooldog_content li span{
    width: 300px;
    font-size: 16px;
    color: white;
    line-height: 2em;
    display: block;
    margin: 10px auto;
}

.cooldog1_container .cooldog_content li span.time{
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
}

.cooldog1_container .cooldog_content li {
    position: absolute;
    top: 0;
    left: 0;
    width: 340px;
    height: 300px;
    transition: all 0.3s ease;
    background-color: #3d91ed;
    box-sizing: border-box;
    padding-top: 10px;
}

.cooldog1_container .cooldog_content li img {
    width: 320px;
    height: 180px;
    margin: 0 auto;
    display: block;
}

.cooldog1_container .btn_left,
.cooldog1_container .btn_right {
    /* display: none; */
    width: 70px;
    height: 200px;
    position: absolute;
    top: 220px;
    z-index: 50;
    color: #fff;
    line-height: 179px;
    display: none;
}

.cooldog1_container .btn_left {
    text-align: left;
    left: 0;
}

.cooldog1_container .btn_right {
    text-align: right;
    right: 0;
}

.cooldog1_container i {
    font-size: 50px;
}

.cooldog1_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;
}

.cooldog1_container .btn_close i {
    font-size: 18px;
}

.cooldog1_container .buttons {
    width: 155px;
    height: 5px;
    line-height: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 80;
    display: none;
}

.cooldog1_container .buttons a {
    float: left;
    width: 40px;
    height: 5px;
    background-color: #898F94;
    margin-right: 15px;
}

.cooldog1_container .buttons a.color {
    background-color: #92ffff;
}

.cooldog1_container .buttons a:last-child {
    margin-right: 0;
}

/* -577px */
.cooldog1_container .p1 {
    transform: translate3d(-1050px, 0, 0) scale(1);
    opacity: 1;
    z-index: 1;
}

/* -325px */
.cooldog1_container .p2 {
    transform: translate3d(-700px, 0, 0) scale(1);
    /* transform-origin: 0 50%; */
    opacity: 1;
    z-index: 2;
}

/* -125px */
.cooldog1_container .p3 {
    transform: translate3d(-350px, 0, 0) scale(1);
    /* transform-origin: 0 50%; */
    opacity: 1;
    z-index: 3;
}

/* 0 px */
.cooldog1_container .p4 {
    transform: translate3d(0px, 0, 0) scale(1);
    opacity: 1;
    z-index: 4;
}

/* 220 px */
.cooldog1_container .p5 {
    transform: translate3d(350px, 0, 0) scale(1);
    /* transform-origin: 0 50%; */
    opacity: 1;
    z-index: 3;
}

/* 425 px */
.cooldog1_container .p6 {
    transform: translate3d(700px, 0, 0) scale(1);
    /* transform-origin: 0 50%; */
    opacity: 1;
    z-index: 2;
}

/* 625 px */
.cooldog1_container .p7 {
    transform: translate3d(1050px, 0, 0) scale(1);
    /* transform-origin: 0 50%; */
    opacity: 1;
    z-index: 1;
}






.zhufu_container {
    /* width: 750px; */
    height: 500px;
    position: relative;
    overflow: hidden;
}

.zhufu_container .zhufu_content {
    position: absolute;
    width: 850px;
    height: 475px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.zhufu_container .zhufu_content li {
    position: absolute;
    top: 0;
    left: 0;
    width: 850px;
    height: 475px;
    transition: all 0.3s ease;
}

.zhufu_container .zhufu_content li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.zhufu_container .btn_left,
.zhufu_container .btn_right {
    display: none;
    width: 126px;
    height: 200px;
    position: absolute;
    top: 120px;
    z-index: 50;
    color: #fff;
    line-height: 179px;

}

.zhufu_container .btn_left {
    text-align: left;
    left: 0;
}

.zhufu_container .btn_right {
    text-align: right;
    right: 0;
}

.zhufu_container i {
    font-size: 50px;
}

.zhufu_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;
}

.zhufu_container .btn_close i {
    font-size: 18px;
}

.zhufu_container .buttons {
    width: 370px;
    height: 5px;
    line-height: 5px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -185px;
    z-index: 80;
}

.zhufu_container .buttons a {
    float: left;
    width: 40px;
    height: 5px;
    background-color: #898F94;
    margin-right: 15px;
}

.zhufu_container .buttons a.color {
    background-color: #92ffff;
}

.zhufu_container .buttons a:last-child {
    margin-right: 0;
}

/* -577px */
.zhufu_container .p1 {
    transform: translate3d(-325px, 0, 0) scale(0.81);
    opacity: 0.6;
    z-index: 1;
}

/* -325px */
.zhufu_container .p2 {
    transform: translate3d(-125px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.8;
    z-index: 2;
}

/* -125px */
.zhufu_container .p3 {
    transform: translate3d(0px, 0, 0) scale(1);
    transform-origin: 0 50%;
    opacity: 1;
    z-index: 3;
}

/* 0 px */
.zhufu_container .p4 {
    transform: translate3d(220px, 0, 0) scale(0.81);
    opacity: 0.8;
    z-index: 2;
}

/* 220 px */
.zhufu_container .p5 {
    transform: translate3d(425px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.6;
    z-index: 1;
}

/* 425 px */
.zhufu_container .p6 {
    transform: translate3d(425px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.6;
    z-index: 0;
}

/* 625 px */
.zhufu_container .p7 {
    transform: translate3d(625px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.4;
    z-index: 0;
}

.zhufu_container li span{
    position: absolute;
    text-indent: 1em;
    height: 3em;
    line-height: 2.2em;
    bottom: 0;
    width: 100%;
    color: white;
    font-size: 22px;
    background: rgba(0, 0, 0, .6);
}