/* 横向滚动的幻灯 */
#featurecontainer {
    margin: 10px auto 0 auto;
    width: 1000px;
    height: 400px;
}

#feature {
    position: relative;
}

#feature .prev {
    text-indent: -9999px;
    width: 45px;
    height: 45px;
    display: block;
    background: url(../images/left1.png) center top no-repeat;
    float: left;
    height: 58px;
    left: -80px;
    top: 100px;
    position: absolute;
}

#feature .next {
    text-indent: -9999px;
    width: 45px;
    height: 45px;
    display: block;
    background: url(../images/right.png) center top no-repeat;
    float: right;
    height: 58px;
    right: -80px;
    top: 100px;
    position: absolute;
}
.featureul {
    position: relative;
    list-style-type: none;
    width: 2800px;
    float: left;
}

.featurebox {
    display: inline-block;
    width: 343px;
    height: 300px;
    float: left;
    overflow: hidden;
}


#botton-scroll {
    z-index: 0;
    margin: 0px auto;
    width: 1000px;
    float: left;
}

#block {
    z-index: 0;
    position: relative;
    margin: 0px auto;
    width: 1020px;
    overflow: hidden;
}

#block .box {
    /* margin: 0px 10px; */
    box-sizing: border-box;
    width: 300px;
    float: left;
}

#block .box a img {
    display: inline-block;
    width: 300px;
    height: 200px;
}











