﻿
/*banner*/
.banner {
    overflow: hidden;
    max-height: 580px;
    width: 100%;
}

#focus-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#focus-banner-list {
    position: relative;
}

    #focus-banner-list li {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

        #focus-banner-list li img {
            width: 100%;
            display: block;
            vertical-align: top;
        }

.focus-banner-img {
    display: block;
}

#focus-banner-list .focus-banner-text {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1000px;
    height: 100%;
    margin-left: -500px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

#focus-banner .focus-handle {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 100;
    display: block;
    width: 80px;
    height: 80px;
}

#focus-bubble {
    position: absolute;
    left: 50%;
    bottom: 12px;
}

    #focus-bubble li {
        float: left;
        width: 12px;
        height: 12px;
        margin: 0 4px;
        background: url(../images/icon.png) no-repeat;
        cursor: pointer;
    }

        #focus-bubble li.current {
            background: url(../images/icon-hover.png) no-repeat;
        }
