@charset "utf-8";
/*
IE HACK
name	{} FOR MZ;
*html	{} FOR IE6;
*+html	{} FOR IE7;
*/

/* 全局样式 Global-Style **********************************************************/
*								{margin: 0 auto; padding: 0;}
html,body							{margin: 0; font: 14px/160% "Times New Roman"; color: #797979;}
div,form,span							{text-align: left; margin: 0; padding: 0;}
ul,li,ol,dl,dt,dd,tr,td						{margin: 0; padding: 0; list-style: none;}
img								{vertical-align: center; margin:0; padding:0; border:0;}

/* 全局链接 Global-Link-Style **************************************************/
a								{text-decoration: none;}
a:link								{color: #797979;}
a:visited							{color: #797979}
a:hover								{color: #ff0000;}
a:active							{color: #797979;}

/* 底纹类  **************************************************/
.bg                 {background-image: url(images/bg00.jpg); background-repeat: repeat-x; background-position: left top}

.bg1                 {background-image: url(images/bg000.jpg); background-repeat: repeat-x; background-position: left top}



/* 菜单类  **************************************************/
.menu                                                      {font:bold 12px "Times New Roman", "Helvetica", "sans-serif"; line-height: 18px; color: #4c4c4b;font-weight: bold;}
.menu a                                                    {font: 12px "Times New Roman", "Helvetica", "sans-serif"; line-height: 18px; color: #a1a1a1;font-weight: bold;}
.menu a:visited                                            {font: 12px "Times New Roman", "Helvetica", "sans-serif"; line-height: 18px; color: #a1a1a1;font-weight: bold;}
.menu a:hover                                              {font: 12px "Times New Roman", "Helvetica", "sans-serif"; line-height: 18px; color: #ff1f1f;font-weight: bold;}


/* 新闻类  **************************************************/
.red                                                      {font: bold 14px "Times New Roman", "Helvetica", "sans-serif"; line-height: 24px; color: #ff0000}

.news                                                     {font: bold 14px "Times New Roman", "Helvetica", "sans-serif"; line-height: 18px; color: #a1a1a1}
.news a                                                   {font: 14px "Times New Roman", "Helvetica", "sans-serif"; line-height: 18px; color: #a1a1a1}
.news a:visited                                           {font: 14px "Times New Roman", "Helvetica", "sans-serif"; line-height: 18px; color: #a1a1a1}
.news a:hover                                             {font: 14px "Times New Roman", "Helvetica", "sans-serif"; line-height: 18px; color: #ff0000} 



/* 版权类  **************************************************/
.cr01                                                     {font: bold 14px "Times New Roman", "Helvetica", "sans-serif"; color: #525252}
.cr01 a                                                   {font: bold 14px "Times New Roman", "Helvetica", "sans-serif"; color: #8c8c8c}
.cr01 a:visited                                           {font: bold 14px "Times New Roman", "Helvetica", "sans-serif"; color: #8c8c8c}
.cr01 a:hover                                             {font: bold 14px "Times New Roman", "Helvetica", "sans-serif"; color: #ff1f1f}



/* 内页  **************************************************/
.text                                                      {font: 14px "Times New Roman"; line-height: 20px; color: #676767}
.text a                                                    {font: 14px "Times New Roman"; line-height: 20px; color: #676767}
.text a:visited                                            {font: bold 14px "Times New Roman"; line-height: 20px; color: #676767}
.text a:hover                                              {font: 14px "Times New Roman"; line-height: 20px; color: #ff0000}



