﻿.banner-product{
    position: relative;
    overflow: auto;
    text-align: left;
    width: 995px;
    margin: 0 auto;
    height:320px;
}
    .banner-product .dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        z-index: 3;
    }
    .banner-product .dots {
       text-align:center;
       margin-left:650px;
    }
        .banner-product .dots li {
            width: 10px;
            height: 10px;
            margin: 0 4px;
            text-indent: -999em;
            border: 2px solid #cbcbcb;
            border-radius: 6px;
            cursor: pointer;
            display: inline-block;
            /*opacity: .4;
            -webkit-transition: background .5s,opacity .5s;
            -moz-transition: background .5s,opacity .5s;
            transition: background .5s,opacity .5s*/
        }

            .banner-product .dots li.active {
                background: #1955A7;
                /*opacity: 1*/
            }

    .banner-product .arrow {
        position: absolute;
        width: 20px;
        height: 37px;
        top: 50%;
        margin-top: -18px;
        overflow: hidden;
        z-index: 2;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .banner-product #al {
        left: 15px
    }

.banner-product #ar {
    right: 15px
}

.banner-product ul {
    z-index: 1;
    width: 600%;
    overflow: hidden;
}

    .banner-product ul .slider-item {
        width: 995px;
        float: left;
        height: 320px;
        position: relative;
        overflow: hidden;
    }

.banner-product ul .slider-item .slider-title {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 965px;
    max-height: 56px;
    padding: 15px;
    text-align: left;
    line-height: 28px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.9));
    background: url(../images/slider-info-bg.png);
}

.banner-product .progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    min-height: 3px;
    overflow: hidden;
    z-index: 2;
    background: #f60
}


.banner-equip {
    position: relative;
    overflow: auto;
    text-align: center;
    width: 995px;
    margin: 0 auto;
    height: 378px;
    background-color: #ffffff;
}

    .banner-equip .dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        z-index: 3;
    }

        .banner-equip .dots li {
            width: 10px;
            height: 10px;
            margin: 0 4px;
            text-indent: -999em;
            border: 2px solid #cbcbcb;
            border-radius: 6px;
            cursor: pointer;
            display: inline-block;
            /*opacity: .4;
            -webkit-transition: background .5s,opacity .5s;
            -moz-transition: background .5s,opacity .5s;
            transition: background .5s,opacity .5s*/
        }

            .banner-equip .dots li.active {
                background: #1955A7;
                /*opacity: 1*/
            }

    .banner-equip .arrow {
        position: absolute;
        width: 20px;
        height: 37px;
        top: 50%;
        margin-top: -18px;
        overflow: hidden;
        z-index: 2;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .banner-equip #al {
        left: 15px
    }

    .banner-equip #ar {
        right: 15px
    }

    .banner-equip ul {
        z-index: 1;
        width: 600%;
        overflow: hidden;
    }

        .banner-equip ul .slider-item {
            width: 995px;
            float: left;
            height: 378px;
            position: relative;
            overflow: hidden;
        }

            .banner-equip ul .slider-item .slider-title {
                position: absolute;
                left: 0;
                bottom: 0px;
                width: 965px;
                max-height: 56px;
                padding: 15px;
                text-align: left;
                line-height: 28px;
                color: #fff;
                font-size: 18px;
                font-weight: bold;
                background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.9));
                background: url(../images/slider-info-bg.png) \9;
            }

    .banner-equip .progress {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 15%;
        min-height: 3px;
        overflow: hidden;
        z-index: 2;
        background: #f60
    }


    /*业绩*/

.banner-performance {
    position: relative;
    overflow: auto;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    height: 549px;
    background-color: #ffffff;
}

    .banner-performance .dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        z-index: 3;
    }

        .banner-performance .dots li {
            width: 10px;
            height: 10px;
            margin: 0 4px;
            text-indent: -999em;
            border: 2px solid #cbcbcb;
            border-radius: 6px;
            cursor: pointer;
            display: inline-block;
            /*opacity: .4;
            -webkit-transition: background .5s,opacity .5s;
            -moz-transition: background .5s,opacity .5s;
            transition: background .5s,opacity .5s*/
        }

            .banner-performance .dots li.active {
                background: #1955A7;
                /*opacity: 1*/
            }

    .banner-performance .arrow {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 50%;
        margin-top: -18px;
        overflow: hidden;
        z-index: 2;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .banner-performance #pl {
        left: 0px
    }

    .banner-performance #pr {
        right: 0px
    }

    .banner-performance ul {
        z-index: 1;
        width: 600%;
        overflow: hidden;
    }

        .banner-performance ul .slider-item {
            width: 1200px;
            float: left;
            height: 549px;
            position: relative;
            overflow: hidden;
        }

            .banner-performance ul .slider-item .slider-title {
                position: absolute;
                left: 0;
                bottom: 0px;
                width: 1170px;
                max-height: 56px;
                padding: 15px;
                text-align: left;
                line-height: 28px;
                color: #fff;
                font-size: 18px;
                font-weight: bold;
                background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.9));
                background: url(../images/slider-info-bg.png) \9;
            }

    .banner-performance .progress {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 15%;
        min-height: 3px;
        overflow: hidden;
        z-index: 2;
        background: #f60
    }
