/* CSS Document */
  .z-banner {
            height: 406px;
            width: 100%;
            overflow: hidden;
            position: relative;
        }

            .z-banner .z-imgF {
                position: absolute;
                height: 406px;
                width: 100%;
                top: 0;
                left: 0;
            }

                .z-banner .z-imgF > div {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: -100%;
                    top: 0;
                }

                    .z-banner .z-imgF > div > div {
                        margin: auto;
                        width: 1000px;
                        height: 100%;
                        position: relative;
                    }

                        .z-banner .z-imgF > div > div > img {
                            position: absolute;
                            top: 100px;
                            right: 0;
                            z-index: 1;
                        }

            .z-banner .z-imgF-b {
                position: absolute;
                width: 1000px;
                height: 100%;
                left: 50%;
                top: 0;
                margin-left: -500px;
            }

                .z-banner .z-imgF-b > img {
                    position: absolute;
                    top: 100px;
                    left: -100%; 
                }

            .z-banner .z-controll {
                height: 14px;
                width: 175px;
                margin: auto;
                position: absolute;
                left: 50%;
                margin-left: -37.5px;
                bottom: 60px;
                z-index: 11;
            }

                .z-banner .z-controll div {
                    position: relative;
                    height: 14px;
                    width: 14px;
                    border-radius: 100%;
                    behavior: url(http://zhuce.dggdk.com/PIE.htc);
                    background: #fff;
                    float: left;
                    margin-right: 8px;
                    cursor: pointer;
                    box-shadow:0 0 5px #888;
                }

                .z-banner .z-controll .z-sel {
                    height: 14px;
                    width: 14px;
                    border-radius: 100%;
                    behavior: url(http://zhuce.dggdk.com/PIE.htc);
                    background: #0e567b;
                }
				.zoe .z-banner>img {
position: absolute;
top: 50%;
margin-top: -49px;
z-index: 11;
width: 40px;
height: 98px;
cursor: pointer;
}
.zoe .z-banner>.left {
left: 18px;
}
.zoe .z-banner>.right {
right: 18px;
}