/* 横向滚动的幻灯 */
#featurecontainer {
    /* margin: 25px 0 0 -60px; */
    width: 690px;
}

#feature {
    position: relative;
    /* margin-top: 5px;
    margin-bottom: 20px; */
}

#feature .prev {
    position: absolute;
    left: 20px;
    top: 75px;
    display: block;
    width: 40px;
    height: 80px;
    background: url(../images/feature_left.png) center top;
    text-indent: -9999px;
    float: left;
    opacity: 0.3;
    filter: alpha(opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30); /*兼容ie8及以下*/
}

#feature .next {
    position: absolute;
    right: 20px;
    top: 75px;
    display: block;
    width: 40px;
    height: 80px;
    background: url(../images/feature_right.png) center top;
    text-indent: -9999px;
    float: right;
    opacity: 0.3;
    filter: alpha(opacity= 30);
    -webkit-filter: alpha(opacity= 30);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30); /*兼容ie8及以下*/
}

#feature .prev:hover {
    background-image: url(../images/feature_left02.png);
    background-position: center bottom;
    opacity: 1;
    filter: alpha(opacity= 100);
    -webkit-filter: alpha(opacity= 100);
}

#feature .next:hover {
    background-image: url(../images/feature_right02.png);
    background-position: center bottom;
    opacity: 1;
    filter: alpha(opacity= 100);
    -webkit-filter: alpha(opacity= 100);
}

.featureul {
    position: relative;
    list-style-type: none;
    width: 2800px;
    float: left;
}

.featurebox {
    display: inline-block;
    width: 335px;
    height: 270px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
}


#botton-scroll {
    width: 690px;
    margin: 0px auto;
    float: left;
}

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

#block .featurebox {
    padding-top: 10px;
    border-bottom: none;
}

#block .box {
    /* margin: 0px 10px; */
    width: 335px;
    float: left;
}

#block .box a img {
    width: 335px;
    height: 210px;
}

#block .box a h5 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    /* text-align: left; */
}

/* 橱窗展示 */
.banner_index {
    position: relative;
    width: 1000px;
    height: 420px;
    overflow: hidden;
    margin: 50px auto;
}

.banner_index .banner_wrap {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1000px;
    height: 420px;
    z-index: 2;
}

.banner_index .banner_wrap li {
    width: 1000px;
    float: left;
}

.banner_wrap .text-box {
    box-sizing: border-box;
    width: 400px;
    height: 420px;
    *width: 340px;
    *height: 340px;
    background: url(../images/bg-window.jpg) left center no-repeat;
    float: left;
    padding: 50px 30px 30px;
    text-align: left;
    overflow: hidden;
}

.banner_wrap .text-box h5 {
    color: #c50808;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #535353 solid 1px;
}

.banner_wrap .text-box p {
    color: #535353;
    font-size: 16px;
    line-height: 24px;
    text-indent: 2em;
}

.banner_wrap .img-box {
    float: right;
}

.banner_wrap .img-box img {
    width: 590px;
    height: 420px;
}

#banner_index_pre,
#banner_index_next {
    position: absolute;
    top: 370px;
    left: 300px;
    width: 26px;
    height: 22px;
    background: #fff url(../images/icon-btn.png) no-repeat;
    filter: alpha(Opacity=70);
    opacity: .7;
    z-index: 3;
}

#banner_index_pre:hover,
#banner_index_next:hover {
    background-color: orangered;
    cursor: pointer;
}

#banner_index_pre {
    background-position: -235px -14px;
}

#banner_index_pre:hover {
    background-position: -261px -14px;
}

#banner_index_next {
    left: 345px;
    background-position: -313px -14px;
}

#banner_index_next:hover {
    background-position: -287px -14px;
}

/* 无缝滚动 */
.schedule {
    position: relative;
}

#roll-pic {
    width: 1000px;
    height: 560px;
    overflow: hidden;
}

#picbox {
    width: 800%;
    margin-top: 85px;
    float: left;
}

#picbox01 {
    float: left;
}


#picbox02 {
    float: left;
}

#mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 560px;
    box-shadow: inset 0 -10px 30px 30px #eff3fb;
}

