@charset "utf-8";
/* css 重置 */
.caseScroll *{margin:0; padding:0; list-style:none; }
.caseScroll img{ border:0; vertical-align:bottom;}
.caseScroll a{ text-decoration:none; /*background:#434242;*/}
.caseScroll a:hover{/*background:#e50202;*/}


.caseScroll .picList a{
display:block;
}




.caseScroll .picList .item .two {
padding:0 18px;
font-size:17px;
}


.caseScroll .picList .item .two .sub_three {
	padding-bottom:10px;
	line-height:180%;
}


.caseScroll .picList .item .two a.more {
    display: block;
    font-size: 17px;
	line-height:35px;
	text-align:center;
	background:#01797a;
	color:#fff;
	margin:0 auto;
}



.caseScroll .picList .sub_two a {
    font-size: 21px;
    line-height: 48px;
    padding-top: 2px;
    font-weight: bold;
}





.caseScroll .tempWrap {
margin:0 auto;
}


/* 本例子css */
.caseScroll{ overflow:hidden; position:relative; width:1400px; margin:0 auto;}
.caseScroll .hd{ overflow:hidden; position:relative; padding-top:10px;}

.caseScroll .bd a.prev,
.caseScroll .bd a.next {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    cursor: pointer;
}


.caseScroll .bd a.prev {
    top: 190px;
    left: 0;
    background: url(../images/l_bt.png) no-repeat;
}


.caseScroll .bd a.prev:hover {
	background:url(../images/lh_bt.png) no-repeat;
}


.caseScroll .bd a.next {
    top: 190px;
	right:0;
	background:url(../images/r_bt.png) no-repeat;
}

.caseScroll .bd a.next:hover {
	background:url(../images/rh_bt.png) no-repeat;
}




.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:#f8f8f8;
min-height: 453px;
width:295px;
}

.caseScroll .bd ul li:hover .pro_img{
	height:210px;
	overflow:hidden;
}