body {
    background: url("../images/pgbg.png") repeat;
}


/* 头部-bannner */

.headerbox {
    margin-bottom: 20px;
    position: relative;
}

.bannerbg {
    height: 694px;
    background: url("../images/bannerbg.jpg") no-repeat center top;
}

.bannerText1 {
    padding: 106px 0 0 110px;
    width: 972px;
}

.bannerText2 {
    margin: 30px 0 0 128px;
}

.bannerText2 p::before {
    content: "";
    width: 13px;
    height: 70px;
    background: url("../images/banner_bg02.png") no-repeat left top;
    position: absolute;
    top: -2px;
    left: 0;
}

.bannerText2 p {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    height: 64px;
    background-color: #960303;
    padding-left: 20px;
    font-size: 26px;
    line-height: 64px;
    color: #fff;
    padding-right: 37px;
}

.bannerText2 p::after {
    content: "";
    position: absolute;
    right: -22px;
    top: 0;
    width: 22px;
    height: 64px;
    background: url("../images/banner_bg03.png") no-repeat left top;
}

.leadIn {
    width: 918px;
    margin: 46px auto;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    background: url("../images/leadin_bg02.png") no-repeat right top, url("../images/leadin_bg01.png") no-repeat left bottom;
    padding: 20px 45px 18px 45px;
	text-indent: 2rem;
}

.leadin-hd {
    height: 46px;
    padding-top: 14px;
    background: url("../images/leadin_hdbg.png") repeat-x left bottom;
}

.leadin-bd {
    font-size: 18px;
    line-height: 32px;
    color: #9b7343;
    padding-top: 10px;
}

