/* css 初始化*/
body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,p,
#main,#header,#content,#footer{ margin:0; padding:0; }
body { background:#fff; 
	color:#555; font-size:12px; 
	font-family: "microsoft yahei", Verdana, Geneva, sans-serif !important; 
}
td,th{ font-size:12px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
a { color:#555; text-decoration:none; }
a:hover { text-decoration:underline; }
img { border:none; }
ol,ul,li { list-style:none; }
/*页头*/
#main{
	width:100%;
	position: relative; 
}
#main .car{
	position:fixed;
	top:180px;
	right:0px;
	width:53px;
	height:216px;
	z-index: 500;
}
#main .car>div{
	width:100%;
	height:53px;
	background-color:#ff8e00;
	margin-bottom: 3px;
}
#header{
	width:100%;
	background: url(../images/header_bg.gif) no-repeat ;
	padding:6px 0 70px 0;
}
#header .bg_Picture{
	width: 100%;
	float:left;
}
#header .nav{
	width:1260px;
	margin:0 auto;
	z-index: 10;
	}
#header .nav .tab{
	width:100%;
	height:35px;
}
#header .nav .tab p{
	width:40%;
	display: inline-block;
	color: #f7883a;
	margin:1px 0  0 20%;
}
#header ul{
	float:right;
	list-style: none;
	display: inline-block;

}
#header ul li{
	list-style: none;
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	border-right:2px solid #cadfee;
}
#header ul li a{
	color:#fff;
	font-size: 12px;
	font-weight: bold;
}
#header .nav .logo{
	width:100%;
	height:55px;
	line-height: 55px;
	vertical-align:bottom;
	position: relative;
}
#header .nav .logo .logo_p{
	float:left;
	margin-top: 19px;
}
/*#header .nav .logo .logo_p>div{
	max-width: 216px;
	min-width: 42px;
	height: 42px;
	display: inline-block;
	max-height: 42px;
	float: left;
	margin:10px 8px 0 0;
}*/
#header .nav .logo img{
    float: left;
    margin-top: 4px;
    margin-right: 5px;
    max-height: 90px;
    width: 261px;
    position:absolute;
    top:-13px;
}
#header .nav .logo b{
	font-size:35px;
	color:#0c6eb5;
	margin-left: 190px;
}
#header .nav .logo .search{
	float:right;
	height:35px;
	line-height: 35px;
	position:absolute;
	right: 0;
	bottom: -10px;
}
#header .nav .logo .search a{
	display:inline-block;
	width:132px;
	height:35px;
	background-color: #679ecc;
	text-align: center;
	font-size: 13px;
	color:#fff;
	position: absolute;
	top:0;
	right:0;
	padding-left: 20px;
	font-weight: bold;
	background: -ms-linear-gradient(top, #9cbfdf,#699fcd);        /* IE 10 */
	background:-moz-linear-gradient(top,#9cbfdf,#699fcd);/*火狐*/ 
	background:-webkit-gradient(linear,#9cbfdf,#699fcd);/*谷歌*/ 
	background: -webkit-gradient(linear, #9cbfdf,#699fcd);      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top,#9cbfdf,#699fcd);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top,#9cbfdf,#699fcd);  /*Opera 11.10+*/
}
#header .nav .logo .search a img{
	width:15px;
	height:15px;
	line-height: 20px;
	top:0px!important;
	left:34px!important;
}

#header .nav .logo .search>div{
	margin-right: 136px;
}
#header .nav .logo .search select{
	width:90px;
	height:35px;
	margin:0 -4px 0 2px;
	border:none;
	color:#286fa1;
	padding-left: 7px;
	font-weight: bold;
	font-size: 13px;
	background-color: #e6eff5;
}

#header .nav .logo .search input{
	display:inline-block;
	width:270px;
	height:35px;
	border:none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-left: 22px;
	background-color: #e6eff5;
	margin:0;
}
#main_Nav{
	width:100%;
	border-bottom: 3px solid #caddee;
	-webkit-box-shadow: 0 2px 0 #ebf2f9; 
    -moz-box-shadow: 0 2px 0 #ebf2f9; 
    -o-box-shadow: 0 2px 0 #ebf2f9; 
    -ms-box-shadow: 0 2px 0 #ebf2f9; 
     height: 32px;
    position: absolute;
    top: 132px;
}

