@charset "utf-8"; /* css 重置 */
.caseScroll * {
    margin: 0;
    padding: 0;
    list-style: none;
}








.caseScroll .item .txt {

min-height: 132px;

width: 536px;

margin-left: 20px;

background: url(/pc/images/caseBt.jpg) no-repeat center top;

margin-top: -30px;
}



.caseScroll .tempWrap {
    margin: 0 auto;
}

/* 本例子css */
.caseScroll {
    /* overflow: hidden; */
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.caseScroll .hd {
    position: relative;
    padding-top: 33px;
}

.caseScroll .bd a.prev, .caseScroll .bd a.next {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    background: url(/PC/images/bt2.png) no-repeat;
    top: 58px;
    z-index: 500;
}

.caseScroll .bd a.prev {
    left: -50px;
    background-position-x: -48px;
}

.caseScroll .bd a.prev:hover {
    background-position-x: 0;
}

.caseScroll .bd a.next {
    right: -50px;
    background-position-x: -96px;
}

.caseScroll .bd a.next:hover {
    background-position-x: -144px;
}

.caseScroll .hd ul {
    text-align: center;
}

.caseScroll .hd ul li {
    background: #2d3a8c;
    width: 13px;
    height: 13px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 8px;
    text-indent: -999px;
    cursor: pointer;
    position: relative;
    top: 3px;
    display: inline-block;
}

.caseScroll .hd ul li.on {
    background: #ffba35;
    position: relative;
}

.caseScroll .bd ul {
    overflow: hidden;
    zoom:1; }

.caseScroll .bd ul li {
    margin: 0 6px;
    float: left;
    _display: inline;
    overflow: hidden;
    /*text-align:center;*/
    min-height: 89px;
    width: 576px;
    position: relative;
}

.caseScroll .bd ul li .pic {
    text-align: center;
}

.caseScroll .bd ul li .pic img {
    width: 120px;
    height: 90px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.caseScroll .bd ul li .pic a:hover img {
    border-color: #999;
}

.caseScroll .bd ul li .title {
    line-height: 24px;
}


.caseScroll .hd ul li:last-child {
    margin-right: 0;
}

.caseScroll .item {}

.caseScroll .item img {
    vertical-align: middle;
}

.caseScroll .item .txt .s_left {
    width: 365px;
    padding: 18px 25px;
    text-align: justify;
}

.caseScroll .item .txt .s_right {}

.caseScroll .item .txt .s_left .s1 {
    font-size: 23px;
}

.caseScroll .item .txt .s_left .s2 {
    font-size: 16px;
    color: #999;
    padding-top: 10px;
    line-height: 160%;
}

.caseScroll .item .txt .s_right a {
    display: block;
    min-height: 132px;
    width: 121px;
}

.caseScroll .item .txt .s_left .s1 a {
    display: block;
}

.caseScroll .item:hover dl {
    background: url(/pc/images/caseBtH.jpg) no-repeat center top;
}