@charset "utf-8";
/* css 重置 */
.caseScroll *{margin:0; padding:0; list-style:none; }
.caseScroll img{ border:0; vertical-align:bottom;}
.caseScroll a{ text-decoration:none;}








.caseScroll .tempWrap {
margin:0 auto;
}


/* 本例子css */
.caseScroll{ overflow:hidden; position:relative; width:1206px; margin:0 auto;}
.caseScroll .hd{ overflow:hidden; position:relative; padding-top:10px;}

.caseScroll .bd a.prev,
.caseScroll .bd a.next {
    display: block;
    width: 19px;
    height: 33px;
    position: absolute;
    cursor: pointer;
    background: url(/PC/images/bt_36.png) no-repeat;
    top: 72px;
    z-index: 500;
}





.caseScroll .bd a.prev {
	left:0;
	background-position-x:-19px;
}


.caseScroll .bd a.prev:hover {
	background-position-x:0;
}


.caseScroll .bd a.next {
	right:0;
	background-position-x:-38px;
}

.caseScroll .bd a.next:hover {
	background-position-x:-57px;
}







.caseScroll .hd ul{overflow:hidden; zoom:1; margin:0 auto; margin-top:10px; width:100px;}
.caseScroll .hd ul li{ background:#e50202; float:left;  width:10px; height:10px;	border-radius: 15px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; position:relative; top:3px;}
.caseScroll .hd ul li.on{ width:15px; height:15px;	border-radius: 15px;  position:relative; top:0;}

.caseScroll .bd ul{ overflow:hidden; zoom:1; }
.caseScroll .bd ul li{
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    background: #211614;
    width: 269px;
    color: #fff;
}




.caseScroll .picList a{
}



.caseScroll .picList li a img {
	display:block;
}

.caseScroll .picList li a span {
    padding: 0 18px;
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    border-top: 5px solid #d51519;
}





