/* 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;}

/*内容区域*/


/*下面是滑块竖线宽度颜色  宽度扣153px（原按键宽度），后宽度又加100px*/
.tabmain{width:578px;height:334px;margin:30px auto;border-right:3px solid #D1DF91; border-top:none;border-left:none;border-bottom:none;}
/*图片按键 增加宽度*/
 .tabmain .tabGroup{float:left;width:636px;height:auto; z-index:3;}
/*下面是按键 增加背景图*/
.tabmain .tabGroup li{
	height:99px;
	line-height:20px;
	padding-left:0px;
	text-align:center;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	font-size:15px;
	font-family:'Microsoft yahei';
	font-weight:bold;
	color:#125c36;
	background-image: url(../images/2-01-01.png);
	width: 99px;
	margin-right: 6px;
	background-repeat: no-repeat;
	float: left;
}
/*下面是按键 增加背景图*/
.tabmain .tabGroup li.selectedTab{
	padding-left:0px;
	color:#125c36;
	font-weight:bold;
	background-image: url(../images/3-01-01.png);
	
	background-repeat: no-repeat;
	float: left;
	height: 99px;
	width: 99px;
	margin-right: 6px;
	text-align: center;
}
.tabmain .tabContent{
	padding:10px 20px;
	color:#777;
	min-height:384px;
	
	
}
.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:#edaf18;font-weight:bold;}
.tabContent dd img{display:block;}
/*原有 左侧 tab按键菜单样式 必须删除 才不会在ie7 出现 滑块下滑bug*/
/*.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;}*/
/*下面是内文显示区域+100px 再设置左外边距30px 下面高度越小 原型图片 离上方 内容文件越近*/
#container{
	float:left;
	width:506px;
	height:304px;
	
	overflow:hidden;
	
	
}
#container0{
	float:left;
	width:70px;
	overflow:hidden;
	height:304px;

	
}
/*下面是滑块*/
#slider{position:absolute;top:0px;right:0;width:6px;border-radius:6px;background:#3E8467;cursor:pointer;}
/*下面是滑块定位*/
#sliderParent{
	position:absolute;
	left:-1px;
	height:0;
	width:583px;
	z-index:999;
	top: 1px;
}
#outerWrap{position:relative;z-index:999}
