.container{
    width: 80%;
    margin: 0 auto;
}
.slide{
    width: 100%;
    min-height: 180px;
    overflow: hidden;
    position: relative;

}
.slide .img{
    overflow: hidden;
    position: absolute;
    transition: width 0.4s,height 0.4s,top 0.4s,left 0.4s,z-index 0.4s;
}
.slide .img img{
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    margin: 7px;
}
.slide .img1{
    width: 40%;
    height: 40%;
    top: 15%;
    left: -50%;
    z-index: 1;
}
.slide .img2{
    width: 60%;
    height: 60%;
    top: 5%;
    left: -20%;
    z-index: 2;
}
.slide .img3{
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    z-index: 3;
}
.slide .img4{
    width: 60%;
    height: 60%;
    top: 5%;
    left: 60%;
    z-index: 2;
}
.slide .img5{
    width: 40%;
    height: 40%;
    top: 15%;
    left: 110%;
    z-index: 1;
}
.slide-bt{
    position: absolute;
    left: 50%;
    bottom: 13%;
    z-index: 10;
}
.slide-bt span{
    width: 24px;
    height: 8px;
    background: #c9caca;
    float: left;
    margin: 5px;
    border-radius: 4px;
}
.slide .slide-bt .on{
    background: #ffd200;
}
button{
    width: 50px;
    margin: 20px;
}
#banner_footer{
    width: 100%;
    height: 66px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}
#banner_footer em{
    width: 73%;
    height: 35px;
    float: right;
    background-image: url("../images/banner_left.png");
    background-size: 100% 100%;
    margin-top: -15px;
}
#banner_footer #banner_footer_right{
    float: left;
    background-image: url("../images/banner_right.png");
    background-size: 100% 100%;
}
#banner_footer_title{
    float: left;
    width: 26%;
    color: #fff;
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    #banner_footer em{
        display: none;
    }
    #banner_footer_title{
        width: 100%;
        font-size: 16px;
    }

}
@media screen and (max-width: 375px) {
    #banner_footer{
        margin-top: 10px;
        margin-bottom: 0;
    }

}