@charset "utf-8";
@media screen 
{

.containbg {
    height:30px;
	position:relative;
}
	.containbg-left {
		height: 30px;
		line-height: 30px;
		margin-right: 10px;
		color: #fff;
		text-decoration: none;
	}

/*-------------------------------------------------------------------- navigation 导航栏 */

#navigation {
}
#navigation li {
}

#navigation li a {
    text-decoration: none;
}
#navigation ul ul li a {
}
#navigation li.navselected {
}
#navigation li.navselected a.MenuBarItemSubmenu
{
}

#navigation .submenusign {
}
#navigation .navsplit { 
}

/*-------------------------------------------------------------------- 内容显示区 */

.border-top {
    height: 10px;
    background: url(../../images/cornet-top.gif) repeat-x right top;
}
	.border-top-left {
		height: 10px;
		background: url(../../images/cornet-top.gif) repeat-x left top;
	}

.border-bot {
    height: 10px;
    background: url(../../images/cornet-bot.gif) repeat-x right top;
}
	.border-bot-left {
		height: 10px;
		background: url(../../images/cornet-bot.gif) repeat-x left top;
	}

.border-lr {
    border-left: 1px solid #dcd5d5;
    border-right: 1px solid #dcd5d5;
}

.button-red {
    width: 122px;
	height: 25px;
	background: url(../../images/btn-bg.gif) no-repeat left top;
	cursor: pointer;
	border: 0;
	color: #fff;
	font-family: Tahoma;
}

.sign { 
	display:block; 
	float:left; 
	width:20px; 
	height:23px; 
	background:url(../../images/sign04.gif) no-repeat center;
}
.sign-220 { 
	float:left; 
	width:30px; 
	height:28px; 
	background:url(../../images/220-2.gif) no-repeat center;
}
.sign-96-2 { 
	float:left; 
	width:18px; 
	height:15px; 
	background:url(../../images/96-2.gif) no-repeat center bottom;
}

/* -------------------------------------------------------------------- sidebar */

#sidebar {
	width: 250px;
}

#sidebar .containbg {
	height: 32px;
    background: url(../../images/title-bg.gif) no-repeat right top;
}

#sidebar .containbg-left {
	height: 32px;
	line-height: 32px;
	margin-right: 40px;
	font-size: 9pt;
	text-indent: 10px;
    background: url(../../images/title-bg.gif) no-repeat left top;
}

/* --start--  侧边栏菜单标题及列表按钮的 默认状态、鼠标移上效果、选中状态 */

.menulistcontainer { 
	clear: both; 
	margin: 5px;
}

.menulist { 
	margin: 0; 
	padding: 0; 
}
.menulist li { 
	list-style:none; 
	margin: 0;
	padding: 3px 0;
}
.menulist a { 
	display: block;
	width: 100%;
	text-decoration: none;
	color:#fff;
}

.menulist a:hover { 
	text-decoration: none;
	color: #fff;
}

.menulist .menulistsign { 
	float: left; 
	width:15px; height:22px;margin-right:3px;
	background: url(../../images/sign10.gif) no-repeat center center;
}

.menulist li.selected a{
	color: #fff;

	
}
.menulist li.selected .menulistsign { 
}

/* 下级菜单样式 */
.menulist .menulistsub a:hover {
    background: none;
	color: #fff;
	text-decoration: underline;
}


.menulist .menulistsub .menulistsign { 
	width:15px; margin-right:3px;
	background: url(../../images/warrow.gif) no-repeat left right; 
}

.menulist li.other a {
	background: none;
	color: #fff;
	font-weight: bold;
}
.menulist li.other .menulistsign {
}


/* -------------------------------------------------------------------- contentright */

#columntitle .titleb {
    background: url(../../images/titleb-gray.gif) repeat-x right top;
	top: -2px;
}
#columntitle .titlebl {
    background: url(../../images/titleb-gray.gif) repeat-x left top;
	text-indent: 15px;
	color: #333;
}

#columntitle a {
text-decoration:underline
}
#profile p {margin-bottom:10px}

#columntitle a:hover { }

.locationNavigation { position:absolute; right:5px; top:0px; }

#columncontent { padding:20px;}
#columncontent p { margin-bottom:12px; }


.category-contain:hover .category-left, .category-contain:hover .category {
		background-image: url(../../images/typical-red.gif);
}

.category {
    height: 30px;
    background: url(../../images/typical-black.gif) no-repeat right top;
}
	.category-left {
		height: 30px;
		text-align: left;
		text-indent:10px;
		background: url(../../images/typical-black.gif) no-repeat left top;
	}
	

.inquiry-block-contain {
	position: relative;
}
.inquiry-block-contain:hover .inquiry-block {
	width: 187px;
	height: 175px;
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 100;
	cursor: pointer;
    background: url(../../images/inquiry-block-cn.png) no-repeat left center;
}

/* -------------------------------------------------------------------- 首页样式 */

.home-colum .containbg {
	height: 32px;
    background: #e01919 url(../../images/title-bg.gif) no-repeat right top;
}
.home-colum #service span {color:#333;}

.home-colum .containbg-left {
	height: 32px;
	line-height: 32px;
	margin-right: 40px;
	font-size: 9pt;
	text-indent: 10px;
	text-align: left;
	text-indent:10px;
    background: #e01919 url(../../images/title-bg.gif) no-repeat left top;
}

.recommend .containbg-left {
	margin-right: 10px;
}

/*--------------------------------------------------------------------bottom 页面底部*/

#footer {
    margin-top: 6px;
}

#footer .containbg {
    height: 64px;
    background: url(../../images/footer-bg.gif) no-repeat right top;
}

#footer .containbg-left {
    height: 64px;
    background: url(../../images/footer-bg.gif) no-repeat left top;
	font-weight: normal;
}


}
/*******************************以下样式仅用于打印********************************/
@media print
{
}
