@charset "utf-8";
/* CSS Document */
.tabs{
	width:1000px;
	height:30px;
	}
.tabs ul{
	height:30px;
	display:block;
	}
.tabs ul li {
	display:block;
	float:left;
	height:30px;
	}
.tabs ul li a{
	height:30px;
	line-height:30px;
	text-align:left;
	display:block;
	padding-right:30px;
	font-size:15px;
	color:#3b3b3b;
	text-decoration:none;
	}
.tabs ul li a:hover{
	color:#d91424;
	}
.show{
	display:block;
	}
.hide{
	display:none;
	}

