/*产品细节*/
.details{
	width: 830px;
    background: #FFF;
    margin-top: 20px;
	
}
.details .parameter {
	overflow:hidden;
}
.details .parameter p.imgBox{
	width: 297px;
    height: 224px;
    background: url(../images/cpxq-bg.png) no-repeat;
    margin-top: 20px;
    margin-left: 24px;
    float: left;
	position:relative;
}
.details .parameter p.imgBox img{
	
     position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    max-width: 100%;
	    max-height: 100%;
	    display: block;
	    vertical-align: middle;
	    margin: auto;
}
.details .parameter .proPar{
	width: 466px;
    /*height: 225px;*/
    float: right;
    margin-right: 24px;
    margin-top: 26px;
	position:relative;
}
.details .parameter .proPar h3{
	font-family: "微软雅黑";
    font-size: 20px;
    color: #090909;
    font-weight: normal;
	max-width:465px;
	/*max-height:27px;*/
	overflow:hidden;
}
.details .parameter .proPar p{
	font-family: "微软雅黑";
    font-size: 14px;
    color: #090909;
    line-height: 30px;
    margin-top: 6px;
	max-height: 150px;
	overflow: hidden;
}
.details .parameter .proPar .cpicon {
    width: 93px;
    height: 31px;
    position:absolute;
	right:0;
	bottom:0;
}
.proDet{
	margin:10px auto;
	text-align:center;
	position:relative;
	width:100%;
	line-height: 25px;
	font-size: 14px;
	padding: 5px 20px;
	padding-bottom:10px;
}
.proDet img{
	/*position: absolute;*/
	/*top: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*left: 0;*/
	max-width: 100%;
	max-height: 100%;
	/*display: block;*/
	/*vertical-align: middle;*/
	/*margin: auto;*/
}