body {
    min-width: 1200px;
}

@font-face {
    font-family: FZLSJW;
    src: url('../font/FZLSJW.TTF'), url('../font/FZLSJW.TTF') format('truetype');
}

/* 全局背景颜色 */
.contentBigDiv {
    width: 100%;
    overflow: hidden;
    background-color: #f7ebd8;
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_m/bodyImg.png');
    background-repeat: repeat;
}

/* 轮播样式 */
.swiper-pagination-bullet {
    background-color: #92141C;
    width: 10px;
    height: 10px;
    opacity: 0.8;
}

.swiper-pagination-bullet-active {
    background-color: #BA913D;
    width: 40px;
    height: 10px;
    border-radius: 6.5px;
}

/* 分割线图片 */
.divider_img {
    width: 100%;
    height: 22px;
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_n/public/divider.png');
    background-size: auto 100%;
}



/* bann图的按钮 */
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}

.banner ul {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 70px;
    overflow: hidden;
    display: flex;
    gap: 26px;
}

.banner ul li {
    width: 160px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    color: #562E1B;
    font-family: FZLSJW;
    cursor: pointer;
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_n/public/button_yellow.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.selectLi {
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_n/public/button_red.png') !important;
    color: #fff !important;

}

.selectLi a {
    color: #fff !important;
}

/* 头部NAV */
#header {
    width: 100%;
    height: 70px;
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_n/public/nav_back.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}

nav {
    width: 1200px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    font-family: FZLSJW;
}

nav ul {
    display: flex;
    justify-content: center;
}

nav ul li {
    width: 180px;
    height: 70px;
    text-align: center;
    font-size: 22px;
    color: #F1DBB9;
}

nav ul li:hover {
    background-image: url('https://kchi.obs.cn-north-4.myhuaweicloud.com/lnjindan_n/public/nav_select.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #77171C;
}

nav ul li img {
    width: 180px;
    height: 120px;
}

nav ul li:hover ol {
    display: block;
}

nav ul li ol {
    display: none;
}

nav ul ol li {
    width: 180px;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    color: #F1DBB9;
    background-color: rgba(139, 28, 34, 0.6);
}

nav ul ol li:hover {
    background-image: none;
    color: #FF1B1B;
    opacity: 0.8;
}




/* 底部 */
#footer {
    width: 100%;
    background-color: #92141C;
    overflow: hidden;
}

.foot-box-top {
    width: 1200px;
    margin: 80px auto 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}


.foot-box-top ul {
    font-size: 13px;
    color: #DAC3AB;
    line-height: 27px;
}

.foot-box-top .wx li img {
    width: 75px;
    height: 75px;
    margin-bottom: 3px;
}

.foot-box-top .wx li {
    font-size: 12px;
    color: #ffffff;
    line-height: 16px;
    text-align: center;
}

.foot-box-top ul a {
    color: #DAC3AB;
}

.foot-box-bottom {
    width: 100%;
    margin: 48px auto 52px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}

.foot-box-bottom a {
    color: #FFFFFF;
    margin: 0 10px;
}

.foot-box-bottom p:last-child {
    margin-top: 15px;
}




/* 播放器 */
.play-btn {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background-image: url('https://www.lnjindan.com/assets/images/H5/H5_index/bofang.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.vbox-close {
    bottom: 10%;
}