@charset "utf-8";
.tabbox {
	width: 1100px;
	margin:0 auto 30px;
	overflow:hidden;
}
.tabmenu {
	width: 1070px;;
	margin:0 auto 30px;
	overflow:hidden;

}
.tabmenu ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
.tabmenu li { 
	background-color:#ddd;
	border-radius:5px;
	float:left;
	display:block;
	padding:0px 15px;
	margin:0 30px;
	text-align: center;
	height:35px;
	overflow:hidden;
	overflow:hidden;
	line-height:35px;
	color:#333;
	display:inline;
	font-size:15px;
}
.tabmenu .cli {
	background:#9f2742;
	float:left;
	display:block;
	color:#fff;
	height:35px;
	overflow:hidden;
	line-height:35px;
	display:inline;
	font-size:15px;
	cursor:pointer;
}

.tabmenu li a:hover{ text-decoration:none;}


#tabcontent {
	width:1100px;
	float:left;
	overflow:hidden;

}
#tabcontent ul {
	margin:0;
	padding:5px;
	list-style-type: none;
}
#tabcontent .hidden {
	display:none;
}
