@charset "utf-8";

body {
    overflow-x: hidden;
}

.banner .slick div a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 0.2rem;
    background: #ffff;
    opacity: .5;
    top: 50%;
        margin-top: -0.1rem;
}

@keyframes _ani1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _ani2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes ani_bj {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: .8;
        transform: scale(1.45);
    }

    95% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::before {
    content: "";
    /* position: absolute;
    left: 0;
    height: 1.8rem;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1; */
}

.banner .slick-slide a>img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}



@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}


@keyframes img_scale3 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}


.banner .slick .box0 {
    opacity: 1;
    z-index: 0;
    opacity: 1;
    z-index: 0;
    -webkit-animation: box0 7s linear 0s;
    animation: box0 7s linear 0s
}


.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}

.banner .slick .box1 {
    -webkit-animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 0
}

@-webkit-keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@-webkit-keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@-webkit-keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

.banner .slick-dots {
    font-size: 0;
    text-align: right;
    transform: translateY(0);
    right: 2.85rem;
    width: auto;
    bottom: .52rem;
    display: flex;
    align-items: center;
}

.banner .slick-dots li {
    display: flex;
    vertical-align: middle;
    width: 0.15rem;
    height: 0.23rem;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 .16rem;
    position: relative;
    transition: all .5s;
    background: url(../images/banner-dot.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.banner .slick-dots li:before {}

.banner .slick-dots li:nth-child(1):before {
    content: none;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 0.16rem;
    height: 0.16rem;
    background-color: #fff;
    transition: all .5s;
    display: none;
}

.banner .slick-dots li.slick-active {
    border-color: #fff;
    width: .21rem;
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.banner .slick-dots li.slick-active button {
    background: #ff8a00;
}



.banner-btm {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.5rem;
    z-index: 9;
    justify-content: center;
}

.banner-btm .banner-down {
    display: flex;
    align-items: center;
    position: relative;
}



.banner-btm .banner-down div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.banner-btm .banner-down div img {
    display: block;
    animation: bb 2s linear 0s infinite;
}

.banner .slick-slide a>video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

@keyframes bb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    20% {
        transform: translate(0, 0.03rem);
        opacity: 1;
    }

    80% {
        transform: translate(0, 0.1rem);
        opacity: 1;
    }

    90% {
        transform: translate(0, 0.1rem);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0.1rem);
        opacity: 0;
    }
}


/* index */

.index {
    z-index: 99;
    background: #fff;
    position: relative;
    padding-top: 1px;
    overflow: hidden;
}

.itit {
    position: relative;
}

.itit-text {}

.itit-text h2 {
    font-family: SourceHanSansCN-Medium;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #333333;
}

.itit-text h3 {
    font-family: SourceHanSansCN-Regular;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0.01rem;
    color: #711514;
    display: flex;
    align-items: center;
}

.itit-text h3::before {
    content: "";
    display: block;
    width: 0.32rem;
    height: 0.02rem;
    background-color: #711514;
    margin-right: 0.05rem;
}

.itit-more {
    display: flex;
}

.itit-more a {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    color: #000000;
    padding-right: .55rem;
    background: url(../images/more-bg.png) no-repeat;
    background-position: right center;
    background-size: auto .31rem;
    transition: all .5s;
}

.itit-more a:hover {
    padding-right: .65rem;
    color: #721514;
}

.itit-w .itit-text h2 {
    color: #ffffff;
}

.itit-w .itit-text h3 {
    color: #ffffff;
}

.itit-w .itit-text h3::before {
    background-color: #ffffff;
}

.itit-w .itit-more a {
    color: #d7bc9f;
    background: url(../images/more-bg-w.png) no-repeat;
    background-position: right center;
    background-size: auto .31rem;
}


.pubarr div {
    width: 0.52rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}

.pubarr div img {
    display: block;
    width: 0.18rem;
    opacity: .7;
    transition: all .5s;
}

.pubarr div:hover img {
    opacity: 1;
}

.pub-prev {
    background: #693c26;
}

.pub-next {
    background: #956c46;
}

.s1 {
    padding-top: 1.2rem;
    padding-bottom: 2.24rem;
}

.s1-c {
    display: flex;
}

.s1-l {
    width: 10.23rem;
    position: relative;
}

.s1-l .itit {
    position: absolute;
    right: 100%;
    top: 0;
    flex-direction: column;
    margin-right: .45rem;
    padding-top: 63%;
}

.s1-l .itit-text {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    right: 0;
    top: 0;
}

.s1-l .itit-text h2 {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.s1-l .itit-text h3 {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.s1-l .itit-text h3::before {
    height: 0.32rem;
    width: 0.02rem;
    margin: 0 auto;
    margin-bottom: .05rem;
}

.s1-l .itit-more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.s1-l .itit-more a {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    padding-right: 0;
    padding-bottom: .55rem;
    background: url(../images/more-bg-y.png) no-repeat;
    background-position: center bottom;
    background-size: .29rem auto;
}

.s1-pics ul li a {
    display: block;
    position: relative;
}

.s1-pics ul li a .pic {
    padding-top: 63%;
}

.s1-pics ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    max-height: 60%;
    pointer-events: none;
}

.s1-pics ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .45rem;
}

.s1-pics ul li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: SourceHanSansCN-Medium;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.s1-pics ul li a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s1-pics ul li a .info p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    margin-top: .1rem;
}

