@charset "utf-8";
@media screen 
{

/*-------------------------------------------------------------------- navigation 导航栏 */

#navigation {
}
#navigation li {
}

#navigation li a {
    text-decoration: none;
	font-weight: bold;
}
#navigation ul ul li a {
	font-weight: normal;
}

#navigation ul ul {
    width: 180px;
}
#navigation ul ul li {
    width: 180px;
}

#navigation li.navselected {
}
#navigation li.navselected a.MenuBarItemSubmenu
{
}

#navigation .submenusign {
}
#navigation .navsplit { 
}

/*-------------------------------------------------------------------- 内容显示区 */

.titlebg {
    height:35px;
	position:relative;
	top: -2px;
	background: url(../../images/titlebg.gif) repeat-x right top;
}
	.titlebgl {
		height:35px;
		line-height:35px;
		margin-right:6px;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
		text-indent: 10px;
		background: url(../../images/titlebg.gif) repeat-x left top;
	}

.border-top {
	position: relative;
    height: 5px;
	top: -2px !important;
	top: -10px;
	left: 1px;
    background: url(../../images/border-top.gif) repeat-x right bottom;
}
	.borderl-top {
		position: relative;
		left: -2px;
		height: 5px;
		margin-right: 6px;
		background: url(../../images/border-top.gif) repeat-x left bottom;
	}

.border-bottom {
    height: 5px;
	position: relative;
    background: url(../../images/border-bottom.gif) repeat-x right top;
}
	.borderl-bottom {
		height: 5px;
		margin-right: 6px;
		background: url(../../images/border-bottom.gif) repeat-x left top;
	}

.border-bottom2 {
    height: 5px;
	position: relative;
    background: url(../../images/border-bottom2.gif) repeat-x right top;
}
	.borderl-bottom2 {
		height: 5px;
		margin-right: 6px;
		background: url(../../images/border-bottom2.gif) repeat-x left top;
	}

.border-lr {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.sign { 
	display:block; 
	float:left; 
	width:20px; 
	height:23px; 
	background:url(../../images/sign04.gif) no-repeat center;
}
.sign-96-2 { 
	float:left; 
	width:18px; 
	height:15px; 
	background:url(../../images/96-2.gif) no-repeat center bottom;
}

.button {
    width: 77px;
	height: 24px;
	background: url(../../images/btn-bg.gif) no-repeat top left;
	color: #FFF;
	border: 0;
	cursor: pointer;
}

/* -------------------------------------------------------------------- sidebar */

#sidebar {
	width: 240px;
}

#sidebar .titleb {
    background: url(../../images/titleb-black.gif) repeat-x right top;
	margin: 0 8px;
}
#sidebar .titlebl {
    background: url(../../images/titleb-black.gif) repeat-x left top;
}

/* --start--  侧边栏菜单标题及列表按钮的 默认状态、鼠标移上效果、选中状态 */

.menulist { 
	margin: 5px; 
	padding: 0; 
}
.menulist li { 
	list-style:none; 
	margin: 0;
	padding: 5px 0;
}
.menulist a { 
}
.menulist a:hover { 
}
.menulist .menulistsign { 
	float: left; 
	width: 28px; 
	height: 20px;
	background: url(../../images/arrow02.gif) no-repeat center;
}
.menulist li.levelselected a{
}
.menulist li.selected a{
	font-weight:bold;
}

/* 下级菜单样式 */
.menulist .menulistsub {}
.menulist .menulistsub .menulistsign {}

/* -------------------------------------------------------------------- contentright */

#columntitle a { 
	text-decoration: none;
}
#columntitle a:hover { }

.locationNavigation { position:absolute; right:5px; top:0px; }

#columncontent { padding:20px;}
#columncontent p { margin-bottom:12px; }

/* -------------------------------------------------------------------- 首页样式 */

#minorcontent {}

#minorcontent .titlebg {
    top: 0;
	margin-bottom: 1px;
}

.typical-contain {
	cursor: pointer;
	position: relative;
	display: block;
	height: 137px;
}

.typical-contain:hover {
	text-decoration: none;
}

.typical-contain:hover .typical-tip {
	background: #ff8a00;
}

.typical-tip {
    position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 27px;
	line-height: 27px;
	background: #333;
	text-align: center;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=80,finishOpacity=80);
	-moz-opacity: 0.8;
}

.corner-left {
    position: absolute;
	bottom: 0;
	left: 0;
	width: 3px;
	height: 3px;
	background: url(../../images/corner.gif) no-repeat left bottom;
}

.corner-right {
    position: absolute;
	bottom: 0;
	right: 0;
	width: 3px;
	height: 3px;
	background: url(../../images/corner.gif) no-repeat right bottom;
}

/*--------------------------------------------------------------------bottom 页面底部*/

#footer td { color: #888; }
#footer td a {text-decoration: underline; color: #888; }
#footer td a:hover {}

.pathtext { font-size:8pt; }

}
/*******************************以下样式仅用于打印********************************/
@media print
{
}
