
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body,
div,
span,
p,
a,
table,
tr,
th,
td,
img,
iframe,
form,
input,
button,
select,
textarea {
    margin: 0;
    padding: 0
}

body {
    margin: auto;
    font-family: 'Microsoft Yahei', 'PingFang SC', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    opacity: 0
}

.top-line {
    position: fixed;        /* 固定定位，不随滚动移动 */
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;            /* 粗细根据需要调整 */
    background-color: #8B0000; /* 深红色 */
    z-index: 9999;          /* 确保在最上层 */
    margin: 0;
    padding: 0;
    pointer-events: none;   /* 可选：让鼠标事件穿透横线，不影响下方按钮点击 */
}

/* 新闻图文列表 */
.work2 {
    padding: 22px 0 145px;
    background: url(../image/syb/icon_w2.png) no-repeat right bottom
}

.work2 .li {
    background-color: #f0f0f0;
    height: 196px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: all 0.32s;
    transition: all 0.32s
}

.work2 .li+.li {
    margin-top: 20px
}

.work2 .rr {
    padding: 0 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.work2 .t {
    font-size: 20px;
    white-space: nowrap;
    line-height: 1.5;
    height: 1.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all 0.32s;
    transition: all 0.32s
}

@media screen and (max-width:768px) {
    .work2 .t {
        font-size: 18px
    }
}

.work2 .p {
    font-size: 16px;
    margin-top: 18px;
    -webkit-transition: all 0.32s;
    transition: all 0.32s
}

.work2 .y {
    text-align: right;
    font-size: 16px;
    color: #999999;
    margin-top: 24px;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
    font-weight: avian
}

.work2 .pic {
    position: relative;
    overflow: hidden;
    width: 349px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.work2 .pic::before {
    content: '';
    display: block;
    padding-top: 56.16046%
}

.work2 .pic .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.work2 .pic .i {
    width: 100%;
    max-width: inherit;
    max-height: inherit;
    height: auto
}

.work2 .paging-mod {
    margin-top: 80px
}

@media screen and (min-width:769px) {
    .work2 .li:hover {
        background-color: #dcdcdc;
        -webkit-transition: all 0.32s;
        transition: all 0.32s
    }

    .work2 .li:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition-duration: .32;
        transition-duration: .32
    }

    .work2 .li:hover .i {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
        -webkit-transition-duration: .32;
        transition-duration: .32
    }

    .work2 .li:hover .t {
        font-size: 22px;
        -webkit-transition: all 0.32s;
        transition: all 0.32s
    }
}

@media screen and (min-width:769px) and (max-width:768px) {
    .work2 .li:hover .t {
        font-size: 18px
    }
}

@media screen and (min-width:769px) {
    .work2 .li:hover .p {
        font-size: 18px;
        -webkit-transition: all 0.32s;
        transition: all 0.32s
    }
}

@media screen and (min-width:769px) and (max-width:768px) {
    .work2 .li:hover .p {
        font-size: 16px
    }
}

@media screen and (min-width:769px) {
    .work2 .li:hover .y {
        font-size: 18px;
        -webkit-transition: all 0.32s;
        transition: all 0.32s;
        margin-top: 10px;
        color: #333
    }
}

@media screen and (min-width:769px) and (max-width:768px) {
    .work2 .li:hover .y {
        font-size: 16px
    }
}

@media screen and (max-width:768px) {
    .work2 {
        padding: 30px 0 70px;
        background-size: 200px
    }

    .work2 .li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }

    .work2 .pic {
        width: 100%
    }

    .work2 .t {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.5;
        height: 3em;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: normal
    }

    .work2 .rr {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        padding: 20px 10px
    }

    .work2 .pic .i {
        width: 100%
    }
}

/* */

.introduce1 {
    padding: 18px 0 0
}

.introduce1 .tab-mod {
    margin-top: 62px
}

.introduce1 .tracker-mod.dir-hor .tracker-item {
    font-size: 20px;
    color: #707070;
    padding: 0 12px;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

@media screen and (max-width:768px) {
    .introduce1 .tracker-mod.dir-hor .tracker-item {
        font-size: 18px
    }
}

.introduce1 .tracker-mod.dir-hor .tracker-item+.tracker-item {
    margin-left: 77px
}

.introduce1 .tracker-mod.dir-hor .tracker-item.cur {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #333
}

.introduce1 .title_en {
    font-size: 38px;
    margin-top: 10px
}

@media screen and (max-width:768px) {
    .introduce1 .title_en {
        font-size: 24px
    }
}

.introduce2 {
    padding: 35px 0 144px;
    background: url(../image/syb/icon_w2.png) no-repeat right bottom
}

.introduce2 .desc {
    font-size: 16px;
    padding: 0 30px
}

body:not(.lang-en) .introduce2 .desc {
    text-align: justify;
    text-justify: inter-ideograph
}

.introduce2 .t {
    font-size: 20px;
    margin-top: 50px
}

@media screen and (max-width:768px) {
    .introduce2 .t {
        font-size: 18px
    }
}

.introduce2 .p {
    margin-top: 20px
}

.introduce2 .p:first-child {
    margin-top: 0
}

.introduce1+.download1 {
    padding-top: 0
}

@media screen and (max-width:768px) {
    .introduce1 {
        padding-top: 40px
    }

    .introduce1 .tab-mod {
        margin-top: 27px
    }

    .introduce1 .tracker-mod.dir-hor .tracker-item+.tracker-item {
        margin-left: 10px
    }

    .introduce2 {
        padding: 30px 0 70px;
        background-size: 200px
    }

    .introduce2 .t {
        margin-top: 30px
    }

    .introduce2 .p {
        margin-top: 10px
    }

    .introduce2 .desc {
        padding: 0
    }
}



input,
button,
textarea,
select {
    outline: 0;
    border: 0;
    background: none;
    font: inherit;
    color: inherit
}

input,
textarea,
select {
    min-height: 1.5em
}

input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    overflow: auto;
    resize: none
}

table {
    border-collapse: collapse;
    border: 0
}

