@charset "utf-8";


/*产品*/
#product {
     display: block;
	 float:left;
	 width:96.7%;
	 color:#000000;	
}
.product_arrangement{
           display: block;
		   word-break:break-all;
		   clear:both;

}
.product_pic{
     display:block;
	 float:left;
	 width:143px;
	 
}
.product_introduction{ 
     display:block;
     float:left;
	 text-align:left;
}



#product_arrangement{
          display: block;
		   padding:0px;
		   margin: 0;
		   word-break:break-all;
		   clear:both;

}
#product_pic{
     display:block;
	 float:left;
	 width:143px;
	 border: 1px solid #E6E6E6;
	 padding:0;
	 margin: 0;
	 position: relative;
	 
}
#product_introduction{ 
     display:block;
     float:left;
	 padding-left:20px;
	 text-align:left;
}



#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 > 143 && this.height < this.width ? 143: true);
     height: expression(this.height > 143 ? 143: true);
     max-width: 143px; max-height: 143px;
     overflow:hidden;   
}

