﻿@charset "utf-8";

/* sliderbox */
.sliderbox {
    background-color: white;
    width: 370px; /*575*/
    position: relative;
    padding: 10px;
    margin: 5px auto;
    border: 1px solid #ede9e9;
}

    .sliderbox .btn {
        position: absolute;
        /*background-color: rgba(0,0,0,.2);*/
        display: none;
        width: 22px;
        height: 200px;
        padding-top: 90px;
        line-height: 180px;
        cursor: pointer;
        border-radius: 0;
    }

.pre {
    left: 0;
}

    .pre i {
        float: left;
    }

.next {
    right: 0;
}

    .next i {
        float: right;
    }

#ztbox {
    width: 100%;
    position: relative;
}

.spic {
    width: 350px;
    position: relative;
    background: #EAEBF0;
    padding: 6px 0px;
    height: 78px;
}

#left, #right {
    background-color: #fff;
    padding: 23px 5px 27px 5px;
    width: 13px;
    position: absolute;
    cursor: pointer;
}

#left {
    left: 4px;
}

#right {
    right: 4px;
}

#conter {
    margin-left: 20px;
    width: 310px;
    position: relative;
    height: 90px;
    float: left;
    display: inline;
    overflow: hidden;
}

    #conter .txt {
        display: none;
    }

    #conter .snum {
        font-size: .8em;
    }

    #conter ul {
        width: auto;
        overflow: hidden;
        top: 0px;
        left: 0px;
        position: absolute;
        padding: 0px;
    }

    #conter li {
        width: 70px;
        cursor: pointer;
        float: left;
        display: inline;
        margin: 0 0 0 4px;
    }

        #conter li b, #conter li strong {
            font-weight: normal;
        }

        #conter li.on {
        }

            #conter li.on span {
                background: #898989;
                color: #fff;
            }

        #conter li img {
            width: 70px;
            height: 50px;
            float: left;
            overflow: hidden;
        }

        #conter li span {
            display: block;
            width: 100%;
            line-height: 17px;
            color: #797979;
            float: left;
            height: 17px;
            overflow: hidden;
            background: #eaeaea;
            text-align: center;
        }

#scroll {
    background: url(../images/line.gif) repeat-x left bottom;
    width: 350px;
    height: 13px;
    margin-top: 5px;
    cursor: pointer;
}

    #scroll span {
        width: 142px;
        height: 13px;
        left: 0px;
        bottom: 0px;
        cursor: pointer;
        position: absolute;
        background: url(../images/scroll-bg.png) no-repeat;
    }

.bpic {
    max-width: 100%;
    height: 200px;
    margin: 0 auto 0 auto;
}

.bigpic {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.intro {
    font-size: .8em;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index: 0;
    position: absolute;
    height: 26px;
    width: 100%;
    left: 0;
    bottom: 0px;
}

.txt {
    position: absolute;
    padding-left: 1%;
    width: 99%;
    top: 5px;
    z-index: 10;
    color: #fff;
}

    .txt h2 {
        width: 100%;
        float: left;
        font-size: 16px;
        padding-bottom: 4px;
    }

    .txt p {
        width: 100%;
        float: left;
    }

.bclose {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 11;
    cursor: pointer;
    color: #fff;
}
