@charset "utf-8";
@media screen 
{

/*-------------------------------------------------------------------- navigation 导航栏 */


/*-------------------------------------------------------------------- 内容显示区 */

.titleb {
    height:32px;
	position:relative;
}
	.titlebl {
		height:32px;
		margin-right:6px;
		line-height:32px;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}
	.titlebl td {
		color:#fff;
	}
	
.border-bottom {
    height: 6px;
	position: relative;
	background: url(../../images/border.gif) repeat-x right top;
}
	.borderl-bottom {
		height: 6px;
		margin-right: 6px;
		background: url(../../images/border.gif) repeat-x left top;
	}

.border-lr {
    border-left: 1px solid #aeaeae;
    border-right: 1px solid #aeaeae;
}

.sign { 
	display:block; 
	float:left; 
	width:20px; 
	height:23px; 
	background:url(../../images/file1.gif) no-repeat center;
}
.sign-112 { 
	display:block; 
	float:left; 
	width:12px; 
	height:14px; 
	background:url(../../images/112.gif) no-repeat left bottom;
}
.sign-signred { 
	display:block; 
	float:left; 
	width:12px; 
	height:14px; 
	background:url(../../images/sign-red.gif) no-repeat left bottom;
}
.sign-220 { 
	float: left;
	width: 30px; 
	height: 20px; 
	background:url(../../images/220.gif) no-repeat center bottom;
}
.sign-220-2 { 
	float: left;
	width: 30px; 
	height: 20px; 
	background:url(../../images/220-2.gif) no-repeat center bottom;
}

/* -------------------------------------------------------------------- sidebar */

#sidebar .titleb {
    background: url(../../images/titleb-red.gif) repeat-x right top;
}
#sidebar .titlebl {
    background: url(../../images/titleb-red.gif) repeat-x left top;
	text-indent: 15px;
}

/* --start--  侧边栏菜单标题及列表按钮的 默认状态、鼠标移上效果、选中状态 */

.menulistcontainer { 
	clear: both; 
	padding: 1px 0;
	margin: 10px;
}

.menulist { 
	margin: 0; 
	padding: 0;
}
.menulist li { 
	list-style:none; 
	margin: 2px 0;
	line-height:20px;
	padding-left:0px;padding-right:5px;
	padding-top:3px;padding-bottom:3px;
	

}
.menulist a { 
	width:100%;
	padding-left:12px;
	background-image:url(../../images/navbg_over.jpg);
	background-repeat:no-repeat;
	background-position-x:left;
	background-position-y:center;
	line-height:20px;
	height:20px;
}
.menulist a:hover { 
	color:#ffffff;
	text-decoration:none;
	background-image:url(../../images/navbg.jpg);
	background-repeat:no-repeat;
	background-position-x:left;
	background-position-y:center
}
.menulist li.levelselected a{
	color:#ffffff;
	text-decoration:none;
	background-image:url(../../images/navbg.jpg);
	background-repeat:no-repeat;
	background-position-x:left;
	background-position-y:center
}
.menulist li.selected a{
	color:#ffffff;
	text-decoration:none;
	background-image:url(../../images/navbg.jpg);
	background-repeat:no-repeat;
	background-position-x:left;
	background-position-y:center
}
.menulist li.other a{
}


/* 产品菜单样式 */
.menulistPro {}

/* -------------------------------------------------------------------- contentright */
#columntitle {color:#cd0606;font-size:11pt;font-weight:bold;padding:15px;}
#columntitle .titleb {
    background: url(../../images/titleb-gray.gif) repeat-x right top;
}
#columntitle .titlebl {
    background: url(../../images/titleb-gray.gif) repeat-x left top;
	text-indent: 15px;
}

#columntitle a { 
	text-decoration: none;
}
#columntitle a:hover { }

.locationNavigation { position:absolute; right:5px; top:0px; }

#columncontent { padding-left:15px;padding-right:15px;padding-bottom:15px;width:720px;overflow-x:hidden}
#columncontent a {color:#333333;}
#columncontent p { margin-bottom:12px; }

/* -------------------------------------------------------------------- 首页样式 */

.blackbg .titleb {
    background: url(../../images/titleb-black.gif) repeat-x right top;
}
.blackbg .titlebl {
    background: url(../../images/titleb-black.gif) repeat-x left top;
	text-indent: 0;
}

.redbg .titleb {
    background: url(../../images/titleb-red.gif) repeat-x right top;
}
.redbg .titlebl {
    background: url(../../images/titleb-red.gif) repeat-x left top;
	text-indent: 0;
}

.whitebg .titleb {
    background: url(../../images/titleb-white.gif) repeat-x right top;
}
.whitebg .titlebl {
    background: url(../../images/titleb-white.gif) repeat-x left top;
	color: #cd0606;
	text-indent: 0;
}


/*--------------------------------------------------------------------bottom 页面底部*/



}
/*******************************以下样式仅用于打印********************************/
@media print
{
}

