/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{ 
	width:1000px; 
	height:auto; 
	margin:0px; 
	font-size:13px; 
	font-family:Arial;
}
img{
	border:none;
}
.top{ 
	width:1000px; 
	height:auto;
}
.top_logo{ 
	width:230px;
	height:60px; 
	float:left; 
}
.top_company{ 
	float:right;
	width:400px;
	height:20px;
	margin-top:10px;
}
.top_company ul{
	list-style-type:none;
}
.top_company li{
	float:left;
	margin-left:5px;
}
.top_company li a{
	text-decoration:none;
	color:#000;
}
.top_company li a:hover{
	text-decoration:underline;
	color:#C00;
}
.top_right{ 
	width:350px;
	float:right; 
	margin-top:20px;
}
.top_right a{ 
	color:#000000; 
	text-decoration:none;
}
.menu{ 
	width:970px; 
	float:left; 
	height:23px;
	margin-bottom:6px;
}
.menu ul{
	list-style-type:none;
}
.menu li{ 
	float:left; 
	width:156px; 
	text-align:center; 
	padding:5px 0 3px; 
	margin:0 3px 0 0;
}
.bg{
	background:#A72220;
}
.menu li a	{ 
	color:#FFFFFF; 
	text-decoration:none;
}
.menu li a:hover{ 
      color:#000;
	  text-decoration:underline;
}
.main{ 
       width:1000px;
}
.left{ 
	float:left; 
	width:200px; 
	margin-bottom:5px;
}
.left h2{ 
	background:#EABEBF; 
	line-height:24px;  
	font-size:13px; 
	color:#FFFFFF; 
	padding-left:10px; 
	width:189px;
}
.left_kuang{ 
	border:solid 1px #D1CFCF;
	background:#F2F6FB;
}
.left ul{
	list-style-type:none;
	margin:0 0 8px 12px;
}
.left li{ 
	border-bottom:#cbcbcb dotted 1px; 
	margin:5px 0 5px; 
	padding:0 0 3px; 
	width:188px;
}
.left li a{ 
	color:#000000; 
	text-decoration:none;
}
.left li a:hover{
	color:#FF0000; 
	text-decoration:underline
}
.left .link	{ 
    padding:0 0 0 22px;
}
.left_bg{ 
	color:#cc9900;
	margin:290px 0 5px;
	padding:0 0 3px; 
	width:188px;
}
.right{ 
	float:left; 
	width:500px; 
	margin:0 0 0 25px;
	height:auto;
}
.kuang{ 
	width:500px; 
	height:auto;
}
.picture{ 
	width:150px; 
	height:auto; 
	float:left; 
	margin:10px 15px 0px 0px; 
}
.ziti{ 
     line-height:20px;
}
.zi1{ 
    font-size:14px;
	height:20px;
	border-bottom:2px solid #990000;
}
.zi1 a{ 
    color:#990000;
}
.zi1 a:hover{ 
	color:#990000; 
	text-decoration:none;
}
.zi2{
	color:#990000;
}
.zi2 a{ 
   color:#990000;
}
.zi2 a:hover{ 
	color:#990000; 
	text-decoration:underline
}
.zi3{
	border-bottom:#cbcbcb dotted 1px;
	line-height:20px; 
	padding-left:5px; 
	font-weight:bolder;
}
.tu{ 
	float:left; 
	width:200px; 
	margin:10px 0px 0px 10px; 
}
.you{ 
	float:left; 
	width:200px; 
	background-color:#991C14;
	margin-left:15px;   
}
.you ul{
	list-style-type:none;
	margin:0 10px 8px 3px;
}
.you li{ 
	margin:5px 10px 5px; 
	padding:0 0 3px;
}
.you li a{ 
	color:#FFFFFF; 
	text-decoration:none;
}
.you li a:hover{ 
	color:#000; 
	text-decoration: underline;
}
.you .link	{ 
    padding:0 0 0 22px;
}
.bottom	{
	border-top: #000 solid 1px; 
	line-height:20px; 
	padding:10px 0; 
	margin:12px 0 0 0; 
	color:#333; 
	text-align:center; 
	clear:both
}
.bottom a:link,.bottom a:visited{
	text-decoration:none;
	color:#000;
}
.bottom a:hover{
	text-decoration:none;
	color:#000;
}