.s1-list {
    margin-top: .27rem;
}

.s1-list ul {
    display: flex;
}

.s1-list ul li {
    width: 33.33%;
}

.s1-list ul li a {
    display: block;
}

.s1-list ul li a p {
    padding: 0 .28rem;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #78352d;
}

.s1-list ul li a h3 {
    padding: 0 .28rem;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.76rem;
    position: relative;
}

.s1-list ul li a h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.04rem;
    bottom: 0.04rem;
    width: 1px;
    background-color: #222222;
    opacity: 0.1;
}

.s1-list ul li a:hover h3 {
    color: #956c46;
}

.s1-r {
    flex: 1;
    margin-left: .28rem;
    padding-left: .28rem;
    border-left: 1px solid rgba(34, 34, 34, .1);
}

.s1-r .itit {
    background: url(../images/s1-rtitbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 0.94rem;
    padding: 0 .2rem 0 .3rem;
}

.s1-r .itit::before {
    content: "";
    position: absolute;
    right: 0.13rem;
    bottom: calc(100% - .03rem);
    width: 1.2rem;
    height: 0.33rem;
    background: url(../images/s1-ritit-bef.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s1-text ul li {
    background-color: #fbf9f4;
}

.s1-text ul li a {
    display: block;
    border-top: 1px solid rgba(34, 34, 34, .1);
    padding: .15rem .3rem;
}

.s1-text ul li a p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #78352d;
}

.s1-text ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
    margin-top: .05rem;
}

.s1-text ul li a:hover h3 {
    color: #956c46;
}

.s1-icons {
    background: url(../images/s1-icons-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s1-icons ul {
    display: flex;
    flex-wrap: wrap;
    padding: .22rem .15rem;
    margin-top: .25rem;
}

.s1-icons ul li {
    width: 50%;
}

.s1-icons ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 1.32rem;
    border-top: 1px solid rgba(105, 60, 38, .7);

}

.s1-icons ul li:nth-child(2n) a {
    border-left: 1px solid rgba(216, 184, 154, .7);
}

.s1-icons ul li:nth-child(2n+1) a {
    border-right: 1px solid rgba(105, 60, 38, .7);
}

.s1-icons ul li:nth-child(-n+2) a {
    border-bottom: 1px solid rgba(216, 184, 154, .7);
    border-top: none;
}



.s1-icons ul li a .icon {
    height: 0.51rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s1-icons ul li a .icon img {
    max-height: 100%;
    min-height: .45rem;
}

.s1-icons ul li a p {
    font-family: SourceHanSansCN-Regular;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #ffffff;
    text-align: center;
    margin-top: .1rem;
}

.s2 {
    background: url(../images/s2-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s2-c {
    padding-left: .87rem;
    position: relative;
    z-index: 1;
    padding-top: .85rem;
}

.s2-c::before {
    content: "";
    position: absolute;
    left: -2.2rem;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: url(../images/s2-titbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 4.69rem;
    height: 7.59rem;
}

.s2-c .itit {
    position: absolute;
    right: 100%;
    top: 0.25rem;
    bottom: 0.75rem;
}


.s2-c .itit {
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0.9rem;
    flex-direction: column;
    margin-right: .45rem;
}

.s2-c .itit-text {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    right: 0;
    top: 0;
}

.s2-c .itit-text h2 {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.s2-c .itit-text h3 {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.s2-c .itit-text h3::before {
    height: 0.32rem;
    width: 0.02rem;
    margin: 0 auto;
    margin-bottom: .05rem;
}

.s2-c .itit-more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.s2-c .itit-more a {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    padding-right: 0;
    padding-bottom: .55rem;
    background: url(../images/more-bg-y-w.png) no-repeat;
    background-position: center bottom;
    background-size: .29rem auto;
    color: #fff;
}

.s2-l {
    position: relative;
}

.s2-l .arr-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.s2-l .arr-next {
    left: 8.4rem;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
}

.s2-l ul li a {
    display: flex;
}

.s2-l ul li a .pics {
    width: 8.4rem;
    margin-right: .7rem;
}

.s2-l ul li a .pics .pic {
    padding-top: 56.3%;
}

.s2-l ul li a .info {
    flex: 1;
    min-width: 0;
    padding-top: .15rem;
}

.s2-l ul li a .info h3 {
    font-family: SourceHanSansCN-Medium;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.s2-l ul li a .info p {
    font-family: SourceHanSansCN-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 1.04rem;
    margin-top: .2rem;
}

.s2-l ul li a .info div {
    display: flex;
    justify-content: flex-end;
}

.s2-l ul li a .info div i {
    font-family: SourceHanSansCN-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    color: #dccbb1;
    font-style: normal;
}

.s2-r {
    position: absolute;
    right: 0;
    left: 9.97rem;
    bottom: 0;
}

.s2-r ul {
    margin: 0 -.34rem;
}

.s2-r ul li a {
    display: block;
    margin: 0 .34rem;
    padding: .35rem 0;
}

.s2-r ul li a .pics {
    border-radius: 50%;
    transition: all .6s;
    position: relative;
}

.s2-r ul li a .pics::before {
    content: "";
    position: absolute;
    left: -.22rem;
    top: -.22rem;
    right: -.22rem;
    bottom: -.22rem;
    background: #d1ab7a;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
    opacity: 0.3;
    transform: scale(0);
    transition: all .6s;
}

.s2-r ul li a .pics::after {
    content: "";
    position: absolute;
    left: -.09rem;
    top: -.09rem;
    right: -.09rem;
    bottom: -.09rem;
    background: #d1ab7a;
    border-radius: 50%;
    z-index: -2;
    pointer-events: none;
    transform: scale(0);
    transition: all .6s;
}

.s2-r ul li a .pics .pic {
    padding-top: 100%;
    border-radius: 50%;
}

.s2-r ul li a p {
    font-family: SourceHanSansCN-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    color: #ffffff;
    position: relative;
    z-index: 9;
    transition: all .6s;
    opacity: 0.5;
    text-align: center;
    margin-top: .3rem;
}

.s2-r ul li.slick-current a .pics {
    width: 100%;
    transform: scale(1.1);
}

.s2-r ul li.slick-current a .pics::before {
    transform: scale(1);
    transition-delay: .2s;
}

.s2-r ul li.slick-current a .pics::after {
    transform: scale(1);
}

.s2-r ul li.slick-current a p {
    color: #ffffff;
    opacity: 1;
}

.s3 {
    background: url(../images/s3-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 1.45rem 0 0.7rem 0;
}

.s3-c {
    position: relative;
    margin-top: .58rem;
}

.s3-c ul {
    margin: 0 -.25rem;
}

.s3-c ul li a {
    display: block;
    background: #fefefe;
    margin: 0 .25rem;
    border-bottom: 0.02rem solid #8e6642;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.s3-c ul li a .pic {
    padding-top: 62.4%;
}

.s3-c ul li a .info {
    padding: .18rem .4rem .3rem .4rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.s3-c ul li a .info .bg {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    background: url(../images/s3-itembg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
    margin-top: 0;
}

.s3-c ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.3rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
    transition: all .6s;
}

.s3-c ul li a .info div {
    margin-top: .1rem;
}

.s3-c ul li a .info div p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    color: #a58d82;
    transition: all .6s;
}

.s3-c .pub-prev {
    right: 100%;
    top: 50%;
    transform: translateY(-100%);
    margin-right: .15rem;
}

.s3-c .pub-next {
    left: 100%;
    top: 50%;
    transform: translateY(-100%);
    margin-left: .15rem;
}

.s3 .itit-more {
    margin-top: .37rem;
}

.s5 .itit-more {
    margin-top: .37rem;
}

.s4 {
    margin-top: .85rem;
}

.s4-c {
    margin-top: .55rem;
    display: flex;
}

.s4-l {
    flex: 1;
    min-width: 0;
    position: relative;
    overflow: hidden;
}

.s4-l>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateY(100%);
}

.s4-l>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
}

.s4-lpic ul li a {
    display: block;
}

.s4-lpic ul li a .pic {
    padding-top: 58.7%;
}

.s4-lpic ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3rem;
    max-height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}


.s4-llist {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.s4-llist ul {
    flex: 1;
    min-width: 0;
}

.s4-llist ul li {}

.s4-llist ul li a {
    display: block;
    padding: 0 .4rem;
    position: relative;
}

.s4-llist ul li a::after {
    content: "";
    position: absolute;
    right: 1px;
    top: .4rem;
    bottom: 0.04rem;
    width: 1px;
    background-color: #ffffff;
    opacity: 0.2;
}

.s4-llist ul li a p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    color: #ffffff;
    margin-bottom: .1rem;
}

.s4-llist ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
    position: relative;
}

.s4-llist ul li a h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s4-llist ul li a:hover h3 {
    color: #fff;
}

.s4-llist .pubarr {
    margin-left: .25rem;
}

.s4-llist .pubarr div {
    position: static;
}

.s4-r {
    width: 3.78rem;
    background: #711514 url(../images/s4-rbg.png) no-repeat;
    background-position: right bottom;
    background-size: 1.85rem auto;
}

.s4-r ul {
    height: 100%;
}

.s4-r ul li {
    padding: 0 .78rem;
    height: 19%;
    transition: all .6s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

.s4-r ul li h3 {
    font-family: SourceHanSansCN-Regular;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #ffffff;
    position: relative;
}

.s4-r ul li h3::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: .11rem;
    width: 0.07rem;
    height: 0.07rem;
    border: 1px solid #cdb284;
    border-image-slice: 1;
    opacity: 0.3;
    border-radius: 50%;
    transition: all .5s;
}

.s4-r ul li h3::after {
    content: "";
    position: absolute;
    right: 100%;
    margin-right: 0.18rem;
    width: 0.6rem;
    height: 1px;
    background-image: linear-gradient(90deg, #cdb284 0%, #faeeca 26%, #ffffff 45%, #f6f1df 64%, #ecddc4 73%, #e1c9a9 100%);
    opacity: 0.3;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}


.s4-r ul li p {
    font-family: SourceHanSansCN-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0;
    margin: 0;
    transition: all .6s;
}

.s4-r ul li .itit-more {
    justify-content: flex-end;
    transition: all .5s;
}

.s4-r ul li .itit-more a {
    padding-right: .35rem;
    color: #fff;
    background: url(../images/more-bg-w2.png) no-repeat;
    background-position: right center;
    background-size: auto .17rem;
    line-height: 0;
    transition: all .5s;
    overflow: hidden;
}

.s4-r ul li .itit-more a:hover {
    padding-right: .4rem;
}

.s4-r ul li.on {
    height: 43%;
    padding: 0 .35rem;
    background-color: #821f1e;
}

.s4-r ul li.on h3::before {
    opacity: 1;
    width: 0.1rem;
    height: 0.1rem;
}

.s4-r ul li.on h3::after {
    margin-right: 0.22rem;
    opacity: 1;
}

.s4-r ul li.on p {
    height: 0.98rem;
    margin: .22rem 0 .3rem 0;
}

.s4-r ul li.on .itit-more a {
    line-height: .32rem;
    overflow: hidden;
}




.s5 {
    margin-top: .93rem;
}

.s5-c {
    display: flex;
    justify-content: space-between;
    margin-top: .59rem;
}

.s5-l {
    width: 22%;
}

.s5-m {
    flex: 1;
    min-width: 0;
    margin: 0 1%;
}

.s5-r {
    width: 22%;
}

.s5-item {
    display: block;
    position: relative;
}

.s5-item .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.04rem;
    max-height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.s5-item p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .3rem;
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #ffffff;
    z-index: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s5-item p i {

    background-image: linear-gradient(#fff, #fff);
}

.s5-l a .pic {
    padding-top: 181%;
}

.s5-m ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s5-m ul li a .pic {
    padding-top: 69%;
}

.s5-m ul li {
    width: 49%;
}

.s5-m ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 2%;
}

.s5-m ul li:nth-child(1) a .pic {
    padding-top: 38%;
}

.s5-r a .pic {
    padding-top: 181%;
}


.s6 {
    background: url(../images/s6-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s6-c {
    padding: 1.58rem 0 1.54rem 0;
    margin-top: 1.17rem;
}


.s6-c ul li a {
    display: block;
    border-left: 1px solid #8e6642;
}

.s6-c ul li:nth-child(1) a {
    border-left: none;
}

.s6-c ul li a .icons {
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s6-c ul li a .icons img {
    max-height: 100%;
    max-width: 100%;
}

.s6-c ul li a p {
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.44rem;
    color: #000000;
    text-align: center;
    margin-top: .07rem;
}

.s6-c ul li a:hover .icons img {
    animation: beat 0.5s 1;
}

.s6-c ul li a:hover p {
    color: #8e6642;
}

@keyframes beat {

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9)
    }

    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9)
    }

    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
}



@media screen and (min-width: 1025px) {
    .s5-item:hover p {
        color: #fff;
    }

    .s3-c ul li a:hover .info h3 {
        color: #ffffff;
    }

    .s3-c ul li a:hover .info div p {
        color: #ffffff;
        opacity: 0.6;
    }
}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1024px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img,
    .banner .slick-slide a video {
        height: 50vw !important;
    }

    .index {
        position: relative;
    }

    .banner-btm {
        display: none;
    }

    .banner .slick-dots {
        right: 0;
        left: 0;
        justify-content: center;
        bottom: 0.2rem;
    }
    .b_m{
        bottom:0.2rem !important;
    }
    .banner .slick-dots li {
        margin: 0 .1rem;
    }

    .itit {
        margin-bottom: .3rem;
    }

    .itit-text h2 {
        font-size: .26rem;
        line-height: .26rem;
    }

    .pubarr div {
        width: 0.39rem;
        height: 0.45rem;
    }

    .s1-l .itit,
    .s2-c .itit {
        position: static;
        padding: 0;
        margin-right: 0;
        flex-direction: row;
    }

    .s1-l .itit-text,
    .s2-c .itit-text {
        position: static;
        display: block;
    }

    .s1-l .itit-more,
    .s2-c .itit-more {
        position: static;
    }

    .s1-l .itit-more a {
        padding-bottom: 0;
        padding-right: .55rem;
        background: url(../images/more-bg.png) no-repeat;
        background-position: right center;
        background-size: auto .31rem;
    }

    .s2-c .itit-more a {
        padding-bottom: 0;
        padding-right: .55rem;
        background: url(../images/more-bg-w.png) no-repeat;
        background-position: right center;
        background-size: auto .31rem;
    }

    .s1-l .itit-text h3::before,
    .s2-c .itit-text h3::before {
        width: 0.32rem;
        height: 0.02rem;
        margin-bottom: 0;
        margin-right: 0.05rem;
    }

    .s1-l .itit-text h2,
    .s1-l .itit-text h3,
    .s1-l .itit-more a,
    .s2-c .itit-text h2,
    .s2-c .itit-text h3,
    .s2-c .itit-more a {
        writing-mode: horizontal-tb;
    }

    .s1-r {
        margin-left: 0;
        padding-top: 0;
        margin-top: .3rem;
        padding-left: 0;
        border: none;
    }

    .s1-pics ul li a .info {
        padding: 0.15rem 0.2rem;
    }

    .s1-text ul li a {
        padding: .15rem .2rem;
    }

    .s2-c {
        padding: 0;
    }

    .s2 {
        background: #751717;
        padding: .5rem 0;
    }

    .s2-r {
        position: static;
    }

    .s2-l .arr-prev {
        top: 0;
        margin-top: 30%;
    }

    .s2-l .arr-next {
        top: 0;
        left: auto;
        right: 0;
        margin-top: 30%;
        transform: translateY(-50%) translateX(0);
    }

    .s4-r ul {
        display: flex;
        flex-wrap: wrap;
    }

    .s4-r ul li {
        width: 50%;
        padding: 0.2rem .15rem;
    }

    .s4-r ul li.on {
        width: 50%;
        background-color: #821f1e;
        padding: 0.2rem .15rem;
    }

    .s4-r ul li h3::before {
        display: none;
    }

    .s4-r ul li h3::after {
        display: none;
    }

    .s4-r ul li p {
        height: 0.78rem;
        margin: .15rem 0;
    }

    .s4-r ul li.on p {
        margin: .15rem 0;
    }

    .s4-r ul li .itit-more a {
        line-height: .32rem;
        overflow: hidden;
    }

    .s4-llist {
        align-items: flex-end;
    }

    .s4-llist ul li a {
        padding: .2rem .15rem;
    }

    .s5-c {
        flex-wrap: wrap;
    }

    .s5-l {
        order: 1;
        width: 49%;
    }

    .s5-r {
        order: 1;
        width: 49%;
    }

    .s5-m {
        order: 3;
        width: 100%;
        flex: none;
        margin: 0 auto;
        margin-top: 2%;
    }

    .s6-c .slick-list {
        padding: 0 20%;
    }

    .s6-c ul li a .icons {
        max-width: 60%;
        margin: 0 auto;
        height: 0.9rem;
    }

    .s1-r .itit {
        margin-bottom: 0;
    }

    .s2-r ul li a {
        padding: .4rem 0;
    }

    .s3-c,
    .s4-c,
    .s5-c {
        margin-top: 0;
    }

    .s3-c ul li a .info {
        padding: .15rem;
    }

    .s5-item p {
        padding: .15rem;
    }





    .s2-c::before {
        display: none;
    }

    .s1-c,
    .s2-l ul li a,
    .s4-c {
        display: block;
    }

    .s1-l,
    .s4-r,
    .s4-r {
        width: auto;
    }

    .s2-l ul li a .pics {
        width: auto;
        margin-right: 0;
    }

    .s1-text ul li a h3 {
        height: auto;
        max-height: .52rem;
    }

    .s1-pics ul li a .info h3,
    .s2-l ul li a .info h3 {
        font-size: .2rem;
    }

    .s2-r ul li a p,
    .s3-c ul li a .info h3,
    .s5-item p,
    .s6-c ul li a p {
        font-size: .18rem;
    }

    .s1,
    .s3,
    .s6-c {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .s4,
    .s5,
    .s6-c {
        margin-top: .5rem;
    }

    .s4-r ul li h3 {
        font-size: .22rem;
    }


}

@media screen and (max-width: 768px) {
    .banner .dtwz h4 {
        font-size: 0.18rem;
        line-height: 0.26rem;
    }

    .s1-list ul {
        display: block;
    }
    .b_m{
        bottom:.7rem !important;
        right:1% !important;
    }
    .s1-list ul li {
        width: auto;
    }

    .s1-list ul li a h3::before {
        display: none;
    }

    .s1-list ul li a h3 {
        padding: 0;
    }

    .s1-list ul li a p {
        padding: 0;
    }
}


/* 2025年5月16日17:38:18 */
.s1-pics {
    position: relative;
}

.s1-l .arr-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.s1-l .arr-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.b_m {
    position: relative;
    z-index: 1;
    /* margin-left: .2rem; */
}

.b_m:before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: .2rem;
    background: #fff;
    opacity: .5;
    top: 50%;
    margin-top: -.1rem
}

.b_m h6 {
    display: flex;
    align-items: center;
    padding: 0 0 0 .25rem
}

.b_m h6 {
    font-size: .14rem;
    color: #fff;
    white-space: nowrap
}

.b_m h6 svg {
    width: .3rem;
    height: .3rem;
    fill: #fff;
    transform: rotateX(180deg);
    margin: 0 0 0 .1rem;
    transition: .5s
}