.leadin-bd p {
    max-height: 128px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.buybook {
    margin: 53px 0 56px
    /* height: 377px; */
    ;
    background: url("../images/bookbg.png") no-repeat right bottom #e5d4c2;
    overflow: hidden;
}

.bookbg {
    background-color: #faf0e5;
    display: flex;
    justify-content: space-between;
    margin: 74px 42px 66px 41px;
    height: 237px;
    padding: 0 36px 0 91px;
}

.book_pic {
    width: 184px;
    height: 258px;
    margin-top: -36px;
}

.book_bd {
    width: 720px;
    padding-top: 14px;
}

.book_name {
    font-size: 22px;
    border-bottom: 1px solid #e3d4c5;
    line-height: 53px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


/* .book_name a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    height: 53px;
} */

.book_name,
.book_name a {
    color: #333;
}

.book_from {
    font-size: 12px;
    color: #9b7343;
    line-height: 30px;
    padding-top: 3px;
}

.book_intro {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.book_buybtn {
    display: block;
    width: 116px;
    height: 38px;
    background-color: #960303;
    line-height: 38px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: 14px;
}

.focus_tabbd {
    border: 1px solid #c6ae97;
    margin-top: -1px;
}

.focus_tabhd ul {
    overflow: hidden;
}

.focus_tabhd li {
    float: left;
    width: 236px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #9b7343;
    background: url("../images/focus_tabbgb.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    cursor: pointer;
    margin-right: -20px;
	position: relative;
}

.focus_tabhd li.z5{z-index:5}
.focus_tabhd li.z4{z-index:4}
.focus_tabhd li.z3{z-index:3}
.focus_tabhd li.z2{z-index:2}

.tab-content {
    display: none;
}

.tab-btn.active {
    background: url("../images/focus_tabbga.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    position: relative;
}

.focus_tabhd li.tab-btn.active{
	z-index: 6;
}


.tab-content.active {
    display: block;
    -webkit-animation: fadeIn 0.5s ease;
    animation: fadeIn 0.5s ease;
}


/* .focus_tabhd li.on {
    background-position: left top;
    color: #fff;
} */

.focus_select {
    width: 384px;
    background-color: #f2e9dd;
    border: 1px solid #e3d4c5;
    padding: 0 5px 0 15px;
    height: 48px;
    border-radius: 4px;
    position: relative;
    margin: 29px 0 32px 39px;
}

.focus_select:after {
    position: absolute;
    right: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-width: 7px 7px 0;
    border-style: solid;
    border-color: #bda386 transparent;
}

.focus_select_hd {
    font-size: 16px;
    color: #333;
    line-height: 48px;
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
}

.focus_select_bd {
    position: absolute;
    left: -1px;
    top: 48px;
    border: 1px solid #e3d4c5;
    background-color: #f2e9dd;
    width: 100%;
    z-index: 100;
}

.focus_select_bd li {
    line-height: 48px;
    padding: 0 19px;
    cursor: pointer;
}

.focus_select_bd li:hover {
    color: #9b7343;
}

.focus_content {
    display: flex;
    justify-content: space-between;
    padding: 0 40px 0 39px;
}

.focus_pic {
    width: 829px;
    height: 472px;
    border: 1px solid #c6ae97;
  position:relative;
}
.focus_pic img{
position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: translate(-50%, -50%);
}
.focus_bd {
    width: 244px;
    padding-top: 14px;
    position: relative;
}

.focus_tit {
    font-size: 24px;
    border-bottom: 1px solid #c6ae97;
    line-height: 38px;
    padding-bottom: 16px;
}

.focus_tit,
.focus_tit a {
    color: #333;
}

.focus_intro {
    font-size: 16px;
    line-height: 34px;
    color: #333;
}

.focus_more {
    display: block;
    width: 142px;
    height: 48px;
    background-color: #e6dcca;
    line-height: 48px;
    color: #9b7343;
    text-align: center;
    border-radius: 4px;
    margin-top: 16px;
    position: absolute;
    bottom: 14px;
    left: 0;
}

.focus_picList {
    /* position: relative;
    background-color: red;
    padding-left: 24px; */
}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
    width: 16px;
    height: 16px;
    background: url("../images/prevnext_bg.png") no-repeat;
    position: absolute;
    cursor: pointer;
}


/* .focus_picList_bd {
    margin: 0 44px;
    overflow: hidden;
} */

.focus_picListbox {
    margin: 35px 39px 39px 39px;
    position: relative;
}

.focus_picLi {
    width: 168px;
    height: 96px;
    padding: 3px;
    cursor: pointer;
  border: 1px solid #c6ae97;
  position: relative;
}

.focus_picLi img {
   
  position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: translate(-50%, -50%);
}
/*.focus_picListbox .swiper-slide-thumb-active .focus_picLi {
    outline: 1px solid #960303;
}*/
.focus_picListbox .swiper-slide-thumb-active .focus_picLi{
    
    border: 1px solid #960303;
     position: relative;
}



/* .mySwiper .swiper-button-prev {
    background-position: left top;
    left: -24px;
    top: 50%;
    margin-top: -9px;
}

.mySwiper .swiper-button-next {
    background-position: left bottom;
    right: -24px;
    top: 50%;
    margin-top: -9px;
} */

.focus_picListbox .swiper-button-next:after,
.focus_picListbox .swiper-button-prev:after {
    content: "";
}

.focus_picListbox .swiper-button-next {
    right: -24px;
    background: url("../images/next_bg.png") no-repeat center center;
}

.focus_picListbox .swiper-button-prev {
    left: -24px;
    background: url("../images/prev_bg.png") no-repeat left center;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
    content: "";
}

.dropdown-menu {
    display: none;
}

.dropdown-menu.open {
    display: block;
    -webkit-animation: slideDown 0.3s ease;
    animation: slideDown 0.3s ease;
  max-height: 400px;
    overflow: auto;
}


/* .dropdown-btn:after {
    content: '▼';
    font-size: 10px;
    transition: transform 0.3s;
} */

.dropdown-btn.active:after {
    transform: rotate(180deg);
}

@media screen and (max-width: 1199px) {
    body {
        padding-top: 50px;
    }
    .top {
        height: 55px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2)
    }
    .top .pc-top {
        display: none;
    }
    .top .mo-top {
        display: block;
    }
    .mo-top {
        display: block;
        height: 55px;
    }
    .mo-top .container {
        height: 55px;
        align-items: center;
    }
    .mo-top .logo img {
        height: 40px;
    }
    .mo-login {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        /*margin-bottom: 10px;*/
        color: #666
    }
    .mo-login a {
        color: #666;
        display: inline-block;
        vertical-align: middle;
        padding: 0 4px
    }
    .menuBtn {
        display: block
    }
    .footer .txt p {
        text-align: center;
    }
    .footer {
        padding: 15px 0;
    }
    .footer .txt .p1 {
        display: none;
    }
    .fd-logo {
        float: none;
        text-align: center;
        margin: 0 0 5px;
    }
    .bannerbg {
        height: 380px;
        background-size: auto 100%;
        margin-bottom: -16px;
    }
    .headerbox .logo {
        max-width: 120px;
        position: absolute;
        left: 10px;
        top: 10px;
    }
    .bannerbg {
        height: auto;
        background-position: left bottom;
        padding-bottom: 70px;
    }
    .bannerText1 {
        width: 95%;
        padding-left: 0;
        margin: 0 auto;
		padding-top: 50px;
    }
    .bannerText1 img {
        max-width: 100%;
    }
    .bannerText2 {
        width: 88%;
        margin-left: auto;
        margin-right: auto;
    }
    .bannerText2 p {
        font-size: 20px;
    }
    .leadIn {
        width: 95%;
        box-sizing: border-box;
		margin: 30px auto;
		padding: 15px;
    }
    .focus_tabhd li {
        width: 20%;
    }
    .focus_pic {
        width: 69%;
        /*height: auto;*/
    }
    .focus_intro {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden
    }
    .book_bd {
        flex: 1;
        width: auto;
        padding-left: 20px;
    }
    .book_pic {
        flex-shrink: 0;
    }
}

@media screen and (max-width:991px) {
    .bookbg {
        padding-left: 36px;
    }
    .book_intro {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    /* .focus_intro {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    } */
    .focus_content {
        flex-direction: column;
    }
    .focus_pic,
    .focus_bd,
    .focus_pic img {
        width: 100%;
    }
    .focus_bd {
        padding-bottom: 80px;
    }
    .focus_picLi {
        margin: 0 auto;
    }
    .bannerText2 p {
        font-size: 16px;
    }
	.book_name{-webkit-box-orient: initial;
        -webkit-line-clamp:none;}
}

@media screen and (max-width:768px) {
    /* .banner {
        height: 220px;
    } */
    .bookbg {
        flex-direction: column;
        height: auto;
        padding-bottom: 30px;
    }
    .book_pic {
        margin-left: auto;
        margin-right: auto;
    }
    .focus_tabhd li {
        font-size: 14px;
        margin-right: -5px;
    }
    .focus_picLi {
        width: 90%;
        /*height: auto;*/
    }
    .focus_picLi img {
        /*width: 100%;*/
    }
    .bannerText2 p {
        font-size: 16px;
        padding-right: 5px;
		height: auto;
    }
    .leadIn p {
        text-align: justify;
		font-size: 14px;
    }
	.book_name, .book_name a{line-height: 45px;}
}

@media screen and (max-width:576px) {
    .focus_tabhd li {
        background: none;
    }
    .focus_select {
        width: auto;
        margin-right: 30px;
    }
    .focus_picLi {
        width: 80%;
    }
	.tab-btn.active{
		background: #960303;
	}
    .focus_tabhd li {
        margin-right: 0;
		height: 45px;
		line-height: 45px;
    }
	.bannerText2{margin:30px 0 0 12px}
    .bannerText2 p {
        padding: 10px 13px;
        line-height: 20px;
    }
    .bannerText2 p:before,
    .bannerText2 p:after {
        height: 100%;
        background-size: 100% 100%;
    }
    .bookbg {
        margin: 74px 30px 66px 30px;
        padding: 0 20px 30px;
    }
}