.top_nav{
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
}
.top_nav .container{
    padding: 0 15px;
}
.top_left{
    float: left;
}
.top_left li{
    float: left;
    width: 100px;
    line-height: 50px;
    text-align: center;
    position: relative;
}
.top_left li:hover>span::after{
    transform: rotate(180deg);
}
.top_left li>span{
    display: block;
    width: 100%;
    color: #282727;
    font-size: 14px;
}
.top_left li>span::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 10px;
    background: url("../image/header_btn.png");
    margin: 0 5px;
}
.top_phone{
    line-height: 50px;
    float: right;
    color: #fc1007;
    font-size: 20px;
}
.top_phone::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url("../image/phone_icon1.png");
    margin: 0 5px;
}
.header{
    background: #fff;
    padding: 40px 0;
}
.header_l{
    float: left;
    height: 50px;
}
.header_l img{
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 50px;
}
.header_l_tit{
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 32px;
    color: #282727;
}
.header_r{
    width: 670px;
    float: right;
    line-height: 45px;
    margin-right: 50px;
}
.header_search{
    display: block;
    float: left;
    width: 535px;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    border: 2px solid #ef1e24;
    padding-left: 60px;
    background: #fff url("../image/search_btn.png") 15px center no-repeat;
    font-size: 16px;
    color: #999;
}
.header_search_button {
    display: block;
    float: left;
    width: 135px;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    background: #ef1e24;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: 0;
    cursor: pointer;
}
.nav{
    width: 100%;
    background: #ec252a;
}
.nav .container{
    padding: 15px 2%;
}
.nav_list li{
    float: left;
    width: 11.11%;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
.nav_list li:nth-last-child(1){
    border-right: 0;
}
.nav_list li a{
    display: block;
    width: 100%;
    color: #fff;
}
.bannerScroll {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.bannerScroll .hd ul {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    zoom: 1;
}
.bannerScroll .hd ul li {
    float: left;
    width: 13px;
    height: 13px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #fff;
}
.bannerScroll .hd ul li.on {
    background: #fff;
}
.bannerScroll .bd ul {
    overflow: hidden;
    zoom: 1;
}
.bannerScroll .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.bannerScroll .bd ul li img {
    max-height: 600px;
    width: 100%;
    display: block;
    vertical-align: middle;
}
.bannerScroll .hd .prev{
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url("../image/banner_r.png");
    right: 180px;
    top: 50%;
    transform: translateY(-50%);
}
.bannerScroll .hd .next{
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url("../image/banner_r.png");
    left: 180px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}
.hot_book_tit{
    width: 200px;
    line-height: 90px;
    text-align: center;
    background: url("../image/hot_book_title.png");
    font-size: 36px;
    color: #333;
    margin: 30px auto;
}
.hot_book_tit span{
    color: #ed2920;
}
.book_list li{
    float: left;
    margin: 0 .5%;
    width: 19%;
    max-width: 300px;
    background: #fff;
    box-sizing: border-box;
    padding-top: 20px;
}
.book_list li:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.book_list li a,
.book_list li img{
    display: block;
}
.book_list li>a{
    width: 200px;
    margin: 0 auto;
}
.book_list li>a img{
    width: 200px;
    height: 200px;
}
.book_name{
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #e42f2e;
    font-size: 16px;
}
.book_info{
    box-sizing: border-box;
    padding: 15px;
}
.book_info_name{
    display: block;
    height: 60px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-align: justify;
    
}
.book_price_box::after{
    content: '';
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
}

.book_price{
    
    line-height: 40px;
    color: #ed2920;
    font-size: 14px;
}
.book_price span{
    font-size: 18px;
}
.buy_now{
    display: block;
    float: right;
    width: 105px;
    line-height: 40px;
    border-radius: 20px;
    background: linear-gradient(135deg,#f80404,#fe4953);
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.box_title{
    margin: 45px 0;
    height: 50px;
    line-height: 50px;
}
.box_title h4{
    font-size: 36px;
    line-height: 50px;
    color: #333;
    display: inline-block;
    margin-right: 30px;
}
.box_tab_list{
    display: inline-block;
    line-height: 35px;
    vertical-align: bottom;
}
.box_tab_list li{
    float: left;
    width: 120px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    position: relative;
}
.box_tab_list li a{
    color: #333;
}
.box_tab_list li.active a{
    display: block;
    width: 100%;
    color: #fb1c22;
}
.box_tab_list li.active a span{
    display: inline-block;
    position: relative;
    line-height: 35px;
}
.box_tab_list li.active a span::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fb1c22;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.box_more{
    float: right;
    line-height: 35px;
    color: #999;
    font-size: 18px;
    margin-top: 15px;
}
.box_cont_list{
    
}
.box_cont_list>li {
    display: none;
}
.box_cont_list>li:nth-child(1){
    display: block;
}
.footer{
    margin-top: 20px;
    width: 100%;
    background: #000;
    box-sizing: border-box;
    padding: 35px 0 50px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.footer a{
    color: #fff;
}
.link_p{
    line-height: 35px;
}
.copy_right{
    line-height: 30px;
}
.left_nav{
    display: none;
    position: fixed;
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.left_nav_list li{
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    text-align: center;
    background: #e80b11;
    line-height: 25px;
    border-bottom: 2px solid #fff;
    height: 60px;
}
.left_nav_list li a{
    color: #fff;
    font-size: 15px;
}
.left_nav_list li:nth-child(1){
    padding: 0;
    line-height: 60px;
}
.left_nav_list li:nth-last-child(1){
    padding: 0;
    width: 60px;
    height: 50px;
}
.left_nav_list li:nth-last-child(1) img{
    width: 100%;
    cursor: pointer;
}
.book_price_box b{
    font-weight: normal;
    background: #ed2920;
    color: #fff;
    font-size: 12px;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 0 5px;
    border-radius: 5px;
}
.book_price_box s{
    color: #999;
    font-size: 14px;
}
.top_hidden_bg{
    display: none;
    z-index: 5;
    position: absolute;
    top: 50px;
    left: 0;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    border-radius: 0 0 10px 10px;
}
.ewmbox {
    width: 210px;
    height: 100px;
    padding: 30px 0 0 25px;
    margin-bottom: 13px;
    border-bottom: 1px solid #eaeaea;
}
.ewmbox {
    margin-bottom: 0;
    border-bottom: none;
    height: 84px;
}
.ewmbox img {
    display: block;
    float: left;
    width: 75px;
    height: 75px;
}
.ewmbox span {
    display: block;
    float: left;
    width: 100px;
    height: 40px;
    margin: 0 0 5px 15px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.ewmbox a {
    display: block;
    float: left;
    width: 74px;
    height: 28px;
    margin-left: 15px;
    background: #e92930;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}