.body-box {
    margin: 0px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/page-bg.jpg);
    background-size: 100% auto;
    background-color: #efebcb;
}
.header1{
    position: fixed;
    height: 75px;
    background-color: #00000044;
    width: 100%;
    z-index: 20;
}
.logn{
    position: absolute;
    left: 20px;
}
.layui-container
{
    padding:0 10px;
}
.nav-box{
    /*position: fixed;*/
    text-align: center;
    /*top: 400px;
    left:1740px;*/
    /*right: 10px;*/
    background-color: #efebcb;
    box-shadow: 0px 0px 3px #bcb7b7;
    z-index:10;
    display: flex;
    margin-top: 40px;
    position: relative;
}
.nav-lv{
    position: fixed;
    background-color: #efebcb;
    font-size: 20px;
    width: 100%;
    line-height:25px;
}
.nav-item{
    padding:10px;
    /*border-bottom: 1px solid #bebebe;*/
    float:left;
}
.nav-item:nth-last-child(1)
{
    border-bottom:none;
}
.nav-link{
    /*margin: 0px 90px;
    padding: 10px;*/
    color: black;
    /*font-family: 隶书;*/
    font-size: 16px;
}
.nav-link:hover{
    border-bottom: 4px solid #e3b26f;
}
.nav-link::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 4px solid #cc1e1d;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
}
.banner1{
    background-image: url(../img/zybanner.jpg);
    /*height: 320px;*/
    margin-bottom: 10px;
    background-size:100% 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-top:53px;
}
.banner1 .cont{
    position: relative;
}
.w1000{
    max-width: 1000px !important;
    margin: auto;
}
.banner1 .title{
    /*position: absolute;*/
    text-shadow: 5px 5px 5px grey;
    line-height: 30px;
    /*height: 235px;*/
    /*margin-top:30px;*/
    padding: 10px 0;
}
.banner1 .title h1{
    font-size: 40px;
    margin-bottom: 5px;
    font-family: 隶书;
    animation: nhx-h1 1s ease-in-out;
    -webkit-animation: nhx-h1 2.5s ease-in-out;
    text-align:center;
    margin-top:0;
}
@keyframes nhx-h1{
    from{
        transform: translateY(-20px);
        opacity: 0;
    }
    to{
        transform: translateY(0px);
        opacity: 1;
    }
}
@-webkit-keyframes nhx-h1{
    from{
        transform: translateY(-20px);
        opacity: 0;
    }
    to{
        transform: translateY(0px);
        opacity: 1;
    }
}
.banner1 .title h5{
    /*margin-left: 113px;*/
     text-align:center;
    animation: nhx-h5 2s ease-in-out;
    -webkit-animation: nhx-h5 2s ease-in-out;
}
@keyframes nhx-h5{
    from{
        transform: translateY(-20px);
        opacity: 0;
    }
    to{
        transform: translateY(0px);
        opacity: 1;
    }
}
@-webkit-keyframes nhx-h5{
    from{
        transform: translateY(-20px);
        opacity: 0;
    }
    to{
        transform: translateY(0px);
        opacity: 1;
    }
}
.banner1 .title .theone{
    text-indent: 2em; 
    padding:0 10px 0 10px;
    line-height:25px;
    animation: nhx-thep1 1.5s ease-in-out;
    -webkit-animation: nhx-thep1 1.5s ease-in-out;
    display:-webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-line-clamp:6;
    -webkit-box-orient:vertical;
}
@keyframes nhx-thep1{
    from{
        transform: translateY(-20px);
        opacity: 0;
    }
    to{
        transform: translateY(0px);
        opacity: 1;
    }
}
@-webkit-keyframes nhx-thep1{
    from{
        transform: translateY(-20px);
        opacity: 0;
    }
    to{
        transform: translateY(0px);
        opacity: 1;
    }
}
.banner1 .title .thetwo{
    animation: nhx-thep2 1s;
    -webkit-animation: nhx-thep2 1s;
}
@keyframes nhx-thep2{
    from{
        transform: translateY(20px);
        opacity: 0;
    }
    to{
        transform: translateY(0px);
        opacity: 1;
    }
}
@-webkit-keyframes nhx-thep2{
    from{
        transform: translateY(20px);
        opacity: 0;
    }
    to{
        transform: translateY(0px);
        opacity: 1;
    }
}
.banner1 .amit{
    position: absolute;
    right: -105px;
    animation: nihaix 2s ease-in-out;
    top:-31px;
}
@keyframes nihaix{
    from{
        right: -145px;
        opacity: 0;
    }
    to{
        right: -105px;
        opacity:1;
    }
   
}
@-webkit-keyframes nihaix{
    from{
        right: -145px;
        opacity: 0;
    }
    to{
        right: -105px;
        opacity:1;
    }
}
.title p{
    font-size:15px;
    text-shadow: none;
}
.shengP
{
    text-align: right;
    margin-right: 20px;
    animation: nhx-shengP 1s ease-in-out;
    -webkit-animation: nhx-shengP 1s ease-in-out;
}
@keyframes nhx-shengP{
    from{
        transform: translateY(-20px);
        opacity: 0;
    }
    to{
        transform: translateY(0px);
        opacity: 1;
    }
}
@-webkit-keyframes nhx-shengP{
    from{
        transform: translateY(-20px);
        opacity: 0;
    }
    to{
        transform: translateY(0px);
        opacity: 1;
    }
}
.nhx-tt .layui-layer-title{
    background:rgb(255, 224, 188);
    border: none;
}

