@charset "utf-8";

#smooth-wrapper {
    overflow: hidden
}

.banner-line div {
    width: 0;
    height: 1px;
    background: rgba(208, 178, 126, 0.3);
    transition: all 3s
}

.banner-line {
    flex: 1;
    min-width: 0;
    height: 1px;
    position: relative;
    display: flex
}

.banner.ani .banner-line div {
    width: 100%
}

.banner-linel {
    justify-content: flex-end
}

.banner-liner {
    justify-content: flex-start
}

.banner-linel::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg)
}

.banner-linel::after {
    content: "";
    position: absolute;
    top: 0;
    right: 6px;
    width: 6px;
    height: 6px;
    background: #D0B27E;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg)
}

.banner-liner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg)
}

.banner-liner::after {
    content: "";
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    background: #D0B27E;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
    left: 6px
}

#downPage {
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    background: url() no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 .6rem;
    opacity: 0;
    transition: opacity 2s;
    animation: _ani1 10s infinite linear
}

.banner.ani #downPage {
    opacity: 1
}

#downPage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url() no-repeat;
    background-size: 100% 100%;
    animation: ani_bj 3s infinite linear;
    opacity: 0
}

#downPage img {
    animation: _ani2 10s infinite linear
}

@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;
    overflow: hidden;
    width: 100%;
    height: 100vh
}

.banner a {
    display: block
}

.banner>img {
    display: block;
    width: 100%
}

.banner .slick {
    position: relative;
    z-index: 9
}

.banner-more {
    font-size: .18rem;
    color: #fff;
    padding-left: .15rem
}

.banner .slick-slide a {
    display: block;
    position: relative
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
    opacity: 0;
    pointer-events: none
}

.banner .slick-slide a>img, .banner .slick-slide a>video {
    display: block;
    width: 100%;
    height: calc(100vh - .55rem);
    object-fit: cover
}

.banner .slick-slide a div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.banner .slick-slide a div img {
    display: block;
    max-width: 70%;
    max-height: 1.83rem;
    transition: all 1s;
    transform: scale(0);
    opacity: 0
}

.banner .slick-slide a div img.on {
    opacity: 1;
    transform: scale(1)
}

@keyframes img_scale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

.b-dot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.48rem;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center
}

.b-dot>div {
    width: 0.08rem;
    height: 0.24rem;
    background: rgba(255, 255, 255, .5);
    margin: 0 0.06rem;
    cursor: no-drop
}

.banner .slick-dots {
    position: absolute;
    font-size: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: .36rem
}

.banner .slick-dots li {
    border-radius: 50%;
    margin: 0;
    position: relative;
    width: auto;
    height: .6rem;
    display: flex;
    align-items: center
}

.banner .slick-dots li:nth-child(1):before {
    display: none
}

.banner .slick-dots li:before {
    content: "";
    display: block;
    transition: all .5s;
    width: 0.35rem;
    height: 0.01rem;
    background-color: #ffffff;
    opacity: 0.5;
    margin-right: .12rem;
    margin-left: .12rem
}

.banner .slick-dots li:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
    width: 0.12rem;
    height: 0.12rem;
    background-color: #ffffff;
    opacity: 0.5;
    border-radius: 50%;
    right: 0
}

.banner .slick-dots li span {
    display: block;
    font-size: 0;
    line-height: .36rem;
    color: #fff;
    text-align: center;
    transition: all .5s;
    opacity: 0;
    min-width: .12rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.banner .slick-dots li.slick-active {
    opacity: 1
}

.banner .slick-dots li.slick-active span {
    font-size: .22rem;
    opacity: 1;
    width: 0.6rem;
    height: 0.6rem
}

.banner .slick-dots li.slick-active span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%
}

.banner .slick-dots li.slick-active::before {
    opacity: 1
}

.banner .slick-dots li.slick-active::after {
    opacity: 0
}

.banner .banner-prev {
    position: absolute;
    left: 0;
    width: 10%;
    top: 0;
    bottom: 0;
    transition: all .6s;
    cursor: pointer;
    z-index: 9
}

.banner .banner-next {
    position: absolute;
    right: 0;
    width: 10%;
    top: 0;
    bottom: 0;
    transition: all .6s;
    cursor: pointer;
    z-index: 9
}

.banner .banner-prev span {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 1.27rem;
    height: 1.52rem;
    background: url(../images/prev.png) no-repeat center center;
    background-size: 1.27rem auto;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    transition: .6s
}

.banner .banner-next span {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 1.27rem;
    height: 1.52rem;
    background: url(../images/next.png) no-repeat center center;
    background-size: 1.27rem auto;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    transition: .6s
}

.banner:hover .banner-prev span {
    opacity: .4;
    z-index: 9
}

.banner:hover .banner-next span {
    opacity: .4;
    z-index: 9
}

.banner .banner-prev span:hover {
    opacity: 1;
    z-index: 9
}

.banner .banner-next span:hover {
    opacity: 1;
    z-index: 9
}

.kstd {
    width: 15.12rem;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    background: url(../images/kstd-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9
}

.kstd ul {
    display: flex;
    justify-content: center
}

.kstd ul li {
    width: 20%;
    position: relative;
    z-index: 3;
    overflow: hidden
}

.kstd ul li .bg {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    z-index: -1;
    pointer-events: none
}

.kstd ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1.84rem
}

