#tab{position:relative;  width:1040px; margin:0 auto;}
#tab .tabList{ width:860px; margin:0 auto;	z-index: 99;position:relative; }
#tab .tabList ul li{
	float:left;
	border:1px solid #ccc;
	width:160px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-left:-1px;
	position:relative;
	cursor:pointer;
	margin-right:10px;
}
#tab .tabCon{
	position: relative;
	left:-1px;
	padding-top:70px;
	border-top:none;
	width:1040px;
     height:320px;
	 margin-left:-10px;	
}
#tab .tabCon div{
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	 display:none;
}
#tab .tabList li.cur{
	border-bottom:none;
	background:#de0517;
	color:#FFF
}
#tab .tabCon div.cur{
	opacity:1;
	filter:alpha(opacity=100);
	display: block;
}