.nhx-img{
    /* background: url(../image/beijing.jpg); */
    height: 190px;
    width: 0;
    /* opacity: 0.75; */
    /*margin-bottom: 16px;*/
    border-radius: 11px;
    /*transition-property: width,height;*/
    transition-duration: 2s;
    transition-timing-function: ease-in-out;
    background-image: linear-gradient(#c1c5f2, burlywood);
}
.nhx-float{
    width: 100%;
}
.nhx-text{
    animation: nhxte 1s ease-in-out 2s forwards;
    -webkit-animation:nhxte 1s ease-in-out 2s forwards ;
}
.nhx-text1{
    animation: nhxte1 1s ease-in-out 2.5s forwards;
    -webkit-animation: nhxte1 1s ease-in-out 2.5s forwards;
}
.nhx-text2{
    animation: nhxte1 1s ease-in-out 3s forwards;
    -webkit-animation:nhxte1 1s ease-in-out 3s forwards ;
}
@keyframes nhxte{
    0%{
        transform: translateX(-20px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}
@-webkit-keyframes  nhxte{
    0%{
        transform: translateX(-20px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes nhxte1{
    0%{
        transform: translateX(-40px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}
@-webkit-keyframes nhxte1{
    0%{
        transform: translateX(-40px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes nhxte2{
    0%{
        transform: translateX(-20px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}
@-webkit-keyframes nhxte2{
    0%{
        transform: translateX(-20px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}
/* @keyframes sbb{
    0%{
       
    }
} */
.nhx-introduce{
    /*color: #000000;*/
    text-indent: 2em;
    padding: 0px 10px 0px 10px;
    line-height: 25px;
    /*font-family: 楷体;*/
    opacity: 0;
    font-size:14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.nhx-a{
    /*padding-bottom: 10px;
    padding-top: 10px;*/
    opacity: 0;
    margin: 10px 10px 10px 0;
    text-align: center;
}
.nhx-a span {
    color: white;
    /*margin-left: 185px;*/
    padding-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    /*font-family: 楷体;*/
}
.nhx-a span:hover{
    color: #f91515;
}
.zyou::before{
    /*content: '';
    background-image: url(../img/icon2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 18px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 165px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
}
.zyou:hover::before,.zyou-thf:hover::before{
    /*left: 115px;
    background: url(../img/icon2副本.png);*/
}
.zyou::after{
    /*content: '';
    background-image: url(../img/icon2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 18px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
   
}
.zyou:hover::after,.zyou-thf:hover::after{
    /*right: 20px;
    background: url(../img/icon2副本.png);*/
}
.zyou-thf::before{
    /*content: '';
    background-image: url(../img/icon2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 18px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 165px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
}
.zyou-thf::after{
    /*content: '';
    background-image: url(../img/icon2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 18px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
}
.nhx-div{
    text-align: center;
    font-size: 25px;
    color: rgb(0, 0, 0.92);
    padding-top: 10px;
    text-shadow: 1px 2px 2px #5c0f0f;
    font-family: 隶书;
    opacity: 0;
}

.nhx-author{
    text-align: center;
    /*font-size: xx-large;*/
}

.layui-tab-title{
    text-align: center;
}
.t{
    width: 30px;
    height: 30px;
    border: 1px solid #bfa267;
    border-radius: 50%;
    display: inline-block;
    color: #54546e;
    /*font-family: 宋体;*/
    font-size: 20px;
    text-align: center;
    line-height:27px;
}
/* 电子书 */
.book-name{
    font-size: 18px;
    padding-top: 6px;
    text-shadow: 2px 2px #efeded;
    letter-spacing: 5px;
    /*text-align: center;*/
    padding-bottom: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    min-height: 60px;
}
.book{
    overflow-y: scroll;
    height: 210px;
    margin-top: 15px;
}
.book::-webkit-scrollbar{
    display: none;
}
.book-js{
    margin-top: 10px;
    line-height: 25px; 
    text-indent: 2em; 
    font-family: 宋体;
    color: #4e485e;
    cursor: pointer;
    /*height:155px;*/
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.book-box{
    width: 80%;
    margin: auto;
}
.book-list{
    padding: 10px;
    border-bottom: 1PX solid gainsboro;
    color: #4e485e;
    font-size: 18px;
    font-family: 宋体;
}
/* END电子书 */

/* 视频 */
.video_box
{
    background-color:white;
    border-radius:10px;
    overflow:hidden;
    
}
.vsmall-box
{
    position:relative;
}
.vplay
{
    width:30px;
    height:30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #0000007d;
}
.show{
    width: 80%;
    float: left;
    height: 521px;
}
.video-play{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 290px;
    left: 430px;
    z-index: 10;
    font-size: 20px;
}
.video-play:hover{
    color: rgb(245, 124, 76);
}
.video-list{
    width: 19%; 
    float: right;
    line-height: 30px; 
    height: 521px;
    overflow-y: scroll;
}
.video-list::-webkit-scrollbar{
    display: none;
}
.middle{
    width: 99%;
}
.middle li p{
    padding: 10px;
    border-bottom: 1PX solid gainsboro;
    color: #4e485e;
    font-size: 18px;
    font-family: 宋体;
}
.moveimg{
    padding: 10px;
    border-bottom: 1PX solid gainsboro;
    cursor: pointer;
    color: #4e485e;
    font-size: 18px;
    font-family: 宋体;
}
.moveimg.active{
    color:  #FF0000;
}
.moveimg:hover{
    color: #FF0000;
}
/* END视频 */

/* 音频 */
.img-box{
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 7px;
    float: left;
}
.yp-bof{
    position: absolute;
    top: 40px;
    background: url(../image/pause.png) no-repeat;
    width: 45px;
    height: 45px;
    left: 43px;
}
.conver:hover img{
    z-index: 11;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.conver:hover .zhezhao{
    display: flex;
}
.zhezhao{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 7px;
    left: 7px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.40);
}
.zhezhao .Btn {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	background-color: yellow;
	background: url(../image/btn-bg.png) no-repeat;
	animation: Btn-bg 3s linear infinite;
    background-size: 80px 80px;
}
.zhezhao .Play {
	position: absolute;
	width: 29px;
	height: 36px;
	background: red;
	background: url(../image/pause.png) no-repeat;
	transition: .5s;
    cursor: pointer;
}
@keyframes Btn-bg {
	from {}
	to {
		transform: rotate(360deg);
	}
}
.yinp{
    font-size: 20px;
    text-align: center;
    padding-top: 48px;
}
/* END音频 */

/* 评价-pinjia */
.pinjia{
    /*height: 885px;*/
    /*margin-bottom: 40px;*/
    /*margin-top: 10px;*/
    overflow:hidden;
}
.pj-onethree{
    background-color: #deb88785;
    /*height: 200px;*/
    margin: 10px 0px 10px 0px;
    border-radius: 5px;
    transform: translateX(-320px);
    -webkit-transition: opacity 0.5s, -webkit-transform 3s;
    transition: opacity 0.5s, -webkit-transform 3s;
    -o-transition: transform 3s, opacity 0.5s;
    transition: transform 3s, opacity 0.5s;
    transition: transform 3s, opacity 0.5s, -webkit-transform 3s;
    opacity: 0;
}
.pj-onethree.on,.pj-twofour.on{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}
.pj-twofour{
    background-color: #deb887c9;
    /*height: 200px;*/
    /*margin: 10px 0px 10px 0px;*/
    border-radius: 5px;
    transform: translateX(320px);
    -webkit-transition: opacity 0.5s, -webkit-transform 3s;
    transition: opacity 0.5s, -webkit-transform 3s;
    -o-transition: transform 1.5s, opacity 0.5s;
    transition: transform 1.5s, opacity 0.5s;
    transition: transform 1.5s, opacity 0.5s, -webkit-transform 1.5s;
    opacity: 0;
}

.pj-bod{
    /*height: 135px;*/
    /*width: 260px;*/
    /*background-image: url(../image/5.jpg);*/
    /*border: 4px solid rgba(198, 138, 61, 0.88);*/
    /*position: absolute;*/
   padding: 6px 0px 5px 6px;
    /*box-shadow: grey 4px 4px 5px -2px;*/
}
.pj-bods{
    /*height: 135px;*/
    /*width: 260px;*/
    /*background-image: url(../image/5.jpg);*/
    /*border: 4px solid rgba(198, 138, 61, 0.88);*/
    padding: 6px 6px 5px 0;
    /*box-shadow: grey 4px 4px 5px -2px;*/
}
.pj-wenzid{
    padding: 6px;
}
.pi-wenzis{
    padding:6px;
}
.pj-title{
    font-size: 15px;
    /*line-height: 35px;*/
    cursor: pointer;
    text-shadow: 1px 1px #efeded;
    color: #333;
}
.pj-title:hover{
    color:#6a611c;
}
.pj-body{
    /*text-indent: 2em;*/
    /*padding-bottom:10px;*/
    line-height:20px;
    display:-webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size:14px;
    margin-top: 10px;
}
.inco{
    font-size: 15px;
    cursor: pointer;
    /*margin-left: 200px;*/
    color: #333;
}
.inco:hover{
    color:#6a611c;
}
.inco::before{
    /*content: '';
    background-image: url(../image/inoc3.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    background-position: center;
    background-size: cover;
    margin-left: -25px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
}
.inco::after{
    /*content: '';
    background-image: url(../image/inoc3.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    background-position: center;
    background-size: cover;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
}
.inco:hover::before{
    margin-left: -35px;
}
.inco:hover::after{
    margin-left: 15px
}
/* END评价-pinjia */

.card-box-nhx{
    background: #fff;
    padding: 10px;
}
.card-title{
    font-size: 15px;
    cursor: pointer;
    margin:5px 0 5px 0;
}
.card-title a
{
    color:#000;
}
.btn-pdf{
    background: #26bd5b;
    padding: 0;
    width: 100%;
    height: 48px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    line-height: 48px;
}
.btn-pdf:hover{
    opacity: 0.8;
    color:#fff;
}
.ebpad
{
    padding-right:10px;
    padding-bottom:10px;
}
/*.ebpad:nth-child(2n)
{
    padding-right:0;
}*/