﻿@charset "utf-8";
/**
	Last Modify:21/08/2008 by Rezo
*/

/**定义整个页面大小 默认为1002px*/
body{
	background-color:white;
	background-image:none;
	margin:0 auto;
	color:gray;
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	  }

/**
	定义外层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标签显示:默认为红色*/
a:link{ text-decoration:none;}

/**A标签鼠标放上颜色:默认为橙色*/
a:hover{ text-decoration:none; }

/**已访问A标签上颜色:默认深灰色*/
a:visited{ text-decoration:none; }

/**定义底线, 分别为 实线, 虚线*/
.uborder_line{ border:1px gray solid; }
.uborder_dot{ border-bottom:1px gray dotted; }

.xian{ border:#CCCCCC 1px solid;}
.uborder_line1{ border-bottom:1px gray solid; }
/**段落自动空格*/
.parstyle{ 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; }

.meun{ font-size:13px; color: #000000; text-decoration:none; font-weight:bold;}
.meun a:link,.meun a:visited{font-size:13px; color: #000000; text-decoration:none; font-weight:bold;}
.meun a:hover,.meun a:active{font-size:13px; color: #000000; text-decoration:none; font-weight:bold;}


.meun1{ font-size:13px; color: #000000; text-decoration:none; font-weight:bold; line-height:30px;}
.meun1 a:link,.meun1 a:visited{font-size:13px; color: #000000; text-decoration:none; font-weight:bold; line-height:30px;}
.meun1 a:hover,.meun1 a:active{
	font-size:13px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	background-image: url(../images/16.jpg);
	height: 30px;
	display:block;line-height:30px;
}

.fay{ font-size:12px; color: #000000; text-decoration:none; }
.fay a:link,.fay a:visited{font-size:12px; color: #000000; text-decoration:none;}
.fay a:hover,.fay a:active{font-size:12px; color: #000000; text-decoration:none; }

.fay1{ font-size:12px; color: #000000; text-decoration:none; }
.fay1 a:link,.fay1 a:visited{font-size:12px; color: #000000; text-decoration:none;}
.fay1 a:hover,.fay1 a:active{
	font-size:12px;
	color: #CC0000;
	text-decoration:none;
}


