/* ----------------------------------------------------------------
    Modify     : PC图片左右滚动
    Created on : 2019-4-6, 15:07:00
    Author     : Snake
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
        产品中心
-----------------------------------------------------------------*/
/* -- 箭头左右滚动 -- */
.pro-picScroll {
    width: 100%;
    overflow: hidden;
}

.pro-picScroll .picScroll-cont {
    width: 1250px;
    margin: 0 auto;
}

.pro-picScroll .hd {
    position: absolute;
    width: 1250px;
    padding: 0;
    margin-top: 110px;
    z-index: 5;
    overflow: hidden;
}

.pro-picScroll .hd .prev,
.pro-picScroll .hd .next {
    position: relative;
    display: block;
    color: #016df6;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 7px;
    overflow: hidden;
    cursor: pointer;
}

.pro-picScroll .hd .prev {
    float: left;
}

.pro-picScroll .hd .next {
    float: right;
}

.pro-picScroll .hd ul {
    float: right;
    overflow: hidden;
    margin-top: 11px;
    zoom: 1;
}

.pro-picScroll .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 25px;
    border: 1px solid #d3cdd7;
    background: #d3cdd7;
}

.pro-picScroll .hd ul li.on {
    border: 1px solid #016df6;
    background: #016df6;
}

/* -- 图片左右滚动 -- */
.pro-picScroll .bd {
    padding: 10px 0;
}

.pro-picScroll .bd ul {
    overflow: hidden;
    zoom: 1;
}

.pro-picScroll .bd ul li {
    width: 262px;
    margin: 0 15px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.pro-picScroll .bd ul li .pic {
    text-align: center;
}

.pro-picScroll .bd ul li .pic img {
    display: block;
    width: 100%;
    padding: 2px;
}

.pro-picScroll .bd ul li .pic a:hover img {
    border-color: #016df6;
}

.pro-picScroll .bd ul li .title {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* ----------------------------------------------------------------
        案例中心
-----------------------------------------------------------------*/
/* -- 箭头左右滚动 -- */
.picScroll-left {
    width: 100%;
    height: 265px;
    margin-top: 100px;
    background: #e57919;
}

.picScroll-left .picScroll-cont {
    width: 1250px;
    margin: 0 auto;
}

.picScroll-left .hd {
    position: relative;
    width: 1250px;
    padding: 0;
    top: 0px;
    z-index: 5;
    overflow: hidden;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    position: relative;
    display: block;
    color: #016df6;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 7px;
    overflow: hidden;
    cursor: pointer;
}

.picScroll-left .hd .prev {
    float: left;
}

.picScroll-left .hd .next {
    float: right;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    margin-top: 11px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 25px;
    border: 1px solid #d3cdd7;
    background: #d3cdd7;
}

.picScroll-left .hd ul li.on {
    border: 1px solid #016df6;
    background: #016df6;
}

/* -- 图片左右滚动 -- */
.picScroll-left .bd {
    position: relative;
    padding: 10px 0;
    top: -150px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    width: 262px;
    margin: 0 15px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    display: block;
    width: 100%;
    padding: 2px;
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #016df6;
}

.picScroll-left .bd ul li .title {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}