.kstd ul li a .icons {
    height: 0.55rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.kstd ul li a .icons img {
    display: block;
    margin: 0 auto;
    max-height: 100%
}

.kstd ul li a .text {
    width: 100%;
    text-align: center;
    padding: 0 .1rem;
    margin-top: .16rem
}

.kstd ul li a .text h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #8d5527
}

.kstd ul li a .text p {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.15rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #8d5527;
    margin-top: 0.02rem
}

.index {
    position: relative;
    z-index: 9;
}

.yinxing {
    position: absolute;
    right: 0;
    top: -1.8rem;
    z-index: 9;
    pointer-events: none
}

.yinxing img {
    display: block;
    width: 2.43rem;
    position: relative;
    z-index: 9;
    transform-origin: right center
}

.yinxing div {
    position: absolute;
    left: 91%;
    top: .3rem;
    background: url(../images/yinxing-ye1.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 0.72rem;
    height: 0.42rem;
    animation: 20s 5s linear infinite ani_piaoluo;
    z-index: 1
}

.yinxing div:nth-child(2) {
    top: 1.25rem;
    left: 100%;
    right: auto;
    background: url(../images/yinxing-ye2.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 0.79rem;
    height: 0.81rem;
    animation: 15s linear infinite ani_piaoluo;
    z-index: 1
}

@keyframes ani_piaoluo {
    0% {
        opacity: 1;
        transform: translate(0, 0) rotateZ(0deg)
    }

    50% {
        transform: translate(-35vw, 350%) rotateZ(-50deg)
    }

    70% {
        opacity: 0
    }

    100% {
        transform: translate(-70vw, 1000%) rotateZ(0deg);
        opacity: 0
    }
}

.other {
    margin-top: .4rem
}

.other img {
    display: block;
    width: 100%
}

.tit {
    position: relative;
    display: flex;
    align-items: center
}

.tit-name {
    display: flex;
    align-items: center
}

.tit-name h3 {
    font-family: Slidexiaxing;
    font-size: 0.8rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8rem;
    letter-spacing: -0.4rem;
    color: #8d5527;
    margin-left: -.25rem
}

.tit-name div {
    margin-left: .3rem
}

.tit-name div b {
    display: block;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.36rem;
    font-weight: normal;
    line-height: .4rem;
    color: #333333
}

.tit-name div span {
    display: block;
    font-family: MicrosoftYaHeiLight;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .2rem;
    color: #333333
}

.tit-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex
}

.tit-more a {
    padding: 0 .38rem 0 .13rem;
    position: relative;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #9a8168
}

.tit-more a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/more-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.66rem;
    height: 0.63rem
}

.tit-more a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/more-icon.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.3rem;
    height: 0.3rem
}

.tit-mores a {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: all 0.5s
}

.tit-mores a.on {
    opacity: 1;
    z-index: 9;
    pointer-events: auto;
    position: relative
}

.tab-bd {
    position: relative;
    overflow: hidden
}

.tab-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: scale(0.6);
    filter: blur(0.2rem)
}

.tab-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    transform: scale(1)
}

.s1 {
    margin-top: 1.15rem;
    position: relative;
    z-index: 1;
}
.s1::before{
    content: "";
    position: absolute;
    left: -.9rem;
    top: -0.6rem;
    background: url(../images/s1-bef.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 6.37rem;
    height: 5.41rem;
    z-index: -1;
    pointer-events: none;
}

.s1 .tit{
    margin-left: 7.72rem;
}
.s1-c {
    display: flex;
    /* align-items: center; */
    margin-right: -.9rem;
    position: relative;
    z-index: 1;
    padding: .12rem .1rem;
    margin-top: .35rem;
}

.s1-c:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    background-color: #ffffff;
    box-shadow: 3px 10px 49px 0px rgba(131, 67, 24, 0.09);
    border: solid 1px #cdae9a;
    opacity: 0.85;
}

.s1-l {
    width: 6.75rem;
    position: relative;
    z-index: 1;
    background: url(../images/s1-lbg.jpg) no-repeat;
    background-size: cover;
    background-position: right center;
    padding: 0 .65rem;
    box-shadow: 0.08rem 0.09rem .32rem rgba(250, 225, 189, .5);
}

.s1-l:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 30%;
    border-width: .1rem 0 .1rem .13rem;
    border-style: solid;
    border-color: transparent transparent transparent #e8c89d
}

.s1-l .tab-hd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: .1rem;
    padding-bottom: .25rem;
}

.s1-l ul li {
    position: relative;
    width: 50%;
    margin-top: .24rem;
}

.s1-l ul li+li {}

.s1-l ul li a {
    display: flex;
    align-items: center;
    /* background-image: linear-gradient(180deg, rgba(217, 157, 88, .3) 0%, rgba(155, 77, 28, .3) 100%); */
    position: relative;
    z-index: 2
}

.s1-l ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* background-image: linear-gradient(180deg, #d99d58 0%, #9b4d1c 100%); */
    transition: all .5s;
    opacity: 0;
    z-index: -1;
    pointer-events: none
}

.s1-l ul li a .icons {
    position: relative;
    margin-right: .1rem
}

.s1-l ul li a .icons div {
    width: 0.71rem;
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url(../images/s1-tit-bg-h.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all .5s;
    filter: drop-shadow(0.03rem 0.1rem 0.03rem rgba(131, 67, 24, 0.34))
}

.s1-l ul li a .icons div img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .5s;
    opacity: 1;
    z-index: 2;
    max-width: 60%;
    max-height: 60%
}

.s1-l ul li a .icons div img:nth-child(1) {
    opacity: 3
}

