@charset "utf-8";
/* 搜索主体页*/
/*布局*/
#headBox {
	clear:both;
	background:url(../../image/search/top_bg.gif) repeat-x;
	height:25px;
	line-height:25px;
	padding-right:10px;
	text-align:right;
	color:#003366;
}
#headBox a {
	color:#003366;
}
#topBox {
	clear:both;
	margin:30px 0 30px 0;
}
#logoBox {
	float:left;
	margin:0 0 0 50px;
	text-align:center;
}
#rollBox {
	float:right;
	height:60px;
	line-height:60px; 
	width:220px;
	background: url(../../image/search/roll_bg.gif) no-repeat;
	margin:0 50px 0 0;
	text-align:center;
	font-size:14px;
}
/*Search Box*/
#searchBox form {
	text-align:center;
}

/*Bottom*/
#bottomBox {
	clear:both;
	margin-top:100px;
}
#bottomBox a {
	color: #233774;
}
#corpNav {
	width:100%;
	text-align:center;
}
#corpNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#corpNav ul li {
	display:inline;
	margin:0;
	padding:0 3px 0 7px;
	border-left:1px #CCCCCC solid;
}
#corpNav ul li.firstLi {
	border-left:0;
}
#sysInfo {
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
}

/*tabPanel2*/
.tabPanel2 {
	clear:both;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.tabPanel2 .tabGroup {
	position: relative;
	top: 1px;
	height:34px;	
	height:100%;
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.tabPanel2 li {
	float: left;
	height:34px;
	line-height:34px;
	cursor: pointer;
	margin: 0 5px 0 5px;
	font-size:14px;
}
.tabPanel2 li a {
	display:block;
	_float:left;
	height:auto;
	padding:0 25px 0 25px;
	color:#003366;
}
.tabPanel2 li {
	background:url(../../image/tabPanel/tabPanel2/tab_bg1.gif) no-repeat left;
	border-bottom:1px #A4C8EB solid;
}
.tabPanel2 li a {
	background:url(../../image/tabPanel/tabPanel2/tab_bg2.gif) no-repeat right;
}
.tabPanel2 .tabSelected {
	background:url(../../image/tabPanel/tabPanel2/tabSelected_bg1.jpg) repeat-x left;
	border-bottom:1px #FFFFFF solid;
}
.tabPanel2 .tabSelected a {
	background:url(../../image/tabPanel/tabPanel2/tabSelected_bg2.jpg) no-repeat right;
}
.tabPanel2 .tabContentGroup {
	clear: both;
	border:1px #A4C8EB solid;
	background:#eff6fe;
	text-align:center;
	padding:20px 0 20px 0;
}
.tabPanel2 .tabContent {
	padding: 4px;
}