/*»¬¶―ΓΕ*/
.wrap{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
ul,li{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.tab{
	width:1200px;
	margin-right: auto;
	margin-left: auto;
}
.tab-hd {
	overflow:hidden;
	zoom:1;
	background-color: #f6f7fb;
	height: 55px;
	width: 1200px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #81ce26;
}
.tab-hd li{
	float:left;
	width:120px;
	color:#333333;
	text-align:center;
	cursor:pointer;
	line-height: 55px;
	font-size: 16px;
}
.tab-hd li.active{
	color: #FFFFFF;
	background-color: #81ce26;
}
.tab-bd li{
	display:none;
}
.tab-bd li.thisclass{ display:list-item;}
