/* CSS Document */
body{
      margin:0; padding:0;
	  font-family:宋体, 新宋体, Arial, Helvetica, sans-serif;
	  background-image:url(../images/bg01.gif);  
	  text-align:left; 
	  color:#828282;
	  font-size:12px; 
	  line-height:20px;
	  vertical-align: middle; 
	  height: auto; 
	  }
	  
/*普通灰色字体链接样式*/
a { color: #828282; font-size: 12px; line-height: 22px; text-decoration: none; }
a:link { color: #828282; font-size: 12px; line-height: 22px;text-decoration: none; }
a:visited { color: #828282; font-size: 12px; line-height: 22px; text-decoration: none;}
a:hover { color: #000; font-size: 12px; line-height: 22px;text-decoration: none; }
a:active { color: #828282; font-size: 12px; line-height: 22px;text-decoration: none; }


/* Table灰色1px边框 */
.caseTable { border:1px solid #999; height:auto; margin-bottom:1px;}

/*main灰字*/
.fontIntro { font-size:12px; color:#828282; line-height:20px;}
.fontwhite { font-size:12px; color:#FFF; line-height:20px;}
.fontblack { font-size:14px; color:#000F; line-height:20px; font-weight:bold;}

/*黑色字及链接*/
.fontIntro2 { font-size:12px; color:#000; line-height:20px;}
.fontIntro2:link { color: #000; font-size: 12px; line-height: 22px;text-decoration: none; }
.fontIntro2:visited { color: #000; font-size: 12px; line-height: 22px; text-decoration: none;}
.fontIntro2:hover { color: #03377C; font-size: 12px; line-height: 22px;text-decoration: none; }
.fontIntro2:active { color: #000; font-size: 12px; line-height: 22px;text-decoration: none; }

/*top白色字*/
.whiteLink { color:#FFFFFF; line-height:20px; font-size:12px;}
.whiteLink a { color: #FFF; font-size: 12px; line-height: 20px; text-decoration: none; }
.whiteLink a:link { color: #FFF; font-size: 12px; line-height: 20px;text-decoration: none; }
.whiteLink a:visited { color: #FFF; font-size: 12px; line-height: 20px; text-decoration: none;}
.whiteLink a:hover { color: #FF0; font-size: 12px; line-height: 20px;text-decoration: underline; }
.whiteLink a:active { color: #FFF; font-size: 12px; line-height: 20px;text-decoration: none; }

/*新闻标题*/
.newstitle { font-size:12px; color:#999; line-height:20px; font-weight:bold; border-bottom:1px dotted #B3A198;}

/*main新闻列表*/
.newTD { border-bottom:1px dotted #B3A198; font-size:12px;  line-height:22px;}

/*关于我们页aboutGroup图片表格边框*/
#aboutGroup { border: 3px solid #FFF; }


/*产品展示导航*/
/* 导航容器  */
#proshow{ width:100%; background-color:#333; height:24px; border-bottom:1px dashed #CCC;}
/* 主导航  */
#proshow ul{
   list-style-type: none;
    margin:0px 0px 0px 20px;
    padding: 0px;
}

#proshow li{
    display:inline;float:left;
}

#proshow li a{
    display:block;
	padding:5px 20px 5px 20px;
	color:#FFF;
    text-decoration:none;
	}
	
#proshow li a:hover{
    color:#000;
	background-image:url(../images/main_06.jpg); background-repeat:repeat-x; background-position:left ; }

.top_index {text-indent:-9987px;}
