﻿.scroll_horizontal{position:relative;width:1200px;margin:0 auto;}
.scroll_horizontal .box

{overflow:hidden;position:relative;width:1200px;height:300px;margin:0 auto;}
.scroll_horizontal .list{width:9999px;}
.scroll_horizontal .list li{
float:left;width:270px; padding:0 20px; height:300px;}
.scroll_horizontal .list li:hover p, .scroll_horizontal .list li:hover a {
    color: #3b9ceb !important;
}
.scroll_horizontal .plus,
.scroll_horizontal .minus

{position:absolute;top:50%;width:44px;height:45px;cursor:pointer;margin-

top:-22px;}

.scroll_horizontal .plus{


left:20px;


    display: block;
    width: 30px;
    height: 31px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    background: url(../images/prev.png);
    top: 50%;
    left: -40px;
    margin-top: -15px;






}
.scroll_horizontal .minus{

    display: block;
    width: 30px;
    height: 31px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    background: url(../images/next.png);
    top: 50%;
    right: -40px;
    margin-top: -15px;


}
.scroll_horizontal .plus:hover{   background: url(../images/s_prev.png);}
.scroll_horizontal .minus:hover{background: url(../images/s_next.png);}





.picScroll-left {
    position: relative;
    height: 300px;

}

.picScroll-left .hd {
    position: relative;

}


.picScroll-left .bd {

    overflow: hidden;
}

.picScroll-left .bd ul {
    zoom: 1;
}

.scroll_horizontal .listli {
    margin: 0 20px;
    width: 270px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.scroll_horizontal .list .pic {
    width: 150px;
    height: 146px;
    margin: 0 auto;   
    overflow: hidden;

}

.scroll_horizontal .list .pic:hover .change_img {
    transform: scale(1.1);
}

.scroll_horizontal .list .pic a:hover img {
    border-color: #999;
}

.scroll_horizontal .list.picList {
    width: 258px;
    margin: 16px auto 0;
    text-align: center;
    position: relative;
    /* 值显示左上角那个圆点 */
    overflow: hidden;
}


.scroll_horizontal .list .picList a {
    font-size: 16px; text-align: center;display:block;
}
.scroll_horizontal .list .picList a:hover  {
    color: #3b9ceb;
}
.scroll_horizontal .list .picList .pic_txt {
    font-size: 14px;
    line-height: 40px; text-align: center;
    color: #666;
}

.scroll_horizontal .list .picList .pic_cont {
    margin-top: 10px;
    line-height: 24px; text-align: center;
    color: #808080;
}