@charset "utf-8"; /* css 重置 */
.caseScroll * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.caseScroll img {
    border: 0;
    vertical-align: bottom;
}

.caseScroll a {
    text-decoration: none;
}

.caseScroll .tempWrap {
    margin: 0 auto;
}

/* 本例子css */
.caseScroll {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.caseScroll .hd {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}

.caseScroll .bd a.prev, .caseScroll .bd a.next {
    display: block;
    width: 69px;
    height: 69px;
    position: absolute;
    cursor: pointer;
    background: url(/template/images/bt_36.png) no-repeat;
    top: 145px;
    z-index: 500;
}

.caseScroll .bd a.prev {
    left: -89px;
    background-position-x: -69px;
}

.caseScroll .bd a.prev:hover {
    background-position-x: 0;
}

.caseScroll .bd a.next {
    right: -89px;
    background-position-x: -138px;
}

.caseScroll .bd a.next:hover {
    background-position-x: -207px;
}

.caseScroll .hd ul {
    overflow: hidden;
    zoom:1; margin: 0 auto;
    margin-top: 10px;
    width: 100px;
}

.caseScroll .hd ul li {
    background: #e50202;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.caseScroll .hd ul li.on {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: relative;
    top: 0;
}

.caseScroll .bd ul {
    overflow: hidden;
    zoom:1; }

.caseScroll .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 398px;
}

.caseScroll .picList a {
}

.caseScroll .picList li a img {
    display: block;
}

.caseScroll .picList li a span {
    display: block;
    font-size: 18px;
    line-height: 86px;
    padding: 0 13px;
}

.caseScroll .bd ul li .item {
    border: 1px solid #ccc;
    background: #fff;
    display: block;
    margin: 0 auto;
    width: 389px;
}
