@charset "utf-8";
@media screen 
{

/*-------------------------------------------------------------------- navigation 导航栏 */

#navigation {
    margin: 0;
	padding: 0;
}
#navigation li {
    margin: 0 3px;
	padding: 0;
	float: left;
	list-style: none;
}
#navigation li a {
	height: 40px;
	padding: 0;
	margin: 0;
    text-decoration: none;
	font-size: 11pt;
	font-family: "arial";
	color: #000;
}
#navigation li.navselected {
}
#navigation li.navselected a.MenuBarItemSubmenu
{
}

#navigation .submenusign {
}
#navigation .navsplit { 
}
/*-------------------------------------------------------------------- 内容显示区 */

.titleb {
    height:34px;
	background:#ECECEC url(../../images/titleb.gif) right top;
	position:relative;
}
	.titlebl {
		height:34px;
		background:#ECECEC url(../../images/titleb.gif) left top;
		margin-right:6px;
		text-indent:15px;
		line-height:34px;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}


.corner {
    height:6px;
	background:url(../../images/corner.gif) repeat-x right top;
	position:relative;
}
	.cornerl {
		height:6px;
		background:url(../../images/corner.gif) repeat-x left top;
		margin-right:6px;
	}

.corner-r {
    height:6px;
	background:url(../../images/corner-r.gif) repeat-x right top;
	position:relative;
}
	.corner-rl {
		height:6px;
		background:url(../../images/corner-r.gif) repeat-x left top;
		margin-right:6px;
	}

.sign { 
	display:block; 
	float:left; 
	width:20px; 
	height:23px; 
	background:url(../../images/sign04.gif) no-repeat center;
}
.sign-112 { 
	display:block; 
	float:left; 
	width:12px; 
	height:14px; 
	background:url(../../images/112.gif) no-repeat left bottom;
}

/* -------------------------------------------------------------------- sidebar */

#sidebar {}

/* --start--  侧边栏菜单标题及列表按钮的 默认状态、鼠标移上效果、选中状态 */

.menulistcontainer { 
	clear: both; 
	padding: 1px 0;
	margin: 10px;
}

.menulist { 
	margin: 0; 
	padding: 0; 
}
.menulist li { 
	list-style:none; 
	margin: 2px 0;
}
.menulist a { 
	display: block;
	padding: 3px 0;
	text-decoration: none;
	border: 1px solid #f9f9f9;
}
.menulist a:hover { 
	text-decoration: none;
	background: #fff;	
	border: 1px solid #ccc;
}
.menulist .menulistsign { 
	float: left; 
	width: 22px; 
	height: 20px;
	background: url(../../images/220.gif) no-repeat center;
}
.menulist li.levelselected a{
	background: #f5f5f5;
}
.menulist li.selected a{
	font-weight:bold;
	background: #fff;	
	border: 1px solid #ccc;
}
.menulist li.other a{
    color:red;
}

/* 下级菜单样式 */
.menulist .menulistsub {}
.menulist .menulistsub .menulistsign { margin-left:10px; width:18px; background: url(../../images/96.gif) no-repeat center; }

/* 产品菜单样式 */
.menulistPro {}

/* -------------------------------------------------------------------- contentright */

#columntitle { 
	background:#ECECEC url(../../images/titleb-r.gif) right top;
}
#columntitle .titlebl { 
	background:#ECECEC url(../../images/titleb-r.gif) left top;
	color: #333;
}

#columntitle a { 
	text-decoration: none;
}
#columntitle a:hover { }

.locationNavigation { position:absolute; right:5px; top:0px; }

#columncontent { padding:20px;}
#columncontent p { margin-bottom:12px; }

/* -------------------------------------------------------------------- 首页样式 */

.home-border-lr {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.home-split {
    position: absolute;
	left: -5px;
	top: 0;
	width: 9px;
	height: 34px;
	background: url(../../images/home-split.gif) no-repeat left top;
	z-index: 10;
}

.home-corner {
    position: absolute;
	left: -4px;
	top: 0;
	width: 10px;
	height: 6px;
	background: url(../../images/home-corner.gif) no-repeat left top;
	z-index: 10;
}

/*--------------------------------------------------------------------bottom 页面底部*/

#footer { background: url(../../images/bg02.gif) repeat-x bottom left; }
#footer a {text-decoration:underline; }
#footer a:hover {}

.pathtext { font-size:9pt; }

}
/*******************************以下样式仅用于打印********************************/
@media print
{
}
