/*产品模块CSS*/
/*产品列表*/
.plist {
  font-size:12px;
	width:100%;
	padding-top:4px;
	margin-bottom:8px;
}
.plist ul{
	list-style:none;
	padding:0;
	margin:0;
}
.plist  li{
margin:5px;
float:left;
text-align:center;
padding:4px;
BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 1px; BORDER-RIGHT-WIDTH: 1px;
border-style:dashed;
border-color:#ccc;
width:155px;
height:175px;
overflow:hidden;
}
.plist ul li img{
	border:0;

}
.plist p a{
	padding-top:3px;
	display:block;
	height:20px;
	width:130px;
	color:#000000;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden; 
}


/*产品模块CSS*/
/*产品列表*/
.plist2 {
  font-size:12px;
	width:100%;
	text-align:center;
	padding:5px;

}
.plist2 table{ padding:4px; border:1px dotted #4682B4;}
.plist2 img{
border:0px; 
text-align:center;
}
.plist2 span a{
padding-top:8px;
text-align:center;
 font-size:12px;
	width:155px;
	color:#000000;
}
/*产品详细页面css*/
.showpic { 
text-align:center;
width:730px;
margin:10px;
padding:2px;
overflow:hidden;

}
.pr_name { margin-left:10px;
margin-right:10px;
 font-size:16px;
font-weight:bold;
text-align:center;
color:#FF6600;
height:35px; 
line-height:35px; 
border-bottom:1px dashed #ccc;
}
.cutpic{
  width:730px;
 }
.cutpic img{
    max-width:730px;
    myimg:expression(onload=function(){this.style.width=(this.offsetWidth > 730)?"730px":"auto"}
);
}
