/*轮播样式ʽ*/
.poster-main{position: relative;width: 900px;height: 270px}
.poster-main a,.poster-main img{display:block;}
.poster-main .poster-list{width: 900px;height: 270px}
.poster-main .poster-list .poster-item{position: absolute;left: 0;top: 0;}

.poster-main .poster-btn{
    cursor: pointer;
    position: absolute;
    top:0;
    width:30% !important;
    height:100% !important;
    text-align: center;
    line-height: 14px;
    color: #ffffff;
    /*background:url("../image/btn_l.png") no-repeat center;*/
   /* background-color: #feb320;*/
    /*opacity: 0.2;*/
    z-index: 10;
    opacity: 0;
}
.poster-main .poster-next-btn{
    /*background:url("../image/btn_r.png") no-repeat center;*/
   opacity: 0;
}
.btn-box{
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.index-btn{
    display: inline;
    cursor: pointer;
    float: left;
    width: 10px;
    height: 10px;
    color: #fff;
    margin-right: 10px;
    margin-top: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.24);
    background: #fff;
}
.poster-main .poster-prev-btn{
    left: 0;
}
.poster-main .poster-next-btn{
    right: 0;
}
.index-btn.poster-btn-active{
    width: 30px;
    border-radius: 50px;
    background-color: #EF333A;
    box-shadow: none;
}