
#title {
	width:100%;
	height:80px;
	margin-top:80px;
}
.caseTitle {
	width:1000px;
	height:80px;
	margin:0 auto;
	position:relative;
	background:url(../images/caseTitle.jpg) no-repeat;
}
.caseTitle .caseText {
	width:50px;
	height:20px;
	position:absolute;
	left:145px;
	top:0px;
	color:#e93600;
	font-size:16px;
	font-weight:bold;
}
.caseTitle a {
	width:152px;
	height:23px;
	display:block;
	text-align:center;
	line-height:23px;
	color:#fff;
	position:absolute;
	right:0px;
	top:32px;
	background:url(../images/moreBG.png) no-repeat;
}
.tab_content {
	width:1115px;
	margin:0 auto;
	height:auto;
	clear:both;
}
.tab_content ul li {
	width:33.3%;
	height:228.5px;
	float:left;
}
.tab_content ul li a {
	width:100%;
	height:100%;
	position:relative;
	display:block;
	overflow:hidden;
}
.tab_content ul li a .caseThum {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}
.tab_content ul li a .caseLogos {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}
.tab_content ul li a .caseShadow {
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80)
}
.casePage {
	width:1000px;
	height:50px;
	margin:0 auto;
	clear:both;
	padding-top:35px;
}
.casePage .casePrev {
	width:35px;
	height:35px;
	float:left;
	line-height:35px;
	text-align:center;
	margin-right:10px;
	background:#878585;
	color:#fff;
}
.casePage .caseNext {
	width:35px;
	height:35px;
	float:left;
	line-height:35px;
	text-align:center;
	background:#878585;
	color:#fff;
}
.casePage a {
	display:block;
	width:35px;
	height:35px;
	float:left;
	margin-right:10px;
	text-align:center;
	line-height:35px;
	background:#d0d0d0;
	color:#fff;
}
.casePage a:hover {
	background:#878585;
}

