#app {
    background-color: #a60e0d;
    overflow: hidden;
    font-size: 16px
}

.pc {
    display: block
}

.mobile {
    display: none
}

@media screen and (max-width: 1000px) {
    .pc {
        display: none
    }

    .mobile {
        display: block
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    touch-action: pan-y
}

.swiper-wp8-vertical {
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.header[data-v-b4e461d0] {
    width: 100%;
    height: 704px;
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-header-bg02.178189e1.jpg') no-repeat 50%
}

.header .header-inner[data-v-b4e461d0] {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 100%
}

.header .header-inner .logo[data-v-b4e461d0] {
    width: 155px;
    height: 51px;
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_7817f7539ffb.png') no-repeat;
    display: block;
    margin-top: 20px
}

.header .header-inner .nav[data-v-b4e461d0] {
    height: 84px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.header .header-inner .nav ul[data-v-b4e461d0] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden
}

.header .header-inner .nav ul li[data-v-b4e461d0] {
    width: 188px;
    height: 84px
}

.header .header-inner .nav ul li a[data-v-b4e461d0] {
    display: block;
    height: 100%;
    transition: all .5s
}

.header .header-inner .nav ul .nav-index[data-v-b4e461d0] {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-nav-index.5db67918.png') no-repeat;
    background-size: 100% 100%
}

.header .header-inner .nav ul .nav-index[data-v-b4e461d0]:hover {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-nav-index-on.08038f55.png') no-repeat;
    background-size: 100% 100%
}

.header .header-inner .nav ul .nav-ztzl[data-v-b4e461d0] {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-nav-ztzl.766969c7.png') no-repeat;
    background-size: 100% 100%
}

.header .header-inner .nav ul .nav-ztzl[data-v-b4e461d0]:hover {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-nav-ztzl-on.4f9b2a61.png') no-repeat;
    background-size: 100% 100%
}

.header .header-inner .nav ul .nav-3Dmy[data-v-b4e461d0] {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-nav-3Dmy.e57b2508.png') no-repeat;
    background-size: 100% 100%
}

.header .header-inner .nav ul .nav-3Dmy[data-v-b4e461d0]:hover {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-nav-3Dmy-on.707eb4f6.png') no-repeat;
    background-size: 100% 100%
}

.header .header-inner .nav ul .nav-yccp[data-v-b4e461d0] {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-nav-yccp.24c128f2.png') no-repeat;
    background-size: 100% 100%
}

.header .header-inner .nav ul .nav-yccp[data-v-b4e461d0]:hover {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-nav-yccp-on.3db82949.png') no-repeat;
    background-size: 100% 100%
}

.header .header-inner .nav ul .nav-mtbd[data-v-b4e461d0] {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-nav-mtbd.4892e3f4.png') no-repeat;
    background-size: 100% 100%
}

.header .header-inner .nav ul .nav-mtbd[data-v-b4e461d0]:hover {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-nav-mtbd-on.40f84b73.png') no-repeat;
    background-size: 100% 100%
}

.header .header-inner .nav ul .nav-hdzx[data-v-b4e461d0] {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-nav-hdzx.b7b74afc.png') no-repeat;
    background-size: 100% 100%
}

.header .header-inner .nav ul .nav-hdzx[data-v-b4e461d0]:hover {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-nav-hdzx-on.8c92abd8.png') no-repeat;
    background-size: 100% 100%
}

@media screen and (max-width: 1000px) {
    .header[data-v-b4e461d0] {
        width: 10rem;
        height: 7rem;
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-m-header-bg02.7aee804a.jpg') no-repeat center 0;
        background-size: 10rem auto
    }

    .header .header-inner[data-v-b4e461d0] {
        width: 10rem;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        height: 100%
    }

    .header .header-inner .logo[data-v-b4e461d0] {
        width: 1.36rem;
        height: .44rem;
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_7817f7539ffb.png') no-repeat;
        background-size: 100% 100%;
        display: block;
        margin-top: .128rem;
        margin-left: .1rem
    }

    .header .header-inner .nav[data-v-b4e461d0] {
        height: .666rem;
        position: absolute;
        bottom: 0;
        width: 100%
    }

    .header .header-inner .nav ul[data-v-b4e461d0] {
        display: flex;
        justify-content: space-around;
        width: 100%;
        overflow: hidden
    }

    .header .header-inner .nav ul li[data-v-b4e461d0] {
        width: 1.52rem;
        height: .666rem
    }

    .header .header-inner .nav ul li a[data-v-b4e461d0] {
        display: block;
        height: 100%;
        transition: all .5s
    }

    .header .header-inner .nav ul .nav-index[data-v-b4e461d0] {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_f5a783aa6a2f.png') no-repeat;
        background-size: 100% 100%
    }

    .header .header-inner .nav ul .nav-index[data-v-b4e461d0]:hover {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_d40742d17f92.png') no-repeat;
        background-size: 100% 100%
    }

    .header .header-inner .nav ul .nav-ztzl[data-v-b4e461d0] {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_02c4f595dc88.png') no-repeat;
        background-size: 100% 100%
    }

    .header .header-inner .nav ul .nav-ztzl[data-v-b4e461d0]:hover {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_7bb08c58f250.png') no-repeat;
        background-size: 100% 100%
    }

    .header .header-inner .nav ul .nav-3Dmy[data-v-b4e461d0] {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_5d75deced1be.png') no-repeat;
        background-size: 100% 100%
    }

    .header .header-inner .nav ul .nav-3Dmy[data-v-b4e461d0]:hover {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_5d6b4f2687a6.png') no-repeat;
        background-size: 100% 100%
    }

    .header .header-inner .nav ul .nav-yccp[data-v-b4e461d0] {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_c77b11822657.png') no-repeat;
        background-size: 100% 100%
    }

    .header .header-inner .nav ul .nav-yccp[data-v-b4e461d0]:hover {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_5bbeeeff0f43.png') no-repeat;
        background-size: 100% 100%
    }

    .header .header-inner .nav ul .nav-mtbd[data-v-b4e461d0] {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_5c2fa72a51d0.png') no-repeat;
        background-size: 100% 100%
    }

    .header .header-inner .nav ul .nav-mtbd[data-v-b4e461d0]:hover {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_5dace3ee4f2a.png') no-repeat;
        background-size: 100% 100%
    }

    .header .header-inner .nav ul .nav-hdzx[data-v-b4e461d0] {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_330213758d73.png') no-repeat;
        background-size: 100% 100%
    }

    .header .header-inner .nav ul .nav-hdzx[data-v-b4e461d0]:hover {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_f4b96311e001.png') no-repeat;
        background-size: 100% 100%
    }
}

.footer-bottom {
    background-color: #740100;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 12px
}

.footer-bottom span {
    margin: 0 15px
}

.footer-bottom a {
    color: #fff;
    margin: 0 15px
}

.footer-bottom a:hover {
    color: #fff !important
}

@media screen and (max-width: 1000px) {
    .footer-bottom[data-v-a480f868] {
        background-color: #740100;
        padding: .4rem 0;
        text-align: center;
        color: #fff;
        line-height: .6rem;
        font-size: .3rem
    }

    .footer-bottom span[data-v-a480f868] {
        margin: 0 .2rem;
        display: block
    }

    .footer-bottom a[data-v-a480f868] {
        color: #fff;
        margin: 0 .2rem
    }

    .footer-bottom a[data-v-a480f868]:hover {
        color: #fff !important
    }
}

.footer[data-v-5c7321de] {
    width: 100%;
    background-color: #880200
}

.footer .footer-top[data-v-5c7321de] {
    height: 233px;
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 30px
}

.footer .footer-top .footer_top_left[data-v-5c7321de] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.footer .footer-top .footer_top_left .footer_meun[data-v-5c7321de] {
    margin-right: 40px;
    margin-left: 50px;
    overflow: hidden;
    height: auto
}

.footer .footer-top .footer_top_left .footer_menu_title[data-v-5c7321de] {
    text-indent: 14px;
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    border-left: 4px solid #fff
}

.footer .footer-top .footer_top_left .footer_menu_list[data-v-5c7321de] {
    margin-left: 14px;
    margin-top: 11px;
    font-size: 15px;
    line-height: 35px;
    color: #fff
}

.footer .footer-top .footer_top_left .footer_menu_list a[data-v-5c7321de]:hover {
    color: #fff !important
}

.footer .footer-top .footer_top_left .footer_link[data-v-5c7321de] {
    color: #fff;
    display: block
}

.footer .footer-top .footer_top_right[data-v-5c7321de] {
    display: flex;
    flex-direction: row
}

.footer .footer-top .footer_top_right .ir_img[data-v-5c7321de] {
    width: 174px;
    height: 195px;
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-ir-img-bg.469d6505.png') no-repeat;
    display: flex;
    flex-direction: column;
    margin-right: 20px
}

.footer .footer-top .footer_top_right .ir_img img[data-v-5c7321de] {
    width: 138px;
    height: 138px;
    display: block;
    margin: 20px auto 0
}

.footer .footer-top .footer_top_right .ir_img span[data-v-5c7321de] {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 30px
}

@media screen and (max-width: 1000px) {
    .footer[data-v-5c7321de] {
        width: 100%;
        background-color: #880200
    }

    .footer .footer-top[data-v-5c7321de] {
        height: 4.2rem;
        width: 10rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 auto;
        padding: .1rem 0;
        align-items: center
    }

    .footer .footer-top .footer_top_left[data-v-5c7321de] {
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }

    .footer .footer-top .footer_top_left .footer_meun[data-v-5c7321de] {
        margin-right: .2rem;
        margin-left: .2rem;
        overflow: hidden;
        height: auto
    }

    .footer .footer-top .footer_top_left .footer_menu_title[data-v-5c7321de] {
        text-indent: .2rem;
        font-size: .3rem;
        color: #fff;
        font-weight: 700;
        border-left: none
    }

    .footer .footer-top .footer_top_left .footer_menu_list[data-v-5c7321de] {
        margin-left: .2rem;
        margin-top: .1rem;
        font-size: .26rem;
        line-height: .5rem;
        color: #fff
    }

    .footer .footer-top .footer_top_left .footer_menu_list a[data-v-5c7321de]:hover {
        color: #fff !important
    }

    .footer .footer-top .footer_top_left .footer_link[data-v-5c7321de] {
        color: #fff;
        display: block
    }

    .footer .footer-top .footer_top_right[data-v-5c7321de] {
        display: flex;
        flex-direction: row
    }

    .footer .footer-top .footer_top_right .ir_img[data-v-5c7321de] {
        width: 3rem;
        height: 3.2rem;
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-ir-img-bg.469d6505.png') no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        margin-right: .2rem
    }

    .footer .footer-top .footer_top_right .ir_img img[data-v-5c7321de] {
        width: 2.26rem;
        height: 2.26rem;
        display: block;
        margin: .3rem auto 0
    }

    .footer .footer-top .footer_top_right .ir_img span[data-v-5c7321de] {
        color: #fff;
        font-size: .25rem;
        text-align: center;
        line-height: .35rem;
        padding-top: .1rem
    }
}

.index-swiper[data-v-7a78cf2b] {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 30px
}

.index-bar[data-v-7a78cf2b] {
    width: 100%;
    margin-top: 40px
}

.index-bar img[data-v-7a78cf2b] {
    width: 100%
}

.index-list[data-v-7a78cf2b] {
    width: 1200px;
    height: 580px;
    margin: 40px auto 0;
    position: relative
}

.index-list .index-list-title[data-v-7a78cf2b] {
    width: 809px;
    height: 184px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -404px;
    z-index: 10
}

.index-list .index-list-title a[data-v-7a78cf2b] {
    display: block;
    width: 100%;
    height: 100%
}

.index-list ul li[data-v-7a78cf2b]:nth-child(2) {
    margin-left: 88px
}

.index-list ul li[data-v-7a78cf2b]:nth-child(3) {
    margin-left: 35px
}

.index-list ul li[data-v-7a78cf2b]:nth-child(4) {
    margin-left: 39px
}

.index-list ul[data-v-7a78cf2b] {
    height: 470px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 20px 10px 15px rgba(0, 0, 0, .3);
    display: flex
}

.index-list ul .img-border[data-v-7a78cf2b] {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-index-list-bg.46bae547.png') no-repeat 100% 0;
    height: 470px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9
}

.index-list ul li[data-v-7a78cf2b] {
    width: 330px;
    height: 317px;
    position: relative;
    margin-top: 100px
}

.index-list ul li a[data-v-7a78cf2b] {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    z-index: 12;
    position: absolute;
    left: 0;
    top: 0
}

.index-list ul li img[data-v-7a78cf2b] {
    width: 330px;
    min-height: 260px
}

.index-list ul li h2[data-v-7a78cf2b] {
    color: #fff;
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 280px;
    margin-left: 30px;
    bottom: 20px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 11
}

.index-list .index-list-title-yccp[data-v-7a78cf2b] {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-index-title-yccp.58784104.png') no-repeat
}

.index-list .index-list-title-mtbd[data-v-7a78cf2b] {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-index-title-mtbd.4639d3da.png') no-repeat
}

.index-list .index-list-title-hdzx[data-v-7a78cf2b] {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-index-title-hdzx.2642cb52.png') no-repeat
}

@media screen and (max-width: 1000px) {
    .index-swiper[data-v-7a78cf2b] {
        width: 10rem;
        margin: 0 auto;
        overflow: hidden;
        border-radius: 0;
        margin-top: .2rem;
        position: relative
    }

    .index-swiper img[data-v-7a78cf2b] {
        width: 100%
    }

    .index-bar[data-v-7a78cf2b] {
        width: 100%;
        margin-top: .2rem
    }

    .index-bar img[data-v-7a78cf2b] {
        width: 100%
    }

    .m_b_20[data-v-7a78cf2b] {
        margin-bottom: .2rem
    }

    .index-list[data-v-7a78cf2b] {
        width: 9.5rem;
        height: 5.4rem;
        margin: .3rem auto 0;
        position: relative
    }

    .index-list .index-list-title[data-v-7a78cf2b] {
        width: 7.06rem;
        height: 1.6rem;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -3.53rem;
        z-index: 10
    }

    .index-list ul li[data-v-7a78cf2b]:nth-child(2) {
        margin-left: .3rem
    }

    .index-list ul li[data-v-7a78cf2b]:nth-child(3) {
        margin-left: .32rem
    }

    .index-list ul li[data-v-7a78cf2b]:nth-child(4) {
        display: none
    }

    .index-list ul[data-v-7a78cf2b] {
        height: 4.68rem;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        box-shadow: .2rem .13rem .2rem rgba(0, 0, 0, .3);
        display: flex
    }

    .index-list ul .img-border[data-v-7a78cf2b] {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-index-list-bg.0469d7a6.png') no-repeat 100% 0;
        background-size: 100% 100%;
        height: 4.68rem;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9
    }

    .index-list ul li[data-v-7a78cf2b] {
        width: 4.26rem;
        height: 3.3rem;
        position: relative;
        margin-top: 1rem
    }

    .index-list ul li a[data-v-7a78cf2b] {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        z-index: 12;
        position: absolute;
        left: 0;
        top: 0
    }

    .index-list ul li img[data-v-7a78cf2b] {
        width: 4.26rem;
        min-height: 2.93rem
    }

    .index-list ul li h2[data-v-7a78cf2b] {
        color: #fff;
        text-align: center;
        font-size: .3rem;
        position: absolute;
        width: 3.6rem;
        margin-left: .4rem;
        bottom: .35rem;
        font-weight: 700;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        z-index: 11
    }

    .index-list .index-list-title-yccp[data-v-7a78cf2b] {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-index-title-yccp.58784104.png') no-repeat;
        background-size: 100% 100%
    }

    .index-list .index-list-title-mtbd[data-v-7a78cf2b] {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-index-title-mtbd.4639d3da.png') no-repeat;
        background-size: 100% 100%
    }

    .index-list .index-list-title-hdzx[data-v-7a78cf2b] {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-index-title-hdzx.2642cb52.png') no-repeat;
        background-size: 100% 100%
    }
}

.exhibition[data-v-66c47922] {
    overflow: hidden;
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-exhibition-bg.5dbe5f2e.jpg') no-repeat center 0
}

.exhibition .exhibition-container[data-v-66c47922] {
    width: 1200px;
    height: 1030px;
    margin: 0 auto
}

.exhibition .exhibition-container .loading[data-v-66c47922] {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.exhibition .exhibition-container .loading img[data-v-66c47922] {
    margin-top: 200px;
    margin-bottom: 20px
}

.exhibition .exhibition-container .logo[data-v-66c47922] {
    width: 155px;
    height: 51px;
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_7817f7539ffb.png') no-repeat;
    display: block;
    margin-top: 20px
}

.exhibition .exhibition-container .exhibition-border[data-v-66c47922] {
    width: 1200px;
    height: 600px;
    margin-top: 300px;
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-exhibition-border.28da1f17.png') no-repeat;
    position: relative;
    overflow: hidden
}

.exhibition .exhibition-container .exhibition-swiper[data-v-66c47922] {
    width: 1120px;
    overflow: hidden;
    margin: 40px auto 0;
    height: 530px
}

.exhibition .exhibition-container .swiper-pagination[data-v-66c47922] {
    color: #fff
}

.exhibition .exhibition-container .swiper-main-img[data-v-66c47922] {
    width: 1120px;
    height: 525px;
    margin: 0 auto
}

.exhibition .exhibition-container .swiper-main-img img[data-v-66c47922] {
    width: 100%
}

.exhibition .exhibition-container .swiper-content[data-v-66c47922] {
    width: 1120px;
    height: 525px;
    margin: 0 auto;
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-swiper-main-bg.6a70d642.png') no-repeat
}

.exhibition .exhibition-container .swiper-content-unit[data-v-66c47922] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.exhibition .exhibition-container .swiper-content-unit h2[data-v-66c47922] {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #e40007;
    padding-bottom: 25px
}

.exhibition .exhibition-container .swiper-content-unit p[data-v-66c47922] {
    color: #333;
    font-size: 18px;
    line-height: 35px;
    padding: 0 80px;
    font-weight: 700
}

.exhibition .exhibition-container .swiper-content-photowall[data-v-66c47922] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.exhibition .exhibition-container .swiper-content-photowall h2[data-v-66c47922] {
    color: #e40007;
    font-size: 14px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    writing-mode: tb-rl
}

.exhibition .exhibition-container .swiper-content-photowall .swiper-content-center[data-v-66c47922] {
    justify-content: center
}

.exhibition .exhibition-container .swiper-content-photowall .swiper-content-start[data-v-66c47922] {
    justify-content: start
}

.exhibition .exhibition-container .swiper-content-photowall .swiper-content-photowall-list[data-v-66c47922] {
    background-color: #fdf8e6;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    width: 500px;
    border-radius: 10px;
    padding: 20px;
    height: 90%;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.exhibition .exhibition-container .swiper-content-photowall .swiper-content-photowall-list img[data-v-66c47922] {
    max-width: 100%;
    max-height: 300px;
    margin-bottom: 20px;
    border-radius: 15px
}

.exhibition .exhibition-container .swiper-content-photowall .swiper-content-photowall-list video[data-v-66c47922] {
    width: 100%
}

.exhibition .exhibition-container .swiper-content-photowall .swiper-content-photowall-list p[data-v-66c47922] {
    font-size: 16px;
    text-align: left
}

.exhibition .exhibition-container .swiper-main-text[data-v-66c47922] {
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 130px;
    left: 350px;
    width: 630px
}

.exhibition .exhibition-container .swiper-nav[data-v-66c47922] {
    display: flex;
    justify-content: space-between
}

.exhibition .exhibition-container .swiper-nav a[data-v-66c47922] {
    display: block
}

.exhibition .exhibition-container .swiper-nav a img[data-v-66c47922] {
    width: 100%;
    transition: all .5s
}

.exhibition .exhibition-container .swiper-nav a:hover img[data-v-66c47922] {
    opacity: .8
}

.exhibition .exhibition-container .swiper-side-nav[data-v-66c47922] {
    width: 53px;
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 100
}

.exhibition .exhibition-container .swiper-side-nav li[data-v-66c47922] {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 3px;
    cursor: pointer
}

.exhibition .exhibition-container .swiper-side-nav li[data-v-66c47922]:hover {
    color: #e40007
}

.exhibition .exhibition-container .swiper-side-nav li:hover .swiper-side-nav-second[data-v-66c47922] {
    display: block
}

.exhibition .exhibition-container .swiper-side-nav li p[data-v-66c47922] {
    text-align: center;
    border: 1px solid #e6b76f;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px
}

.exhibition .exhibition-container .swiper-side-nav li .swiper-side-nav-second[data-v-66c47922] {
    width: 320px;
    height: auto;
    padding: 20px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: -320px;
    min-height: 400px;
    top: 60px;
    border-radius: 10px;
    z-index: 99;
    display: none
}

.exhibition .exhibition-container .swiper-side-nav li .swiper-side-nav-second h2[data-v-66c47922] {
    color: #e40007;
    font-weight: 700;
    font-size: 18px
}

.exhibition .exhibition-container .swiper-side-nav li .swiper-side-nav-second a[data-v-66c47922] {
    color: #fff;
    display: block;
    margin-top: 20px
}

.exhibition .exhibition-container .swiper-side-nav li .swiper-side-nav-second a[data-v-66c47922]:hover {
    color: #ffdf75 !important
}

.exhibition .exhibition-container .arrow-btn[data-v-66c47922] {
    width: 25px;
    height: 43px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: block
}

.exhibition .exhibition-container .arrow-left[data-v-66c47922] {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_a9feecb05068.png') no-repeat;
    left: 10px
}

.exhibition .exhibition-container .arrow-right[data-v-66c47922] {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_110b2491b2a7.png') no-repeat;
    right: 10px
}

.exhibition .return-index[data-v-66c47922] {
    width: 106px;
    height: 34px;
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_f8649db5950a.png') no-repeat;
    display: block;
    position: absolute;
    top: 320px
}

@media screen and (max-width: 1000px) {
    .exhibition[data-v-66c47922] {
        width: 10rem;
        overflow: hidden;
        background: none
    }

    .exhibition .exhibition-header[data-v-66c47922] {
        height: auto;
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-m-header-bg.23d54071.jpg') no-repeat;
        background-size: 100% auto;
        overflow: hidden
    }

    .exhibition .logo[data-v-66c47922] {
        width: 1.36rem;
        height: .44rem;
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_7817f7539ffb.png') no-repeat;
        background-size: 100% 100%;
        display: block;
        margin-top: .128rem;
        margin-left: .1rem
    }

    .exhibition .return-index-m[data-v-66c47922] {
        width: 2.013rem;
        height: .64rem;
        display: block;
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_f8649db5950a.png') no-repeat;
        background-size: 100% 100%;
        margin: 3.7rem auto 0
    }

    .exhibition .exhibition-nav[data-v-66c47922] {
        width: 9.5rem;
        margin: .3rem auto 0;
        overflow-x: scroll
    }

    .exhibition .exhibition-nav ul[data-v-66c47922] {
        display: flex;
        width: 16rem
    }

    .exhibition .exhibition-nav li[data-v-66c47922] {
        margin-right: .15rem;
        font-size: .28rem;
        line-height: .693rem;
        background-color: #fff;
        border-radius: .1rem;
        text-align: center;
        font-weight: 700
    }

    .exhibition .exhibition-nav li[data-v-66c47922]:hover {
        color: #e40007
    }

    .exhibition .exhibition-nav li p[data-v-66c47922] {
        border: 1px solid #e6b76f;
        margin: .04rem;
        border-radius: .1rem;
        padding: 0 .1rem
    }

    .exhibition .exhibition-nav-second[data-v-66c47922] {
        height: .6rem;
        background: rgba(0, 0, 0, .5);
        width: 9.5rem;
        margin: .1rem auto 0;
        border-radius: .1rem;
        color: #fff;
        font-size: .28rem;
        display: flex;
        line-height: .6rem
    }

    .exhibition .exhibition-nav-second p[data-v-66c47922] {
        margin: 0 .3rem
    }

    .exhibition .exhibition-nav-second p[data-v-66c47922]:hover {
        color: #ffdf75
    }

    .exhibition .exhibition-m-content[data-v-66c47922] {
        padding: .25rem
    }

    .exhibition .exhibition-m-content li[data-v-66c47922] {
        background: #fdf8e6;
        border-radius: .2rem;
        padding: .25rem;
        margin-bottom: .5rem
    }

    .exhibition .exhibition-m-content li h2[data-v-66c47922] {
        color: #e40007;
        font-size: .4rem;
        font-weight: 700;
        text-align: center;
        padding-bottom: .1rem
    }

    .exhibition .exhibition-m-content li p[data-v-66c47922] {
        color: #333;
        font-size: .32rem;
        line-height: .45rem
    }

    .exhibition .exhibition-m-content img[data-v-66c47922] {
        width: 100% !important;
        margin-bottom: .1rem
    }

    .exhibition .exhibition-m-content video[data-v-66c47922] {
        width: 100%
    }

    .exhibition .exhibition-m-main[data-v-66c47922] {
        overflow: hidden;
        display: flex;
        flex-shrink: 0;
        flex-flow: row wrap;
        justify-content: space-between
    }

    .exhibition .exhibition-m-main div[data-v-66c47922] {
        width: 4.5rem;
        height: 3.2rem
    }
}

.article-content[data-v-6156abd8] {
    width: 1200px;
    margin: 50px auto
}

.article-content-top[data-v-6156abd8] {
    height: 74px;
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-column-bg-top.74e81d94.png') no-repeat
}

.article-content-content[data-v-6156abd8] {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_515d66eece12.png') repeat-y;
    padding: 0 130px 50px
}

.article-content-content .article-content-title[data-v-6156abd8] {
    text-align: center
}

.article-content-content .article-content-title h2[data-v-6156abd8] {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 40px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
    padding-bottom: 15px
}

.article-content-content .article-content-title span[data-v-6156abd8] {
    color: #666
}

.article-content-content .article-content-text[data-v-6156abd8] {
    padding-top: 30px
}

.article-content-content .article-content-text p[data-v-6156abd8] {
    text-indent: 2em;
    font-size: 16px;
    line-height: 28px;
    color: #333
}

.article-content-content .article-content-text img[data-v-6156abd8], .article-content-content .article-content-text video[data-v-6156abd8] {
    max-width: 800px !important;
    display: block;
    margin: 20px auto
}

.return-list[data-v-6156abd8] {
    display: block;
    background: #880200;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    width: 100px;
    font-size: 18px;
    border-radius: 5px;
    margin: 50px auto 0
}

.return-list[data-v-6156abd8]:hover {
    color: #fff !important
}

.article-content-bottom[data-v-6156abd8] {
    height: 83px;
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-column-bg-bottom.128149ed.png') no-repeat
}

.article-content-text {
    padding-top: 30px
}

.article-content-text p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 28px;
    color: #333
}

.article-content-text img, .article-content-text video {
    max-width: 800px !important;
    display: block;
    margin: 20px auto
}

@media screen and (max-width: 1000px) {
    .article-content[data-v-6156abd8] {
        width: 9.5rem;
        margin: .3rem auto
    }

    .article-content-top[data-v-6156abd8] {
        height: .53rem;
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-column-bg-top.74e81d94.png') no-repeat;
        background-size: 100% 100%
    }

    .article-content-content[data-v-6156abd8] {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_515d66eece12.png') repeat-y;
        background-size: 100% 1px;
        padding: 0 .5rem .25rem
    }

    .article-content-content .article-content-title[data-v-6156abd8] {
        text-align: center
    }

    .article-content-content .article-content-title h2[data-v-6156abd8] {
        font-size: .4rem;
        font-weight: 700;
        color: #333;
        line-height: .55rem;
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: .3rem;
        padding-bottom: .2rem
    }

    .article-content-content .article-content-title p[data-v-6156abd8] {
        font-size: .26rem
    }

    .article-content-content .article-content-title span[data-v-6156abd8] {
        color: #666
    }

    .article-content-content .article-content-text[data-v-6156abd8] {
        padding-top: .3rem
    }

    .article-content-content .article-content-text p[data-v-6156abd8] {
        text-indent: 2rem;
        font-size: .32rem;
        line-height: .45rem;
        color: #333
    }

    .article-content-content .article-content-text img[data-v-6156abd8], .article-content-content .article-content-text video[data-v-6156abd8] {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        margin: 0 auto
    }

    .return-list[data-v-6156abd8] {
        display: block;
        background: #880200;
        height: 1rem;
        line-height: 1rem;
        color: #fff;
        text-align: center;
        width: 2rem;
        font-size: .35rem;
        border-radius: .2rem;
        margin: .5rem auto 0
    }

    .return-list[data-v-6156abd8]:hover {
        color: #fff !important
    }

    .article-content-bottom[data-v-6156abd8] {
        height: .53rem;
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-column-bg-bottom.128149ed.png') no-repeat;
        background-size: 100% 100%
    }

    .article-content-text {
        padding-top: .3rem
    }

    .article-content-text p {
        text-indent: 2em;
        font-size: .32rem;
        line-height: .45rem;
        color: #333;
        padding: .2rem 0
    }

    .article-content-text img, .article-content-text video {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        margin: 0 auto
    }
}

.column-list[data-v-2fe47770] {
    width: 1200px;
    margin: 50px auto
}

.column-list .column-list-top[data-v-2fe47770] {
    height: 74px;
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-column-bg-top.74e81d94.png') no-repeat
}

.column-list .column-list-content[data-v-2fe47770] {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_515d66eece12.png') repeat-y;
    overflow: hidden
}

.column-list .column-list-content .jqqd[data-v-2fe47770] {
    width: 500px;
    margin: 0 auto;
    text-align: center
}

.column-list .column-list-content ul[data-v-2fe47770] {
    padding: 0 55px
}

.column-list .column-list-content ul li[data-v-2fe47770] {
    border-radius: 25px
}

.column-list .column-list-content ul li[data-v-2fe47770]:hover {
    background-color: #fdf8e6
}

.column-list .column-list-content ul li .column-list-img[data-v-2fe47770] {
    width: 360px;
    height: 250px;
    overflow: hidden;
    border-radius: 25px
}

.column-list .column-list-content ul li .column-list-img img[data-v-2fe47770] {
    width: 100%;
    min-height: 250px
}

.column-list .column-list-content ul li .column-list-text[data-v-2fe47770] {
    width: 630px
}

.column-list .column-list-content ul li .column-list-text h2[data-v-2fe47770] {
    line-height: 50px;
    font-size: 22px;
    color: #333;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.column-list .column-list-content ul li .column-list-text p[data-v-2fe47770] {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

.column-list .column-list-content ul li .column-list-text span[data-v-2fe47770] {
    color: #666;
    font-size: 14px
}

.column-list .column-list-content ul li a[data-v-2fe47770] {
    display: flex;
    justify-content: space-between;
    padding: 30px 40px
}

.column-list .column-list-bottom[data-v-2fe47770] {
    height: 83px;
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-column-bg-bottom.128149ed.png') no-repeat
}

@media screen and (max-width: 1000px) {
    .column-list[data-v-2fe47770] {
        width: 9.5rem;
        margin: .3rem auto
    }

    .column-list .column-list-top[data-v-2fe47770] {
        height: .53rem;
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-column-bg-top.74e81d94.png') no-repeat;
        background-size: 100% 100%
    }

    .column-list .column-list-content[data-v-2fe47770] {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_515d66eece12.png') repeat-y;
        background-size: 100% 1px;
        overflow: hidden
    }

    .column-list .column-list-content .jqqd[data-v-2fe47770] {
        width: 3rem;
        margin: 0 auto;
        text-align: center
    }

    .column-list .column-list-content ul[data-v-2fe47770] {
        padding: 0 .3rem
    }

    .column-list .column-list-content ul li[data-v-2fe47770] {
        border-radius: .3rem;
        background-color: #fdf8e6;
        margin-bottom: .3rem
    }

    .column-list .column-list-content ul li .column-list-img[data-v-2fe47770] {
        width: 2.86rem;
        height: 2.05rem;
        overflow: hidden;
        border-radius: .3rem
    }

    .column-list .column-list-content ul li .column-list-img img[data-v-2fe47770] {
        width: 100%;
        min-height: 2.05rem
    }

    .column-list .column-list-content ul li .column-list-text[data-v-2fe47770] {
        width: 4.7rem
    }

    .column-list .column-list-content ul li .column-list-text h2[data-v-2fe47770] {
        line-height: .5rem;
        font-size: .3rem;
        color: #333;
        border-bottom: 1px solid #333;
        margin-bottom: .2rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .column-list .column-list-content ul li .column-list-text p[data-v-2fe47770] {
        font-size: .26rem;
        line-height: .35rem;
        color: #333;
        height: .9rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical
    }

    .column-list .column-list-content ul li .column-list-text span[data-v-2fe47770] {
        color: #666;
        font-size: .22rem
    }

    .column-list .column-list-content ul li a[data-v-2fe47770] {
        display: flex;
        justify-content: space-between;
        padding: .5rem .55rem
    }

    .column-list .column-list-bottom[data-v-2fe47770] {
        height: .53rem;
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-column-bg-bottom.128149ed.png') no-repeat;
        background-size: 100% 100%
    }
}

.column-list[data-v-7b076a6e] {
    width: 1200px;
    margin: 50px auto
}

.column-list .column-list-top[data-v-7b076a6e] {
    height: 74px;
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-column-bg-top.74e81d94.png') no-repeat
}

.column-list .column-list-content[data-v-7b076a6e] {
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_515d66eece12.png') repeat-y;
    overflow: hidden
}

.column-list .column-list-content .jqqd[data-v-7b076a6e] {
    width: 500px;
    margin: 0 auto;
    text-align: center
}

.column-list .column-list-content .son-list ul[data-v-7b076a6e] {
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 30px
}

.column-list .column-list-content .son-list ul li[data-v-7b076a6e] {
    border: 1px solid #f28000;
    height: 30px;
    line-height: 30px;
    margin: 0 8px
}

.column-list .column-list-content .son-list ul li a[data-v-7b076a6e] {
    color: #f28000;
    display: block;
    padding: 0 15px
}

.column-list .column-list-content .son-list ul li .active[data-v-7b076a6e], .column-list .column-list-content .son-list ul li a[data-v-7b076a6e]:hover {
    color: #fff !important;
    background: #f28000 !important
}

.column-list .column-list-content .article-list[data-v-7b076a6e] {
    padding: 0 55px
}

.column-list .column-list-content .article-list li[data-v-7b076a6e] {
    border-radius: 25px
}

.column-list .column-list-content .article-list li[data-v-7b076a6e]:hover {
    background-color: #fdf8e6
}

.column-list .column-list-content .article-list li .column-list-img[data-v-7b076a6e] {
    width: 360px;
    height: 250px;
    overflow: hidden;
    border-radius: 25px
}

.column-list .column-list-content .article-list li .column-list-img img[data-v-7b076a6e] {
    width: 100%;
    min-height: 250px
}

.column-list .column-list-content .article-list li .column-list-text[data-v-7b076a6e] {
    width: 630px
}

.column-list .column-list-content .article-list li .column-list-text h2[data-v-7b076a6e] {
    line-height: 50px;
    font-size: 22px;
    color: #333;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.column-list .column-list-content .article-list li .column-list-text audio[data-v-7b076a6e] {
    display: block;
    margin: 60px 0;
    width: 100%
}

.column-list .column-list-content .article-list li .column-list-text p[data-v-7b076a6e] {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

.column-list .column-list-content .article-list li .column-list-text span[data-v-7b076a6e] {
    color: #666;
    font-size: 14px
}

.column-list .column-list-content .article-list li a[data-v-7b076a6e] {
    display: flex;
    justify-content: space-between;
    padding: 30px 40px
}

.column-list .column-list-bottom[data-v-7b076a6e] {
    height: 83px;
    background: url('../../../images/zt/dldxdkxj/dldxdkxj-column-bg-bottom.128149ed.png') no-repeat
}

@media screen and (max-width: 1000px) {
    .column-list[data-v-7b076a6e] {
        width: 9.5rem;
        margin: .3rem auto
    }

    .column-list .column-list-top[data-v-7b076a6e] {
        height: .53rem;
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-column-bg-top.74e81d94.png') no-repeat;
        background-size: 100% 100%
    }

    .column-list .column-list-content[data-v-7b076a6e] {
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-base64_515d66eece12.png') repeat-y;
        background-size: 100% 1px;
        overflow: hidden
    }

    .column-list .column-list-content .jqqd[data-v-7b076a6e] {
        width: 3rem;
        margin: 0 auto;
        text-align: center
    }

    .column-list .column-list-content .son-list ul[data-v-7b076a6e] {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        padding-bottom: .4rem;
        width: 100%;
        padding: 0 .2rem
    }

    .column-list .column-list-content .son-list ul li[data-v-7b076a6e] {
        border: 1px solid #f28000;
        height: .6rem;
        line-height: .6rem;
        margin: 0 .133333rem;
        margin-bottom: .2rem;
        font-size: .4rem
    }

    .column-list .column-list-content .son-list ul li a[data-v-7b076a6e] {
        color: #f28000;
        display: block;
        padding: 0 .2rem
    }

    .column-list .column-list-content .son-list ul li .active[data-v-7b076a6e], .column-list .column-list-content .son-list ul li a[data-v-7b076a6e]:hover {
        color: #fff !important;
        background: #f28000 !important
    }

    .column-list .column-list-content .article-list[data-v-7b076a6e] {
        padding: 0 .3rem
    }

    .column-list .column-list-content .article-list li[data-v-7b076a6e] {
        border-radius: .3rem;
        background-color: #fdf8e6;
        margin-bottom: .3rem
    }

    .column-list .column-list-content .article-list li .column-list-img[data-v-7b076a6e] {
        width: 2.86rem;
        height: 2.05rem;
        overflow: hidden;
        border-radius: .3rem
    }

    .column-list .column-list-content .article-list li .column-list-img img[data-v-7b076a6e] {
        width: 100%;
        min-height: 2.05rem
    }

    .column-list .column-list-content .article-list li .column-list-text[data-v-7b076a6e] {
        width: 4.7rem
    }

    .column-list .column-list-content .article-list li .column-list-text h2[data-v-7b076a6e] {
        line-height: .5rem;
        font-size: .3rem;
        color: #333;
        border-bottom: 1px solid #333;
        margin-bottom: .2rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .column-list .column-list-content .article-list li .column-list-text audio[data-v-7b076a6e] {
        display: block;
        margin: 0;
        width: 100%
    }

    .column-list .column-list-content .article-list li .column-list-text p[data-v-7b076a6e] {
        font-size: .26rem;
        line-height: .35rem;
        color: #333;
        height: .9rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical
    }

    .column-list .column-list-content .article-list li .column-list-text span[data-v-7b076a6e] {
        color: #666;
        font-size: .22rem
    }

    .column-list .column-list-content .article-list li a[data-v-7b076a6e] {
        display: flex;
        justify-content: space-between;
        padding: .5rem .55rem
    }

    .column-list .column-list-bottom[data-v-7b076a6e] {
        height: .53rem;
        background: url('../../../images/zt/dldxdkxj/dldxdkxj-column-bg-bottom.128149ed.png') no-repeat;
        background-size: 100% 100%
    }
}

* {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: transparent
}

body, html {
    margin: 0;
    padding: 0;
    font-family: alibaba-puhui-R, Helvetica Neue, Helvetica, Arial, sans-serif
}

body {
    -webkit-overflow-scrolling: touch
}

article, aside, blockquote, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, sumary, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: middle
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

a {
    text-decoration: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol, ul {
    list-style: none
}

a, img {
    -webkit-touch-callout: none
}

a, a:active, a:hover {
    text-decoration: none
}

a:hover {
    color: #309cd0 !important
}

a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.container {
    padding: 0;
    font-family: alibaba-puhui-R !important
}