@charset "utf-8"; /* css 重置 */
.aboutScroll * {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "微软雅黑";
}

.aboutScroll img {
    border: 0;
    vertical-align: bottom;
}

.aboutScroll a {
    text-decoration: none;
    color: #fff;
}

.aboutScroll .tempWrap {
    margin: 0 auto;
}

/* 本例子css */
.aboutScroll {
    /*overflow:hidden;*/
    position: relative;
    width: 1240px;
    margin: 0 auto;
    padding-top: 21px;
}

.aboutScroll .hd {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}

.aboutScroll .bd a.prev, .aboutScroll .bd a.next {
    display: block;
    width: 35px;
    height: 59px;
    position: absolute;
    cursor: pointer;
    top: 110px;
    background: url(../images/bt_7.png) no-repeat;
}

.aboutScroll .bd a.prev {
    left: -55px;
}

.aboutScroll .bd a.prev:hover {
    background-position-y: -59px;
}

.aboutScroll .bd a.next {
    right: -54px;
    background-position-y: -118px;
}

.aboutScroll .bd a.next:hover {
    background-position-y: -177px;
}

.aboutScroll .hd ul {
    overflow: hidden;
    zoom:1; margin: 0 auto;
    margin-top: 10px;
    width: 100px;
}

.aboutScroll .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.aboutScroll .hd ul li.on {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: relative;
    top: 0;
}

.aboutScroll .bd ul {
    overflow: hidden;
    zoom:1; }

.aboutScroll .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.aboutScroll ul.picList, .aboutScroll ul.picList li {
    list-style: none;
}

.aboutScroll ul.picList li {
    float: left;
    width: 384px;
    margin-left: 11px;
    color: #666;
    font-size: 16px;
}

.aboutScroll ul.picList li img {
}

.aboutScroll ul.picList li .txt {
    line-height: 30px;
    padding-top: 12px;
}

.aboutScroll ul.picList li .txt p {
    margin: 0;
    padding: 0 35px;
    border: 1px solid #b48863;
    border-radius: 100px;
    display: inline-block;
}
