@charset "utf-8";
/* css 重置 */
.caseScroll *{margin:0; padding:0; list-style:none;}
.caseScroll img{
	border:0; vertical-align:bottom;
}








.caseScroll .tempWrap {
margin:0 auto;
}


/* 本例子css */
.caseScroll{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 620px;
    margin: 0 auto;
}
.caseScroll .hd{
    overflow: hidden;
    position: relative;
    padding-top: 13px;
}

.caseScroll .bd a.prev,
.caseScroll .bd a.next {
display:block;
width:35px;
height:35px;
position:absolute;
cursor:pointer;
background:url(/PC/images/bt_36.png) no-repeat;
top:150px;
}


.caseScroll .bd a.prev {
	left:0;
	background-position-x:-35px;
}


.caseScroll .bd a.prev:hover {
	background-position-x:0;
}


.caseScroll .bd a.next {
	right:0;
	background-position-x:-70px;
}

.caseScroll .bd a.next:hover {
	background-position-x:-105px;
}




.caseScroll .hd ul{
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
    margin-top: 10px;
    width: 46px;
}
.caseScroll .hd ul li{
	background:#ccc; float:left;  width:10px; height:10px;	border-radius: 15px; overflow:hidden; margin-right:8px; text-indent:-999px; cursor:pointer;
}

.caseScroll .hd ul li:nth-child(3){
	margin-right:0;
}

.caseScroll .hd ul li.on{ background:#e60013;	border-radius: 15px;}


.caseScroll .bd ul{
	overflow:hidden; zoom:1;
}
.caseScroll .bd ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden;
	width: 576px;
	height: 498px;
/*	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
*/
	color:#444;
	font-size:14px;
}


.caseScroll .bd ul li a{
	display: block;
}

.caseScroll .bd ul li a img{
	display:block;
}


.caseScroll .bd ul li a.newName{
	padding:13px 0;
	font-weight:bold;
	font-size: 18px;
}


.caseScroll .bd ul li .line{
	width:31px;
	height:3px;
	background:#a0a0a0;
}

.caseScroll .bd ul li .txt{
	padding:10px 0;
}

.caseScroll .bd ul li .time{
	color:#888;
	text-align:right;
	padding-bottom:10px;
}

.caseScroll .bd ul li .more a{
	color:#13719f;
}
