﻿@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: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: 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-bottom:1px #E3E3E3 solid; }
.uborder_dot{ border-bottom:1px gray dotted; }
.uborder_lin{ border:1px #cccccc 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; }
.h1{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#7d7d7d; text-indent:2em; background: url(../images/index_38.jpg); height:27px; width:164px; display:block;}
.h1 a:link,.h1 a:visited{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#7d7d7d; text-indent:2em;background: url(../images/index_38.jpg); height:27px; width:164px; display:block;}
.h1 a:hover,.h1 a:active{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#7d7d7d; text-indent:2em; background: url(../images/index_38.jpg); height:27px; width:164px; display:block;}

.p_lis{ font-size:12px; color:#000; text-decoration:none; font-weight:bold;}
.p_lis a:link,.p_lis a:visited{ font-size:12px; color:#000;text-decoration:none;font-weight:bold;}
.p_lis a:hover,.p_lis a:active{ font-size:12px; color:#000;text-decoration:none;font-weight:bold;}
.news_lis{ font-size:12px; color:#000000; text-decoration:none;}
.news_lis a:link,.news_lis a:visited{ font-size:12px; color:#000000;text-decoration:none;}
.news_lis a:hover,.news_lis a:active{ font-size:12px; color:#009ad6;text-decoration:none;}