*{margin:0;padding:0;}
body{font-size:14px;font-family:"Microsoft YaHei";}
ul,li{list-style:none;}

#tab{position:relative;}
#tab .tabList ul li{
	background:#fff;
	float:left;
	border-bottom:2px solid #aeaeae;
	width:100px;
	text-align:center;
	margin-left:-1px;
	position:relative;
	cursor:pointer;
	font-size:20px;
	color:#333333;
	line-height:50px;
    font-family: "微软雅黑";
	font-weight:700;
}

#tab .tabCon{
	position:absolute;
	left:-1px;
	top:50px;
	border-top:none;
	width:370px;
	height:318px;
}
#tab .tabCon div{
	position:absolute;
	opacity: 0;
	filter:alpha(opacity=0);
	
}
#tab .tabList li.cur{
	border-bottom:none;
	background:#fff;
	font-size:20px;
	border-bottom:2px solid #680034;
    color: #680034;
    font-family: "微软雅黑";
}
#tab .tabCon div.cur{
position:relative;
	opacity: 1;
	filter:alpha(opacity=100);
        z-index:9999999;
}