#main_Nav .guld{
	margin:0 auto;
	width:1260px;
	
	top:140px;
}
#main_Nav .guld ul{
	list-style: none;
}
#main_Nav .guld ul li{
	list-style: none;
	float: left;
	width:250px;
	margin-left: 45px;
	text-align: center;
	font-weight: bold;

}
#main_Nav .guld ul li.us{
	display: none;
}
#main_Nav .guld ul li a{
	color:#07639a;
	font-size: 18px;
	padding:8px 40px;
	text-align: center;
	text-decoration: none;
}

.common_active{
	border-bottom:3px solid #07639a;
	padding-bottom:9px;
}
.link_active{
	background-color:#4894c2;
	border:1px solid #4894c2;
	color:#fff;
	text-decoration: none;
}
/*页脚*/
#footer{
	width:100%;
	background: url(../images/footer_bg.jpg) no-repeat;
	clear:both;
	height:200px;
	position: relative;
}
#footer .we{
	margin:0 auto;
	width:100%;
	border-top:3px solid #e5e5e5;
}
#footer .we>div{
	margin-top: 30px;
	width:1260px;
	margin:30px auto 0 auto;
	font-weight: bold;
}
#footer .we div ul{
	width:80%;
	display: block;
	margin:0 auto;
}
#footer .we ul li{
	float:left;
}
#footer .we ul li a{
	display: inline-block;
	border-right: 2px solid  #e5e5e5;
	text-align: center;
	width: 160px;
}
#footer .we p{
	display: block;
	margin:0 auto;
	width:500px;
	text-align: center;
}

.title_active{
	background:#fff;
	color:#0971b8 !important;
	border:1px solid #6ea2cf;
	border-bottom: 1px solid #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.yin{display:none;}
.xian{display:block;cursor: pointer}
#content .number{	
	font-weight: bold;
	width: 1260px;
	margin: 0 auto;
}
#content .number ul {
	margin: 0 auto;
	zoom:1;
	float:left;
	text-align: center;
	width: 100%;
}
#content .number ul li{
	margin-right: 6px;
	display: inline-block;

	height: 34px;
	line-height: 34px;
	background: #F5F7FA;
	border-radius: 4px;
	}
#content .number ul .active{
	background-color: #303133;
    color: #fff;
    text-decoration: none;
}
#content .number ul .active>a{
	color:#fff;
}
#content .number ul li.controls{
	margin-bottom:10px; 
	bottom:-37px;
	left:604px;
}
#content .number ul li input{
	padding:4px 5px;
	width:36px;
	border: 1px solid #eeeeee;
}
#content .number ul li a{
	padding:3px 10px;

}
#content .list .book_list .all {
	position: relative;
	margin-top: 45px;
}
#content .list .book_list .all>span{
	position: absolute;
	right: 0;
	bottom: 1px;
}
#content .list .book_list .all>input{
	width:500px!important;
}
p.node_text {
	font-size: 13px;
	font-family: AlibabaPuHuiTiM;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    
    max-width: 184px;
}
p.node_count {
	font-size: 13px;
	font-family: AlibabaPuHuiTiM;
    display: inline-block;
    height: 14px;
     overflow: hidden;
}
.ztree li span {
    line-height: 13px!important;

}

