/* reset */
*{margin:0;padding:0;}
body{font:12px/1.7 Tahoma,\5B8B\4F53;-webkit-text-size-adjust:none;background-color:#fff;overflow-x:hidden;}
h1,h2,h3,h4,h5,h6{*font-size:100%;font-weight:400;}

ol,ul,li{list-style:none outside;}


/*内容区域*/


/*下面是滑块竖线宽度颜色  左边增加75 右边增加214  这里由589+289=878  高度增到520*/
.tabmain{
	width:878px;
	height:500px;
	
	border-right:3px solid #D1DF91;
	border-top:none;
	border-left:none;
	border-bottom:none;
	float: left;
	margin-top: 14px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

/*下面是按键 宽度153改228  增加75px  */
 .tabmain .tabGroup{float:left;width:228px;height:auto; z-index:3;}
 .tabGroup{margin-top: 164px;}
/*下面是按键 增加背景图*/
.tabmain .tabGroup li{
	height:42px;
	line-height:42px;
	padding-left:8px;
	text-align:left;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	font-size:14px;
	font-family:'Microsoft yahei';
	font-weight:bold;
	color:#125c36;
	background-image: url(../images/aj33.png);
	background-repeat: no-repeat;
}
/*下面是按键 增加背景图*/
.tabmain .tabGroup li.selectedTab{
	padding-left:10px;
	color:#fff;
	font-weight:bold;
	background-image: url(../images/aj44.png);
	
	background-repeat: no-repeat;
}
/*下面是 文字内容 内边距 上下10 左右20  改 左50  高度由384加到520后 不会显示其他栏目内容 */
.tabmain .tabContent{padding:10px 10px 10px 50px;               color:#777; min-height:500px;}
.tabContent p a{margin-right:15px;text-decoration:none;text-align:center;color:orange; font-weight:bold;}
.tabContent h3{margin-bottom:5px;background:orange;color:#fff;font-size:14px;font-weight:bold;line-height:28px;text-align:center;}
.tabContent dl{line-height:22px;margin-bottom:10px;}
.tabContent dt{color:#84bb3c;font-weight:bold;}
.tabContent dd img{display:block;}
/*下面是原有的左边线宽度3改0*/
.tabmain .blueline{position:absolute;top:0px;left:0px;width:0px;height:48px;background:#F9C04B;overflow:hidden;}

.tabContent .witness p{position:relative;padding-left:20px;}
.tabContent .witness p em{color:orange; font-weight:bold;}
.tabContent .witness p a{color:#666;font-weight:normal;display:block; line-height:24px; text-align:left;}
.tabContent .witness p a:hover{background-color:#efefef;}
.tabContent .witness p .ele{left:0px;}
/*下面是右侧文字内容框宽度 436 改 650 增加214   由于文字左内边距增加20 所以这里宽度扣20  高度增加到520

ie7 文字内容溢出 添加position:relative; 可解决  */
#container{position:relative; float:left;width:630px;height:520px;overflow:hidden;}
/*下面是滑块*/
#slider{position:absolute;top:0px;right:0;width:6px;border-radius:6px;background:#3E8467;cursor:pointer;}
/*下面是滑块定  594+289=883位*/
#sliderParent{position:absolute;left:0;height:0;width:883px;z-index:999;}
#outerWrap{position:relative;z-index:999}
