*{margin:0;padding:0;}
body{font-family:"Microsoft YaHei";}
ul,li{list-style:none;}

#tab{position:relative; width:1070px; margin:auto; height:120px;}
#tab .tabList ul li{
	float:left;
	background:#fefefe;
	background:-moz-linear-gradient(top, #fefefe, #ededed);	
	background:-o-linear-gradient(left top,left bottom, from(#fefefe), to(#ededed));
	background:-webkit-gradient(linear,left top,left bottom, from(#fefefe), to(#ededed));
	border:1px solid #ccc;
	padding:15px 0;
	width:215px;
	text-align:center;
	margin-left:-1px;
	position:relative;
	cursor:pointer;
	height:50px; font-size:14px; font-family:"Î¢ÈíÑÅºÚ"}
#tab .tabCon{
	position:absolute;
	left:-1px;
	top:72px;
    border-top:none;
	width:1107px;
	height:300px; margin-left:10px;
}
#tab .tabCon div{
	padding:10px;
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
}
#tab .tabList li.cur{
	border-bottom:none;
	background:#a560bb; color:#fff
}

#tab .tabCon div.cur{
	opacity:1;
	filter:alpha(opacity=100);
}