.s1-l ul li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.7rem;
    color: #666666;
    position: relative;
    padding-left: .1rem;
}
.s1-l ul li a p::before{
    content: "";
    position: absolute;
    left: -0;
    bottom: 0.05rem;
    background: url(../images/s1-l-textbtm.png) no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
    width: 1.46rem;
    height: 0.34rem;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: all .5s;
}

.s1-l ul li.on a::before {
    opacity: 1
}

.s1-l ul li.on a .icons div {
    background: url(../images/s1-tit-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%
}

.s1-l ul li.on a .icons img {
    opacity: 0;
}

.s1-l ul li.on a .icons img:nth-child(1) {
    opacity: 1
}

.s1-l ul li.on a p {
    color: #8d5527;
}
.s1-l ul li.on a p::before{
    opacity: 1;
}
.s1-r {
    flex: 1;
    min-width: 0;
    position: relative;
    padding: .24rem 0.85rem .48rem 0.85rem;
    background: url(../images/s1-rbg.png) no-repeat;
    background-position: right bottom;
    background-size: 11.44rem auto;
    border: solid 1px rgba(205, 174, 154,.44);
}

.s1-r::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0.35rem;
    height: 0.3rem;
    background:#fff url(../images/s1-rborder.png) no-repeat;
    background-position: right top;
    background-size: 17.24rem auto;
}
.s1-r::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 0.35rem;
    height: 0.3rem;
    background:#fff url(../images/s1-rborder.png) no-repeat;
    background-position: right bottom;
    background-size: 17.24rem auto;
}
.s1-r .tab-bd>div {
    display: flex;
    align-items: center
}

.s1-r .tab-bd>div .pics {
    width: 4.76rem;
    display: none;
}

.s1-r .tab-bd>div .pics img {
    display: block;
    width: 100%
}

.s1-r .tab-bd>div .con {
    position: relative;
    flex: 1;
    min-width: 0
}

.s1-r .tab-bd>div .con .more {
    position: absolute;
    right: 0;
    bottom: .17rem
}

.more a {
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #8d5527;
    padding-left: .13rem
}

.more a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/more-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.66rem;
    height: 0.63rem;
    pointer-events: none;
    z-index: -1
}

.more a::after {
    content: "";
    display: block;
    background: url(../images/more-icon.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.3rem;
    height: 0.3rem;
    margin-left: .08rem
}

.s1-r .tab-bd>div .con ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.13rem
}

.s1-r .tab-bd>div .con ul li {
    width: 25%;
    margin-top: .25rem
}

.s1-r .tab-bd>div .con ul li a {
    display: flex;
    align-items: center;
    margin: 0 .13rem;
    border-width: 0.1rem;
    border-style: solid;
    border-image: url(../images/s1-rdhbg.png);
    border-image-slice: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    position: relative;
    z-index: 1;
}

.s1-r .tab-bd>div .con ul li a::before {
    content: "";
    display: block;
    width: 0.31rem;
    height: 0.18rem;
    background: url(../images/s1-rdhbef.png) no-repeat;
    background-position: center center;
    background-size: .31rem auto;
    margin-right: .1rem;
    transition: all .5s
}

.s1-r .tab-bd>div .con ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #c78647;
    z-index: -1;
    transition: all .5s;
    opacity: 0
}

