/* CSS Document */
body{
      margin:0; padding:0;
	  background-color:#000; 
	  text-align:left; 
	  color:#00CCFF;
	  font-size:12px; 
	  line-height:20px;
	  font-family:宋体, 新宋体, Arial, Helvetica, sans-serif; 
	  width:100%; 
	  vertical-align: middle; 
	  height: auto; }
	  
/*普通灰色字体链接样式*/
a { color: #00CCFF; font-size: 12px; line-height: 22px; text-decoration: none; }
a:link { color: #00CCFF; font-size: 12px; line-height: 22px;text-decoration: none; }
a:visited { color: #00CCFF; font-size: 12px; line-height: 22px; text-decoration: none;}
a:hover { color: #D40000; font-size: 12px; line-height: 22px;text-decoration: underline; }
a:active { color: #00CCFF; font-size: 12px; line-height: 22px;text-decoration: none; }


/*Menu白色字体链接样式*/
.aMenu { color: #FFF; font-size: 12px; line-height: 23px;  text-decoration: none; }
.aMenu:link { color: #FFF; font-size: 12px; line-height: 23px; text-decoration: none; }
.aMenu:visited { color: #FFF; font-size: 12px; line-height: 23px; text-decoration: none;}
.aMenu:hover { color: FF0; font-size: 12px; line-height: 23px;text-decoration: none; }
.aMenu:active { color: #00FF0; font-size: 12px; line-height: 23px;text-decoration: none; }

	  
/*普通字体*/
.Introtxt { color: #00CCFF; font-size: 12px; line-height: 22px;}
.Introtxt:link { color: #00CCFF; font-size: 12px; line-height: 22px;text-decoration: none; }
.Introtxt:visited { color: #00CCFF; font-size: 12px; line-height: 22px; text-decoration: none;}
.Introtxt:hover { color: #D40000; font-size: 12px; line-height: 22px;text-decoration: underline; }
.Introtxt:active { color: #00CCFF; font-size: 12px; line-height: 22px;text-decoration: none; }   



.NewsbT { color: #422422; font-size: 14px; line-height: 20px; font-weight:bold; }


/*产品图片边框*/
.PicBorder{ border:1px #FFF solid;} 
