@charset "utf-8";

/*****产品展示****/
.product_c{ width:100%; background-color:#F5F5F5; overflow:hidden; clear:both;}
.product{ width:1200px; margin:0 auto; overflow:hidden;}

.product_sort{ padding:40px 0 10px 10px;}
.product_sort ul li{
	float:left; margin:10px 20px 0 0;
}
.product_sort ul li a{
	display:inline-block;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #18273b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	}
.product_sort ul li a:hover,
.product_sort ul li a.on{ border-color:#D50100;}
.product_sort ul li a.on{ background-color:#D50100; color:#fff;}

.product_list{ width:1200px; margin:0 auto; overflow:hidden;}

.product_more{ text-align:center; padding:50px 0 100px; font-size:20px;}
.product_more em{ font-style:normal; display:inline-block; margin:0 auto; padding:0 30px; height:40px; line-height:40px; text-align:center; background-color:#D50100; color:#fff; font-size:18px; margin:20px 0 0;}


/*****图片显示****/
.pic_list{ padding:0 0 0 20px; margin:0 auto; clear:both; overflow:hidden;}
.pic_list ul li{float:left; width:33.3%; margin:20px 0 0; height:260px; text-align:center; overflow:hidden;}
.pic_list ul li h3{
	margin:0;
	padding:0;
	}
.pic_list ul li span{ display: table-cell; vertical-align:middle; width:280px; height:210px; text-align:center; overflow:hidden;}
.pic_list ul li:hover span{}
.pic_list ul li i{
	width:260px;
	height:45px;
	line-height:45px;
	margin:0 0 0 10px;
	font-style:normal; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.pic_list ul li:hover i{
	background:rgb(151,1,1);
	color:#fff;
	}
.pic_list ul li img{height:210px; width:260px; 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:160px; height:120px; border:none;}
.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; padding:5px 0; text-indent:10px;}
.plist_list dl dd h3 a{ color:#333; font-size:16px;}
.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:26px; text-indent:2em; color:#666;}

/*****产品下面资讯****/
.list_news_title{ width:780px; margin-top:15px; border:#ccc 1px solid; background-color:#f2f2f2; height:32px; line-height:32px; text-indent:10px; font-size:14px; font-weight:bold;}
.list_news_con{ width:780px; border:#ccc 1px solid; margin-top:-1px;}
.list_news_con ul li{ float:left; width:50%; height:32px; line-height:32px; background:url(../images/li_ico_1.gif) 10px center no-repeat; text-indent:20px; white-space: nowrap; text-overflow: ellipsis;}
.list_news_con ul li a{ color:#333; font-size:14px;}
.list_news_con ul li a:hover{ text-decoration:underline;}

/*****资讯下面产品****/
.list_pro_title{ width:780px; margin-top:15px; border:#ccc 1px solid; background-color:#f2f2f2; height:32px; line-height:32px; text-indent:10px; font-size:14px; font-weight:bold;}
.list_pro_con{ width:780px; padding:15px 0; border:#ccc 1px solid; margin-top:-1px; overflow:hidden;}
.list_pro_con ul li{ float:left; width:160px; padding:0 0 0 27px; margin:10px 0; text-align:center;}
.list_pro_con ul li span{ display: table-cell; vertical-align:middle; width:160px; height:140px; text-align:center; overflow:hidden;; padding:1px; border:#ccc 1px solid;}
.list_pro_con li:hover span{border:#F54D00 1px solid;}
.list_pro_con ul li a{ display:block;}
.list_pro_con ul li i{width:160px; font-style:normal; padding-top:10px; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.list_pro_con li img{max-height:140px; max-width:160px; vertical-align:middle;}


/*****页码显示****/
#page{ clear:both; padding:20px 0; overflow:hidden; text-align:center; margin:10px 0;}
#page a{padding:4px 10px; text-decoration:none; font-size:14px; margin-right:5px; overflow:hidden;border:#ddd 1px solid; color:#666; background-color:#F8F8F8;}
#page a:hover{ border:#ccc 1px solid;background-color:#F3F3F3;}
#page a.on{ border:#ccc 1px solid; background-color:#f9f9f9; font-weight:bold;}
#page a.slh{ border:none; background:none; cursor:default;}