﻿@charset "utf-8";
/* CSS Document */



/*分页*/
div.pager
{
text-align:center;
	margin:0 auto;
	padding-bottom:3px;
}
div.pager span
{
			margin-left:3px;
	margin-right:3px;
}
div.pager a
{
/*color:#aa2c00;*/
	/*border:1px solid #a74815;*/
	padding:0px 5px 4px 5px;
	background:#fff;
}
div.pager a:hover
{
	/*border:1px solid #bbbbbb;*/
/*	color:#bbbbbb;*/
}





/*新闻*/
ul.news
{
	clear:both;
	margin:0px;
	padding:0px;
}
ul.news li
{ padding-top:2px; height:24px; padding-left:15px; margin-left:5px; margin-right:5px; border-bottom:dashed 1px #ccc;
}
ul.news li:hover{background:#f1f1f0;}
ul.news li:hover a{color:#c10b10;}
ul.news li a
{
	text-decoration:none;
}



.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;
}



/*产品分类*/


.producttype{border: 1px solid #d7d7d7}

.producttype0 {background:url(../images/left1.jpg) no-repeat;
	height:29px;
	margin-top:3px;}

.producttype0 a{
	height:29px;
	line-height:29px;
}

.producttype0 a:hover {height:29px;
	line-height:29px;}


.producttype1 {  border-bottom: 1px solid #d7d7d7;
    height: 46px;
    line-height: 46px;
    padding-left: 20px;}

.producttype1 a{  border-left: 3px solid #595959;
    font-size: 16px;
    padding-left: 25px;
    height: 46px;
    line-height: 46px;
    }

.producttype1 a:hover { border-left: 3px solid #ff4a00;
    color: #ff4a00;}
	
.producttype2 {
	height:29px;
	line-height:29px; padding-left:40px;}

.producttype2 a{
	height:29px;
	line-height:29px; padding-left:15px;
}

.producttype2 a:hover {height:29px;
	line-height:29px; color:#ff4a00;}



.on a{
		color:#ff4a00;border-left: 3px solid #ff4a00;
}


	

 
/*下载*/
ul.downloads
{
	clear:both;
	margin:0px;
	padding:0px;
	padding-top:5px;
}

ul.downloads li
{
	margin-bottom:5px;
}

ul.downloads li a
{
	text-decoration:none;
}












