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

/*分页*/
div.pager
{
    text-align:center;
	margin:0 auto;
}
div.pager span
{
	margin-left:8px;
	margin-right:8px;
}
div.pager a
{
	margin-left:8px;
	margin-right:8px;
	text-decoration:none;
}


/*新闻*/
ul.news
{
	clear:both;
	margin:0px 0px 20px 0px;
	padding:0px;
}
ul.news li
{ height:40px; border-bottom:dashed 1px #ccc; line-height:40px; 
}

ul.news1
{
	clear:both;
	margin:0px;
	padding:0px;
}
ul.news1 li
{ background:url(../images/index_38.jpg) no-repeat left center; height:28px; width:190px; padding-left:20px; padding-top:2px; width:522px;
}
ul.news1 li a
{
	text-decoration:none;
}

.newstitle{text-align:center; font-size:14px; font-weight:bold; color:#333333;}
.newssubtitle{ text-align:center}
.newssubtitle span{margin-left:20px;}



/*产品分类*/

.producttype1 {margin-top:3px;}
.producttype1 a{ line-height:44px; color:#000; background: #dcd8cc; display:block; padding-left:36px;}
.producttype1 a:hover { line-height:44px; color:#fff; background: #b39058; display:block; padding-left:36px;}
.producttype2 {margin-top:3px; display:none;}
.producttype2 a{ line-height:36px; color:#000; background: #dcd8cc; display:block; padding-left:50px;}
.producttype2 a:hover { line-height:36px; color:#000; background: #dcd8cc; display:block; padding-left:50px;}


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

ul.downloads li
{
 border-bottom:1px dashed #92d8ff; line-height:24px; background:url(../images/icon.jpg) no-repeat 5px center; text-indent:20px; height:24px; color:#d4f0ff;
}

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

/*内菜单*/
#content {
	width: 250px;
	float: left;
	overflow: hidden;
}
#content h1 {
	color:#535353;
}
#content img {
	padding:5px;
	background:#f7f7f7;
	border:solid 1px #464646;
	margin:2px
}
.menu ul li {
	display:block;
	list-style:none;
	overflow:visible;
}
.menu ul li a {
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	text-indent: 2em;
	margin-bottom: 1px;
	color: #000;
	outline: none;
}
.menu ul li a:hover{ width: 250px; color:#fff; background: #b39058}
.menu ul li .active {
	background:#dcd8cc;
	background-position-y: -8px;
}

.menu ul li .inactive {
	background:#dcd8cc;
	background-position-y: -8px;
}
.menu ul li ul {
	display:none;

}
.menu ul li ul li ul {

}
.menu ul li ul li {
	display:block;
	background:none;
	background:#dcd8cc;
	font-size:12px;
	list-style:circle;
	color:#000;
}
.menu ul li ul li a {
	background:none;
	font-size:14px;
	text-indent: 3rem;
	color:#000;
	padding-left:0px;
}