@charset "utf-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
}
body{
	background:#ccc url(../images/bg.jpg) top no-repeat;
	font-family: Arial, '微软雅黑';
	line-height:30px;
	font-size:14px;
	color: #414141;
}
h1{
	color:#2F1B0C;
	font-size:40px;
	margin:20px 0px 0px 20px;
}
span.reference{
	font-family:Arial;
	display:block;
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}
span.reference a{
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	margin:0px 20px;
}
span.reference a:hover{
	color:#ddd;
}
/* Booklet jQuery Plugin Style*/
.booklet{
	-moz-box-shadow:0px 0px 1px #fff;
	-webkit-box-shadow:0px 0px 1px #fff;
	box-shadow:0px 0px 1px #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.booklet .b-wrap-left  {
	background:#fff url(../images/left_bg.jpg) no-repeat top left;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.booklet .b-wrap-right {
	background:#efefef url(../images/right_bg.jpg) no-repeat top left;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.booklet .b-counter {
	bottom:10px;
	position:absolute;
	display:block;
	width:92%;
	height:20px;
	border-top:1px solid #bf745c;
	color:#222;
	text-align:center;
	font-size:12px;
	padding:5px 0 0;
	background:transparent;
	
	opacity:0.8;
}
.book_wrapper{
	margin:-320px auto 0 -500px;
	padding-top:25px;
	width:1000px;
	height:615px;
	/*position:relative;*/
	position:absolute;
	top:50%;
	left:50%;
	background:transparent url(../images/bg.png) no-repeat 9px 2px;
}
.book_wrapper dt{
	color:#13386a;
	margin:5px 5px 15px 15px;
	font-size:26px;
	background:transparent url(../images/h1.png) no-repeat bottom left;
	padding-bottom:15px;
}
.book_wrapper p{
	font-size:16px;
	margin:5px 5px 5px 15px;
}
.book_wrapper a.article,
.book_wrapper a.demo{
	background:transparent url(../images/circle.png) no-repeat 50% 0px;
	display:block;
	width:95px;
	height:41px;
	text-decoration:none;
	outline:none;
	font-size:16px;
	color:#555;
	float:right;
	line-height:41px;
	padding-left:47px;
	margin-top:20px
}
.book_wrapper a.demo{
	margin-left:50px;
}
.book_wrapper a.article:hover,
.book_wrapper a.demo:hover{
	background-position:50% -41px;
	color:#13386a;
}
.book_wrapper img{
	margin:0px 0px 0px 20px;
}
a#next_page_button,
a#prev_page_button{
	display:none;
	position:absolute;
	width:36px;
	height:61px;
	cursor:pointer;
	margin-top:-20px;
	top:50%;
	background:url(../images/left.png) no-repeat;
}
a#prev_page_button{
	left:-30px;
}
a#next_page_button{
	right:-40px;
	background:url(../images/right.png) no-repeat;
}
a#next_page_button:hover{
	background:url(../images/right1.png) no-repeat;
}
a#prev_page_button:hover{
	background:url(../images/left1.png) no-repeat;
}
.loading{
	width:160px;
	height:56px;
	position: absolute;
	top:50%;
	margin-top:-28px;
	right:135px;
	line-height:56px;
	color:#fff;
	padding-left:60px;
	font-size:15px;
	background: #000 url(../images/ajax-loader.gif) no-repeat 10px 50%;
	opacity: 0.7;
	z-index:9999;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#pic_10{border:none; box-shadow:0 0 0; width:300px; padding:30px 0 0 60px}

/*新加代码*/
#p1{ padding:10px 0 0 0px;}
#p2{ padding:10px 0 0 0px;}
#p3{ padding:10px 0 0 0px;}
#p4{ padding:10px 0 0 0px;}
#p5{ padding:10px 0 0 0px;}
#p6{ padding:10px 0 0 0px;}
#p7{ padding:10px 0 0 0px;}
#p8{ padding:10px 0 0 0px;}
#p9{ padding:10px 0 0 0px;}
#p10{ padding:10px 0 0 0px;}
#p11{ padding:10px 0 0 0px;}
#p12{ padding:10px 0 0 0px;}
#p13{ padding:10px 0 0 0px;}
#p14{ padding:10px 0 0 0px;}
#p15{ padding:10px 0 0 0px;}
#p16{ padding:10px 0 0 0px;}
#p17{ padding:10px 0 0 0px;}
#p18{ padding:10px 0 0 0px;}
#p19{ padding:10px 0 0 0px;}
#p20{ padding:10px 0 0 0px;}



a{ text-decoration:none; color:#5e0303;}
a:hover{ text-decoration:underline;}
