@charset "utf-8";
/**
	Last Modify:21/08/2008 by Rezo
*/

/**定义整个页面大小 默认为1002px*/
body{
	background-color:white;
	background-image:none;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 12px;
	  }

/**
	定义外层3个DIV的对齐方式
	
	[!] 注意:-----------------------------------------------------------------------------
	
	- 这三个元素内的文本内容的对齐方式默认为left!!! 表格内的td也是如此,若你想改变对齐方式,请用global里的样式定义
	水平对齐以ha_开头, 垂直以va_开头;
	
	另外若想改变三个元素内的容器的对齐方式,            
					只能使用  style    定义 text-align
					或者修改下面的text-align
					
					
	li横向可能出现宽度丢失情况,请使用padding属性调节左[.ep. :padding:0 30px;]右宽度解决
	
	---------------------------------------------------------------------------------------[!]	
	
	
	[!] 注意:---------------------------------------------------------------------------------
		若div宽高小于10px 请使用global.css定义的no_content类,否则不会成功
	---------------------------------------------------------------------------------------[!]	
				
*/
#header, #container, #foot{ text-align:left; margin-top:5px; border:1px #CCCCCC solid; }


/**A标签显示:默认为红色*/
.hq{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;	width: 966;	line-height: 160%;
}
.hq a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	display: block;
	width: auto; 	line-height: 160%;
}
.hq a:visited{font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000; 	width: auto;	display: block; 	line-height: 160%;}
/**A标签鼠标放上颜色:默认为橙色*/
.hq a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: auto;
	display: block;
	background-image: url(../images/index1_06.jpg);
	height: 30px;
	line-height: 160%;
}
.hq a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	display: block;	width: auto;
}

/**已访问A标签上颜色:默认深灰色*/


/**定义底线, 分别为 实线, 虚线*/
.uborder_line{ border-bottom:1px gray dashed; }
.uborder_dot{ border:1px #cccccc  solid; }

/**段落自动空格*/
.parstyle p{ text-indent:2em; }
.pw{ text-indent:2em; }

/**为AFEI的函数提供样式,注意图片必须存在*/
.Rezo_newslists, .Rezo_newslists li, .Rezo_newslists2, .Rezo_newslists2 li{margin-left:5px; }
.Rezo_newslists li, .Rezo_newslists2 li{ background-image:url(../images/square.gif); background-repeat:no-repeat; padding-left:10px; width:90% }
.Rezo_newslists2 li{ border-bottom:1px gray dotted; }


/**复制你自己的代码到这里*/
#menu li{display:inline; padding:0 30px;}
#pic_list a{ display:inline-block; }

.solid-bottom {BORDER-BOTTOM: #dddddd 1px solid}

.sec1  {
background-color:  #F4F4F4;
cursor:  hand;
color:  #FFFFFF;
border-left:  1px  solid  #FFFFFF;
border-top:  1px  solid  #FFFFFF;
border-right:  1px  solid  gray;
border-bottom:  1px  solid  #FFFFFF;text-decoration: underline;
}
.sec2  {
background-color:  #EAEAEA;
cursor:  hand;
color:  #FFFFFF;
border-left:  1px  solid  #FFFFFF;
border-top:  1px  solid  #FFFFFF;
border-right:  1px  solid  gray;
font-weight:  bold;text-decoration: underline;
}
