.picScroll-left {
    width: 900px;
    /* overflow:hidden; */
    position: relative;
    margin: 0 auto;
    bottom: 40px;
}

.kz {
    margin-left: 100px
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    display: inline-block;
    width: 13px;
    height: 31px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/slider-arrow.png") -112px 5px no-repeat;
    margin-top: 12px;
}

.picScroll-left .hd .next {
    background-position: -8px 5px;
    float: right;
    bottom: 0px !important;
    position: static;
}

.picScroll-left .bd {
    width: 860px;
    overflow: hidden;
    height: 52px;
    display: inline-block;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    /* margin:0 8px; */
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 146px;
    height: 52px;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 120px;
    height: 40.27px;
    display: inline-block !important;
    border: 1px solid #aaaaaa;
    margin-top: 10px;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
}

.picScroll-left .bd ul li .pic :hover img {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transition: : all 1s ease 0s;
    -o-transition: : all 1s ease 0s;
    -moz-transition: : all 1s ease 0s;
}