*{margin:0;padding:0;font-family: "微软雅黑";}
.h_container{
	/*max-width:1200px;*/
	width:1200px;
	margin:0 auto;
	padding:0px;
}
@font-face{
   font-family: 'text_card';
   src: url('../fonts/text_card.TTF');
}
@font-face{
   font-family:'english_text';
   src: url('../fonts/english_text.OTF');
}
a{
	color: #666;
	text-decoration: none;
}
ul{
	list-style: none;
	margin: 0px;
}
li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	margin-top:0px ;
	margin-bottom: 0px;
}
body{
	background:none;
}
dl,dd,dt{
	margin:0;
	font-weight: 400;
}
.w_left{
	float: left;
}
.w_right{
	float: right;
}
.mobile_banner,.mo_qustion,.h_btn{
	display: none;
}
.h_banner{
	width: 100%;
}
.h_banner img{
	width: 100%;
}
a:focus, a:hover {
    color:#333333;
    text-decoration:none;
    }
.w_clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
p{
	margin:0px;
}
.w_clear{
	clear: both;
}
.clearfix{
	overflow: hidden;
    zoom: 100%;
}
input, img, select, textarea, button {
    vertical-align: middle;
    border: 0 none;
    outline: 0 none;
}
#news,.book-exp,.dht,.dht_2{
    width: 1200px;
    margin: 45px auto 45px;
}

/* 头部 */
.logo{
	margin:18px 0 10px 15px;
}
.search-box{
	width: 410px;
    border: 1px solid #bda28a;
    border-radius: 3px;
    height: 35px;
    margin-left: 170px;
    margin-top: 36px;
    background: #ffffff;
    font-size: 0;
    position: relative;
}
.txt_search{
	width: 282px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding-right: 20px;
    position: absolute;
    left: 44px;
    margin: 1px;
} 
.search-box span{
	width: 32px;
    height: 26px;
    position: absolute;
    top: 4px;
    left: 6px;
}
.btn_search{
	width: 90px;
    height: 34px;
    background: #c4a47b;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    right: 0px;
}
.hd_eml{
	display: inline-block;
	margin-top:36px;
	width: 231px;
	height: 30px;
	font-size: 20px;
	color: #707070;
}

/* 导航栏 */
.w_navbg{
	background:#ae0e16;
}
.w_nav{
	width:100%;
	margin:0 auto;
}
.w_nav li{
	float: left;
	height: 40px;
	box-sizing: border-box;
	width:12%;
	text-align: center;
	position: relative;
}
.w_nav li:hover{
	background: #6f2125;
}
.w_nav li>a{
	line-height: 40px;
	color:white;
}
.w_nav li.active{
	background: #6f2125;
}
.smalldrop{
	position: absolute;
	width:100%;
	left:0px;
	top: 39px;
	box-sizing:border-box;
	border-top: 1px solid #6f2125;
	display: none;
	z-index: 999;
	background: #f3f3f3;
}
.w_nav li:hover .smalldrop{
	display: block;
}
.smalldrop dd{
	line-height: 40px;
	text-align: center;
	background: url(../images/menu_bg.jpg);
	background-size:100% 100% ;
}
.smalldrop dd:hover{
	background-color:rgb(234, 230, 225);
}
.smalldrop dd a{
	font-size: 14px;
}

