/*=-=-=-=-=-=-=-[首页图片导航]-=-=-=-=-=-=-=-*/
.cn_dh_tp li{/*图片导航边框大小*/
	float:left;
	width: 215px;
	margin: 20px;
	border: 0px solid #F00;
	text-align: left;
}
.cn_dh_tp li #tpdh_pd_img{/*产品指定ID图片外层*/
	width: 215px;
	height: 165px;
	font-size: 99px;/*垂直居中＝本图层高度x0.6*/
	display: block;
	display:table-cell;
	background-color: #ffffff;	
}
.cn_dh_tp li #tpdh_pd_img img{/*图片导航图片大小*/
	vertical-align:middle;
	text-align: center;
	width: expression(this.width > 215 && this.width >= this.height ? 215:true);
    height: expression(this.height > 165 ? 165:true);
}

.cn_dh_tp li #tpdh_pd_name{/*图片导航名称*/
	width:100%;
	padding-top: 3px;
	margin-top: 5px;
	border: 0px dotted #cccccc;
	background-color: #FFFFFF;
	text-align: center;
}
