@charset "utf-8";


.blockTwo {
	clear:both;
	width:950px;
	height:285px;
	border:1px solid #dddddd;
	background:url(../images/commen/leftBg.jpg) no-repeat 0 0;
	margin:0 auto;
	border-top:1px solid #dddddd;
}
.showCase {
	width:738px;
	height:280px;
	padding-left:200px;
}
.caseNav {
	height:35px;
	line-height:35px;
	padding-top:5px;
	text-align:right;
}
.caseNav span {
	float:right;
}
.caseNav a {
	font-size:1px;
	line-height:1px;
	background:url(../images/commen/caseListButton.gif) 18px 0;
	float:left;
	width:18px;
	height:18px;
	display:inline;
	margin-right:5px;
	margin-top:10px;
	display:block;
	cursor:pointer;
	line-height:30px;
}
.caseNav a:hover, .caseNav a.aClick {
	background-position:0 0;
}
.showCaseMain {
	height:240px;
	position:relative;
	overflow:hidden;
}
.showCaseMain ul {
	height:230px;
	width:10000px;
	position:absolute;
	top:5px;
	left:0px;
}
.showCaseMain ul li {
	float:left;
	width:232px;
	height:230px;
	display:inline;
	position:relative;
	top:0px;
	left:0px;
	margin-left:13px;
}
.showCaseMain ul li a {
	display:block;
	height:230px;
	background:#e7e7e7;
}
.showCaseMain ul li a img {
	width:215px;
	height:145px;
	margin:8px 0 0 8px;
}
.showCaseMain ul li a h2 {
	display:block;
	border-top:2px solid #ffffff;
	padding-top:9px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	padding-left:14px;
	margin-top:8px;
	color:#95754f;
}
.showCaseMain ul li a h3 {
	display:block;
	padding-left:14px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color:#979797;
	font-family:Tahoma, Geneva, sans-serif;
	padding-top:5px;
}
.showCaseMain ul li a h4 {
	display:block;
	padding-left:14px;
	color:#979797;
	padding-top:3px;
}
.showCaseMain ul li a span {
	position:absolute;
	background:url(../bg/caseTopBg.gif);
	width:79px;
	height:79px;
	top:-3px;
	left:-3px;
}
.showCaseMain ul li a:hover {
	background:#9f0847;
}
.showCaseMain ul li a:hover h2, .showCaseMain ul li a:hover h3, .showCaseMain ul li a:hover h4 {
	color:#FFF;
}
