@charset "utf-8";
@media screen 
{

/*-------------------------------------------------------------------- navigation 导航栏 */

#navigation {
    margin: 0;
	padding: 0;
	float: right;
}
#navigation li {
    margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#navigation li a {
	margin: 0;
	padding: 0 22px;
	height: 23px;
	line-height: 23px;
    text-decoration: none;
	color: #fff;
	display: inline-block;
	border-left: 1px solid #fff;
}
#navigation li a:hover {
	background: #FFD200;
	color: #000;
}
#navigation li.navselected {
}
#navigation li.navselected a.MenuBarItemSubmenu
{
}

#navigation .submenusign {
}
#navigation .navsplit { 
}

/*-------------------------------------------------------------------- 内容显示区 */

.title {
    height: 26px;
	line-height: 28px;
	background: #F5F5F5 url(../../images/go.gif) no-repeat 10px center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-indent: 30px;
	font-weight: bold;
}

.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-bottom: 1px solid #fff;	
}
.menulist a:hover { 
	text-decoration: none;
	background: #f9f9f9;
	border-bottom: 1px solid #eee;	
}
.menulist .menulistsign { 
	float: left; 
	width: 25px; 
	height: 22px;
	background: url(../../images/pcata.jpg) no-repeat center;
}
.menulist li.levelselected a{
}
.menulist li.selected a{
	font-weight:bold;
	background: #f9f9f9;	
	border-bottom: 1px solid #eee;	
}
.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-image: url(../../images/sy01.gif);
}

#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-left {
    background-image: url(../../images/sign01.jpg);
}

/*--------------------------------------------------------------------bottom 页面底部*/

#footer {}
#footer a {text-decoration:underline; }
#footer a:hover {}

.pathtext { font-size:8pt; }

}
/*******************************以下样式仅用于打印********************************/
@media print
{
}
