*{margin:0;padding:0;font-family: Arial; font-size: 9pt;} 
#nav { 
    width:180px; 
    line-height: 24px;  
    list-style-type: none; 
    text-align:left; 
    /*定义整个ul菜单的行高和背景色*/ 
} 


a{
     color:#000000;
     text-decoration:none;
     font-family: Arial; font-size: 9pt; 
}  
a:hover{
     color:#CC0000;
     text-decoration:none;
     font-family: Arial; font-size: 9pt; 
}

.bottom a{
     color:#ffffff;
     text-decoration:none;
     font-family: Arial; font-size: 9pt; 
}  
.bottom a:hover{
     color:#ffffff;
     text-decoration:none;
     font-family: Arial; font-size: 9pt; 
}


#tablist{  margin: 10px 0 5px 0;  }
	#tablist li{ list-style: none; display: inline;  }
	#tablist li a{
		text-decoration: none;
		margin: 0 3px 0 0;
		padding: 4px 15px;
		border: 1px solid #3B3B3B;
		font-weight: bold;
		color: #ccc;
	}
	#tablist li a:hover{
		border: 1px solid #55684A;
		color: #fff;
	}
	#tablist li a.current{
		background: #ADD597;
		color: #fff;
	}
	#tablist .key { text-decoration: underline; }


body{ 
     font-family: Arial; font-size: 9pt; text-align:center; background-repeat:no-repeat }
.logo{
     float:left;
     width:250px;
     height:180px;}
.banner{
     width:800px;
     height:180px;} 
.ad{
    width:800px;
    margin-top:5px;
    border:1px solid #CC6600
    height:100px;}  
.main{
     margin-top:5px;
     width:806px;}
.left{
     width:210px;
     float:left;
     background:#FF7E00;
     height:500px;
     border:1px solid #FF7E00}
.bt{
   height:30px;
   color:#ffffff;
   line-height:30px;
   font-size: 10pt;
   background-color:#FF7E00;
   font-weight:bold
   } 
.flnr{
      width:180px;
      background:#ffffff;
      padding-top:5px;
      margin-bottom:5px;
      height:610px;} 
.cp{
     width:584px;
     float:right;
     background:#FF7E00;
     height:400px;
     border:1px solid #FF7E00}
     
.cpnr1{
      width:576px;
      background:#ffffff;
      padding-top:5px;
      height:440px;}      
.cpnr{
      width:576px;
      background:#ffffff;
      padding-top:5px;
      margin-bottom:5px;
      height:140px;}
.cpnr2{
      text-align:left;
      width:576px;
      background:#ffffff;
      padding:5px;
      margin-bottom:5px;
      height:610px;}
.link{
     width:800px;
     border:1px solid #CC6600;
     height:40px;
     margin-top:5px;
     line-height:40px;
     } 
.bottom{
     width:800px;
     padding-top:35px;
     color:#ffffff;
     line-height:20px;
     border:1px solid #CC6600;
     height:100px;
     background:#FF7E00;
     margin-top:5px;
     }                   
      
#nav { 
    width:180px; 
    line-height: 24px;  
    list-style-type: none; 
    text-align:left; 
    /*定义整个ul菜单的行高和背景色*/ 
} 

/*==================一级目录===================*/ 
#nav a { 
    width: 160px;  
    display: block; 
    padding-left:20px; 
    /*Width(一定要)，否则下面的Li会变形*/ 
} 

#nav li { 
    background:#FF7E00; /*一级目录的背景色*/ 
    border-bottom:1px solid #FFFFFF; /*下面的一条白边*/ 
    float:left; color:#FFFFFF 
} 

#nav li a:hover{ 
    background:#CC0000;    /*一级目录onMouseOver显示的背景色*/ 
} 

#nav a:link  { 
    color:#ffffff; text-decoration:none; 
} 
#nav a:visited  { 
    color:#FFFFFF;text-decoration:none 
} 
#nav a:hover  { 
    color:#FFF;text-decoration:none;font-weight:bold; 
} 

/*==================二级目录===================*/ 
#nav li ul { 
    list-style:none; 
    text-align:left; 
} 
#nav li ul li{     
    background: #FFCC99; /*二级目录的背景色*/ 
} 

#nav li ul a{ 
         padding-left:20px; 
         width:160px; 
    /* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/ 
} 

/*下面是二级目录的链接样式*/ 

#nav li ul a:link  { 
    color:#000000; text-decoration:none 
} 
#nav li ul a:visited  { 
    color:#000000;text-decoration:none 
} 
#nav li ul a:hover { 
    color:#F3F3F3; 
    text-decoration:none; 
    font-weight:normal; 
    background:#CC0000; 
    /* 二级onmouseover的字体颜色、背景色*/ 
} 

/*==============================*/ 
#nav li:hover ul { 
    left: auto; 
} 
#nav li.sfhover ul { 
    left: auto; 
} 
#content { 
    clear: left;  
} 
#nav ul.collapsed { 
    display: none; 
} 
--> 

#PARENT{ 
    width:190px; 
    padding-left:20px; 
}
/*product*/
.productShow {clear:both;}
.productShow  h3 {background:url(images/product_show.jpg) no-repeat 22px center; border-bottom:1px solid #3D3D3D;border-top:1px solid #3D3D3D; height:40px; text-indent:-9999em;}
.innerProduct ul {}
.innerProduct li {display:block; float:left; text-align:center; height:150px; margin:5px 12px;}
.innerProduct li a img {padding:2px; border:1px solid #FF9900; background:#FFFFFF;}
.innerProduct li a:hover img {border:1px solid #990000; background:#FFFFCC;}
.innerProduct li p a {color:#FF9900;}
/**/
.innerProduct dl {display:block; float:left; text-align:center; height:130px;margin:5px 10px;}
.innerProduct dl dt {margin-bottom:8px;}
.innerProduct dl dt a img {padding:2px; border:1px solid #FF9900; background:#FFFFFF;}
.innerProduct dl dt a:hover img {border:1px solid #990000; background:#FFFFCC;}
.innerProduct dl dd a {color:#FF9900;}
/*innerContent*/
.innerContent {}
.innerContent h3 {font-size:14px;padding:5px 25px;border-bottom:1px solid #3D3D3D;border-top:1px solid #3D3D3D;}
.detail {background:#FFFFFF; margin:25px; padding:15px; overflow:auto; height:520px;}
.detail a {color:#FF6600;}
.pagelist {
clear:both;
margin:5px 0;
border-top:1px solid #EEEEEE;
padding:5px;
text-align:center;
}
.pagelist em {
background:#F5F9FE;
border:1px solid #C6C6C6;
color:#14316B;
font-size:12px;
font-style:normal;
font-weight:bold;
margin:0 5px 0 1px;
padding:2px;
}
.pagelist strong {
color:#993300;
}
.pagelist a, .pagelist strong {
margin-right:3px;
}
