@charset "utf-8";
html
{
	font-family:"微软雅黑","黑体","宋体";
	background:none;
}
*{
	margin:0px auto;
}
img
{
	border:0px;
}
.container
{
	width:847px;
	padding:15px 0px;
}
.title
{
	text-align:left;
	font-weight:bold;
	font-size:16px;
	line-height:32px;
	color:#039;
}
.content
{
	
	width:800px;
	float:left;
	position:absolute;
	z-index:1;
}
.menu
{
	width:849px;
	float:left;
	position:fixed;
	top:50px;
	z-index:2;
	padding-left:10px;
	
}
.menuBtn
{
	position:fixed ;
	left:800px;
	top:80px;
}
.directory
{
	width:30px;
	margin-top:10px;
	border:1px solid #999;
	cursor:pointer;
}
.directory:hover
{
	border:1px solid #333;
}
.turnPage
{
	width:32px;
	margin-top:10px;
}
.pre a
{
	background:url(../image/right.jpg) no-repeat;
	width:32px;
	height:136px;
	display:block;
}
.pre a:hover
{
	background:url(../image/rightOn.jpg) no-repeat;
}
.next a
{
	background:url(../image/left.jpg) no-repeat;
	width:32px;
	height:136px;
	display:block;
}
.next a:hover
{
	background:url(../image/leftOn.jpg) no-repeat;
}
.vertical{
	display:none;
}
.turnUp a
{
	background:url(../image/up.jpg) no-repeat;
	width:32px;
	height:136px;
	display:block;
}
.turnUp a:hover
{
	background:url(../image/upOn.jpg) no-repeat;
}
.turnDown a
{
	background:url(../image/down.jpg) no-repeat;
	width:32px;
	height:136px;
	display:block;
}
.turnDown a:hover
{
	background:url(../image/downOn.jpg) no-repeat;
}
.allPage
{
	width:30px;
	height:28px;
	border:1px solid #999;
	line-height:28px;
	text-align:center;
	background:#FFF;
	color:#999;
	margin-top:10px;
}
.nowPage
{
	width:30px;
	height:28px;
	border:1px solid #999;
	line-height:28px;
	text-align:center;
	background:#999;
	color:white;
	margin-top:10px;
}
.changePage
{
	background:#e6eaeb;
	width:30px;
	border:1px solid #999;
	height:80px;
	margin-top:10px;
	text-align:center;
}
.changePage input
{
	width:24px;
	padding:0px;
	margin:0px;
	text-align:center;
}
.jumpBtn
{
	font-size:10px;

}
.nowPage:hover
{
	border:1px solid #333;
}
	
/*目录*/
.directoryCon
{
	width:714px;
	background:#e8ecec;
	padding:30px 50px;
	border:1px solid #999;
	float:left;
	display:none;
	position:absolute;
	left:0px;
	z-index:4;
}
.direTitle
{
	text-align:center;
	font-size:18px;
	line-height:42px;
	font-weight:bold;
	width:700px;
}
.chapter
{
	font-size:16px;
	width:700px;
	border-bottom:1px solid #999;
	line-height:38px;
	cursor:pointer;
}
.sections
{
	padding-left:20px;
	font-size:14px;
	display:none;
}
.section
{
	line-height:32px;
}
.section a
{
	color:#333;
	text-decoration:none;
}
.readMole{
	width:33px;
	height:43px;
	background:url(../image/vertical.png) top left no-repeat;
}
.verticalMole{
	background:url(../image/transverse.png) top left no-repeat;
}
.turnOff{
	width:33px;
	height:43px;
	background:url(../image/turnOf.png);
}
.turnOn{
	background:url(../image/turnOn.png);
}
