body {
	background-color:#fff;
	padding:0;
	margin:0;
	color:#333;
	font-size:12px;
	font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", "Microsoft YaHei", STHeiti;
}
a, a:hover, a:active {color:#999; text-decoration:none;}
a:hover {text-decoration:underline;}
.wrapper {
	width:1280px;
    margin:0 auto;
	padding:10px;
}
.banner{
	width:100%;
    margin:10px auto;
    text-align:right;  	
}
.top-logo-bsjz{
    width:1280px;
    height:260px;
    margin:0 auto;
    text-align: center;
	background-image:url("/images/top-pc.jpg");
	background-size: cover;
}
.top-logo-bsjz img{
    height:60px;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
.logo{
    width:100%;
    height:180px;
    margin:0 auto;
    text-align: center;
	background-image:url("/images/top.jpg");
	background-size: cover;
}
.logo img{
    height:60px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}
.main {
	background-color:#fff;
	border-top: 3px solid #e9c746;
	padding-bottom:25px;
	box-shadow: 0 10px 6px -6px #bbb;
	-moz-box-shadow: 0 10px 6px -6px #bbb;
	-webkit-box-shadow: 0 10px 6px -6px #bbb;
}
.title {
	text-align:center;
	font-size:26px;
	color:#2a8c2a;
}
.title p{
    font-size:14px;
}
.content .item{    
  	padding: 20px 0;
}
.content .item img{
  	width:100%;
  	border:1px solid #000;
  	margin-bottom:20px;
}
.content .item .t{
    font-size:16px;
    font-weight: bold;
}
.content .item .desc{
    font-size:14px;
}
.content .link {
	color:#e9c746; 
	text-decoration:underline;
}
.footer {
	float:left;
	width:1280px;
	border-top:1px solid #ddd;
	padding-top:20px;
	font-size:14px;
	font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB";
	text-align: center;
	color: #999;
	padding-bottom: 20px;
}
.book{
	width:940px;
	float:left;
    padding:20px;
	background-color: #f2f2f2;	
}
.book .title{
	text-align: center;
	font-size:36px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	color:#ef5112;
	padding:30px ;
	border-bottom: 3px solid #e9c746;
}
.book .content{
	line-height: 30px;
	font-size:18px;
	text-align: left;
	padding: 0 10px;
}
.book .content p{
	line-height: 30px;
	font-size:18px;
}
.book .content .pre{
	color: #0088cc;	
	margin:0;
	text-align: center;
}
.book .content .t1 {
	color: #0088cc;
	margin: 0;
}
.book .content p b{
	font-weight:normal;
	color:red;
}
.book .author{
	font-size: 12px;
	color:#aaaaaa;
}
.book H2{
	text-align: center;
	font-size:28px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	color:#000000;
	padding-bottom:20px ;
	border-bottom: 3px solid #EEEEEE;
}
.demo p{
	color: #9e9e9e;
	font-size:12px;
	line-height: 24px;
}
.navigation{
	width:280px;
	Position:fixed;	
	margin-left: 980px;
	z-index: 999;
	bottom:0;
	background-color: #FFFFFF;	
	Border-radius:50px;	
}
.navigation ul{	
	list-style-type: none;
	padding: 20px 0;
	margin: 0px;	
}
.navigation img{
	width:100%;
}
.navigation ul li{
	height:38px;
	line-height:38px;;
	border-top: 1px solid #EEEEEE;
	font-size:18px;
	text-align: left;
	padding-left: 50px;
}
.navigation ul a, a:active {
	color:#555555; 
	text-decoration:none;
}
.navigation ul li:hover{
	background-color:#ca4545;;
	border: 1px solid #fff;
}
.navigation ul a:hover {
	color:#fff; 
	font-size:24px;
}