.list .book_list .book p.empty{
	 text-align: center;
    font-size: 20px;
    color: red;
    margin-top: 145px;
    margin: 230px 0;
    margin-left: 50%;
    width: 500px;
}
#content .list .book_name_box .book_name ul a.author_button,#content .list .book_name_box .book_name ul a.publish_year,
#content .list .book_name_box .book_name ul a.company_button{
    min-width: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-height: 34px;
    max-width: 75px;
    white-space: nowrap;
    text-align: left;
}
li.xian a:nth-child(2) {
    float: right;
    text-align: left;
}
.collage p{
	text-align: left!important;
}
#content .tittle.exhibition {
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
    border: none;
    width: 750px;
}
#content .exhibition b,#content .exhibition p,#content .exhibition img{
	margin: 10px 0;
	display: block;
	width: 100%;
}
#content .exhibition img{
	margin: 10px 0;
	float: left;
	width: 630px;
	padding: 8%;
}
#content .exhibition b.quotes{
	float: left;
	margin: 5% 0;
}
.book_mark{
	width:890px;
	height: 360px;
	border-bottom:  1px solid #75a7d1;
	display: inline-block;
}
.book_mark .book_box{
	width: 853px;
	margin-left: 38px;
	position: relative;
}
.downBox{
	width: 100%;
}
.downKuang{
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 200;
    margin:0 auto;

}
.downKuang p.kuangDown{
	font-size: 30px;
    font-weight: bold;
    color: red;
    margin-top: 10px;
    display: inline-block;
    margin-left: 124px;

}
.downKuang a.close{
	float: right;
    margin-right: 14px;
    margin-top: 22px;
}
.downKuang div{
	width: 440px;
    margin: 0 auto;
    margin-top: 18%;
    background-color: #ffffff;
    z-index: 201;
    height: 130px;
    padding-top: 25px;
	color : black;
	border-radius: 6px;
}
.downKuang div p{
	font-size: 14px;
    margin: 7px 0 18px 28px;
    width: 420px;
}
.downKuang div a.sure{
	display: block;
    padding: 8px 4px;
    margin: 0 auto;
    width: 22%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #e57b18;
    border-radius: 5px;
    margin-top: 5px;
}
    
.downKuang div p:nth-child(3){
	margin-top:12px;
}
.downKuang div p a{
	color: #00b1f1;
	text-decoration:underline;
}
.book_face{
	width:252px;
	height:344px;
	float: left;
	display: inline-block;
}
.book_face img{
	width:252px;
	height:344px;
}
.book_introduction{
	width:554px;
	height:350px;
	display: inline-block;
	margin-left:46px; 
	position: relative;
}
#content .list .book_introduction p{
	width:490px;
	display: inline-block;
	font-size: 13px;
	overflow-y: hidden;
	color:#666;
	font-weight: 200;
}
.book_introduction p span{
	margin-left: 6px;
	color:#999;
	
}
.book_introduction a.book_name{
	font-size: 20px;
	height: 36px;
	display: inline-block;
	color: #36c;
	padding: 0;
	padding-top: 5px ;
	overflow:hidden; 
	width:550px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.book_introduction p.Ch_name a{
	padding: 0;
	color: #666;
}
.book_introduction p.book_author a{
	padding: 0;
	color: #666;
}
.book_introduction p.Ch_name a:hover,
.book_introduction p.book_author a:hover{
	color:red;
}
.book_introduction p{
	height: 25px;
	width:550px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
	overflow: hidden;
}
.book_introduction p span{
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.book_introduction p.score{
	height: 25px;
}
.book_introduction p.score img{
	width:142px;
	height: 20px;
}
.book_introduction a{
	color:#fff;
	margin-right:18px;
	font-size: 13px; 
	padding: 13px 24px;
	cursor: pointer;
}
.book_introduction a.read{
	background-color: #6cbf6c;
	position: absolute;
	bottom: 30px;
	left: 0px;
}
.book_introduction a.load{
	background-color: #4894c2;
	position: absolute;
	bottom:30px;
	left: 135px;
}
.book_introduction a.collect{
	padding: 13px 30px;
	background-color: #ff8e00;
	position: absolute;
	bottom:30px;
	left: 280px;
}
p.suojin{
	text-indent: 2em;
	text-align:left;
}
.content_main .tittle b{
	font-size:20px;
	display:block;
}

.card-item{
	padding-right:18px;
	height: 24px;
	background: #F5F7FA;
	color: #E06D00;
	position: relative;
	margin-right: 15px;
	display: none;
}
.triangle-bottomright{
	width: 0;
	height: 0;
	border-bottom: 20px solid #E06D00;
	border-left: 20px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
.close-img{
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
.card-content{
	line-height: 24px;
	text-align: center;
}