@charset "utf-8";
/*****图片显示****/
.pic_list{ padding:20px 0 0 50px; margin:0 auto; clear:both; overflow:hidden;}
.pic_list ul li{float:left; width:33.3%; margin:20px 0 0; height:270px; text-align:center; overflow:hidden;}
.pic_list ul li span{ display: table-cell; vertical-align:middle; width:220px; height:220px; text-align:center; overflow:hidden;; padding:1px; border:#ccc 1px solid;}
.pic_list ul li:hover span{border:#F54D00 1px solid;}
.pic_list ul li i{ width:220px; font-style:normal; padding-top:10px; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.pic_list ul li img{max-height:220px; max-width:220px; vertical-align:middle;}
.pic_list ul li a{ display:block; font-weight:normal;}

/*****文字列表显示****/
.list_list{ clear:both; overflow:hidden; padding:10px 0;}
.list_list dl{ width:100%; height:30px; line-height:30px; margin:0 20px; overflow:hidden;}
.list_list dl dt{ float:left; width:80%; background:url(../images/li_ico_1.gif) left center no-repeat; text-indent:10px;}
.list_list dl dt span{ display:none; padding:0 5px; font-size:14px; color:#F00;text-align:center; margin-left:2px; text-indent:0; font-weight:normal;}
.list_list dl dt a{ font-size:14px; font-weight:normal;}
.list_list dl dd{ float:right; width:15%; color:#999; height:30px; line-height:30px;}

/*****图文列表显示****/
.plist_list{ clear:both; overflow:hidden;}
.plist_list dl{ padding:15px 20px; border-bottom:#D6D6D6 1px dotted; overflow:hidden;}
.plist_list dl:first-child{}
.plist_list dl dt{ float:left; padding-right:20px;}
.plist_list dl dt img{ width:110px; height:100px; border:none; border-radius:6px;}
.plist_list dl dd{ line-height:30px; overflow:hidden;}
.plist_list dl dd h3{background:url(../images/li_ico_1.gif) left center no-repeat; text-indent:10px;}
.plist_list dl dd h3 a{ color:#F54D00;}
.plist_list dl dd h3 a:hover{ text-decoration:underline;}
.plist_list dl dd h3 span{ float:right; padding-left:10px; font-size:14px; color:#999; font-weight:normal;}
.plist_list dl dd p{ line-height:23px; text-indent:2em; color:#666;}


.product-title{
	width: 96%;
	margin:20px auto;
	border-bottom: #ddd 1px solid;
}
.product-title span{
	display: inline-block;
	padding: 10px 20px;
	position: relative;
	font-size: 24px;
}
.product-title span::after{
	content: "";
	position: absolute;
	display: block;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #666;
}
.product-ltitle{
	width: 96%;
	margin:20px auto 0;
	font-size: 12px;
	line-height: 180%;
	color: #999;
	text-indent: 2em;
}

/*****页码显示****/
#page{ 
	clear:both; 
	padding:40px 0; 
	overflow:hidden; 
	text-align:center; 
	margin:10px 0;
}
#page a{
	padding:10px 15px; 
	text-decoration:none; 
	font-size:14px; 
	margin-right:5px; 
	overflow:hidden;
	border:#ccc 1px solid; 
	color:#666; 
	background-color:#FFF;
}
#page a:hover{ 
	border:#ccc 1px solid;
	background-color:#F3F3F3;
}
#page a.on{ 
	border:#333 1px solid; 
	background-color:#333;
	color: #fff;
}
#page a.slh{ 
	border:none; 
	background:none; 
	cursor:default;
}
#page a.disabled,#page a.disabled:hover{
	cursor: not-allowed;
	border: #eee 1px solid;
	color: #eee;
	background: none;
}