/* CSS Document */
body{
      margin:0; padding:0;
	  font-family:宋体, 新宋体, Arial, Helvetica, sans-serif; 
	  text-align:left; 
	  color:#7C5304;
	  font-size:12px; 
	  line-height:20px;
	  vertical-align: middle; 
	  height: auto; }
	  
/*普通灰色字体链接样式*/
a { color: #7C5304; font-size: 12px; line-height: 22px; text-decoration: none; }
a:link { color: #7C5304; font-size: 12px; line-height: 22px;text-decoration: none; }
a:visited { color: #7C5304; font-size: 12px; line-height: 22px; text-decoration: none;}
a:hover { color: #4E3300; font-size: 12px; line-height: 22px;text-decoration: none; }
a:active { color: #7C5304; font-size: 12px; line-height: 22px;text-decoration: none; }


/* Table灰色1px边框 */
.caseTable { border:1px solid #999; height:auto; margin-bottom:1px;}

/*main_intro字*/
.fontIntro { font-size:12px; color:#7C5304; line-height:20px;}
.fontIntro2 { font:Arial, Helvetica, sans-serif;font-size:12px; color:#7C5304; line-height:20px;}

/*新闻标题*/
.newstitle { font-size:12px; color:#7C5304; line-height:20px; font-weight:bold; border-bottom:1px dotted #B3A198;}

/*main新闻列表*/
.newTD { border-bottom:1px dotted #B3A198; font-size:12px; color:#7C5304; 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 ; }

