@charset "utf-8";
@media screen 
{

/*-------------------------------------------------------------------- navigation 导航栏 */

#navigation { margin:0; padding:0; margin-left:20px; }
#navigation li { list-style:none; float:left; text-align:center; height:30px; }
#navigation li a { display:inline-block; margin:0; padding:0 25px; height:30px; }
#navigation li a:hover { background:url(../images/navbc2.gif); }
#navigation li.selected a { background:url(../images/navbc2.gif); }
#navigation .navsplit { width:3px; height:30px; margin:0; padding:0; border:0; background:url(../images/split.gif);}

/*-------------------------------------------------------------------- 内容显示区 */

.titleb {
    height:25px;
	background:#99c693 url(../images/titleb.gif) right bottom;
	position:relative;
	top:-3px;
}
.titlebhome {
	background-position:left bottom;
	top:0;
}
	.titlebl {
		height:25px;
		background:#99c693 url(../images/titleb.gif) left top;
		margin-right:5px;
		text-indent:40px;
		line-height:25px;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}
	.titlebl a {
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}
	.titleblhome {
		background-position: right top;
		margin-right:0;
		margin-left:5px;
		text-indent:10px;
	}

.cornerb {
	height:10px;
	background-repeat:no-repeat;
	background-position:left top;
}
.cornerbr {
	background-repeat:no-repeat;
	background-position:right top;
}

.borderlr{
	border-right:1px solid #e5e5e5; 
	border-left:1px solid #e5e5e5; 
}

.sign { 
	display:block; 
	float:left; 
	width:20px; 
	height:23px; 
	background:url(../images/sign04.gif) no-repeat center;
}

/* -------------------------------------------------------------------- sidebar */

#sidebar {}

/* --start--  侧边栏菜单标题及列表按钮的 默认状态、鼠标移上效果、选中状态 */

.menulistcontainer { 
	clear:both; 
	padding:8px 0;
}

.menulist { margin:0; margin-left:5px; padding:0; }
.menulist li { list-style:none; clear:both; height:25px; overflow:hidden; padding-right:5px; }
.menulist a { cursor:pointer; margin-bottom:3px; }
.menulist a:hover { text-decoration:underline; }

.menulist .menulistsign { float:left; width:16px; height:20px; background:url(../images/sprite.gif) -45px center;}

/* 下级菜单样式 */
.menulist .menulistsub {}
.menulist .menulistsub .menulistsign { margin-left:18px; background-position:-5px; }

/* 产品菜单样式 */
.menulistPro ul {margin:0 20px; padding:0;}
.menulistPro ul a:hover {text-decoration:underline;}
.menulistPro li .menulistsign {}

/* -------------------------------------------------------------------- contentright */

#columntitle {}
#columntitle a {}
#columntitle a:hover { }

#columncontent {
	padding:8px; 
}
#columncontent p { margin-bottom:15px; }

/* -------------------------------------------------------------------- 首页样式 */

.homecontent {
	padding:8px 0;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}

.homesidetitle {
	margin:5px;
	padding:3px;
	border-top:1px solid #e5e5e5;
	font-weight:bold;
}
/*--------------------------------------------------------------------bottom 页面底部*/

#footer { padding-bottom:5px; }
#footer a {text-decoration:underline; }
#footer a:hover {}

}
/*******************************以下样式仅用于打印********************************/
@media print
{
}
