.picScroll-top,
.picScroll-top1 {
    margin:0 auto;
    width:100%;
    overflow:hidden;
    position:relative;
}

.picScroll-top .hd .next,
.picScroll-top1 .hd .next {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 65px;
    height: 25px;
    background: url(../images/abouts/top.png) no-repeat;
    z-index: 1000;
    cursor: pointer;
}

.picScroll-top .hd .next:hover {
    background: url(../images/abouts/top_h.png) no-repeat;
}

.picScroll-top1 .hd .next:hover {
    background: url(../images/abouts/top_h.png) no-repeat;
}

.picScroll-top .hd .prev,
.picScroll-top1 .hd .prev {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 65px;
    height: 25px;
    background: url(../images/abouts/bottom.png) no-repeat;
    z-index: 1000;
    cursor: pointer;
}

.picScroll-top .hd .prev:hover {
    background: url(../images/abouts/bottom_h.png) no-repeat;
}
.picScroll-top1 .hd .prev:hover {
    background: url(../images/abouts/bottom_h.png) no-repeat;
}

.picScroll-top .bd ul,
.picScroll-top1 .bd ul {
    overflow:hidden;
    width: 100%;
    zoom:1;
}
.picScroll-top .bd ul li,
.picScroll-top1 .bd ul li {
    text-align:center;
    width: 100%;
    height: 160px;
    margin-bottom: 25px;
}
.picScroll-top .bd ul li .pic,
.picScroll-top1 .bd ul li .pic {
    position: relative;
    height: 160px;
    background: #ededed;
    text-align:center;
}
.picScroll-top .bd ul li .pic >p,
.picScroll-top1 .bd ul li .pic >p {
    position: relative;
    height: 100%;
    text-align: center;
}
.picScroll-top .bd ul li .pic img,
.picScroll-top1 .bd ul li .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height:100%;
    display:block;
    text-align: center;
}
.picScroll-top .bd ul li .pic a:hover img{
    border-color:#999;
}
.picScroll-top1 .bd ul li .pic a:hover img{
    border-color:#999;
}
.picScroll-top .bd ul li .title{
    line-height:24px;
}
.picScroll-top1 .bd ul li .title{
    line-height:24px;
}