.picScroll-left {
    width: 100%;
    height: 360px;
    position: relative;
    margin-top: 50px;
}
.picScroll-left .hd {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 360px;
}

.picScroll-left .next {
    left: auto;
    right: 0;
    background-position: right 0;
}

.picScroll-left .prev{
    position: absolute;
    left: 75%;
    top: 40%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background: url(../img/next.png) 0 0 no-repeat;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
 .picScroll-left .next {
    position: absolute;
    left:-57%;
    top: 40%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background: url(../img/prev.png) 0 0 no-repeat;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
/*.picScroll-left .tp_next {*/
    /*left: auto;*/
    /*right: 0;*/
    /*background-position: right 0;*/
/*}*/
/*.picScroll-left .tp_prev{*/
    /*position: absolute;*/
    /*left: 75%;*/
    /*top: 40%;*/
    /*margin-top: -15px;*/
    /*display: block;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*overflow: hidden;*/
    /*cursor: pointer;*/
    /*background: url(../img/index_lf_l.png) 0 0 no-repeat;*/
    /*-moz-transition: none;*/
    /*-webkit-transition: none;*/
    /*-o-transition: none;*/
    /*transition: none;*/
/*}*/
/*.picScroll-left .tp_next {*/
    /*position: absolute;*/
    /*left:-57%;*/
    /*top: 40%;*/
    /*margin-top: -15px;*/
    /*display: block;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*overflow: hidden;*/
    /*cursor: pointer;*/
    /*background: url(../img/index_lf_r.png) 0 0 no-repeat;*/
    /*-moz-transition: none;*/
    /*-webkit-transition: none;*/
    /*-o-transition: none;*/
    /*transition: none;*/
/*}*/
/*.picScroll-left .prev, .picScroll-left .next {*/
    /*position: absolute;*/
    /*left: 20%;*/
    /*top: 50%;*/
    /*margin-top: -15px;*/
    /*display: block;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*overflow: hidden;*/
    /*cursor: pointer;*/
    /*border-radius: 50px;*/
    /*background: url(../img/prev.png) 0 0 no-repeat;*/
    /*-moz-transition: none;*/
    /*-webkit-transition: none;*/
    /*-o-transition: none;*/
    /*transition: none;*/
/*}*/
.picScroll-left .bd ul {
    width: 100%;
    overflow: hidden;
    zoom: 1;
}
.picScroll-left .bd ul li {
    margin: 0 5px;
    width:320px;
    margin-right:30px;
    height:280px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li a{
    display: block;
}
.picScroll-left .bd ul li a i{
    display: inline-block;
    width:320px;
    height:280px;
}
.picScroll-left .bd ul li a i.ico{
    background: url(../img/we_00.jpg) no-repeat;
}
.picScroll-left .bd ul li a i.ico1{
    background: url(../img/company3.png) no-repeat;
}
.picScroll-left .bd ul li a i.ico2{
    background: url(../img/company1.png) no-repeat;
}
.picScroll-left .bd ul li a i.ico3{
    background: url(../img/company2.png) no-repeat;
}
.picScroll-left .bd ul li a p{
    width: 80%;
    margin:0 10%;
    height: 34px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    color: #505050;
}
.picScroll-left .bd ul li a:hover p{
    color: #f24649;
}






.picScrnew-left {
    width:85%;
    height:40px;
    position: relative;
    float: left;
}
.picScrnew-left .hd {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height:40px;
}
.picScrnew-left .bd .picList li{ text-align: left; }
.picScrnew-left .bd .picList li a{color: #fff; font-size: 16px;}
.picScrnew-left .bd .picList .tohide{text-overflow: ellipsis;overflow: hidden;white-space: nowrap; width: 800px;}
.picScrnew-left .next {
    left: auto;
    right: 0;
    background-position: right 0;
}

.picScrnew-left .prev{
    position: absolute;
    left: 75%;
    top: 40%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background: url(../img/index_lf_r.png) 0 0 no-repeat;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.picScrnew-left .next {
    position: absolute;
    left:-57%;
    top: 40%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background: url(../img/index_lf_l.png) 0 0 no-repeat;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}