.book_banner{	
	position: relative;	
}
.book_banner_bg{
	background: #000;
	height: 408px;
}
.book_menu{
	position: absolute;
	background: rgba(0,0,0,.5);
	width: 204px;
	height: 408px;
}
.book_menu h2{
	background: url("../images/icon_home.png") no-repeat 40px center;
	padding-left: 80px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
}
.book_menu li a.title {
    position: relative;
    display: block;
    padding-left: 45px;
    height: 66px;
    line-height: 66px;
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    background: url("../images/menu_arrow.png") no-repeat 150px 25px;
}
.book_menu li a.title:hover, .book_menu li a.active{
    background: rgba(254,0,0,.5) url("../images/menu_arrow.png") no-repeat 150px 25px;
}
.book_wellcome{
	height: 50px;
	background:#000;
	position: absolute;
	left:204px;
	width: 1000px;
	font-size: 18px;
	font-weight: lighter;
	line-height: 50px;
	text-indent: 20px;
	color: #fff;	
}
.news2 .book_news{
	width: 260px;
	margin-right: 17px;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px 15px 0;
  float: left;
}
.book_code{
	border-top: 1px solid #ccc;
	text-align: center;
	padding-top: 30px;
}
.book_code h3{
	color: #070707;
	font-size: 18px;
	margin-top: 10px;
	border: none;
}
.book_code p{
	color: #999;
	font-size: 13px;
	margin:0 0 25px;
}

.book_tj{
	width: 920px;	
	float: right;	
	border:1px solid #ddd;
}
.book_tj .book_list a{
	width: 206px;
	overflow: hidden;
	margin-bottom: 20px;
}
.book_tj .book_list a:first-child{
	margin-left:0;
}
.news2 .book_tj1{
	background: #fff;
	padding: 10px 20px;
  box-sizing: border-box; 
  overflow: hidden;   
}
.news2 .book_tj1 .book_list h3{
	border-bottom: none;
	height: 40px;
	overflow:hidden;
}

.mt20{
	margin-top: 20px;
}
.book_tj1 .book_more{
	width: 80px;
    float: right;
}    
.book_tj1 .book_more a{
	background: url("../images/news_arrow.png") no-repeat;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
}
.book_tj1 .book_more a.page_l{
	background-position: 0 -63px;
}
.book_tj1 .book_more a.page_r{
	background-position: 0 -93px;
    float: right;  
}

