@charset "utf-8";
/*简介*/
#introduction {
     display: none;
	 float:left;
	 margin: 5px;
	 padding: 0;
	 width:96.7%;
	 color:#000000;
	  
}


/*新闻*/
#news {
     display: block;
	 float:left;
	 margin: 5px;
	 padding: 0;
	 width:96.7%;
	 color:#000000;
	   
}


/*产品*/
#product {
     display: block;

	 margin: 5px;
	 padding: 0;
	 width:96.7%;
	 color:#000000;
	
 
}
#product_arrangement{
          display: block;
		   padding:0px;
		   margin: 0 20px 12px 5px;
		   
		   word-break:break-all;
		   width:100px;
           float:left;

}

#product_pic{
     display:block;
     height:113px;
	 width:113px;
	 border: 1px solid #E6E6E6;
	 padding:0;
	 margin: 0;
	 position: relative;
	 
}

#middle { /* for explorer only*/  
    position: absolute;  
    top: 50%;  
}  
#middle[id] {  
    display: table-cell;  
    vertical-align: middle;  
    position: static;  
}  
#inner { /* for explorer only */  

    position: relative;  
    top: 20% !important; 
	top: -50% ; 
    width: 100%;  
    margin: 0 auto;  
    text-align:center;}




#product_pic img{
     
     width: expression(this.width > 106 && this.height < this.width ? 106: true);
     height: expression(this.height > 106 ? 106: true);
     max-width: 106px; max-height: 106px;
     overflow:hidden;   
}





/*供求*/

#supply {
     display: none;
	 float:left;
	 margin: 5px;
	 padding: 0;
	 width:47.5%;
	 color:#000000;
	 	  
}