.s1-r .tab-bd>div .con ul li a p {
    font-family: SourceHanSansCN-Regular;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #333333;
    line-height: .29rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2 {
    margin-top: .73rem
}

.s2-c {
    display: flex;
    align-items: center
}

.s2-main {
    width: 12.6rem;
    position: relative;
    z-index: 2
}

.s2-main>div {
    padding: .57rem .38rem .62rem 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    box-shadow: 0.05rem 0.14rem 0.29rem 0.03rem rgba(104, 66, 25, 0.17)
}

.s2-tit {
    width: 4.74rem;
    position: relative;
    z-index: 1
}

.s2-tit::before {
    content: "";
    position: absolute;
    left: -3.6rem;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    background: url(../images/s2-tit-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover
}

.s2-tit ul {
    display: flex;
    justify-content: flex-end
}

.s2-tit ul li {
    position: relative;
    width: 1.18rem;
    height: 9.05rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: solid 1px #846c52;
    border-bottom: solid 1px #846c52;
    border-right: solid 1px #846c52;
    padding-top: 1.1rem;
    transition: all .5s
}

.s2-tit ul li:first-child {
    border-left: solid 1px #846c52
}

.s2-tit ul li div {
    margin-bottom: .2rem;
    display: flex;
    align-items: center;
    flex-direction: column
}

.s2-tit ul li div b {
    display: block;
    font-family: Slidexiaxing-Regular;
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.7rem;
    color: #8d5527;
    margin: 0 auto
}

.s2-tit ul li div span {
    display: block;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.34rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0.04rem;
    color: #150000;
    margin: 0 auto;
    margin-top: .1rem
}

.s2-tit ul li p {
    flex: 1;
    min-width: 0;
    position: relative;
    padding-top: .66rem;
    font-size: 0.15rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0.02rem;
    color: #333333;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.s2-tit ul li p span {
    display: block;
    width: 100%
}

.s2-tit ul li p::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 0.48rem;
    background-color: #b07d5d
}

.s2-tit ul li a {
    display: block;
    height: 1.7rem;
    width: 100%;
    background-image: linear-gradient(180deg, #d99d58 0%, #9b4d1c 100%);
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.19rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0.03rem;
    color: #fff;
    position: relative;
    padding-top: .32rem;
    opacity: 0;
    transition: all .5s;
    pointer-events: none
}

.s2-tit ul li a::before {
    content: "";
    position: absolute;
    left: .17rem;
    top: 0.32rem;
    background: url(../images/more-bg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.62rem;
    height: 0.58rem
}

.s2-tit ul li a::after {
    content: "";
    display: block;
    background: url(../images/more-icon-w.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.29rem;
    height: 0.29rem;
    margin-top: .1rem
}

.s2-tit ul li.on {
    background: #fff
}

.s2-tit ul li.on a {
    opacity: 1;
    pointer-events: auto
}

.s2-cont {
    width: 4.35rem;
    background: #fff;
    min-height: 6.68rem;
    padding: .38rem;
    position: relative;
    z-index: 9
}

.s2-cont::before {
    content: "";
    position: absolute;
    left: 0.05rem;
    top: 0.05rem;
    right: 0.05rem;
    bottom: 0.05rem;
    border-width: .3rem;
    border-style: solid;
    border-image: url(../images/s2-contborder.png);
    border-image-slice: 30;
    z-index: -1;
    pointer-events: none
}

.s2-video .pic {
    padding-top: 56.8%
}

.s2-video .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon-play.png) no-repeat;
    background-position: center center;
    background-size: .5rem auto
}

.s2-video h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.24rem;
    margin-top: .24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    color: #333333
}

.s2-jj {
    padding-top: .3rem;
    border-top: 1px solid rgba(102, 102, 102, .2);
    margin-top: .14rem
}

.s2-jj h4 {
    font-family: SourceHanSansCN-Medium;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0px;
    color: #8d5527;
font-weight: 600;
}

.s2-jj p {
    font-family: SourceHanSansCN-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    max-height: 2.48rem;
    overflow: hidden;
    margin-top: .08rem
}

.s2-first-item a {
    display: block
}

.s2-first-item a .pic {
    padding-top: 56.8%
}

.s2-first-item a .info h3 {
    font-size: 0.19rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.64rem;
    margin-top: .15rem
}

.s2-first-item a .info span {
    display: block;
    font-family: Perpetua;
    font-size: 0.19rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    color: #846c52;
    margin-top: .08rem
}

.s2-cont ul {
    margin-top: .18rem
}

.s2-cont ul li a {
    display: block;
    border-top: 1px solid rgba(102, 102, 102, .2)
}

.s2-cont ul li a h3 {
    font-size: 0.19rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.62rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.s3 {
    margin-top: .53rem;
    position: relative
}

.s3::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1.2rem;
    right: 0;
    height: 9.5rem;
    background: url(../images/s3-bg.png) no-repeat;
    background-position: center center;
    background-size: cover
}

.s3 .tit {
    padding: 0 0 0 .37rem;
    margin-right: .37rem
}

.s3 .tit .tab-hd {
    display: flex;
    align-items: center;
    margin-left: .45rem
}

.s3 .tit .tab-hd li+li {
    margin-left: .2rem
}

.s3 .tit .tab-hd li a {
    display: block;
    width: 2.31rem;
    height: 0.55rem;
    text-align: center;
    background: url(../images/s3-hditem-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.55rem;
    letter-spacing: 0rem;
    color: #333333
}

.s3 .tit .tab-hd li.on a {
    background: url(../images/s3-hditem-bg-on.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    color: #fff
}

.s3 .tab-bd {
    margin-right: -.9rem;
    margin-top: 1.85rem;
    margin-left: .45rem
}

.s3 .tab-bd>div .s3-swiper {
    border: 1px solid #bc9175;
    padding: 5px;
    background: rgba(255, 255, 255, .73)
}

.s3 .tab-bd>div .swiper-container {
    padding-right: .95rem
}

.s3-swiper .swiper-slide a {
    display: flex;
    border: 1px solid #bc9175;
    border-right: 0;
    height: 5rem;
    position: relative;
    z-index: 1
}

.s3-swiper .swiper-slide a .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    background-color: #ffffff;
    box-shadow: 0.02rem 0.07rem 0.49rem 0rem rgba(132, 108, 82, 0.34);
    transition: all .5s;
    opacity: 0
}

.s3-swiper .swiper-slide a:hover .bg {
    opacity: 1
}

.s3-swiper .swiper-slide:last-child a {
    border-right: 1px solid #bc9175
}

.s3-swiper .swiper-slide a .info {
    width: 1.14rem;
    border-right: 1px solid #bc9175;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0 .35rem 0
}

.s3-swiper .swiper-slide a .info h3 {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-weight: normal;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.43rem;
    letter-spacing: 0.01rem;
    color: #333333;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: .1rem
}

.s3-swiper .swiper-slide a .info p {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    position: relative;
    padding-bottom: .3rem;
    padding-top: .84rem;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.43rem;
    letter-spacing: 0.01rem;
    color: #ce8f4d
}

.s3-swiper .swiper-slide a .info p::before {
    content: "";
    width: 1px;
    height: 0.71rem;
    background: #c3b8ad;
    position: absolute;
    left: 50%;
    top: 0
}

.s3-swiper .swiper-slide a .info p::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: url(../images/s3-info-dot.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.15rem;
    height: 0.19rem
}

.s3-swiper .swiper-slide a .pics {
    flex: 1;
    min-width: 0;
    position: relative
}

.s3-swiper .swiper-slide a .pics p {
    position: absolute;
    left: 0.33rem;
    top: 0.42rem;
    padding-left: 0.05rem;
    padding-top: 0.08rem;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-size: 0.32rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: 0.02rem;
    color: #333333;
    z-index: 1
}

.s3-swiper .swiper-slide a .pics p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/s3-namebg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.34rem;
    height: 1.45rem;
    z-index: -1
}

.s3-swiper .swiper-slide a .pics .pic {
    padding-top: 0;
    height: 4.6rem;
    margin-top: .3rem
}

.s3-swiper .swiper-slide a:hover .pics .pic div {
    width: 100%;
    height: 100%
}

.s3-swiper .swiper-slide a .pics .pic div {
    background-size: contain;
    transform: translateX(-50%) translateY(0);
    top: 0
}

.s3 .tab-bd .swiper-pagination-clickable {
    margin-right: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .4rem
}

.s3 .tab-bd .swiper-pagination-clickable span {
    background: url(../images/swiper-dot.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.18rem;
    height: 0.18rem;
    margin: 0 .09rem;
    transition: all .5s
}

.s4 {
    margin-top: 0.59rem;
    position: relative;
    z-index: 2;
}
.s4::after{
    content: "";
    position: absolute;
    top: -6rem;
    right: 0;
    background: url(../images/s4-aft.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 5.96rem;
    height: 11.39rem;
    pointer-events: none;
}

.s4-c {
    display: flex;
    align-items: flex-start;
    padding-left: .75rem;
    padding-right: .25rem;
}

.s4-l {
    width: 7.12rem;
    /* background: url(../images/s4-lbg.jpg) no-repeat; */
    background-position: center center;
    background-size: cover;
    padding: 0 0 0.37rem 0;
    margin-right: .84rem;
    position: relative;
    z-index: 1;
}
.s4-l:before{
    content:"";
    position:absolute;
    left: -1.65rem;
    bottom: 0;
    right: -.84rem;
    top: 2.48rem;
    background: #f6f0e9;
    z-index: -1;
    pointer-events: none;
}


.s4-frist a {
    display: block;
    position: relative;
    margin-top: .2rem
}

.s4-frist a .pic {
    padding-top: 54%
}

.s4-frist a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.04rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8))
}