/*排行榜*/
.news2 .book_news.book_phb{
	margin-right:17px;
	border: 1px solid #ddd;
}
.book_tj .book_list1 a{
	margin-bottom: 30px;
}
.book_tj .book_list1 a:nth-child(4n+1){
	margin-left: 0;
}
.news2 .book_news.book_phb a{
	text-align: center;	
	display: block;
	margin-top:15px;
	position: relative;
	padding-bottom: 15px;
}
.news2 .book_news.book_phb a h3{
	color: #555;
    font-size: 16px;
    margin: 5px auto 10px;
    width: 90%;
 /*   text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
    height: auto;
    border-bottom: none;
    transition: 0.5s color;	
}
.news2 .book_news.book_phb a:hover h3{
	color: #e30f25;
	text-shadow: 2px 2px 4px rgba(0,0,0,.1);    	
}
.news2 .book_news.book_phb a .book_price{
	color: #ff6600;
    font-size: 16px;	
}
.news2 .book_news.book_phb a .book_price .book_oddprice{
	color: #999;
    text-decoration: line-through;
    margin-left:20px;
    font-size: 14px;
}
.news2 .book_news.book_phb a em.order{
	width: 26px;
	height: 26px;
	background: #999;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align:center;
	color: #fff;
	font-size: 15px;
	line-height: 26px;
}  
.news2 .book_news.book_phb a em.order.order_red{	
	background: #e1072b;
}     

/*图书详情*/
.bookdetail_show{
	background: #fff;
	padding: 20px 0;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.bookdetail_pic{
	float: left;
	width: 380px;
	text-align: center;
}
.bookdetail_pic img{
	width: 360px;
	height: 360px;
	border: 1px solid #ddd;
	float: left;
}
.bookdetail_show .bookdetail_info{
	float: left;
	width: 740px;
	margin-left: 20px;
}

.bookdetail_show .bookdetail_info h2{
	font-size: 20px;	
	margin: 10px 0 15px;
}
.bookdetail_summary{
	background: #f6f6f6;
	padding: 10px;
}
.bookdetail_summary .bookdetail_price{
	color: #555;	
	font-size: 14px;
}
.bookdetail_summary .bookdetail_price em{
	color: #f00101;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
.bookdetail_summary .bookdetail_price span{
	/*color: #999;
	margin-left:20px;
	text-decoration: line-through;*/
}
.bookdetail_summary p{
	line-height: 220%;
}
.bookdetail_other{
	margin: 10px;
}
.bookdetail_other p{
	font-size: 15px;
	color: #555;
	line-height: 220%;
}
.bookdetail_other p .btn_buy,.bookdetail_other p .btn_buynow{
	background: #e43737;
	color: #fff;
	font-size: 18px;
	padding:5px 25px;
	border-radius: 3px;
	margin-top: 20px;
	display: inline-block;
}
.bookdetail_other p .btn_buynow{
	background: #85c360;
	margin-left:12px;
}
.bookdetail_con {
	padding: 20px;
	min-height: 655px;
}
.bookdetail_con p{
	line-height: 180%;
	font-size: 15px;
	color: #555;
}
.bookdetail_con p img{
	margin: 20px auto;
    display: block;
}
.pagination{
	clear:both;
	}
.price_yhj{margin-right:30px;}
.price_dj{
	color: #999;	
	text-decoration: line-through;
	}
.bookdetail_summary .bookdetail_price .price_dj em{
	color: #999;
	font-size:14px;
	font-weight:normal;
	}
/*详情页数量修改*/
.choose-amount{
	clear: both;
  overflow: hidden;
  margin-top: 10px;
}
.choose-amount .wrap-input, .choose-amount a {
    border: 1px solid #ccc;
    overflow: hidden;
}	
.choose-amount .wrap-input {
    width: 58px;
    height: 44px;
    position: relative;
    margin: 8px 10px 0 0;
}
.choose-amount a, .choose-amount input {
    display: block;
    position: absolute;
    text-align: center;
}
.choose-amount a {
    width: 15px;
    height: 22px;
    line-height: 22px;
    background: #f1f1f1;
    color: #666;
    right: -1px;
}
.choose-amount a.btn-add {
    top: -1px;
}
.choose-amount a.btn-reduce {
    bottom: -1px;
}
.choose-amount a.disabled {
    color: #ccc;
    cursor: not-allowed;
}
.choose-amount input {
    width: 41px;
    height: 42px;
    line-height: 32px;
    top: 1px;
    left: 0;
    border: none;
    border: 0;
}
.book_kc{
	color:#999;
	margin-left:20px;
  line-height: 60px;
  font-size: 14px;
	}
/*杂志 */
.maga_banner_bg{
	background: #eaeaf4;
	background:gradient(linear, 0 0, 0 bottom, from(#eaeaf4), to(#dbddea));  
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#eaeaf4), to(#dbddea));  
	background:-moz-gradient(linear, 0 0, 0 bottom, from(#eaeaf4), to(#dbddea));  
	border-top:2px solid #707072;
	height: 408px;	
}
.maga_banner{
	background: url("../images/maga_banner.jpg") no-repeat center center;
	height: 408px;
	position: relative;
}
.maga_banner2{
/*	background: url("../images/maga_banner2.jpg") no-repeat center center;*/
	background: #eaeaf4;
	background:gradient(linear, 0 0, 0 bottom, from(#eaeaf4), to(#dbddea));  
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#eaeaf4), to(#dbddea));  
	background:-moz-gradient(linear, 0 0, 0 bottom, from(#eaeaf4), to(#dbddea)); 
	height: 200px;
	position: relative;
	text-align:center;
	margin-top: 5px;
}
.maga_menu h2 {
    background: transparent url(../images/icon_home.png) no-repeat 40px center;
    padding-left: 80px;
    height: 48px;
    line-height: 48px;
    border-bottom: none;
    font-size: 18px;
    color: #fff;
    font-weight: lighter;
}
.maga_menu h2.active {
    background: #a42829 url(../images/icon_home.png) no-repeat 40px center;    
}
.maga_menu li a.title{
	height: 60px;
	line-height: 60px;
	background: url(../images/menu_arrow.png) no-repeat 150px 21px;
}
.maga_menu li a.title:hover, .maga_menu li a.active{
    background: rgba(254,0,0,.5) url("../images/menu_arrow.png") no-repeat 150px 21px;
}
.btn_maga_dy{
	background: #c71113;
	width: 230px;
	height: 60px;
	line-height: 60px;
	display: block;
	border-radius: 3px;
	box-shadow: 1px 2px 5px rgba(0,0,0,.5);
	position: absolute;
	text-align: center;	
	color: #fff;
	font-size: 20px;
	font-weight: lighter;
	right: 120px;
    bottom: 50px;
}
.maga_info{
	padding:25px;
	box-sizing: border-box;
	background: #fff;
}
.maga_info h2{
	background: #f3f4f8;
	width: 93%;
	font-size: 30px;
	font-family: SimSun,Tahoma,Helvetica,Arial;
	font-weight: bolder;
	height: 72px;
	line-height: 72px;
	text-align: center;	
	margin: 10px auto 40px;
}
.maga_info_con{
	overflow: hidden;
	width: 93%;
    margin: 0 auto;	
}
.maga_info_txt{
	float: left;
	width: 800px;
	margin-right: 20px;
}
.maga_info_txt p{
	text-indent: 2em;
	font-size: 16px;
	color: #555;
	line-height: 190%;
	margin-bottom: 20px;
}
.maga_info_pic{
	float: right	
}
.maga_pics{
	overflow: hidden;
	margin: 15px auto;
}
.maga_pics div{
	width: 366px;
	height: 81px;
	float: left;
	padding:11px;
	margin-right:18px;
	position: relative;
	background: #fff;
}
.maga_pics div a{
	display: block;
	width: 366px;
	height: 81px;
	font-size: 18px;
}
.maga_pics div:last-child{
	margin-right: 0;
}
.maga_pics a.gjcx{
	background: url("../images/maga_cx.jpg") no-repeat;
	color: #e78278;
}
.maga_pics a.zxtg{
	background: url("../images/maga_tg.jpg") no-repeat;
	color: #409edb;
}
.maga_pics a.cjwt{
	background: url("../images/maga_faq.jpg") no-repeat;
	color: #6d9708;
}
.maga_pics a i{
	position: absolute;
	right:28px;
	bottom: 22px;
}
.maga_media,.maga_follow{
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.maga_media_pic{
	width: 400px;
	text-align: center;
	float: left;	
}
.maga_media_txt{
	width: 700px;
	float: right;
	margin-right: 25px;
	position: relative;
}
.maga_media_txt h2{
	font-size: 30px;
	color: #f10a0a;
	text-align: center;
	text-shadow: 1px 2px 2px rgba(0,0,0,.3);
	font-weight: bold;
	margin: 20px 0;
}
.maga_media_txt p{
	font-size: 16px;
	color: #555;
	line-height: 200%;
	margin-bottom: 20px;	
}
.maga_media_txt p .strong,.maga_info_txt p .strong{
	font-weight: bold;
}
.maga_media_txt p a{	
	color: #0568bb;		
}
.maga_media_app{
	position: absolute;
	right: 100px;
  bottom: 35px;
}
.maga_follow{
	margin:20px auto;
}
.maga_follow .follow_title{
	height: 64px;
	background: url("../images/maga_follow.png") no-repeat center;
	margin-top: 10px;
}
.maga_follow .follow_con{
	width: 92%;
	margin: 20px auto;
}
.maga_follow .follow_con h3{
	font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    color: #555;
}
.maga_follow .follow_con p{
	line-height: 200%;
	color: #555;
}
.maga_follow .follow_con p a,.maga_info_txt p a{
	color: #0568bb;
}
.maga_info_txt.w100{	
	width: 100%;	
}
.maga_info_txt p.tindent0{
	text-indent: 0;
}
.maga_info div.maga_info_title{
	background: #f3f4f8;
    width: 93%;    
    font-family: SimSun,Tahoma,Helvetica,Arial;
    font-weight: bolder;    
    text-align: center;
    margin: 10px auto 40px;
    padding:25px 0;
}
.maga_info div>h4{
	color: #c0c3cf;
    font-size: 20px;
}
.maga_info div>h2{
	color: #000000;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.maga_info div>h3{
	color: #ff0000;
    font-size: 24px;
}
.ml30{
	margin-left: 30px;
}

/*杂志目录*/
.maga_qk{
	overflow: hidden;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
}
.maga_qk ul{
	overflow: hidden;
}
.maga_qk li{		
	margin: 0 32px 25px 0;
	padding: 20px;
	box-sizing: border-box;
	float: left;
	box-shadow: 1px 2px 10px rgba(0,0,0,.2);
	cursor: pointer;
	transition: 0.2s;
}
.maga_qk li:nth-child(5n){		
	margin-right: 0;
}
.maga_qk li:hover{		
	box-shadow: 2px 5px 15px rgba(0,0,0,.3);	
	transform:scale(1.05,1.05); 
}
.maga_qk li img{	
	margin-bottom: 10px;
	width:162px;
	height:225px;
}
.maga_qk li .maga_name{	
	color: #555;
	font-size: 16px;
	float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 150px;
}
.maga_qk li .maga_price{	
	color: #ff6600;
	font-size: 16px;
	float: right;
	font-style: normal;
}
.maga_qk li .btn_maga_pdf,.maga_qk li .btn_maga_buy{	
	width: 70px;
	height: 26px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 26px;	
	display: block;
	background: #009591;
	float: left;
	border-radius: 3px;
	margin-top: 15px;

}
.maga_qk li .btn_maga_buy{		
	background: #e41a2f;
	float: right;
}

.maga_tougao>h2{
	 color: #2f74b7;
   font-size: 20px;
   text-align:center;
   background: #fff;
	}
.maga_info div.maga_tougao>h4{
	 color: #2f74b7;
   font-size: 18px;
   margin-bottom: 10px;
	}
.maga_info div.maga_lxwm>h4{
	 color: #2f74b7;
   font-size: 18px;
   margin-bottom: 10px;
   margin-left:30px;
   margin-top: 20px;
}
.maga_lxwm p{
	line-height:220%;
	}
	
/*book导航*/
.book_nav{
	height:44px;
	border-bottom:2px solid #b11938;
	}
.book_fl{
	background:#b11938;
	width:210px;
	height:44px;
	line-height:44px;
	color:#fff;
	border-radius:5px 5px 0 0;
	font-size:16px;	
	position:relative;
	text-align:left;
	padding-left:24px;
	box-sizing: border-box;
  position: relative;
	}
.book_fl i{
	background: url("../images/book_arrow_d.png") no-repeat center;
	width:16px;
	height:16px;	
	position:absolute;
	top:15px;
	right:10px;
	transition: 0.3s linear all;
	}	
.book_fl:hover i{
	transform: rotate(180deg);
	}	
.book_fl .book_fl_sub{
	background:#d01d41;
	width:210px;
	padding:10px 14px 10px 24px; 
	box-sizing:border-box;
  position: absolute;
  top: 46px;
  left: 0;
  display:none;
  z-index: 99;
	}
.book_fl:hover .book_fl_sub{
  display:block;
	}
.book_fl .book_fl_sub a{
	color:#fff;
	font-size:14px;
	line-height:230%;
	display:block;
	background: url("../images/book_arrow_r.png") no-repeat right center;
	}
.book_nav1 a{
	font-size: 14px;
  color: #333;
  margin: 12px 20px;
  float: left;
	}
	
.book_phb div img{
	width:140px;
	height:140px;
	}
.maga_media_txt p.gray{
	color:#888;
	font-size:14px;
	}