* {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

a {
    color: #BBB;
    list-style: none;
    text-decoration: none;
}

ul,
li {
    list-style: none;

    padding: 0;
}

#ztbox {
    width: 100%;
    height: 250px;
    margin: 20px auto;
}

#left {
    width: 59px;
    height: 59px;
    float: left;
    cursor: pointer;
    background: url(../images/ladl_left.png) no-repeat;
    position: absolute;
    margin-top: -83px;
    right: 330px;
    z-index: 1;
}

#right {
    width: 59px;
    height: 59px;
    float: left;
    cursor: pointer;
    background: url(../images/ladl_right.png) no-repeat;
    position: absolute;
    margin-top: -83px;
    right: 240px;
    z-index: 1;
}

#ztbox #conter {
    width: 100%;
    height: 250px;
    float: left;
    display: inline;
    overflow: hidden;
    position: relative;
}

#ztbox #conter ul {
    width: auto;
    height: 250px;
    top: 0px;
    left: 0px;
    position: absolute;
    overflow: hidden;
}

#ztbox #conter li {
    width: 513px;
    height: 250px;
    float: left;
    position: relative;
}

#ztbox #conter li img {
    width: 513px;
    height: 250px;
}

#ztbox #scroll {
    width: 100%;
    height: 18px;
    left: 0px;
    bottom: 8px;
    cursor: pointer;
    position: absolute;
    /* background: url(../images/banner_bg_xi.jpg) repeat-x left center; */
}

#ztbox #scroll span {
    width: 48px;
    height: 18px;
    left: 0px;
    bottom: 0px;
    cursor: pointer;
    position: absolute;
    background: #FFEA00;
}