.s4-frist a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .2rem .25rem
}

.s4-l .swiper-container {
    height: 1.44rem;
    margin-top: .15rem;
}

.s4-l .swiper-slide a {
    display: flex;
    align-items: center;
    height: 100%;
    border-bottom: 1px solid rgba(102, 102, 102, .2);
    transition: all .5s
}

.s4-l .swiper-slide a h3 {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #333333;
    background: url(../images/s3-info-dot.png) no-repeat;
    background-position: left center;
    background-size: .15rem auto;
    padding-left: .3rem
}

.s4-l .swiper-slide a span {
    min-width: 1.2rem;
    text-align: right;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #333333;
    font-family: MyriadPro-Regular
}

.s4-l .s4-ldot {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    margin-top: .5rem
}

.s4-l .s4-ldot span {
    background: url(../images/swiper-dot.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.18rem;
    height: 0.18rem;
    margin: 0 .09rem;
    transition: all .5s
}

.s4-r {
    /* width: 50%; */
    margin-top: .43rem;
    flex: 1;
    min-width: 0;
}

.s4-r .tit {
    padding-left: .83rem
}

.s4-r ul {
    /* background: url(../images/s4-rbg.jpg) no-repeat; */
    background-position: right center;
    background-size: cover;
    padding: .2rem 0 0 .55rem;
    margin-top: .1rem
}

.s4-r ul li+li {
    margin-top: .19rem;
}

.s4-r ul li a {
    display: flex;
    align-items: center
}

.s4-r ul li a .date {
    width: 0.82rem;
    height: 0.78rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../images/s4-rdatebg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%
}

.s4-r ul li a .date div {
    height: .13rem;
    position: relative;
    width: 0.51rem;
    margin: 0 auto
}

.s4-r ul li a .date div:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #fff;
    opacity: 0.53
}

.s4-r ul li a .date div::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    width: 1px;
    background: #fff;
    opacity: 0.53
}

.s4-r ul li a .date span {
    font-family: MyriadPro-Regular;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    position: relative;
    display: block
}

.s4-r ul li a .date span::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 0.03rem;
    height: 0.04rem;
    background-color: #ffffff
}

.s4-r ul li a .date span:nth-child(1):before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    width: 0.03rem;
    height: 0.04rem;
    background-color: #ffffff
}

.s4-r ul li a .info {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
    padding-left: .33rem
}

.s4-r ul li a .info::before {
    content: "";
    position: absolute;
    left: -.25rem;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s4-rinfobg.png) no-repeat;
    background-position: left center;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
    transition: all .5s;
}

.s4-r ul li a .info h3 {
    line-height: .87rem;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.s5 {
    position: relative;
    z-index: 1;
    padding-top: 1.15rem;
}

.s5 .yinxing {
    bottom: 0;
    top: auto;
    right: -0.35rem
}

.s5 .yinxing img {
    width: 2.18rem
}

.s5-c {
    display: flex
}

.s5-l {
    width: 50%;
    padding: .7rem .8rem .55rem .77rem;
    position: relative;
    z-index: 1
}

.s5-l::before {
    content: "";
    position: absolute;
    z-index: -2;
    position: absolute;
    left: -.9rem;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: #fff1db
}

.s5-r {
    width: 50%;
    padding: .7rem .37rem 0 .7rem;
    position: relative;
    z-index: 1;
}

.s5-r::before {
    content: "";
    position: absolute;
    z-index: -2;
    position: absolute;
    right: -.9rem;
    top: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: #faf5f0;
}

.s5-frist a {
    display: block;
    position: relative;
    margin-top: .2rem
}

.s5-frist a .pic {
    padding-top: 42.5%
}

.s5-frist a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.04rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8))
}

