div,
span,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
}

.banner {
    position: relative;
    width: 100%;
    min-width: 1000px;
    height: 580px;
    
    overflow: hidden;
    z-index: 9;
    margin: 0px;
}

#fullSlide {
    width: 100%;
    position: relative;
    height: 580px;
    
}

#fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#fullSlide .bd ul {
    width: 100% !important;
}

#fullSlide .bd li {
    width: 100% !important;
    height: 580px;
    overflow: hidden;
    text-align: center;
}

#fullSlide .bd li a {
    display: block;
    height: 580px;
}

#fullSlide .hd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

#fullSlide .hd ul {
    height: 28px;
    text-align: center;
}

#fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 15px;
    height: 28px;
    margin: 0 5px;
    background: url(../ico-1.png)/*tpa=http://www.jjczhb.com/Public/Home/images/ico.png*/
    no-repeat 0 -169px;
    overflow: hidden;
    line-height: 9999px;
}

#fullSlide .hd ul .on {
    background: url(../ico-1.png)/*tpa=http://www.jjczhb.com/Public/Home/images/ico.png*/
    no-repeat -17px -169px;
}