
/*  注释内容[ 制作人:李晓亮，制作时间：20080210 ] */
/*  此样式表的内容为网站的首页面样式，若有修改请在修改的地方上面注明修改人和修改时间。

    例1：
        .f05  {  font-size: 5px;  }   注释内容 [ 修改人：李晓亮  修改时间：20090101 ]
	
	例2：
	    .txtbox_w_80  {  width:80px;  }    注释内容 [ 修改人：李晓亮  修改时间：20090101 ]
______________________________________________________________________________________________________________________________

CSS Document 
@import"mystyle1.css"
@import url("index.css");    */

@charset="gb2312";
@import url("hm_color.css");
@import url("hm_table.css"); 
@import url("hm_link.css"); 
@import url("xy_index.css"); 
@import url("xy_layer.css"); 

body {  margin:0px auto; 
        text-align:left;
	    font-size:12px; 
	    color:#000000; }

td,th{  font-size:12px; 
        color:#000000; 
	    line-height:150% }
	   
.margint{ margin:8px 0px 0px 0px ;}

.B              {  font-weight: bold  }   /* 文本加粗 , 参数：Normal、bold、bolder、lithter */
.I              {  font-style: italic }   /* 文本倾斜 , 参数：Normal、italic、oblique */

.f05            {  font-size: 5px;  }     /* 文本字体大小设置 */
.f06            {  font-size: 6px;  }
.f07            {  font-size: 7px;  }
.f08            {  font-size: 8px;  }
.f09            {  font-size: 9px;  }
.f10            {  font-size: 10px; }
.f11            {  font-size: 11px; }
.f12            {  font-size: 12px; }
.f13            {  font-size: 13px; }
.f14            {  font-size: 14px; }
.f15            {  font-size: 15px; }
.f16            {  font-size: 16px; }
.f17            {  font-size: 17px; }
.f18            {  font-size: 18px; }
.f19            {  font-size: 19px; }
.f20            {  font-size: 20px; }
.f21            {  font-size: 21px; }
.f22            {  font-size: 22px; }
.f23            {  font-size: 23px; }
.f24            {  font-size: 24px; }
.f25            {  font-size: 25px; }

.txtlh_120      {  line-height: 120% }  /* 控制文本的行高样式 */ 
.txtlh_140      {  line-height: 140% }
.txtlh_160      {  line-height: 160% }
.txtlh_180      {  line-height: 180% }
.txtlh_200      {  line-height: 200% }

.txtbox         {  border:1px solid #993366 }  /* 控制文本框的边框样式 */ 

.txtbox_w_80    {  width:80px;  }  /* 控制文本框的宽度样式 */
.txtbox_w_100   {  width:100px; } 
.txtbox_w_120   {  width:120px; } 
.txtbox_w_140   {  width:140px; } 
.txtbox_w_160   {  width:160px; } 
.txtbox_w_180   {  width:180px; } 
.txtbox_w_200   {  width:200px; } 

.txtbox_h_10    {  height:10px; }  /* 控制文本框的高度样式 */
.txtbox_h_12    {  height:12px; } 
.txtbox_h_14    {  height:14px; } 
.txtbox_h_16    {  height:16px; } 

.txt_black      {  height: 14px;              /* 背景色为白色，四周边框为黑色的实框文本框 */ 
		           background-color:#ffffff;
  			       font-size: 12px;
			       color: #000000;	
		           border: 1px solid ;}
		   
.txt_gray       {  height: 14px;              /* 背景色为白色，四周边框为灰色的实框文本框 */ 
		           background-color:#ffffff;
  			       font-size: 12px;
			       color: #333333;	
		           border: 1px solid ;}
		   
.txtblack_line  {  height: 14px;              /* 背景色为白色，底边框为黑色的文本框 */ 
                   background-color:#ffffff;
			       font-size: 12px; 
		           border-color: black black #000000 black;
		           border-width: 0px 0px 1px 0px;  }

.txtgray_line   {  height: 14px;              /* 背景色为白色，底边框为灰色的文本框 */
                   background-color:#ffffff;
			       font-size: 12px; 
		           border-color: black black #333333 black;
                   border-top-width: 0px; 
				   border-right-width: 0px; 
				   border-bottom-width: 1px; 
				   border-left-width: 0px;}

.select_xb      {  position:relative;
                   left:-2px;
                   top:-2px;
                   font-size:12px;
                   width:65px;
                   line-height:18px;border:0px;
                   color:#000000;   }
				   
.ls_2           {  letter-spacing :2px;  } /* 字母之间的间距 Normal <length,输入数值，例如：10px> */
.ls_5           {  letter-spacing :5px;  }  
.ls_10          {  letter-spacing :10px; }

.wp_10          {  word-spacing :10px;  }  /* 单词之间的间距 Normal <length,输入数值，例如：10px> */

.td_ul          {  Text-decoration:underline;  }  /* 文字的装饰样式 None|underline|overline|line-through|blink */

.fs1		    {  white-space:normal;} 
				/* white-space:控制文本不换行 
				   参数：normal 默认。空白会被浏览器忽略。 
						 pre 空白会被浏览器保留。其行为方式类似 HTML 中的 <pre> 标签。 
						 nowrap 文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。 */

.wm_lr-tb        {  writing-mode:tb-rl;text-align:center; }
			    /* writing-mode:设置对象书写方向
				 　参数：lr-tb：从左向右，从上往下 　tb-rl：从上往下，从右向左 
				   text-align:设置对象中文本的对齐方式
				　 参数：left：左对齐, right：右对齐, center：居中, justify：两端对齐   */
			
.ff_ht          {  font-family: "黑休" }
.ff_AB          {  font-family: "Arial Black";}

hr              {  width: 98%;
                   height: 1px; 
	               color:#CCCCCC;
                   margin: 10 0 10 0;}

.pointline{ background:url(../images/point.jpg) repeat-x bottom; }
.bg1      { background:url(../images/index_20.jpg) repeat-x top  }

/*---------------------------------------------------------------------------------------------------------------------------*/