.s5-frist a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .2rem .25rem
}

.s5-l ul {
    margin-top: .2rem
}

.s5-l ul li a {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(102, 102, 102, .2)
}

.s5-l ul li:nth-child(1) a {
    border: none
}

.s5-l ul li a h3 {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.64rem;
    letter-spacing: 0rem;
    color: #333333;
    background: url(../images/s3-info-dot.png) no-repeat;
    background-position: left center;
    background-size: .15rem auto;
    padding-left: .3rem
}

.s5-l ul li a span {
    min-width: 1.2rem;
    text-align: right;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #b07d5d
}

.s5-r ul {
    margin-top: .2rem;
    padding-right: .6rem
}

.s5-r ul li+li {
    margin-top: .6rem
}

.s5-r ul li a {
    display: flex;
    align-items: center
}

.s5-r ul li a .info {
    flex: 1;
    min-width: 0
}

.s5-r ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem
}

.s5-r ul li a .info div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .14rem
}

.s5-r ul li a .info div span {
    font-family: Perpetua;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #b07d5d;
    font-family: SourceHanSerifCN-Bold
}

.s5-r ul li a .info div b {
    background-color: #ffffff;
    border-radius: 0.12rem;
    border: solid 1px rgba(176, 125, 93, .4);
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.22rem;
    color: #b07d5d;
    padding: 0 .13rem
}

.s5-r ul li a .pics {
    width: 2.15rem;
    margin-left: .6rem
}

.s5-r ul li a .pics .pic {
    padding-top: 60%
}

.s6 {
    padding-top: .8rem
}

.s6-c {
    margin-top: .48rem;
    padding-bottom: 1.25rem
}

.s6-c ul {
    display: flex;
    margin-top: .5rem
}

.s6-c ul li {
    width: 1.6rem;
    box-shadow: 0.03rem 0.1rem 0.07rem 0rem rgba(131, 67, 24, 0.34)
}

.s6-c ul li a {
    position: relative;
    display: block;
    height: 4.92rem;
    z-index: 1;
    transition: all .7s;
    overflow: hidden
}

.s6-c ul li a .pic {
    padding-top: 4.92rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1
}

.s6-c ul li a:hover .pic div {
    width: 100%;
    height: 100%
}

.s6-c ul li a .info {
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
    transition: all .7s;
    padding: .6rem 0;
    z-index: 1;
    background: #fff
}

.s6-c ul li a .info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #d99d58 0%, #9b4d1c 100%);
    z-index: -2;
    pointer-events: none
}

.s6-c ul li a .info::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s6-c-dw.png) repeat;
    background-position: center center;
    z-index: -1;
    pointer-events: none
}

