.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    zoom: 1
}

.poster-main {
    margin: 0px auto;
    position: relative;
    width: 1080px;
    height: 430px
}

.poster-main a,
.poster-main img {
    display: block
}

.poster-main .poster-list {
    width: 1000px;
    height: 300px
}

.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-reflect: below 0px -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, transparent 20%, transparent 100%);
}

.poster-main .poster-list .poster-item:before {
    content: "";
    background: -moz-linear-gradient(top, white, white 30%, rgba(255, 255, 255, 0.9) 65%, rgba(255, 255, 255, 0.7)) 0px 0px, -moz-element(#imgbox) 0px 0px no-repeat;
    /*百分比为调倒影的透明度*/
    -moz-transform: scaleY(-1);
    padding: 1px 0px;
    background-origin: padding-box, content-box;
    background-clip: padding-box, content-box;
    position: absolute;
}

.poster-main .poster-btn {
    position: absolute;
    height: 100%;
    width: 100px;
    top: 0;
    z-index: 10;
    opacity: .5
}

.poster-main .poster-list .poster-item span {
    position: absolute;
    height: 40px;
    width: 100%;
    color: #000;
    background: url(/zt/2018/2018nongqiahui/img/textbg.png);
    text-align: center;
    line-height: 40px;
    bottom: 0px;
}

.poster-main .poster-prev-btn {
    left: 0;
    background: url(/zt/2018/2018nongqiahui/img/btnl.png) no-repeat center center;
}

.poster-main .poster-next-btn {
    right: 0;
    background: url(/zt/2018/2018nongqiahui/img/btnr.png) no-repeat center center;
}