img {
    border: 0;
    outline: 0;
    vertical-align: middle
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

:focus {
    outline: 0
}

svg:not(:root) {
    overflow: hidden
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0
}

input[type=date] {
    background-color: transparent;
    border: 0;
    filter: 'alpha(opacity=0)'
}

input:focus,
textarea:focus {
    color: inherit
}

input::-ms-clear,
::-ms-reveal {
    display: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #909090;
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #909090;
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #909090;
    opacity: 1
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #909090;
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    color: #909090;
    opacity: 1
}

.placeholder {
    color: #909090
}

.init-screen {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-delay: .01s;
    transition-delay: .01s
}

.lock-screen {
    overflow: hidden
}

.xfont,
.xicon {
    position: relative;
    -webkit-transition-property: color, background;
    transition-property: color, background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.xfont::before,
.xicon::before {
    display: block;
    text-align: center;
    font-family: xfont;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

.xicon {
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 0 7px;
}

.xicon::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.icon-left::before {
    content: '\e504'
}

.icon-right::before {
    content: '\e505'
}

.icon-up::before {
    content: '\e506'
}

.icon-down::before {
    content: '\e507'
}

.icon-search::before {
    content: '\e510'
}

.icon-close::before {
    content: '\e508'
}

.icon-menu::before {
    content: '\e511'
}

.icon-load {
    -webkit-animation: animat-round 2s steps(12, end) infinite;
    animation: animat-round 2s steps(12, end) infinite
}

.icon-load::before {
    content: '\e512'
}

.icon-media-start::before {
    content: '\e520'
}

.icon-media-play::before {
    content: '\e521'
}

.icon-media-pause::before {
    content: '\e522'
}

.icon-media-buffer {
    -webkit-animation: animat-round 5s linear infinite;
    animation: animat-round 5s linear infinite
}

.icon-media-buffer::before {
    content: '\e513'
}

.icon-media-prev::before {
    content: '\e523'
}

.icon-media-next::before {
    content: '\e524'
}

.icon-media-volume::before {
    content: '\e52c'
}

.icon-media-muted::before {
    content: '\e52d'
}

.clear::after,
.nav-box::after,
.tools-mod::after,
.paging-box::after,
.slick-track::after,
.share-box::after {
    content: '';
    display: table;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.pos-fix {
    position: fixed !important;
    left: 0;
    top: 0
}

.pos-abs {
    position: absolute !important;
    left: 0;
    top: 0
}

.mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.tac {
    text-align: center
}

.des {
    line-height: 1.8
}

body:not(.lang-en) .des {
    text-align: justify;
    text-justify: inter-ideograph
}

[data-object-fit="cover"],
[object-fit="cover"] {
    -o-object-fit: cover;
    object-fit: cover
}

[data-object-fit="contain"],
[object-fit="contain"] {
    -o-object-fit: contain;
    object-fit: contain
}

[data-object-fit="scale-down"],
[object-fit="scale-down"] {
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.x-layout {
    position: relative;
    margin: auto;
    width: 100%;
    min-width: 1250px;
    overflow: hidden
}

.x-header,
.x-footer,
.x-container {
    position: relative;
    width: 100%;
    z-index: 1;
}

.x-wrap {
    position: relative;
    margin: 0 auto;        /* 水平居中 */
    width: 100%;
    min-width: 1230px;
    max-width: 1440px;
    height: 100%;
}
.x-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.x-visible {
    opacity: 1;
    visibility: visible
}

.x-table {
    display: table;
    width: 100%;
    height: 100%;
    border-collapse: collapse
}

.x-cell,
.x-nano {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.x-cell {
    padding: 0 1em;
    width: 100%
}

.x-nano {
    width: 1%
}

.title {
    font-size: 40px;
    line-height: 1.2
}

@media screen and (max-width:768px) {
    .title {
        font-size: 26px
    }
}

.title_en {
    font-size: 80px;
    line-height: 1.2;
    color: #333;
    font-family: syst;
    font-weight: bold;
    letter-spacing: 2px;
    opacity: 0.2
}

@media screen and (max-width:768px) {
    .title_en {
        font-size: 34px
    }
}

a.a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0
}

.title_ch {
    font-size: 50px;
    line-height: 1.2;
}

@media screen and (max-width:768px) {
    .title_ch {
        font-size: 30px
    }
}

.more {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
    position: relative;
    left: 0
}

.more .icon {
    display: block;
    width: 20px;
    height: 16px;
    background: url(../images/more.png);
    margin-left: 9px;
    left: 0;
    position: relative;
    -webkit-transition: all 0.32s;
    transition: all 0.32s
}

.more_w {
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
    position: relative;
    left: 0
}

.more_w .icon {
    display: block;
    width: 20px;
    height: 16px;
    background: url(../images/more-w.png);
    margin-left: 9px;
    left: 0;
    position: relative;
    -webkit-transition: all 0.32s;
    transition: all 0.32s
}

.more_r {
    position: relative;
    left: 0;
    padding-left: 0;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
    width: 108px;
    height: 57px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #5b170f;
    color: #fff
}

.more_r .icon {
    display: block;
    width: 20px;
    height: 16px;
    background: url(../images/more-w.png);
    margin-left: 9px;
    left: 0;
    position: relative;
    -webkit-transition: all 0.32s;
    transition: all 0.32s
}
.more_news {
    position: relative;
    left: 0;
    padding-left: 0;
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
    width: 108px;
    height: 57px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #5b170f;
    color: #fff
}
.more_news:hover {
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
    padding-left: 10px
}
.more_news .icon {
    width: 25px;
    height: 25px;
    background: url(../images/more_n.png) no-repeat center center; /* 添加no-repeat和居中 */
    background-size: contain; /* 确保图片完整显示 */
    margin-left: 9px;
    display: inline-block; /* 将span转换为行内块级元素，否则宽高可能不生效 */
    vertical-align: middle; /* 垂直对齐方式 */
    -webkit-transition: all 0.32s;
    transition: all 0.32s;
}
.cread_w {
    background: #5b170f
}

.cread_w .hd {
    position: relative;
    top: 0
}

.cread_w .x-wrap {
    color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px
}

.cread_w .x-wrap:after {
    content: '';
    min-height: inherit;
    font-size: 0;
    display: block
}

.cread_w .x-wrap .bread-mod {
    font-size: 0
}

.cread_w .x-wrap .bread-mod .bread-item {
    display: inline-block;
    font-size: 14px
}

.cread_w .x-wrap .bread-mod .bread-item+.bread-item:before {
    content: '';
    margin-left: 4px;
    width: 14px;
    height: 11px;
    font-family: Arial;
    color: #fff;
    margin-right: 3px;
    display: inline-block;
    padding: 0;
    background: url(../image/syb/icon_jt.png) no-repeat
}

.cread_w .x-wrap .bread-mod .bread-item.cur {
    color: #fff
}

.cread_w .x-wrap .bread-mod a:hover {
    color: coral
}

.cread_w .x-wrap .list {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cread_w .x-wrap .list a {
    display: block;
    font-size: 16px;
    color: #fff
}

.cread_w .x-wrap .list a+a {
    margin-left: 32px
}

.x-wz {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media screen and (min-width:769px) {
    *.m-show {
        display: none
    }

    .lock-screen {
        margin-right: 17px
    }

    .lock-screen.full-screen {
        margin-right: 0
    }

    .more:hover {
        -webkit-transition: all 0.32s;
        transition: all 0.32s;
        padding-left: 10px
    }

    .more_w:hover {
        -webkit-transition: all 0.32s;
        transition: all 0.32s;
        padding-left: 10px
    }

    .more_r:hover {
        -webkit-transition: all 0.32s;
        transition: all 0.32s;
        padding-left: 10px
    }

    .cread_w .x-wrap .bread-mod .bread-item {
        max-width: 300px;
        white-space: nowrap;
        line-height: 1.5;
        height: 1.5em;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .cread_w .x-wrap .bread-mod .bread-item:hover {
        max-width: inherit
    }
}

@media screen and (max-width:768px) {
    .x-wz {
        position: absolute;
        top: -70px
    }

    body {
        -webkit-overflow-scrolling: touch
    }

    .lock-screen {
        right: 0
    }

    .lock-screen .x-container .vd-adr {
        display: none !important
    }

    .menu-screen {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .x-layout {
        min-width: 320px
    }

    .x-wrap {
        padding: 0 15px;
        width: 100%
    }

    .cread_w .bread-mod {
        width: 100%
    }

    .cread_w {
        padding: 15px 0
    }

    .cread_w .x-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: auto
    }

    .cread_w .x-wrap .list {
        width: 100%;
        margin-top: 8px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: none
    }

    .cread_w .x-wrap .list a {
        margin-right: 15px
    }

    .more_r {
        width: 90px;
        height: 46px
    }

    .cread_w .x-wrap .list a+a {
        margin-left: 0;
        margin-right: 12px
    }
}

.x-header.pos {
    position: absolute;
    top: 0;
    left: 0
}

.x-header.pos1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.x-header {
    z-index: 100;
    background: #fff;
    height: 123px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.x-header .logo {
    position: relative;
    height: 100%;
    width: 520px;
    left:0;
    z-index: 2;
    overflow: hidden;
}


.x-header .logo::before {
    content: '';
    display: block;
    padding-top: 35.47009%
}

.x-header .logo .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    object-fit: contain;
}

/*一下为新增部分内容



/*新增结束*/
.x-header .nav-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px
}

.x-header .nav-mod {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.x-header .nav-lv1-item {
    margin-right: 43px
}

.x-header .nav-lv1-item:last-child {
    margin-right: 0
}

.x-header .nav-box {
    font-size: 18px
}

@media screen and (max-width:768px) {
    .x-header .nav-box {
        font-size: 16px
    }
}

.x-header .nav-s {
    position: relative
}

.x-header .nav-s+.nav-s {
    margin-left: 30px
}

.x-header .nav-mod .nav-lv1-item.cur .nav-lv1-link {
    color: #700a0a
}

.x-header .nav-s+.nav-s::after {
    content: "";
    width: 1px;
    height: 9px;
    background: #83857F;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -15px
}

.x-header .en {
    width: 25px;
    height: 25px;
    background-color: #8D0A0A;
    color: #fff;
    border-radius: 50%;
    margin-left: 22px;
    margin-right: 2px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase
}

.x-header .top {
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px
}

@media screen and (min-width:769px) {
    .x-header {
        border-bottom: 1px solid #eee
    }

    .x-header .logo {
        position: absolute;
        top: 50%;
        width: 520px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .x-header .menu-mod {
        position: absolute;
        z-index: 1;
        height: 100%;
        left: 0
    }

    .x-header .bot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 58px;
        position: relative
    }

    .x-header .tools-mod {
        margin-left: 26px;
        margin-top: 8px
    }

    .x-header .tools-mod .lang {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 25px;
        height: 25px;
        background-color: #8D0A0A;
        color: #fff;
        border-radius: 50%;
        font-size: 14px;
        line-height: 23px
    }

    .x-header .tools-mod .xicon:hover {
        color: #5b170f
    }

    .x-header .nav-mod .nav-lv1-tit {
        height: 64px;
        line-height: 50px
    }

    .x-header .nav-mod .nav-tit .arr {
        display: none
    }

    .x-header .nav-mod .nav-link {
        display: block;
        white-space: nowrap;
        -webkit-transition-property: color, background;
        transition-property: color, background;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .x-header .nav-mod .nav-lv {
        position: absolute;
        min-width: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition-property: opacity, visibility;
        transition-property: opacity, visibility;
        right: 0;
        top: 61px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        z-index: 2
    }

    .x-header .nav-mod .nav-grp {
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .x-header .nav-mod .nav-grp a {
        color: #fff;
        font-size: 16px
    }

    .x-header .nav-mod .nav-lv1-item {
        float: left
    }

    .x-header .nav-mod .nav-lv1-item.cur .nav-lv1-link {
        color: #700a0a
    }

    .x-header .nav-mod .nav-lv2-tit {
        text-align: center
    }

    .x-header .nav-mod .nav-lv2-item+.nav-lv2-item {
        margin-left: 32px
    }

    .x-header .nav-mod .nav-lv3 {
        left: 100%;
        top: 0
    }

    .x-header .nav-mod .nav-lv3-item {
        position: relative;
        float: left
    }

    .x-header .nav-mod .nav-lv3-item+.nav-lv3-item {
        margin-top: 8px
    }

    .x-header .nav-mod .nav-lv1-item:hover .nav-lv1-link {
        color: #700a0a;
        border-bottom: 2px solid #700a0a
    }

    .x-header .nav-mod .nav-lv1-item:hover .nav-lv {
        opacity: 1;
        visibility: visible
    }

    .x-header.hz-nav .nav-grp {
        position: relative;
        padding: 20px 0;
        text-align: center
    }

    .x-header.hz-nav .nav-grp::before {
        content: '\e72e';
        position: absolute;
        left: 50%;
        bottom: 100%;
        margin-bottom: -11px;
        font-size: 30px;
        line-height: 1;
        color: #000;
        font-family: "xfont" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .x-header.hz-nav .nav-lv2 {
        background-color: #000;
        color: #fff
    }

    .x-header.hz-nav .nav-lv2-item {
        display: inline-block;
        vertical-align: top
    }

    .x-header.hz-nav .nav-lv2-item+.nav-lv2-item {
        margin-top: 0
    }

    .x-header.pos .nav-lv2::after {
        width: 100vw;
        height: 70px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        display: block;
        bottom: 0;
        z-index: -1;
        background-color: #909090;
        opacity: 0.5
    }

    .x-header.pos1 .nav-lv2::after,
    .pos .nav-lv2::after {
        width: 100vw;
        height: 70px;
        background-color: #5b170f;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        display: block;
        bottom: 0;
        z-index: -1;
        opacity: 1
    }
}

@media (min-width:769px) and (max-width:1250px) {
    .x-header.pos1 {
        position: static
    }

    .x-header {
        position: static;
        width: 1250px
    }

    .x-header .nav-lv2::after,
    .x-header.pos1 .nav-lv2::after {
        width: 1250px;
        height: 70px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        display: block;
        display: none;
        bottom: 0;
        opacity: 0.7
    }

    .x-header.pos .nav-lv2::after {
        display: block;
        background-color: #909090
    }
}

@media screen and (max-width:768px) {
    .x-header.pos {
        height: 107.11px
    }

    .x-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #ccc;
        background: #fff;
        height: 107.11px
    }

    .x-header .x-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background: #fff;
        position: relative
    }

    .x-header .x-wrap::before {
        content: "";
        display: block;
        background: #fff;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1
    }

    .x-header .top {
        padding-top: 0;
        height: 50px;
        z-index: 2;
        position: relative;
        background-color: #fff
    }

    .x-header .menu-mod {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 0 0 10px;
        min-height: 50px;
        background-color: #fff;
        z-index: 1
    }

    .x-header .nav-box {
        margin-top: 15px
    }

    .x-header .logo {
        width: 130px
    }

    .x-header .logo+* {
        margin-left: auto
    }

    .x-header .menu-btn {
        position: relative;
        width: 40px;
        overflow: hidden
    }

    .x-header .menu-btn::before {
        content: '';
        display: block;
        padding-top: 100%
    }

    .x-header .menu-btn .line {
        width: 60%;
        height: 2px;
        -webkit-transition: background .3s;
        transition: background .3s
    }

    .x-header .menu-btn .line,
    .x-header .menu-btn .line::before,
    .x-header .menu-btn .line::after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #333;
        border-radius: 1px
    }

    .x-header .menu-btn .line::before,
    .x-header .menu-btn .line::after {
        content: '';
        width: 100%;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .x-header .menu-btn .line::before {
        -webkit-transform: translateY(-400%);
        -ms-transform: translateY(-400%);
        transform: translateY(-400%)
    }

    .x-header .menu-btn .line::after {
        -webkit-transform: translateY(400%);
        -ms-transform: translateY(400%);
        transform: translateY(400%)
    }

    .x-header .search-box,
    .x-header .share-box {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        position: relative;
        padding: 5px 15px
    }

    .x-header .search-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #ccc
    }

    .x-header .search-box>* {
        width: 0;
        height: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .x-header .search-box>:last-child {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .x-header .search-box .search-input {
        display: block;
        width: 100%;
        height: 30px
    }

    .x-header .search-box .search-submit {
        width: 40px
    }

    .x-header .share-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px solid #ccc
    }

    .x-header .share-box .share-item {
        font-size: 1.2em
    }

    .x-header .nav-mod {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        overflow: hidden;
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
        transform: translateY(-150%)
    }

    .x-header .nav-box {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        overflow-y: auto;
        overscroll-behavior-y: contain
    }

    .x-header .nav-item+.nav-item {
        border-top: 1px solid #ccc
    }

    .x-header .nav-item.act>.nav-tit .arr {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .x-header .nav-tit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 15px
    }

    .x-header .nav-tit .arr {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 40px;
        height: auto
    }

    .x-header .nav-tit .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .x-header .nav-tit+.nav-lv {
        display: none
    }

    .x-header .nav-lv1-link {
        font-size: 1.125em
    }

    .x-header .nav-lv2 {
        padding: 0 15px;
        background-color: #eee
    }

    .x-header .nav-lv1-item.act {
        background-color: #ddd
    }

    .x-header.menu-open {
        z-index: 999
    }

    .x-header.menu-open .line {
        background-color: transparent
    }

    .x-header.menu-open .line::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .x-header.menu-open .line::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .x-header.menu-open .nav-mod {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%)
    }

    .x-header .nav-lv1-item {
        margin-right: 0
    }
}

@media (min-width:769px) and (max-width:1300px) {
    .article-cont {
        margin: 99px;
    }
}

.x-footer {
    width: 100%
}

.x-footer .footer {
    height: 80px;
    background: #5B160E;
    color: #fff;
    font-size: 14px
}

.x-footer .footer .x-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.x-footer .name a {
    margin: 0 10px
}

.x-footer .name a:hover {
    color: #fff
}

.x-footer .name .p a {
    margin: 0
}

.x-footer .navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.x-footer .navs .item {
    margin-right: 30px;
    position: relative
}

.x-footer .navs .item:last-child {
    margin-right: 0
}

.x-footer .navs .item span {
    margin-right: 10px
}

@media screen and (max-width:768px) {
    .x-footer .footer {
        height: auto;
        padding: 20px 0
    }

    .x-footer .navs {
        display: block;
        width: 100%
    }

    .x-footer .item {
        display: block
    }

    .x-footer .item span {
        display: block
    }

    .x-footer .name {
        width: 100%
    }

    .x-footer .p {
        display: block;
        text-align: center;
        width: 100%
    }

    .x-footer .name .p {
        margin-left: 0
    }
}

.audio-mod.ui {
    position: relative;
    padding: 1em;
    border: 1px solid;
    border-radius: 5px
}

.audio-mod .audio-title {
    padding: 1em;
    text-align: center
}

.audio-mod .audio-list {
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.audio-mod .audio-list .select-bar {
    border: 0;
    height: 30px
}

.audio-mod .audio-list .select-cont {
    left: auto;
    width: 300px
}

.audio-mod .audio-control {
    float: left
}

.audio-mod .audio-play {
    border: 1px solid;
    border-radius: 999px
}

.audio-mod .audio-play.icon-media-pause.icon-media-buffer {
    -webkit-animation: animat-ring 3s linear infinite;
    animation: animat-ring 3s linear infinite
}

.audio-mod .audio-prev.disable,
.audio-mod .audio-next.disable {
    background: #ccc;
    cursor: default;
    pointer-events: none
}

.audio-mod .audio-volume {
    position: absolute;
    top: 50%;
    right: 4em;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.audio-mod .audio-volume .audio-volume-box {
    position: absolute;
    left: 50%;
    bottom: 100%;
    padding: 1em 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.audio-mod .audio-volume .audio-volume-track {
    position: relative;
    margin: auto;
    width: 4px;
    height: 50px;
    background: #eee
}

.audio-mod .audio-volume .audio-volume-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #666
}

.audio-mod .audio-volume .audio-volume-bar::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 999px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

.audio-mod .audio-volume:hover .audio-volume-box {
    opacity: 1;
    visibility: visible
}

.audio-mod .audio-panel {
    margin-left: 4em;
    margin-top: 5px
}

.audio-mod .audio-progress {
    position: relative;
    margin-bottom: 5px;
    height: 4px;
    background-color: #eee
}

.audio-mod .audio-progress .audio-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: #333
}

.audio-mod .audio-progress .audio-progress-bar::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 999px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.audio-mod .audio-time {
    position: relative;
    font-family: arial;
    line-height: 1;
    overflow: hidden
}

.audio-mod .audio-current {
    float: left
}

.audio-mod .audio-duration {
    float: right
}

.audio-mod .audio-surplus {
    float: right
}

@media screen and (max-width:768px) {
    .audio-mod .audio-volume-box {
        display: none
    }
}

.banner {
    position: relative;
    margin-top: -147px
}

.banner .slick-slide {
    height: 100vh;
    background: no-repeat center center / cover;
    position: relative
}

.banner .slick-slide .mask {
    background: #000;
    opacity: 0
}

.banner .slick-slide a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.banner .nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 1
}

.banner .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner .slick-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.4;
    padding: 0;
    list-style: none;
    margin: 0 10px
}

.banner .slick-dot.slick-active {
    opacity: 1
}

div[data-search] * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

div[data-search] .BMapLib_sms_pnl_phone input,
div[data-search] .BMapLib_sms_pnl_phone button,
div[data-search] .BMapLib_sms_pnl_phone textarea,
div[data-search] .BMapLib_sms_pnl_phone select {
    min-height: auto;
    border: 1px solid
}

div[data-search] .BMapLib_bubble_content {
    overflow: auto
}

div[data-search] .infoBox {
    padding: 10px;
    width: 290px;
    background-color: #fff
}

div[data-search] .infoBox>img {
    top: 10px;
    right: 10px !important
}

.bdmap {
    height: 600px
}

.nobdmap {
    height: 600px
}

.bread-mod {
    background-color: #5b170f;
    color: #fff
}

.bread-mod .bread-item {
    display: inline-block
}

.bread-mod .bread-item+.bread-item::before {
    width: 14px;
    height: 11px;
    background: url(../image/syb/icon_jt.png) no-repeat;
    content: "";
    display: inline-block;
    margin-right: 3px
}

@media screen and (min-width:769px) {
    .bread-mod .bread-link {
        -webkit-transition: color .3s;
        transition: color .3s
    }

    .bread-mod .bread-link:hover {
        color: #5b170f
    }
}

.up-foot {
    width: 100%;
    padding: 100px 0 80px;
    background: #fff url(../image/rj/bottom.jpg) no-repeat center center/cover
}

.up-foot .logo {
    position: relative;
    overflow: hidden;
    width: 297px;
    margin: 0 auto
}

.up-foot .logo::before {
    content: '';
    display: block;
    padding-top: 34.68013%
}

.up-foot .logo .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.up-foot .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 18px
}

@media screen and (max-width:768px) {
    .up-foot .menu {
        font-size: 16px
    }
}

.up-foot .menu .item {
    margin-right: 40px;
    position: relative
}

.up-foot .menu .item:last-child {
    margin-right: 0
}

.up-foot .menu .item+.item::after {
    content: "";
    width: 1px;
    height: 9px;
    background: #83857F;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20px
}

.up-foot .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 78px
}

.up-foot .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px
}

.up-foot .lists .list {
    margin-right: 47px;
    font-size: 14px;
    margin-top: 0
}

.up-foot .list {
    font-size: 14px;
    margin-top: 20px
}

.up-foot .li {
    margin-top: 5px
}

.up-foot .tit {
    font-size: 20px;
    color: #700a0a
}

@media screen and (max-width:768px) {
    .up-foot .tit {
        font-size: 18px
    }
}

.up-foot .pics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.up-foot .bot {
    margin-right: 10px
}

.up-foot .pic {
    position: relative;
    overflow: hidden;
    width: 128px;
    border: 1px solid #CBCBCB
}

.up-foot .pic::before {
    content: '';
    display: block;
    padding-top: 100%
}

.up-foot .pic .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.up-foot .pic img {
    width: 100%;
    height: 100%
}

.up-foot .p {
    text-align: center;
    margin-top: 5px;
    font-size: 14px
}

.up-foot .bot:last-child {
    margin-right: 0
}

.foot .up-foot {
    padding: 140px 0;
    background: url(../image/rj/foot.png) no-repeat center center/cover
}

.foot .nav {
    margin-top: 128px
}

@media screen and (min-width:769px) {
    .up-foot a:hover {
        color: #5b170f
    }
}

@media screen and (max-width:1680px) {
    .foot .up-foot {
        padding: 60px 0 100px
    }
}

@media screen and (max-width:1440px) {
    .foot .up-foot {
        padding: 30px 0
    }

    .up-foot {
        padding: 80px 0
    }

    .up-foot .nav {
        margin-top: 80px
    }
}

@media screen and (max-width:1366px) {
    .foot .up-foot .nav {
        margin-top: 25px
    }

    .up-foot {
        padding: 40px 0
    }

    .up-foot .logo {
        width: 200px
    }

    .up-foot .menu {
        margin-top: 20px
    }

    .up-foot .nav {
        margin-top: 40px
    }
}

@media screen and (max-width:768px) {
    .foot .up-foot {
        padding: 30px 0;
        background-size: 100%;
        background-position: bottom
    }

    .up-foot {
        padding: 30px 0;
        background-size: 100%;
        background-position: bottom
    }

    .up-foot .menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }

    .up-foot .item {
        font-size: 14px;
        margin-right: 0 !important;
        width: 33.33%;
        text-align: center
    }

    .up-foot .item::after {
        display: none
    }

    .up-foot .nav {
        margin-top: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .up-foot .box {
        margin-top: 10px;
        width: 100%
    }

    .up-foot .box:nth-child(3) {
        display: none
    }

    .up-foot .lists {
        margin-top: 5px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .up-foot .lists .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0
    }

    .up-foot .lists .li {
        margin-right: 20px
    }

    .up-foot .list {
        margin-top: 5px
    }

    .up-foot .pics {
        width: 100%;
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px
    }

    .up-foot .pics .bot {
        width: 45%
    }

    .up-foot .pics .p {
        margin-top: 10px
    }

    .up-foot .pics .pic {
        width: 100%
    }
}

.paging-mod {
    text-align: center;
    margin-top: 80px
}

.paging-mod .paging-box {
    display: inline-block;
    vertical-align: top
}

.paging-mod .paging-item {
    float: left;
    min-width: 36px;
    font-family: avian;
    font-size: 16px;
    line-height: 36px;
    height: 34px
}

.paging-mod .paging-arrow,
.paging-mod .paging-link {
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    background-color: #fff;
    -webkit-transition-property: color, background, border;
    transition-property: color, background, border;
    color: #707070;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.paging-mod .paging-arrow:first-child {
    margin-right: 10px
}

.paging-mod .paging-link+.paging-link {
    margin-left: 5px
}

.paging-mod .paging-link+.paging-arrow {
    margin-left: 5px
}

.paging-mod .paging-link.cur {
    background-color: #8d0b0b;
    border-color: #8d0b0b;
    color: #fff;
    cursor: default;
    pointer-events: none
}

.paging-mod .paging-dot {
    margin: 0 5px;
    font-weight: bold;
    letter-spacing: 0.2em
}

.paging-mod .paging-jump {
    margin-left: 5px;
    width: 70px;
    height: 34px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.paging-mod .paging-table {
    display: table;
    width: 100%;
    height: 100%;
    background: #fff
}

.paging-mod .paging-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.paging-mod .paging-cell:first-child {
    border-radius: 4px 0 0 4px;
    border-right: none
}

.paging-mod .paging-input {
    display: block;
    padding: 0 3px;
    width: 100%;
    line-height: 1.5;
    text-align: center
}

.paging-mod .paging-btn {
    display: block;
    width: 35px;
    cursor: pointer;
    font-family: avian;
    border-radius: 2px;
    background: #8d0b0b;
    color: #fff;
    height: 34px
}

.paging-mod .xfont {
    color: #c7c7c7
}

.paging-more {
    display: none
}

@media screen and (max-width:768px) {
    .paging-mod {
        display: none
    }

    .paging-mod .paging-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 34px;
        display: none
    }

    .paging-mod .paging-item,
    .paging-mod .paging-input {
        line-height: normal
    }

    .paging-mod .paging-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .paging-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px
    }

    .paging-more a {
        padding: 0 1em;
        line-height: 2.2em;
        border: 1px solid #ddd;
        border-radius: 30px;
        display: block
    }
}

.pop-mod {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility, z-index;
    transition-property: opacity, visibility, z-index;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s, 0s, .3s;
    transition-delay: 0s, 0s, .3s
}

.pop-mod .pop-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #707070;
    font-size: 28px;
    z-index: 1;
    cursor: pointer;
    overflow: hidden
}

.pop-mod .pop-panel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.pop-mod .pop-panel::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.pop-mod .pop-dialog {
    position: relative;
    display: inline-block;
    max-width: 100%;
    background: #fff;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    word-break: normal
}

.pop-mod .video-native {
    display: none
}

.pop-mod video,
.pop-mod iframe {
    display: none;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%
}

.pop-mod.x-show {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    -webkit-transition-property: opacity, visibility, z-index;
    transition-property: opacity, visibility, z-index;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s
}

.pop-mod.x-show video,
.pop-mod.x-show iframe,
.pop-mod.x-show .video-native {
    display: block
}

@media screen and (min-width:769px) {
    .pop-mod.x-show .pop-panel {
        overflow-y: scroll
    }

    .pop-mod.x-show>.pop-close {
        margin-right: 17px
    }

    .full-screen .pop-mod.x-show>.pop-close {
        margin-right: 0
    }

    .full-screen .pop-mod.x-show .pop-panel {
        overflow: auto
    }
}

@media screen and (max-width:768px) {
    .pop-mod .pop-panel {
        padding: 0 15px;
        overflow: auto;
        overscroll-behavior-y: contain
    }

    .pop-mod .pop-panel .pop-dialog {
        width: 100%
    }
}

.scroll-mod {
    position: relative;
    overflow: hidden
}

.scroll-mod.scroll-axis-x {
    padding-bottom: 10px
}

.scroll-mod.scroll-axis-y {
    padding-right: 10px
}

.scroll-cont {
    height: 100%;
    max-height: inherit;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.scroll-cont::-webkit-scrollbar {
    display: none
}

.scroll-track-x,
.scroll-track-y {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1)
}

.scroll-bar-x,
.scroll-bar-y {
    background-color: #aaa;
    border-radius: 999999px;
    cursor: pointer
}

.scroll-track-x {
    bottom: 0;
    left: 0;
    right: 0
}

.scroll-bar-x {
    width: 0;
    height: 5px
}

.scroll-track-y {
    top: 0;
    bottom: 0;
    right: 0
}

.scroll-bar-y {
    width: 5px;
    height: 0
}

.scroll-track-disable {
    display: none
}

@media screen and (min-width:769px) {
    .scroll-mod .scroll-bar-x {
        width: 0
    }
}

.search-mod {
    position: relative
}

.search-mod .search-tap {
    z-index: 1;
    cursor: pointer
}

.search-mod .search-tap~.search-box {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 10px;
    width: 200px;
    background-color: #eee;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.search-mod.at-l .search-tap~.search-box {
    top: auto;
    bottom: 50%;
    margin-top: 0;
    width: 0;
    -webkit-transition-property: width, opacity, visibility;
    transition-property: width, opacity, visibility
}

.search-mod.at-l .search-tap~.search-box .search-submit {
    visibility: hidden
}

.search-mod .search-box {
    display: table;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden
}

.search-mod .search-txt,
.search-mod .search-btn {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.search-mod .search-txt {
    padding: 0 1em;
    width: 100%
}

.search-mod .search-btn {
    width: 1%
}

.search-mod .search-input {
    width: 100%
}

.search-mod .search-submit {
    display: block;
    height: 100%;
    cursor: pointer
}

.search-mod.x-show .search-tap~.search-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.search-mod.x-show.at-l .search-tap {
    z-index: -1;
    -webkit-transition-property: z-index;
    transition-property: z-index;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.search-mod.x-show.at-l .search-tap~.search-box {
    width: 200px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.search-mod.x-show.at-l .search-tap~.search-box .search-submit {
    visibility: visible;
    -webkit-transition-property: visibility;
    transition-property: visibility;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

@media screen and (min-width:769px) {

    .search-mod .search-tap:hover,
    .search-mod .search-submit:hover {
        color: #5b170f
    }
}

.select-mod {
    position: relative
}

.select-mod .select-bar {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden
}

.select-mod .select-native {
    display: none
}

.select-mod .select-trigger {
    cursor: pointer
}

.select-mod .select-btn {
    float: right;
    height: 100%
}

.select-mod .select-txt {
    position: relative;
    padding: 0 1em;
    height: 100%;
    overflow: hidden
}

.select-mod .select-val {
    position: relative;
    top: 50%;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.select-mod .select-cont,
.select-mod .select-query {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 1em 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.select-mod .select-cont::before,
.select-mod .select-query::before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px
}

.select-mod .select-opts {
    position: relative;
    max-height: 16em;
    overflow: hidden
}

.select-mod .select-opts.scroll-axis-y {
    padding-right: 30px
}

.select-mod .select-opts .scroll-track-y {
    right: 12px
}

.select-mod .select-item {
    padding: 0.4em 1em;
    line-height: 1.2;
    cursor: pointer
}

.select-mod .select-item.cur {
    color: #5b170f
}

.select-mod.at-t .select-cont {
    top: auto;
    bottom: 100%
}

.select-mod.at-t .select-cont::before {
    top: 0;
    bottom: 1px
}

.select-mod.sc-show {
    z-index: 1
}

.select-mod.sc-show .select-cont {
    opacity: 1;
    visibility: visible
}

.select-mod.sc-show .select-trigger .select-btn,
.select-mod.sc-show .select-trigger.select-btn {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select-mod.sq-show .select-query {
    opacity: 1;
    visibility: visible
}

.select-mod .mCSB_scrollTools {
    right: 12px
}

@media screen and (min-width:769px) {

    .select-mod .select-trigger:hover .select-btn,
    .select-mod .select-trigger.select-btn:hover,
    .select-mod .select-item:hover {
        color: #5b170f
    }
}

@media screen and (max-width:768px) {
    .select-mod .select-native {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }

    .select-mod .select-opts {
        position: relative;
        height: 100%;
        overflow: auto
    }
}

.icon-wx::before {
    content: url(/Public/static/themes/cad/image/wechat.png)
}

.icon-wb::before {
    content: url(/Public/static/themes/cad/image/weibo.png)
}

.icon-qq::before {
    content: url(/Public/static/themes/cad/image/qq.png)
}

.icon-qz::before {
    content: '\e604'
}

.icon-twitter::before {
    content: '\e605'
}

.icon-facebook::before {
    content: '\e606'
}

.icon-linkedin::before {
    content: '\e607'
}

.icon-share::before {
    content: '\e608'
}

.share-mod .share-label,
.share-mod .share-label~.share-box {
    display: inline-block;
    vertical-align: middle
}

.share-box .share-item {
    float: left
}

.share-box .code {
    width: 150px;
    height: 250px;
    overflow: hidden
}

.share-box .code img,
.share-box .code canvas {
    width: 100%
}

@media screen and (min-width:769px) {
    .share-box .share-item:hover {
        color: #5b170f
    }
}

.share-mod .share-box .icon-wx .code::before {
    content: '微信扫一扫：分享';
}

.share-mod .share-box .icon-wx .code::after {
    content: '微信里点“发现”，扫一下二维码便可将本文分享至朋友圈。';
}

.sidebar-mod {
    position: fixed;
    top: 50%;
    right: -60px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility, right;
    transition-property: opacity, visibility, right;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar-mod .sidebar-item {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background-color: #eee;
    cursor: pointer
}

.sidebar-mod .sidebar-item+.sidebar-item {
    margin-top: 5px
}

.sidebar-mod .sidebar-cont {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding: 10px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar-mod .code {
    width: 100px;
    height: 100px;
    overflow: hidden
}

.sidebar-mod .code img {
    display: block;
    width: 100%
}

.sidebar-mod.x-show {
    opacity: 1;
    visibility: visible
}

.vjs-full-window .sidebar-mod {
    z-index: -1
}

@media screen and (min-width:769px) {
    .sidebar-mod .sidebar-item:hover .sidebar-cont {
        color: #5b170f
    }

    .sidebar-mod:hover {
        right: 0
    }
}

.slick-slider {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-item {
    position: relative
}

.slick-list {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 3;
    cursor: pointer
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff
}

.slick-dots {
    margin: 0;
    padding: 0;
    z-index: 3
}

.slick-dot {
    cursor: pointer
}

.slick-arrow.slick-disabled,
.slick-arrow.slick-disabled:hover {
    opacity: 0.5;
    cursor: initial
}

.suds-mod {
    position: relative
}

.suds-mod .suds-pop {
    position: absolute;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.suds-mod .suds-pop::before,
.suds-mod .suds-pop::after {
    content: '';
    position: absolute;
    z-index: -1
}

.suds-mod .suds-pop::before {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #ddd
}

.suds-mod .suds-pop::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 5px
}

.suds-mod .suds-pop.at-t {
    left: 50%;
    bottom: 100%;
    margin-bottom: 10px;
    -webkit-transform: translate(-50%, 10%);
    -ms-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%)
}

.suds-mod .suds-pop.at-t::before {
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.suds-mod .suds-pop.at-b {
    left: 50%;
    top: 100%;
    margin-top: 10px;
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%)
}

.suds-mod .suds-pop.at-b::before {
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    -ms-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg)
}

.suds-mod .suds-pop.at-l {
    right: 100%;
    top: 50%;
    margin-right: 10px;
    -webkit-transform: translate(10%, -50%);
    -ms-transform: translate(10%, -50%);
    transform: translate(10%, -50%)
}

.suds-mod .suds-pop.at-l::before {
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.suds-mod .suds-pop.at-r {
    left: 100%;
    top: 50%;
    margin-left: 10px;
    -webkit-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%)
}

.suds-mod .suds-pop.at-r::before {
    top: 50%;
    right: 100%;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg)
}

.suds-mod .suds-pop>* {
    position: relative;
    z-index: 1
}

.suds-mod.x-show,
.suds-mod:hover {
    z-index: 1
}

.suds-mod.x-show>.suds-pop,
.suds-mod:hover>.suds-pop {
    opacity: 1;
    visibility: visible
}

.suds-mod.x-show>.suds-pop.at-t,
.suds-mod:hover>.suds-pop.at-t {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

.suds-mod.x-show>.suds-pop.at-b,
.suds-mod:hover>.suds-pop.at-b {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

.suds-mod.x-show>.suds-pop.at-l,
.suds-mod:hover>.suds-pop.at-l {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

.suds-mod.x-show>.suds-pop.at-r,
.suds-mod:hover>.suds-pop.at-r {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

.suds-mod:hover>.suds-target+.suds-pop {
    opacity: 0;
    visibility: hidden
}

.suds-mod.x-show>.suds-target+.suds-pop {
    opacity: 1;
    visibility: visible
}

.tab-mod .tab-term {
    cursor: pointer
}

.tab-mod .tab-term.cur {
    color: #5b170f
}

.tab-mod .tab-item {
    opacity: 0;
    visibility: hidden
}

.tab-mod .tab-item.act {
    opacity: 1;
    visibility: visible
}

.topping-mod {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 100%;
    color: #fff;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transition-property: opacity, visibility, background, color;
    transition-property: opacity, visibility, background, color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.topping-mod .s {
    font-family: Arial;
    text-transform: uppercase
}

.topping-mod.x-show {
    opacity: 1;
    visibility: visible
}

.vjs-full-window .topping-mod {
    z-index: -1
}











.section {
    width:100%;
    padding-top: 0px
}

.home1 {
    width: 100%;
    height: 100%
}

.home1 .slick-mod {
    height: 100%;
    position: relative
}

.home1 .slick-mod .slick-item {
    height: 100%;
    width: 100%
}

.home1 .slick-mod .slick-list {
    height: 100%
}

.home1 .slick-mod .slick-track {
    height: 100%
}

.home1 .slick-mod .slick-slide div {
    height: 100%;
    width: 100%
}

.home1 .slick-mod .slick-slide .pic {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.home1 .slick-mod .slick-slide.slick-active .pic {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.home1 .slick-mod .slick-dots {
    position: absolute;
    bottom: 50px;
    text-align: center;
    left: 0;
    width: 100%
}

.home1 .slick-mod .slick-dot {
    width: 18px;
    height: 18px;
    background: #D9D9D9;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block
}

.home1 .slick-mod .slick-dot.slick-active {
    background: #5B160E
}

.home1 .slick-mod .pic {
    position: relative;
    overflow: hidden
}

.home1 .slick-mod .pic::before {
    content: '';
    display: block;
    padding-top: 44.73958%
}

.home1 .slick-mod .pic .i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.home1 .slick-mod .pic .i {
    width: 100%;
    height: 100%
}

.home1 .slick-mod .slick-arrow {
    width: 59px;
    height: 59px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transform: all 0.32s;
    -ms-transform: all 0.32s;
    transform: all 0.32s
}

.home1 .slick-mod .slick-prev {

    left: 6.2%
}

.home1 .slick-mod .slick-next {

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 6.2%
}


article-page {
    padding: 50px 0
}

.article-page .article-head {
    margin-bottom: 30px;
    text-align: center
}

.article-page .article-head .t {
    font-size: 1.7em
}

.article-page .article-head .info {
    margin-top: 10px;
    color: #707070
}

.article-page .article-head .s {
    margin: 0 15px
}

.article-page .introduce1 {
    padding-top: 0
}

.article-page .tab-item {
    display: none
}

.article-page .tab-item.act {
    display: block
}

.article-page .article-cont {
    margin-bottom: 30px;
    margin-top: 50px
}

.article-page .article-cont .p {
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph
}

.article-page .article-cont p+p,
.article-page .article-cont .p+.p {
    margin-top: 1em
}

.article-page .article-cont .img {
    margin: 1em 0
}

.article-page .article-cont video,
.article-page .article-cont img {
    display: block;
    margin: auto;
    max-width: 95%;
    min-height: 100%;
    height: auto !important;
    border: 0
}

.article-page .article-cont .video-mod {
    margin-bottom: 1em
}

.article-page .article-paging {
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.article-page .article-paging .article-link {
    position: relative;
    -webkit-transition: color .3s;
    transition: color .3s
}

.article-page .article-paging .article-prev {
    float: left;
    padding-left: 30px
}

.article-page .article-paging .article-next {
    float: right;
    padding-right: 30px
}

.article-page .article-paging .xfont {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.article-page .article-paging .article-prev .xfont {
    left: 0
}

.article-page .article-paging .article-next .xfont {
    right: 0
}

.article-page .share-mod {
    margin-bottom: 20px;
}

@media screen and (min-width:769px) {
    .article-page .article-paging .article-link:hover {
        color: #5b170f
    }
}

@media screen and (max-width:768px) {

    .article-page .article-cont iframe,
    .article-page .article-cont video,
    .article-page .article-cont img {
        max-width: 100%;
    }

    .article-page .article-head .info {
        margin-top: 5px
    }

    .article-page .article-head .s {
        margin: 0 5px
    }

    .article-page .article-cont {
        margin-bottom: 20px
    }

    .article-page .article-paging {
        padding: 10px 0
    }

    .article-page .share-mod {
        margin-bottom: 10px
    }
}



.section.foot {
    width:100%;
    height: auto !important;
    padding: 0
}

.section.foot {
    overflow: hidden; /* 防止内容溢出产生滚动条（如有必要） */
}

@media screen and (min-width:769px) {
    #fullpage {
        height: calc(100vh - 123px)
    }
}