.s6-c ul li a .info p {
    font-size: 0.29rem;
    font-weight: 600;
    line-height: 0.36rem;
    color: #ffffff;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    height: 100%;
    font-family: SourceHanSerifCN-Bold;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.s6-c ul li:nth-child(1) a .info::before {
    opacity: 1
}

.s6-c ul li:nth-child(2) a .info::before {
    opacity: .9
}

.s6-c ul li:nth-child(3) a .info::before {
    opacity: .7
}

.s6-c ul li:nth-child(4) a .info::before {
    opacity: .4
}

.s6-c ul li.on a .pic {
    opacity: 1
}

.s6-c ul li.on a .info {
    opacity: 0
}

@media screen and(-ms-high-contrast:active), (-ms-high-contrast:none) {
    .s1-l ul li a p {
        background-image: none;
        color: #9b4d1c
    }

    .s1-l ul li.on a p {
        background-image: none
    }

    .tit-name h3 {
        letter-spacing: 0;
        margin-left: 0
    }

    .tit-name div {
        margin-left: 0
    }
}

@media screen and (min-width: 1025px) {
    .s4-r ul li a:hover .info::before{
        background: url(../images/s4-rinfobg-h.png) no-repeat;
        background-position: left center;
        background-size: 100% 100%;
    }
    .s4-r ul li a:hover .info h3{
        color: #fff;
    }
    .s1-r .tab-bd>div .con ul li a:hover {
        border-image: url(../images/s1-rdhbg-h.png);
        border-image-slice: 10
    }

    .s1-r .tab-bd>div .con ul li a:hover::before {
        background: url(../images/s1-rdhbef-h.png) no-repeat;
        background-position: center center;
        background-size: .31rem auto
    }

    .s1-r .tab-bd>div .con ul li a:hover::after {
        opacity: 1
    }

    .s1-r .tab-bd>div .con ul li a:hover p {
        color: #fff;
    }

    .s2-first-item a:hover .info h3, .s2-cont ul li a:hover h3, .s4-l .swiper-slide a:hover h3, .s4-l .swiper-slide a:hover span, .s5-l ul li a:hover h3, .s5-r ul li a:hover .info h3 {
        color: #8d5527
    }

    .s4-l .swiper-slide a:hover {
        border-color: #8d5527
    }

    .tit-more a:hover {
        padding-right: .5rem
    }
}

@media screen and (max-width: 1024px) {
    .banner .slick-dots {
        bottom: .2rem
    }

    .banner .slick-slide a>img, .banner .slick-slide a>video, .banner {
        height: auto !important
    }

    .banner .banner-prev span, .banner .banner-next span {
        width: 0.63rem;
        height: 0.76rem;
        background-size: 0.63rem auto
    }

    .banner .slick-dots li:before {
        width: .25rem;
        margin: 0 0.05rem
    }

    .banner .banner-prev, .banner .banner-next {
        display: none !important;
    }

    .index {
        position: static;
        padding-top: 0;
        overflow: hidden
    }

    .kstd {
        position: static;
        width: 100%;
        max-width: none
    }

    .kstd ul {
        flex-wrap: wrap;
        align-items: flex-start
    }

    .kstd ul li {
        width: 50%
    }

    .kstd ul li a .icons {
        height: .35rem
    }

    .kstd ul li a .text h3 {
        font-size: .2rem;
        line-height: .2rem
    }

    .kstd ul li a .text p {
        font-size: .13rem;
        line-height: .2rem
    }

    .kstd ul li a {
        height: 1.2rem
    }

    .tit-name h3 {
        font-size: .46rem;
        line-height: .46rem;
        letter-spacing: -.2rem;
        margin-left: -.1rem
    }

    .tit-name div b {
        font-size: .26rem;
        line-height: .3rem
    }

    .tit-name div span {
        font-size: .14rem
    }

    .tit-name div {
        margin-left: .15rem
    }

    .s1 {
        margin-top: .5rem
    }
    .s1 .tit{
        margin-left: 0;
    }
    .s1::before{
        display: none;
        top: -.3rem;
        left: -.1rem;
        width: 3.185rem;
        height: 2.205rem;
    }
    .s1-c {
        display: block;
        margin-top: .35rem;
        margin-right: 0;
    }

    .s1-l:after{display: none;}
    .s2-tit ul li a {
        font-size: .17rem
    }

    .s1-l {
        width: auto;
        padding: 0;
    }

    .s1-l ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .s1-l ul li {
        width: calc(50% - 1px);
        margin-top: .1rem !important
    }

    .s1-l ul li a {
        padding: 0 .1rem
    }

    .s1-l ul li a .icons {
        margin-right: 0;
    }

    .s1-l ul li a .icons div {
        width: .4rem;
        height: .41rem
    }

    .s1-l ul li a p {
        font-size: .16rem;
        line-height: .4rem;
        text-shadow: 0.03rem 0.01rem 0.05rem rgba(131, 67, 24, 0.34);
        white-space: inherit
    }
    .s1-l ul li a p::before{
        width: .97rem;
        height: .22rem;
        bottom: 0;
    }
    .s1-r .tab-bd>div .pics {
        display: none
    }

    .s1-r {
        padding: .25rem .15rem
    }

    .s1-r .tab-bd>div .con ul {
        margin: 0 -.05rem
    }

    .s1-r .tab-bd>div .con ul li {
        width: 50%;
        margin-top: .1rem
    }

    .s1-r .tab-bd>div .con ul li a {
        margin: 0 0.05rem
    }

    .s1-r .tab-bd>div .con ul li a::before {
        margin-right: 0.05rem
    }

    .s1-r .tab-bd>div .con ul li a p {
        font-size: .16rem
    }

    .s1-r::before {
        right: 0
    }

    .s2 {
        margin-top: .5rem
    }

    .s2-c {
        flex-direction: column-reverse
    }

    .s2-tit {
        width: 100%
    }

    .s2-tit::before {
        left: 0
    }

    .s2-tit ul {
        display: block
    }

    .s2-tit ul li {
        width: auto;
        height: auto;
        min-height: 1rem;
        padding: 0.1rem 0 0.1rem .1rem;
        flex-direction: row;
        padding-right: 1.3rem;
        flex-wrap: wrap;
        align-content: center;
        border-left: solid 1px #846c52
    }

    .s2-tit ul li+li {
        border-top: none
    }

    .s2-tit ul li div {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        flex-direction: row
    }

    .s2-tit ul li div span {
        writing-mode: horizontal-tb;
        margin-top: 0;
        font-size: .24rem;
        line-height: .3rem;
        margin-left: .1rem
    }

    .s2-tit ul li div b {
        font-size: .36rem;
        line-height: .4rem;
        letter-spacing: -.1rem
    }

    .s2-tit ul li p {
        padding-top: 0;
        writing-mode: horizontal-tb;
        width: 100%;
        flex: none;
        line-height: .24rem
    }

    .s2-tit ul li a {
        width: 1.1rem;
        height: 100%;
        opacity: 1;
        z-index: 9;
        pointer-events: auto;
        padding-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        writing-mode: horizontal-tb;
        position: absolute;
        right: 0;
        top: 0
    }

    .s2-tit ul li a::after {
        margin-top: 0
    }

    .s2-tit ul li p::before {
        display: none
    }

    .s2-main {
        width: 100%
    }

    .s2-main>div {
        padding: .3rem .15rem
    }

    .s2-cont {
        max-width: 100%;
        padding: .25rem .2rem;
        min-height: auto
    }

    .s2-first-item a .info h3, .s2-cont ul li a h3 {
        font-size: .18rem
    }

    .s3 .tit .tab-hd li a {
        width: 1.54rem;
        height: 0.37rem;
        font-size: .2rem;
        line-height: .37rem
    }

    .s3 .tit {
        padding: 0;
        margin-right: 0;
        flex-wrap: wrap
    }

    .s3 .tit .tab-hd {
        margin-left: 0;
        width: 100%;
        margin-top: .2rem
    }

    .s3 .tit .tit-more {
        top: 0;
        transform: translateY(50%)
    }

    .s3 .tab-bd {
        margin-right: 0;
        margin-top: 1rem;
        margin-left: 0
    }

    .s3 .tab-bd>div .swiper-container {
        padding-right: .7rem
    }

    .s3-swiper .swiper-slide a {
        height: auto
    }

    .s3-swiper .swiper-slide a .info {
        width: .8rem;
        padding: .25rem 0
    }

    .s3-swiper .swiper-slide a .info h3 {
        font-size: .2rem
    }

    .s3-swiper .swiper-slide a .info p {
        font-size: .18rem;
        padding-top: .4rem
    }

    .s3-swiper .swiper-slide a .pics p {
        font-size: .26rem;
        left: .1rem;
        top: 0.2rem
    }

    .s3-swiper .swiper-slide a .pics {
        padding: 0 .2rem
    }

    .s3-swiper .swiper-slide a .pics .pic {
        height: 3.4rem
    }

    .s3-swiper .swiper-slide a .info p::before {
        height: .3rem
    }

    .s3 .tab-bd .swiper-pagination-clickable {
        margin-right: 0;
        margin-top: .25rem
    }

    .s4-c, .s5-c {
        display: block
    }

    .s4 {
        margin-top: .5rem
    }
    .s4-c{
        padding-left: 0;
        padding-right: 0;
    }
    .s4-l {
        width: auto;
        padding: .3rem .15rem;
        height: auto;
        margin-right: 0;
    }

    .s4-r {
        width: auto;
        margin-top: .35rem
    }

    .s4-l .swiper-slide a h3, .s4-l .swiper-slide a span, .s5-r ul li a .info div span, .s5-r ul li a .info h3, .s4-r ul li a .info h3, .s5-l ul li a h3, .s5-l ul li a span, .tit-more a {
        font-size: .18rem
    }

    .s4-l .s4-ldot {
        margin-top: .25rem
    }

    .s4-r .tit {
        padding-left: 0
    }

    .s4-r ul {
        padding: .3rem 0;
    }

    .s4-r ul li a .info {
        padding-left: .15rem
    }

    .s4-r ul li a .date span {
        font-size: .18rem
    }
    .s5{
        padding-top: .35rem;
    }
    .s5-l {
        width: auto;
        padding: .3rem 0
    }

    .s5-frist a p {
        font-size: .18rem;
        padding: .1rem .2rem
    }

    .s5-r {
        width: auto;
        padding: 0;
        margin-top: .35rem
    }
    .s5-r::before{
        display: none;
    }
    .s5-r ul {
        padding-right: 0
    }

    .s5-r ul li+li {
        margin-top: .25rem
    }

    .s5-r ul li a .pics {
        width: 1.8rem;
        margin-left: .2rem
    }

    .s6 {
        padding-top: .5rem
    }

    .s6-c {
        padding-bottom: .5rem;
        margin-top: .35rem
    }

    .s6-c ul li a .info p {
        font-size: .2rem;
        line-height: .25rem
    }

    .s6-c ul li {
        flex: 1;
        min-width: 0;
        width: auto
    }

    .s6-c ul li a {
        height: 4rem
    }

    .s6-c ul li a .info {
        padding: .3rem 0
    }

    .s6 .tit {
        justify-content: flex-start
    }

    .s6-c ul {
        margin-top: 0
    }

    .yinxing {
        display: none
    }
}

.gotop {
    margin-top: .3rem;
    cursor: pointer
}

.gotop img {
    display: block;
    width: 0.4rem;
    margin: 0 auto
}

.s5-rc {
    display: flex;
    justify-content: space-between;
    margin-top: .2rem;
}

.s5-rl {
    width: 52%;
}

.s5-rl a {
    display: block;
    position: relative;
}
.s5-rl a+a{
    margin-top:4%
}

.s5-rl a .pic {
    padding-top: 63%;
}
.s5-rl a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.04rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}
.s5-rl a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .1rem .15rem;
}
.s5-rr {
    width: 45%;
}

.s5-rr a {
    display: block;
    position: relative;
}

.s5-rr a .pic {
    padding-top: 150%;
}
.s5-rr a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.04rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}
.s5-rr a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .1rem .15rem;
}

@media screen and (max-width:1024px) {
    .s5-rl a p{
        font-size: .16rem;
        padding: .1rem;
    }
     .s5-rr a p{
        font-size: .16rem;
        padding: .1rem;
    }
}

/* 2025年12月20日10:23:18 */
.s3-swiper .swiper-slide a .info {
    width: 0.8rem;

}

.s3-swiper .swiper-slide a .yyname {
    width: 0.8rem;
    padding: .5rem 0 .35rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.s3-swiper .swiper-slide a .yyname h3 {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    font-weight: normal;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.43rem;
    letter-spacing: 0.01rem;
    color: #333333;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: .1rem;
}

.s3-swiper .swiper-slide a .pics p {
    left: 0;
}

@media screen and (max-width:1024px) {
    .s3-swiper .swiper-slide a .yyname {
        width: 0.6rem;
        padding: .25rem 0;
    }
    .s3 .tab-bd>div .swiper-container{
        padding-right: .6rem;
    }
    .s3-swiper .swiper-slide a .info{
        width: 0.6rem;
    }
}