
                 /*****************************此样式表为INDEX页整体框架结构*********************************/
/******************************************编写日期：2009-06-16 样式编写：PACO *************************************************/


/************整体通用布局*************/
body,html{height:100%; width:100%; margin:0px; padding:0px; background:url(../image01/bg.gif)}
img{border:none;}
*{margin:0px; padding:0px; font-size:12px;}
.compInfo_title{ 
  width:200px; 
  white-space:nowrap; 
  word-break:keep-all; 
  overflow:hidden; 
  text-overflow:ellipsis;
}

.total_warp{width:902px; margin:0px auto; padding:0px; overflow:hidden;}
.warp{width:902px; float:left;background:#fff;}
.top{width:902px;float:left; height:auto; padding-left:2px}

.menu{width:902px; height:52px; overflow:hidden;padding-left:2px}
.mid{width:902px;  float:left;overflow:hidden; background:#fff; }

.left{float:left;width:667px; height:auto;  margin-left:2px; overflow:hidden;}
.right{ float:right;width:230px;margin-left:1px; }
.link{float:left;width:230px; text-align:center; clear:both;}
.linkbox{float:left; width:900px; height:64px; background:#e6ecfa; border:1px solid #ccc; text-align:center; vertical-align:middle}
.foot{float:left; width:100%; height:170px; background:#EFEFEF url(../image01/footbac.jpg) repeat-x;}
.foot01{float:left; width:100%; text-align:center; font-size:12px; height:25px; line-height:25px; padding-top:15px;}
.foot02{float:left; width:100%; text-align:center; font-size:12px; height:25px; line-height:25px;}
.foot03{float:left; width:100%; text-align:center; font-size:12px; height:25px; line-height:25px; padding-top:25px}

/************设置底部版权链接的样式*************/
.foot01 a{ font-size:12px; color:#000000;}
.foot01 a:hover{ font-size:12px; text-decoration:none; color:red;}

.foot02 a{ font-size:12px; color:#000000;}
.foot02 a:hover{ font-size:12px; text-decoration:none; color:red;}

.foot03 a{ font-size:12px; color:#000000;}
.foot03 a:hover{ font-size:12px; text-decoration:none; color:red;}

/************信息链接的样式*************/
/*设置链接的属性*/
.info:hover {
	background: #eee;
	color: #333;
	z-index: 999;
}



.left03_ul span {
	float: right;
	width: 80px;
}

.left03_ul a {
	float: left;
	width: 310px;
	
}

.info {
	color:black;
	position: relative;
	z-index: 0;
}  


.info span {
	display: none;
} 
 /*设置正常下的span为隐藏状态*/
.info:hover span {
	display: block;
	position: absolute;
	top: 20px;
	left: 100px;
	width: 180px;
	border: 1px solid #cccccc;
	background: #fff;
	color: #333;
	padding: 5px;
	text-align: left;
}



.itemInfo:hover {
	background: #eee;
	color: #333;
	z-index: 999;
}
.itemInfo {
	color:black;
	position: relative;
	z-index: 0;
}  
.itemInfo span {
	display: none;
} 
 /*设置正常下的span为隐藏状态*/
.itemInfo:hover span {
	display: block;
	position: absolute;
	min-width:200px;
	top: 28px;
	left:5px;
	border: 1px solid #FF8000;
	background: #FFF9D9;
	color: #333;
	padding: 5px;
	text-align: left;
	overflow: hidden;
}

.newsInfo:hover {
	/*background: #eee;
	*/
	color: #333;
	z-index: 999;
}
.newsInfo {
	color:black;
	position: relative;
	z-index: 0;
}  
.newsInfo span {
	display: none;
} 
 /*设置正常下的span为隐藏状态*/
.newsInfo:hover span {
	display: block;
	position: absolute;
	min-width:200px;
	top: 28px;
	left:100px;
	border: 1px solid #cccccc;
	background: #fff;
	color: #333;
	padding: 5px;
	text-align: left;
	overflow: hidden;
}

.newInfoSplit {
	width:250px; 
	white-space:nowrap; 
	word-break:keep-all; 
	overflow:hidden; 
	text-overflow:ellipsis;
}

.flash{width:902px;height:115px;overflow:hidden; margin-left:-2px; background:url(../images/cssImages/flashbac01.jpg) repeat-x; }
