/* 分类树盒子 */
.cat-box {
	border: solid 1px #eee;
	padding-bottom: 20px;
	border-radius: 5px;
	position:relative;
}
.cat-box .bx-top{
	text-align: center;
	padding: 40px 0;
	background:url(../imges/bx-top-bg.gif) center bottom no-repeat;
	background-size:cover;
	position:relative;
	color:#fff;
}
.cat-box .bx-top .b-line{width:100%; height:6px; position:absolute; left:0; bottom:0; background:url(../imges/b-line.jpg) center bottom no-repeat;}
.cat-box h2.cat-title {
	color: #fff;
	font-size: 2em;
	font-family: "黑体";    
	margin: 0 0 6px 0;
	
}

.cat-box a.more{
	position:absolute;
	right:10px;
	top:12px;
	color:#333;
}

/*栏目导航*/
 
/* + - */
.cat-nav .child-show {color: #303c4b;}
.cat-nav .child-show:hover { color: #3a5899; }


/* 通用 */
.cat-nav { clear: both; } 
	/*大类*/
	.cat-tree { list-style: none; margin: 0px; padding: 0px; margin: 0px 0px 0px 0px;}
	.cat-tree > li.big { position: relative; border-bottom: 1px solid #fff;  } 
	.cat-tree > li.big > a.ba { color: #666; font-size: 1.25em; line-height: 2.75; font-weight:500; font-family: '黑体',Arial,"宋体";  text-decoration: none;  display:block; background: url(../imges/ico1.jpg) 20px center no-repeat;  padding: 0px 35px;}
	.cat-tree > li.big > a.ba:hover, .cat-tree li.big a.active {color: #e60012; font-weight:bold; background:#EBEBEB url(../imges/ico1-1.jpg) 20px center no-repeat;}
	/*小类*/
	ul.cat-child { list-style: none; padding: 20px 10px; display: none;  }
	ul.cat-child > li { margin: 0px; padding: 5px 0px 5px 10px; background: url(../imges/ico2.jpg) 22px center no-repeat; }
	ul.cat-child > li > a { border: 0; color: #333333; padding: 0 30px; display:block; font-size:17px; }
	ul.cat-child > li > a:hover,ul.cat-child > li.on a{color: #da251d; text-decoration: none;}
	/* 加+减-号*/
	.cat-nav .child-show {cursor: pointer; font: 600 18px/30px "Open Sans", sans-serif; width: 35px; text-align: center;  display: inline-block; position: absolute; top: 3px; right: 0px; }
	.cat-nav .child-show:hover { color: #3a5899; }


/*常修改选项*/ 
.cat-tree > li > a{color: #666; }
.cat-tree > li.big:hover a.ba,.cat-tree li.big a.active{ color: #e60012;font-size:16px;   }

ul.cat-child > li > a:hover, ul.cat-child > li a.on { color: #e60012; } 