
#tab{position:relative;}
#tab .tabList ul li{
	float:left;
	line-height:75px;
	height:75px;
	width:196px;
	text-align:center;
	margin-left:-1px;
	position:relative;
	cursor:pointer;
	font-size:18px;
	color:#36d47c;
}
#tab .tabCon{
	top:75px;
	border-top:none;
	width:600px;
	min-height:350px;
	overflow:hidden;
}
#tab .tabCon div{
	padding:10px;
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
}
#tab .tabList{ width:100%; overflow:hidden;
	}
#tab .tabList li.cur{
	border:0px solid #069f01;
	border-bottom:none;
	background:url(/html/img/jiantou1.jpg) bottom center no-repeat #00923f;
	color:#fff;
	overflow:hidden;
}
#tab .tabCon div.cur{
	opacity:1;
	filter:alpha(opacity=100);
}