/*
除首页、集团介绍外，其他页面可以共享该部分css，布局请参考solutionControl.asp页面
begin------------------------------------------------------------------------------------*/
#mainContent{
	position:relative;/*使左导航栏相对于mainContent定位*/
}
#leftNav{
	position:absolute;/*脱离正常文本流相对定位*/
	top:0;
	left:0;
	width:200px;
}
#rightContent{
    float:right;
	width:760px;
}
#innerRightContent{
	border-left:2px solid #d1d1d1;
	/*兼容ie6的min-height 样式*/
	min-height:700px;
	height:auto !important;
	height:700px;
}
/*左边导航开始----------------------------------------------*/
#leftNav h1{
	background:url(../images/招纳贤士18副本.jpg) repeat-x;
	font-size:14px;
	text-indent:18px;
	height:23px;
	line-height:23px;
}
div.sdmenu div {
	background: url(../images/firstMemu_unselect.jpg) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../images/firstMenu.jpg) repeat-x;
}
div.sdmenu div.collapsed {
	height: 27px;
}
div.sdmenu div span {
	display: block;
	height:27px;
	line-height:27px;
	text-indent:25px;
	color:#0099B8;
	font-weight:bold;
	background:url(../images/expandedMenubg.jpg);
	cursor: default;
}
div.sdmenu div.collapsed span {
	font-weight:normal;
	color:#000000;
	background:url(../images/collapsedMenubg.jpg);
}
div.sdmenu div a {
	display: block;
	height:29px;
	line-height:29px;
	background: url(../images/thirdMenu.jpg) repeat-x;
    text-indent:40px;
}
div.sdmenu div a.current {
}
div.sdmenu div a:hover {
	color: #2B74A3;
	text-decoration: none;
}
/*左边导航结束-----------------------------------------------------------------------*/
/*end--------------------------------------------------------------------------------*/

/*面包屑*/
.crumb{
    background:url(../images/map_bg.jpg) repeat-y;
    height:23px;
    line-height:23px;
    text-indent:25px;
}
.contentTitle{
	margin:20px 0 10px 14px;
	height:23px;
	padding:8px 0 0 10px;
    border-top:1px solid #E3E3E5;
	border-bottom:1px solid #0099B8;
	background:#F9F9F9;
}
.contentTitle span{
	font-size:14px;
	font-weight:bold;
}
.contentWord,.caseWord{
	margin:10px 30px 0 30px;
}
.serviceToFF{
    min-height:500px;
    height:auto!important;
    height:500px; 
    margin-top:-319px; 
}