body {
	background-color:#fff;
	padding:0;	
	margin-top:52px;
	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 {
    margin:0 auto;
	padding:10px;	
}
.banner{
	width:100%;
    margin:10px auto;
    text-align:right;  	
}
.top-logo-bsjz{
    width:100%;
    height:180px;
    margin:0 auto;
    text-align: center;
	background-image:url("/images/bsjz.jpg");
	background-size: cover;
}
.top-logo-bsjz img{
    height:60px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}
.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;
}
.wrapper .fx{
	padding:0;
	float:left;
	padding-bottom: 20px;
}
.wrapper .fx img{
	width:100%;
}
.footer {
	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:100%;
    margin:10px auto;
}
.book .title{
	text-align: center;
	font-size:24px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	color:#ef5112;
	padding-bottom:20px ;
	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 .t1 {
	color: #0088cc;
	margin: 0;
}
.book .content .pre{
	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;
}
.icon{	
	position: fixed;
	top:20px;
	right:20px;	
	z-index:9999;
	width:30px;
	float: right;
}
.icon img{
	width:30px;
}
.menu{
	background-color:#ffffff;
	width:100%;
	z-index:9998;
	display: none;
	min-height:90vh;
}

.menu ul{	
	list-style-type: none;
	padding: 20px;
	margin: 0px;
	margin-top: 30px;
}
.menu ul li{
	height:38px;
	line-height:38px;;
	border-top: 1px solid #EEEEEE;
	font-size:18px;
	text-align: left;
}
.menu ul a, a:hover, a:active {
	color:#00b000; 
	text-decoration:none;
}
.demo p{
	color: #9e9e9e;
	font-size:12px;
	line-height: 24px;
}
.top-navbar{
	height: 52px;
    width: 100%;
    background-color: #f8f8f8;
    top: 0;
    position: fixed;
	display: flex;
}
.top-navbar img{
	width:26px;
	height:26px;
	padding-top:13px;
}
.top-navbar .top-home{
	height:52px;
	width:52px;
	padding-left:13px;
}
.top-navbar .top-list{
	height:52px;
	width:52px;
	right: 0;
    position:inherit;
}
.top-navbar .top-list img{
	padding-left:13px;
}