#wrapper{
	margin:0 auto;
	width:1102px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}ul.tabs {
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 1100px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #071923;
	border-left-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	margin-bottom: -1px;
	background-color: #dcdcdc;
	overflow: hidden;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	border: 1px solid #fff;
	outline: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
ul.tabs li a:hover {
	background: #ccc;
}	
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	width: 1100px;
	padding: 0px;
	background-color: #fff;
}
.tab_content {
	width:1102px;
}
ul.tabs li.active a {
	background-color:#01713F;
	color:#fff;
}
#foot{
	width:100%;
	margin-top:15px;
	padding-top: 15px;
	line-height: 30px;
	text-align: center;
}
/* #################### slider 结束 ##################### */
