@charset "utf-8"; /* css 重置 */
.aboutScroll3 * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aboutScroll3 img {
    border: 0;
    vertical-align: bottom;
    border-radius: 5px;
    border: 1px solid #ffedca;
}

.aboutScroll3 a {
    text-decoration: none;
    color: #fff;
    /*background:#434242;*/
}

.aboutScroll3 a:hover {
    /*background:#e50202;*/
}

.aboutScroll3 .txt {
    font-size: 17px;
    text-align: center;
    line-height: 33px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0,13,68,0.6);
    color: #fff;
    padding: 0 13px;
    border-top-left-radius: 10px;
}

.aboutScroll3 .picList a {
    display: block;
    /*width:241px;*/
    /*min-height:339px;*/
}

.aboutScroll3 .picList .sub_two a {
    font-size: 16px;
    line-height: 48px;
    padding-top: 2px;
}

.aboutScroll3 .picList .item .two {
    padding: 0 18px;
}

.aboutScroll3 .picList .item .two a.more {
    display: block;
    width: 80px;
    text-align: center;
    padding: 2px 0;
    border: 1px solid #fff;
    font-size: 13px;
}

.aboutScroll3 .picList a .txt {
    margin: 0;
    padding: 0;
    height: 95px;
    font-size: 17px;
    width: 85%;
    margin: 0 auto;
    text-align: left;
}

.aboutScroll3 .picList a .txt .fa_title {
    display: block;
    padding-top: 16px;
}

.aboutScroll3 .picList a .txt .more {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #fff;
    margin-top: 15px;
    padding: 2px 8px;
}

.aboutScroll3 .tempWrap {
    margin: 0 auto;
}

/* 本例子css */
.aboutScroll3 {
    /* overflow: hidden; */
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.aboutScroll3 .hd {
    position: relative;
    padding-top: 15px;
}

.aboutScroll3 .bd a.prev, .aboutScroll3 .bd a.next {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    background: url(/PC/images/bt2.png) no-repeat;
    top: 58px;
    z-index: 500;
}

.aboutScroll3 .bd a.prev {
    left: -50px;
    background-position-x: -48px;
}

.aboutScroll3 .bd a.prev:hover {
    background-position-x: 0;
}

.aboutScroll3 .bd a.next {
    right: -50px;
    background-position-x: -96px;
}

.aboutScroll3 .bd a.next:hover {
    background-position-x: -144px;
}

.aboutScroll3 .hd ul {
    text-align: center;
}

.aboutScroll3 .hd ul li {
    background: #2d3a8c;
    width: 13px;
    height: 13px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 8px;
    text-indent: -999px;
    cursor: pointer;
    position: relative;
    top: 3px;
    display: inline-block;
}

.aboutScroll3 .hd ul li.on {
    background: #ffba35;
    position: relative;
}

.aboutScroll3 .bd ul {
    overflow: hidden;
    zoom:1; }

.aboutScroll3 .bd ul li {
    margin: 0 6px;
    float: left;
    _display: inline;
    overflow: hidden;
    /*text-align:center;*/
    min-height: 89px;
    width: 283px;
    position: relative;
    border-radius: 10px;
}

.aboutScroll3 .bd ul li .pic {
    text-align: center;
}

.aboutScroll3 .bd ul li .pic img {
    width: 120px;
    height: 90px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.aboutScroll3 .bd ul li .pic a:hover img {
    border-color: #999;
}

.aboutScroll3 .bd ul li .title {
    line-height: 24px;
}


.aboutScroll3 .hd ul li:last-child {
    margin-right: 0;
}