
.zsIndex-banner1 {
    background: url(../images/banner_01.jpg) no-repeat right bottom;
    width: 100%;
    height: 320px;
}

.zsIndex-banner2 {
    background: url(../images/banner_03.jpg) no-repeat right bottom;
    width: 100%;
    height: 320px;
}

.zsIndex-banner3 {
    background: url(../images/banner_05.jpg) no-repeat right bottom;
    width: 100%;
    height: 320px;
}

.bgIndex1 {
    background: #7192c5 !important;
}

.bgIndex2 {
    background: #032351 !important;
}

.bgIndex3 {
    background: #a0c5e8 !important;
}


.picScroll-left001 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px #e5e5e5 solid;
}

    .picScroll-left001.bbnone {
        border-bottom: none;
    }

    .picScroll-left001 .hd {
        overflow: hidden;
    }

        .picScroll-left001 .hd .prev, .picScroll-left001 .hd .next {
            display: block;
            width: 35px;
            height: 80px;
            overflow: hidden;
            cursor: pointer;
            background: url("../images/slide-1.png") no-repeat 8px center #f3f3f3;
            position: absolute;
            top: 190px;
            z-index: 99;
        }

            .picScroll-left001 .hd .prev:hover, .picScroll-left001 .hd .next:hover {
                filter: alpha(opacity=70);
                opacity: 0.7;
            }

        .picScroll-left001 .hd .prev {
            left: 0;
        }

        .picScroll-left001 .hd .next {
            background-position: -64px center;
            right: 0;
        }

        .picScroll-left001 .hd .prevStop {
            filter: alpha(opacity=50);
            opacity: 0.5;
        }

        .picScroll-left001 .hd .nextStop {
            filter: alpha(opacity=50);
            opacity: 0.5;
        }

        .picScroll-left001 .hd ul {
            display: none;
        }

    .picScroll-left001 .bd {
        position: relative;
        /*margin-left: 50px;*/
    }

        .picScroll-left001 .bd ul {
            overflow: hidden;
            zoom: 1;
        }

            .picScroll-left001 .bd ul li {
                width: 100%;
                float: left;
                overflow: hidden;
                text-align: center;
            }

                .picScroll-left001 .bd ul li .pic {
                    padding: 53px 0 0 17px;
                    height: 656px;
                    background: url('../images/diannao.png') no-repeat;
                }

                    .picScroll-left001 .bd ul li .pic img {
                        width: 803px;
                        height: 656px;
                        display: block;
                    }

                .picScroll-left001 .bd ul li .title {
                    color: #999;
                    padding: 30px 0 0 0;
                    height: 60px;
                }