	@charset "utf-8";
	body,
	ul,
	ol,
	li,
	p,
	h1,
	h2,
	h4,
	h5,
	table,
	td,
	th,
	form,
	img,
	dl,
	dt,
	dd,
	select,
	textarea,
	div,
	input {
		margin: 0px;
		padding: 0px;
	}
	
	ol,
	ul {
		list-style: none outside
	}
	
.tabbox {
		width: 1200px;
		height: auto; margin:0 auto;
	}
	
	.tabmenu {
		width: 1200px;
		height: 90px;
		border-top:#F00 3px solid;
	}
	.tabmenu .cli a{display:block; height:70px; width:300px;  text-align:center;font-family: "微软雅黑";
		font-size: 24px;
		color: #999999;	}
	.tabmenu .cli a:hover .cli{ display:block; background-color:#666; text-align:center; color:#FFF;}
	.tabmenu .cli a:visited .cli{ display:block;font-family: "微软雅黑";
		font-size: 24px;
		color: #999999; background-color: #eaf2f6;}
	
	.tabmenu li {
		text-align: center;
		float: left;
		width: 300px;	
		height: 26px;
		line-height: 26px;
		font-family: "微软雅黑";
		font-size: 24px;
		color: #999999;	
		padding-top:20px;
	}
	
	.tabmenu li#yuanli {
		width: 128px;
		height: 26px;
	}
	
	.tabmenu .cli {
		float: left;
		height:80px;
		text-align:center;
		background-color: #eaf2f6;
		line-height:40px;
		display: inline;
	}
	
	#tabcontent {
		width:1200px;
		padding-left: 5px;
		padding-top: 30px;
		padding-right: 5px;
		min-height: 60px;
		<!--height: 60px;-->
		line-height: 25px;
	}
	
	#tabcontent p {
		clear: both;
		line-height: 25px;
		color: #454545;
	}
	#tabms {
		color:red;
		}
	
	/*#tabcontent table {
		clear: both;
	}*/
	
	#tabcontent .hidden {
		display: none;
	}
	
	.tp-top1 tp a:hover{
	background-color:#666; color:#CCC;}