/* 新闻头部 */
#newsSear {
    background-color: #f5f5f5;
    color: #666;
    font-size: 15px;
    line-height: 50px;
}
#newsSear p {
    /* width: 100%;
    height: 50px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#newsSear p a {
    color: #666;
    font-size: 15px;
}
/* 新闻导航 */
.book-category {
    background: #f3f3f3;
    border: 1px solid #eae6e1;
	min-height: 60px;
	margin: 20px auto 25px;
	display: flex;
	justify-content: space-between;
}
.bk_title{
	height: 60px;
    background: #ccb18e;
	width: 182px;
	float: left;
}
.first_theme{
	font-size: 18px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.category{
	width: 1018px;
}
.category li{
	float: left;
	color: #333333;
    font-size: 13px;
    line-height: 60px;
	margin-left: 24px;
	cursor: pointer;
}
.category li a{
	font-size:15px;
}
.category li a:hover{
	color: #ae0e16;
}
.category .active a{
	color: #ae0e16;
}

.book{
	border:1px solid #eae6e1;
}

/* 图书二级菜单 */
.bootinfo{
	background:#f1f1f1;
}
.book-list{
	width:100%;
	padding:10px;
    border-bottom: 1px solid #eae6e1;
    background:#fff;
    margin:10px 0px 0px 0%;
}
.book-list li{
	display: inline-block;
	font-size: 16px;
	margin-right:15px;
}
.book-list li a:hover{
	color: #ae0e16;
}
.book-list .active a,.posids-list li.active a{
	color: #ae0e16;
}

/* 时间列表 */
.time-filtrate{
	padding: 24px 10px;
    border-bottom: 1px solid #eae6e1;
    color: #333333;
    font-size: 15px;
}
.time-filtrate a {
    color: #333333;
    margin: 0 13px;
}
.time-filtrate .more {
    color: #c4a47b;
    text-decoration: underline;
}
.time-filtrate .hide_year {
	margin-left: 134px;
}
.time-filtrate .selected {
    color: #ae0e16;
}
 .hide_year a{
	 display: inline-block;
	 margin-top: 10px;
 }
.book-listcon{
	padding: 24px 28px;
}
.filtrate{
	position: relative;
}
.filtrate .book_price a {
    color: #333333;
    padding: 0 22px;
    font-size: 14px;
    height: 34px;
	line-height: 34px;
	display: inline-block;
}
.filtrate .book_price a:hover {
    background: #f3f3f3;
    color: #ae0e16;
}

/* 图书列表 */
.list-con {
    width: 1160px;
    margin: 10px 10px;
    min-height: 100px;
}
.list-con ul li {
    height: 200px;
    padding: 20px 25px;
    /*overflow: hidden;*/
    /* width: 600px; */
    display: inline-block;
    margin-right: 10px;
    position: relative;
    line-height:25px;
}
.list-con ul li>a {
    width: 112px;
    height: 150px;
    border: 1px solid #e0dbd5;
    box-sizing: border-box;
	margin-top: 16px;
	float: left;
}
.list-con ul li > a img {
    width: 110px;
    height: 148px;
}
.myres-text {
    width: 342px;
    margin-left: 25px;
    height: 165px;
    /*overflow: hidden;*/
}
.myres-text h3 a {
    font-size: 15px;
    color: #333333;
    margin: 15px 0 12px;
    max-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
    display: block;
}
.myres-text  span {
	color: #666666;
	font-size: 12px;
    width: 45%;
    margin-right: 4%;
    display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float: left;
	line-height:20px;
}
.list-con h4 {
    font-weight: 500;
    font-size: 12px;
    color: #666666;
    line-height:21px;
}
.myres-text .download {
	color: #666666;
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
	overflow: hidden;
	line-height: 23px;
}
/* 页码 */
#pages{
	height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 30px auto;
}
/* 精品推荐 */
.book-exp {
    margin-top: 25px;
}
.book_title{
	margin:20px 51px;
}
/* 列表轮播 */
.row-fluid2 {
    width: 1200px;
	margin-top: 23px;
	border:1px solid red;
	border: 1px solid #eae6e1;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.rw_title{
	font-size: 14px;
	color: #593939;
	font-weight: 600;
	margin:5px 0;
}
.rw_text{
	font-size: 12px;
	color:#676767;
}

.row-fluid2 .span12 {
	height: 280px;
	width:1200px;
    margin: 0 auto;
}

.row-fluid2 [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.12766%;
    min-height: 30px;
    width: 100%;
}

.row-fluid2 .thumbnails {
    margin-left: 0;
}
.row-fluid2 .span3 {
	width:18%;
	border: 1px solid #eae6e1;
	width:200px;
	height:268px;
	text-align: center;
}
.row-fluid2 .span3 img{
	width:141px;
	height:190px;
	margin-top:16px;
	transition: .8s;
}

.thumbnails li {
	background: #fff;
	position: relative;
}
.thumbnails li:hover .rw_text,.thumbnails li:hover .rw_title{
	display: none;
}
.thumbnails li:hover img{
	transform: scale(1.2) translateY(15px);
}
.carousel-control {
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    height: 30px;
	width: 15px;
}
#sever-prev {
    left: -35px;
    top: 40%;
    background: none;
}
#sever-next {
    top: 40%;
    right: 43px;
    background: none;
}

.mask-con{
	width: 200px;
    top: 500px;
    cursor: pointer;
    position: absolute;
    transition: all .8s;
    left: -1px;
}
.thumbnails li:hover .mask-con{
	top:249px;
}
.mask-con-text{
	width: 200px;
    height: 118px;
    border-bottom: 1px solid red;
    color: #fff;
    text-align: center;
	transform: translateY(-100px);
	background-color: rgba(0,0,0,0.3);
}
.mask-con-text:hover{
	display: block;
}
.mask_p1{
	padding-top: 15px;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    max-height: 70px;
}
.mask_p2{
	font-size: 16px;
    line-height: 42px;
    font-weight: normal;
    overflow: hidden;
    height: 42px;
}

/* footer */
.h_footer{
	background: #4c4c4c;
    min-width: 1200px;
	width: 100%;
	color:#f1ecec;
	font-size: 14px;
	padding-bottom: 61px;
}
.footer_list{
	margin-top:42px;
}
.footer_list li{
	float: left;
	margin-right:100px;
}
.footer_list li:last-child{
	margin-right: 0;
}
.footer_list li h3{
	font-size: 18px;
	color: #f1ecec;
	font-weight: 600;
	margin-bottom: 35px;
}
.footer_list li a{
	display: block;
	color: #f1ecec;
	margin:10px 0;
}

/* 底部 */
.dibu_lj{
	margin: 20px 0;
}
.dibu_bq{
	margin-bottom: 20px;
}
.dibu p{
	font-size: 14px;
	color:#606060;
}
.dibu a{
	font-size: 14px;
	color:#606060;
	display: inline-block;
	margin-right: 10px;
}
.allProNav{
	width:10%;
	float: left;
	line-height:60px;
	background:#c6a886;
	text-align: center;
}
.allProNav a{
	color:#fff;
}
.posids-list{
	width: 100%;
    padding: 10px;
    border-bottom: 1px solid #eae6e1;
    background: #fff;
    margin: 10px 0px 0px 0%
}
.posids-list li{
	display: inline-block;
    font-size: 16px;
    margin-right: 15px;
}
