﻿@charset "utf-8";
/* CSS Document */



/*分页*/
div.pager
{
    text-align:center;
	margin:0 auto;
	margin-top:30px;
	margin-right:30px;
	padding-bottom:3px;

}
div.pager span
{
padding:3px 5px; border:1px solid #ccc; margin:0px 5px;			
}
div.pager a
{
	color:#333;
	background:#ccc;
    margin-left:3px;
	margin-right:3px;
	padding:0px 5px 4px 5px;
}
div.pager a:hover
{
	background:#013332; color:#fff;
	/*border:1px solid #bbbbbb;*/
/*	color:#bbbbbb;*/
}





/*新闻*/
ul.news
{
	clear:both;
	margin:0px;
	padding:0px;
}
ul.news li
{  height:28px; line-height:28px; background:url(../images/icon.png) no-repeat; padding-left:20px; border-bottom:1px dashed #31343d;
}


ul.news li a
{
	text-decoration:none;
	color:#31343d;
}
ul.news li a:hover
{
	
	color:#d39418;
}

.newstitle
{
	text-align:center;
	font-size:16px;
	font-family:"微软雅黑";
}
.newssubtitle
{ text-align:center; border-bottom:1px dashed #cccccc; height:30px; line-height:30px;}
.newssubtitle span
{
	margin-left:20px;
	font-weight:bold;
}


/*产品分类*/




.producttype0 {
	height:29px;
	margin-top:3px; font-weight:bold;}

.producttype0 a{
	height:29px;
	line-height:29px;
}




.producttype1 {
	height:29px; padding-left:20px; display:none}

.producttype1 a{height:29px;
	line-height:29px;}



 
/*下载*/
ul.downloads
{
	clear:both;
	margin:0px;
	padding:0px;
	padding-top:5px;
}

ul.downloads li
{
	margin-bottom:5px;
}

ul.downloads li a
{
	text-decoration:none;
}












/*翻页css*/
.page_num{display: block;font-size:14px; font-family:Arial;height:60px;text-align:center;margin:20px 0 0 0; }
.page_num a,.page_num span{ display:inline-block; padding:7px 10px; background:#fff;  border: 1px solid #e2e2e2; margin-left:-1px;}
.page_num a:hover{ color:#009C4F;}
.page_num .current{ background:#009688; color:#fff;border-radius:2px;border: 1px solid #009009C4F688;}
.page_num .unprev,.page_num .prev{border-radius:2px 0px 0px 2px;}
.page_num .unnext,.page_num .next{border-radius:0px 2px 2px 0px;}
.page_num .unprev,.page_num .unnext{ color:#ccc;}


#news_list li{margin-top:10px; border-bottom:1px solid #E9E9E9; padding-bottom:20px; position:relative; line-height:1.8; padding-top:20px;}
#news_list li h2{font-size: 16px;font-weight: bold; color:#000000; margin-bottom:10px;}
#news_list li h2 a{color:#333;}
#news_list li img{ width:200px; max-height:200px; float:left; margin-right:10px;}
#news_list li a.more{ color:#333; position:absolute; bottom:5px; right:0px; z-index:1; display:block; font-weight:bold;}