body{
    background-color: #ffffff;    
    min-width: 1200px;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
.container{
    position: relative;
}
.kvBox{
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    zoom: 1;
}
.kvBox::before{
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./../images/kv-bg.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    z-index: 1;
    pointer-events: none;
}
.kvBox::after{
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./../images/kv-top.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    z-index: 3;
    pointer-events: none;
}
.kvBox .btnBox{
    position: absolute;
    left: 0;
    top: 51.055556%;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    z-index: 2;
}
.kvBox .btnBox .btn{
    position: relative;
    width: 4.16666667%;
    margin: 0 0.78125%;
    padding-top: 18.9583335%;
    cursor: pointer;
}
.kvBox .btnBox .btn:hover .inner{
    transform: rotateY(1turn) translateY(-5%);
    -webkit-transform: rotateY(1turn) translateY(-5%);
}
.kvBox .btnBox .btn .inner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    transform: rotateY(0) translateY(0);
    -webkit-transform: rotateY(0) translateY(0);
    transition: all 0.6s linear;
}
.kvBox .btnBox .btn:nth-child(1) .inner{
    background-image: url('./../images/btn-001.png');
}
.kvBox .btnBox .btn:nth-child(2) .inner{
    background-image: url('./../images/btn-002.png');
}
.kvBox .btnBox .btn:nth-child(3) .inner{
    background-image: url('./../images/btn-003.png');
}
.kvBox .btnBox .btn:nth-child(4) .inner{
    background-image: url('./../images/btn-004.png');
}
.kvBox .btnBox .btn:nth-child(5) .inner{
    background-image: url('./../images/btn-005.png');
}
.kvBox .btnBox .btn:nth-child(6) .inner{
    background-image: url('./../images/btn-006.png');
}
.kvBox .btnBox .btn:nth-child(7) .inner{
    background-image: url('./../images/btn-007.png');
}
.kvBox .btnBox .btn:nth-child(8) .inner{
    background-image: url('./../images/btn-008.png');
}
.kvBox .btnBox .btn:nth-child(9) .inner{
    background-image: url('./../images/btn-009.png');
}
.kvBox .btnBox .btn:nth-child(10) .inner{
    background-image: url('./../images/btn-010.png');
}
.kvBox .btnBox .btn:nth-child(11) .inner{
    background-image: url('./../images/btn-011.png');
}
@-webkit-keyframes flow {
	0% {
		-webkit-transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}

@keyframes flow {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes leftIn {
    from{
        transform: translate3d(-50%,0,0);
        opacity: 0;
    }
    to{
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
@keyframes leftIn {
    from{
        transform: translate3d(-50%,0,0);
        opacity: 0;
    }
    to{
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
.contentBox{
    width: 100%;
    background-color: #ffe1bf;
    background-image: url('./../images/content-banner.jpg'),url('./../images/content-bottom.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position: center top,center bottom;
    background-size: 100% auto,100% auto;
    padding-top: 39%;
    padding-bottom: 245px;
    box-sizing: border-box;
}
.contentBox .content{
    position: relative;
    width: 68%;
    margin: 0 auto;
    border: solid 50px transparent;
    border-image: url('./../images/content-border-bg.png') 50 stretch;
    box-sizing: border-box;
}
.contentBox .content::after{
    position: absolute;
    content: "";
    background-color: #fef4eb;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.contentBox .content .title{
    position: relative;
    text-align: center;
    height: 78px;
    background-image: url('./../images/content-title-bg.jpg');
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    font-size: 48px;
    z-index: 2;
}
.contentBox .content .title .innertitle{
    height: 78px;
    padding-bottom: 10px;
    background: linear-gradient(to bottom,#fff7e8,#ffe999);
    background-clip: text;
    -webkit-background-clip: text;
    line-height: 68px;
    color: transparent;
    box-sizing: border-box;
}
.contentBox .content .subtitle{
    position: relative;
    text-align: center;
    padding: 5px 20px 0;
    line-height: 1.6;
    font-size: 28px;
    color: #89924b;
    z-index: 2;
}
.contentBox .content .articleContent{
    position: relative;
    padding: 20px 2.3615% 5.3615%;
    color: #873621;
    font-size: 14px;
    line-height: 1.5;
    z-index: 2;
}

.contentBox .content .articleContent .articleDetail{
    min-height: 1000px;
}
.contentBox .content .articleContent .articleDetail table{
    max-width: 100%;
    font-size: 12px;
}
.contentBox .content .articleContent .articleDetail table tr td{
    padding: 10px 15px;
}
.contentBox .content .articleContent .articleDetail table tr td p{
    margin: 0;
    padding: 0;
}
.contentBox .content .articleContent .articleDetail img{
    max-width: 100%;
}
.contentBox .content .articleContent .articleNav{
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}
.articleNav{
    margin-bottom: 50px;
    background-color: #fffdf1;
}
.articleNav ul{
    padding: 6px 0;
}
.articleNav ul li{
    width: 164px;
    height: 34px;
    background-image: url('./../images/nav-bg.jpg');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 6px 2px;
    transition: all 0.3s linear;
}
.articleNav ul li:hover{
    background-image: url('./../images/nav-bg-hover.jpg');
    color: #ffffff;
    font-weight: bold;
}
.articleNav ul li.on{
    background-image: url('./../images/nav-bg-hover.jpg');
    color: #ffffff;
    font-weight: bold;
}
.slideBox{
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translate3d(0,-50%,0);
    width: 120px;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s linear;
    z-index: 99;
    zoom: 0.75;
}
@media (max-height:850px){
    .slideBox{
        zoom:0.65
    }
}
@media (max-height:770px){
    .slideBox{
        zoom:0.55
    }
}
@media (max-height:650px){
    .slideBox{
        zoom:0.5
    }
}
.slideBox.show{
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
}
.slideBox .close{
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    cursor: pointer;
    background-image: url('./../images/slide--expand-btn.png');
    background-size: 100% 100%;
    z-index: 2;
}
.slideBox.shrink .close{
    background-image: url('./../images/slide--expand-btn-close.png');
}
.slidenav{
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
}
.slideBox.shrink .slidenav{
    display: none;
}


.slidenav .item{
    position: relative;
    width: 120px;
    height: 74px;
    right: 0;
    font-size: 24px;
    font-family: FZYANSJW;
    color: #86291a;
    cursor: pointer;
    z-index: 1;
}
@media (max-width:1000px) {
    .slidenav .item{
        font-size: 20px;
    }
}
.slidenav .item .itemnav{
    position: absolute;
    width: 275px;
    height: 74px;
    right: 0;
    top: 50%;
    transform: translate3d(0,-50%,0);
    background-image: url('./../images/slide-item-bg.png');
    padding-right: 12px;
    box-sizing: border-box;
    transition: all .3s linear;
}
.slidenav .item .itemnav .sort{
    position: absolute;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fce3c0;
    right: 30px;
    z-index: 2;
}
.slidenav .item .itemnav .name{
    font-weight: bold;
}
.slidenav .item .itemnav .sort.small{
    font-size: 18px;
}
.slidenav .item .itemnav:hover{
    background-image: url('./../images/slide-item-bg-hover.png');
    color: #ffffff;
    text-shadow: 2px 2px 0 #ba5007;
}
.slidenav .item .itemnav:hover .sort{
    color: #ffffff;
}
.slidenav .item.on{
    background-color: #acc8f7;
    color: #313d87;
}
.backtop{
    position: relative;
    width: 120px;
    height: 120px;
    cursor: pointer;
    background-image: url('./../images/slide-backtop.png');
    z-index: 2;
}
.backhome{
    position: relative;
    width: 120px;
    height: 120px;
    cursor: pointer;
    background-image: url('./../images/slide-backhome.png');
    z-index: 2;
}
.logoBox{
    position: absolute;
    width: 26.04167%;
    top: 30px;
    left: 60px;
    z-index: 9;
}
.logoBox .logo{
    position: relative;
    width: 50%;
    padding-top: 20%;
    background-image: url('./../images/logo.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.logoBox .logo a{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.logoBox .logo.two{
    background-image: url('./../images/logo1.png');
}
.logoBox .logo.three{
    background-image: none;
}