#tab{position:relative;
margin-top: 20px;
height: 400px;
padding: 20px 0;
}
#tab .tabList ul li{
	float:left;
	padding:5px 0;
	width:200px;
	text-align:center;
	font-size: 15px;
color: #969696;
	
}
#tab .tabCon{
	position: absolute;
border-top: none;
width: 100%;
height: 480px;
top: 85px;
}
#tab .tabCon div{

	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
	width: 100%;
	background:#1b920c;
	
}
#tab .tabCon div img{ width:73%;}
#tab .tabList li.cur{
	border-bottom: 2px solid #1b920c;
color: #1b920c;
}
#tab .tabCon div.cur{
	opacity:1;
	filter:alpha(opacity=100);
}


.prospa{float: right;
width: 220px;
color: white;
margin-top: 30px;
line-height: 30px;
border-bottom: 1px solid white;
height: 230px;
margin-right: 20px;}
.prospa h1{color: white;font-size: 21px;padding-bottom: 10px;}
.prospa a{color: white;
background: url(../images/joinus_05.png) no-repeat 56px;
padding: 10px 29px 10px 0;
line-height: 90px;}













