@charset "utf-8";
/* Index页的布局及特定样式*/
/*tabPanel 全局样式*/
.tabHidden {
	display:none;
}
.tabVisible {
	display:block;
}

/*mainBox*/
.mainBox1 {
	clear:both;
	margin-bottom:12px;
	padding:10px 5px 0 0;
	background:#D9EBFF;
}
.mainBox1 .mainBox11 {
	float:left;
	width:66%;
}
.mainBox1 .mainBox12 {
	float:right;
	width:33%;
}
.mainBox2 {
	clear:both;
	margin-bottom:6px;
}
.mainBox2 .mainBox21 {
	float:left;
	width:67%;
}
.mainBox2 .mainBox22 {
	float:right;
	width:32%;
}

.mainBox3 {
	clear:both;
	margin-top:6px;
	margin-bottom:6px;
}
.mainBox3 .mainBox31 {
	float:left;
	width:32%;
}
.mainBox3 .mainBox32 {
	float:left;
	width:36%;
	margin-left:1%;
}
.mainBox3 .mainBox33 {
	float:right;
	width:30%;
}

/*tabPanel10*/
.tabPanel10 {
	clear:both;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.tabPanel10 .tabHead {
	position: relative;
	top: 1px;
	height:29px;
	background:url(/image/tabPanel/tabPanel10/headLeft.gif) no-repeat;	
}
.tabPanel10 .tabHead .headLeft {
	float:left;
	width:5%;
	height:29px;
}
.tabPanel10 .tabHead .headRight {
	float:right;
	width:5%;
	height:29px;
	background:url(/image/tabPanel/tabPanel10/headRight.gif) right no-repeat;
}
.tabPanel10 .tabGroup {
	float:left;
	width:88%;
	height:100%;
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.tabPanel10 .foot {
	height:14px;
	background:url(/image/tabPanel/tabPanel10/footLeft.gif) bottom left no-repeat;	
}
.tabPanel10 .foot .footLeft {
	float:left;
	height:14px;
}
.tabPanel10 .foot .footRight {
	float:right;
	width:10%;
	height:14px;
	background:url(/image/tabPanel/tabPanel10/footRight.gif) bottom right no-repeat;	
}
.tabPanel10 li.tab,.tabPanel10 li.tabSelected {
	float: left;
	height:26px;
	line-height:26px;
	margin:3px 0;
	font-weight:bold;
	cursor: pointer;
}
.tabPanel10 .tab a {
	color:#003366;
}
.tabPanel10 li.tab a,.tabPanel10 li.tabSelected a {
	display:block;
	_float:left;
	height:auto;
	padding:0 25px 0 25px;
}
.tabPanel10 .tabSelected {
	background:url(/image/tabPanel/tabPanel10/tabSelected1.gif) no-repeat;
	border-bottom:1px #FFFFFF solid;
}
.tabPanel10 .tabSelected a {
	background:url(/image/tabPanel/tabPanel10/tabSelected2.gif) right no-repeat;
	color:#000000;
}
.tabPanel10 .tabContentGroup {
	clear: both;
	border-left:1px #86A9CE solid;
	border-right:1px #86A9CE solid;
	height:200px;
}
.tabPanel10 .tabContent {
	padding: 6px;
	line-height:1.5;
}
.tabPanel10 .title {
	float: left;
	height:27px;
	font-size:12px;
	line-height:27px;
	font-weight:bold;
	color:#003366;
	padding-left:10px;
	margin: 0px;	
}
.tabPanel10 .tabContent .tdtext {
	font-weight:bold;
}


.vTabPanel4 {
	clear:both;
	height:auto;
	background:#D9EBFF;
}
.vTabPanel4 .tabGroup {
	clear:both;
	position:relative;
	left:1px;
	top:auto;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	margin-top:15px;
	margin-bottom:15px;
}
.vTabPanel4 .tabGroup li.tab, .vTabPanel4 .tabGroup li.tabSelected, .vTabPanel4 .tabGroup li.tabHover {
	position: relative;
	float:none;	
	height:32px;
	line-height:32px;
	margin:0 0 5px 0;
	padding:0;
	cursor:pointer;
	list-style-type: none;
}
.vTabPanel4 .tabGroup li.tab a, .vTabPanel4 .tabGroup li.tabSelected a, .vTabPanel4 .tabGroup li.tabHover a {
	display:block;
	float:none;
	width:auto;
	height:32px;
	line-height:32px;
	text-align:left;
	padding:0 5px 0 5px;
}
.vTabPanel4 .tabGroup li a img {
	margin:3px 12px 3px 10px;
}
.vTabPanel4 .tabGroup .tab {
	border-right:1px #A7C9E2 solid;
}
.vTabPanel4 .tabGroup .tab a {
	background:url(/image/tabPanel/tabPanel11/01.jpg) right no-repeat;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.vTabPanel4 .tabGroup .tabSelected {
	border-right:1px #F3F7FF solid;
}
.vTabPanel4 .tabGroup .tabSelected a {
	background:url(/image/tabPanel/tabPanel11/02.jpg) right no-repeat;
	font-size:12px;
	color:#3C6CD8;
	font-weight:bold;
	text-decoration:none;
}
.vTabPanel4 .tabGroup .tabHover {
	background:#F4F3EF;
	border-right:1px #F3F7FF solid;
}
.vTabPanel4 .tabGroup .tabHover a {
	background:#F4F3EF;	
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.vTabPanel4 .tabContentGroup {
	background:#F3F7FF;
	padding:0;
	margin:0;
}
.vTabPanel4 .tabContentGroup .head {
	clear:both;
	width:100%;
	height:5px;
	font-size:0;
	background:url(/image/tabPanel/tabPanel11/head2.gif) top repeat-x;
}
.vTabPanel4 .tabContentGroup .headLeft {
	float:left;
	width:8px;
	height:5px;
	font-size:0;
	background:url(/image/tabPanel/tabPanel11/head1.gif) left top repeat-x;
}
.vTabPanel4 .tabContentGroup .headRight {
	float:right;
	width:8px;
	height:5px;
	font-size:0;
	background:url(/image/tabPanel/tabPanel11/head3.gif) right top repeat-x;
}
.vTabPanel4 .tabContentGroup .foot {
	clear:both;
	width:100%;
	height:5px;
	font-size:0;
	background:url(/image/tabPanel/tabPanel11/foot2.gif) bottom repeat-x;
}
.vTabPanel4 .tabContentGroup .footLeft {
	float:left;
	width:8px;
	height:5px;
	font-size:0;
	background:url(/image/tabPanel/tabPanel11/foot1.gif) left bottom repeat-x;
}
.vTabPanel4 .tabContentGroup .footRight {
	float:right;
	width:8px;
	height:5px;
	font-size:0;
	background:url(/image/tabPanel/tabPanel11/foot3.gif) right bottom repeat-x;
}
.vTabPanel4 .tabContentGroup .main {
	clear:both;
	float:left;
	width:99.6%;
	border-left:1px #A7C9E2 solid;
	border-right:1px #A7C9E2 solid;
	height:205px;
}
.vTabPanel4 .tabContentGroup .tabContent {
	width:100%;
	margin:10px;
	line-height:2.2;
}
