.banner{
    position: relative;
    overflow: hidden;
    float: left;
    width: 1200px;  
    height: 565px;
    /* 图片大小 需要修改 */
}
.banner > ul{
    position: absolute;
    width: 1000%;
    height: 100%;
}
.banner > ul li{
    position: relative;
    float: left;
    height: 100%;
}
.banner li img{
    width: 100%;
    height: 100%;
}
.banner > ul li p{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 130px;
    background: url(../images/index/banner_pbg.png) no-repeat top center;
    opacity:.8;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 90px;
}
.banner > ul li p a{
    color: #fff;
}
.banner .btn{
    position: absolute;
    top: 50%;
    right: 0;
    width: 45px;
    height: 45px;
    color: #a6a6a6;
    font-size: 35px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    /* background: url(../images/index/btnbg.png) no-repeat top center; */
    cursor: pointer;
    border-radius: 50%;
    z-index: 999;
}
.banner .btn.prev{
    left: 0;
}
.banner .dot{
    position: absolute;
    bottom: 10%;
    right: 50%;
}
.banner .dot li{
    float: left;
    margin: 0 8px;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
}
.banner .dot li.active{
    background-color: #df1c00;
}
