﻿@charset "utf-8";

body {
    overflow-x: hidden;
}



#downPage {
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    background: url(../images/down-page1.png) 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(../images/down-page1.png) 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;
    /* 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::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-zz1.png) repeat-x;
    background-position: center top;
    z-index: 2;
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/banner-zzc2.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.banner .slick-slide a>img {
    display: block;
    width: 100%;
    height: 100vh;
}

.banner .slick-slide.slick-current a>img {
    animation: img_scale linear 8s;
}


@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}


.banner .slick-dots {
    font-size: 0;
    text-align: right;
    bottom: 0;
    left: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 1.9rem;
    margin-left: 5.6rem;
    z-index: 999;
    height: .65rem;
    /* background: #fff; */
}

.banner .slick-dots::before {
    content: "";
    position: absolute;
    width: 10rem;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    transform-origin: left top;
    transform: skew(-30deg);
}

.banner .slick-dots::after {
    content: "";
    position: absolute;
    width: 10rem;
    height: 100%;
    left: 100%;
    background: #fff;
    bottom: 0;
    transform: skew(-30deg);
    transform-origin: left top;
}

.banner .slick-dots li {
    display: flex;
    margin: 0 0.08rem;
    transition: all 0.3s;
    vertical-align: middle;
    width: 0.15rem;
    height: 0.27rem;
    justify-content: center;
    align-items: center;
    background: #693329;
    transform: skew(-30deg);
    opacity: .2;
    z-index: 9;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #ffffff;
    display: none;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
}

/* index */
.index {
    z-index: 99;
    background: #fff;
    position: relative;
    overflow: hidden;
}


.tit {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .28rem;
}

.tit div {}

.tit div h3 {
    padding-left: .44rem;
    position: relative;
    background: url(../images/tit-line2.png) no-repeat;
    background-position: left center;
    background-size: .34rem auto;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    color: #693329;
}

.tit div h2 {
    font-size: 0.36rem;
    font-weight: normal;
    line-height: normal;
    font-variation-settings: "opsz"auto;
    color: #3C3C3C;
}

.tit a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .29rem;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #693329;
    background: url(../images/more-bg.png) no-repeat;
    background-position: right center;
    background-size: auto 100%;
    padding-right: .35rem;
    transition: all 0.5s;
}
.tit a:hover{
    color: #693329;
    font-weight: 600;
}

.s1 {
    position: relative;
    padding-top: .77rem;
}

.s1::before {
    content: "";
    position: absolute;
    right: 65%;
    top: 0;
    width: 10rem;
    height: 4.04rem;
    background: url(../images/s1-bg1.png) repeat;
    background-position: center center;
    z-index: 1;
}

.s1-c {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.s1-lslick {
    position: relative;
    overflow: hidden;
}

.s1-lslick::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: .5rem;
    height: 0.5rem;
    background: url(../images/s1-bg1.png) repeat;
    background-position: center center;
    z-index: 9;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.s1-lslick ul li a {
    display: block;
    position: relative;
}

.s1-lslick ul li a .pic {
    padding-top: 64%;
}

.s1-lslick ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    height: 1.43rem;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 98%);
}

.s1-lslick ul li a .info {
    position: absolute;
    left: 0;
    right: 0.2rem;
    bottom: 0.35rem;
    padding-left: .35rem;
}

.s1-lslick ul li a .info span {
    display: block;
    padding-left: .3rem;
    background: url(../images/icon-date.png) no-repeat;
    background-position: left center;
    background-size: .16rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #FFFFFF;
    padding-left: .25rem;
}

.s1-lslick ul li a .info p {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
    margin-top: .08rem;
}

.s1-lslick .slick-dots {
    width: auto;
    right: 0;
    bottom: 0;
    height: 0.44rem;
    display: flex !important;
    align-items: flex-end;
    justify-content: flex-end;
    width: 1.6rem;
    /* background: #fff; */
    /* transform: skew(-45deg); */
}

.s1-lslick .slick-dots::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    width: 10rem;
    top: 0;
    bottom: 0;
    background: #fff;
    transform-origin: right top;
    transform: skew(-40deg);
}

.s1-lslick .slick-dots li {
    width: 0.18rem;
    height: 0.27rem;
    justify-content: center;
    align-items: center;
    background: #693329;
    transform-origin: right top;
    opacity: .2;
    transform: skew(-45deg);
    transition: all 0.5s;
    z-index: 9;
}

.s1-lslick .slick-dots li.slick-active {
    opacity: 1;
}

.s1-llist {
    margin-top: .3rem;
}

.s1-llist ul {
    display: flex;
    justify-content: space-between;
}

.s1-llist ul li {
    width: 32%;
    background: #F4EFE8;
    transition: all 0.5s;
}

.s1-llist ul li a {
    display: block;
    padding: .25rem;
}

.s1-llist ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #2F2F2F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.52rem;
}

.s1-llist ul li a p {
    display: flex;
    margin-top: .08rem;
    align-items: center;
}

.s1-llist ul li a p b {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}

.s1-llist ul li a p b::before {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 1px;
    background: #693329;
    opacity: 0.2;
}

.s1-llist ul li a p b::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #693329;
    opacity: 0.2;

}

.s1-llist ul li a p span {
    margin-left: .2rem;
    padding-left: .25rem;
    background: url(../images/icon-date2.png) no-repeat;
    background-position: left center;
    background-size: .16rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #743B30;
}

.s1-llist ul li:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 0.1rem 0px rgba(105, 51, 41, 0.3);
}

.s1-llist ul li:hover a h3 {
    color: #693329;
    font-weight: 600;
}

.s1-l {
    width: 8.98rem;
    margin-right: 5%;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-r ul li a {
    display: flex;
    align-items: center;
    padding: .24rem 0;
    border-bottom: 1px dashed #743B30;
}

.s1-r ul li:nth-child(1) a {
    border-top: 1px dashed #743B30;
}

.s1-r ul li a .date {
    width: 0.64rem;
    height: 0.74rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../images/s1-rdatebg.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    margin-right: .25rem;
    transition: all 0.5s;
}

.s1-r ul li a .date b {
    font-family: Bebas;
    font-size: .28rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: center;
    color: #693329;
    transition: all 0.5s;
}

.s1-r ul li a .date span {
    font-family: Bebas;
    font-size: 0.12rem;
    line-height: .2rem;
    transition: all 0.5s;
    padding: 0 0 .05rem 0;
    color: #693329;
}

.s1-r ul li a .info {
    flex: 1;
    min-width: 0;
}

.s1-r ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #2F2F2F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .6rem;
}


.s1-r ul li a:hover .date {
    background: url(../images/s1-rdatebg2.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}

.s1-r ul li a:hover .date b {
    color: #D9B765;
}

.s1-r ul li a:hover .date span {
    color: #D9B765;
}

.s1-r ul li a:hover .info h3 {
    color: #693329;
    font-weight: 600;
}

.s2 {
    position: relative;
    padding-top: .2rem;
    margin-top: .67rem;
}

.s2::before {
    content: "";
    position: absolute;
    left: 60%;
    top: 0;
    width: 10rem;
    height: 4.04rem;
    background: url(../images/s2-bg1.png) repeat;
    background-position: center center;
    z-index: 1;
}

.s2>div {
    position: relative;
    z-index: 9;
}

.s2-c {
    position: relative;
    z-index: 9;
    display: flex;
}

.s2-l {
    flex: 1;
    min-width: 0;
}

.s2-l ul {}

.s2-l ul li {}

.s2-l ul li a {
    display: flex;
    padding: .26rem 0;
    align-items: center;
    border-bottom: 1px dashed rgba(116, 59, 48, .3);
}

.s2-l ul li:nth-child(1) a {
    border-top: 1px dashed rgba(116, 59, 48, .3);
}

.s2-l ul li a .pics {
    width: 1.85rem;
    background: #F6F6F6;
    margin-right: .3rem;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.s2-l ul li a .pics .pic {
    padding-top: 42%;
}

.s2-l ul li a .pics .pic img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.s2-l ul li a:hover .pics .pic div {
    width: 100%;
    height: 100%;
}

.s2-l ul li a:hover .pics .pic img {
    transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.s2-l ul li a .info {
    flex: 1;
    min-width: 0;
}

.s2-l ul li a .info span {
    padding-left: .25rem;
    background: url(../images/icon-date2.png) no-repeat;
    background-position: left center;
    background-size: .16rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #743B30;
}

.s2-l ul li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: normal;
    color: #363636;
}

.s2-l ul li a:hover .pics {
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #693329;
    box-shadow: 0px 0px 0.1rem 0px rgba(105, 51, 41, 0.5);
}

.s2-l ul li a:hover .info h3 {
    color: #693329;
    font-weight: 600;
}

.s2-r {
    margin-left: 5%;
    width: 7.3rem;
}


.s2-r a {
    display: block;
    position: relative;
}

.s2-r a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.7rem;
    opacity: 0.6;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 9;
}

.s2-r a h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 9;
    padding: 0 .3rem;
}

.s2-rt a .pic {
    padding-top: 60%;
}

.s2-rb ul {
    display: flex;
}

.s2-rb ul li {
    width: 50%;
}

.s2-rb ul li a .pic {
    padding-top: 60%;
}


.s3 {
    position: relative;
    padding-top: .68rem;

}

.s3::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 3.96rem;
    background: url(../images/s3-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.s3>div {
    position: relative;
    z-index: 9;
}

.s3-c {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 9;
}

.s3-l {
    width: 57%;
    position: relative;
    z-index: 1;
}

.s3-lt {
    margin-right: -2.6rem;
}

.s3-lt ul li a {
    display: block;
}

.s3-lt ul li a .pic {
    padding-top: 41.6%;
}

.s3-lb ul {
    display: flex;
    justify-content: flex-end;
}

.s3-lb ul li {
    width: 33.33%;
    position: relative;

    overflow: hidden;
}

.s3-lbbg {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s3-lb-itembg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.s3-lb ul li a {
    display: block;
    position: relative;
    z-index: 9;
    border-left: 1px solid rgba(106, 51, 41, .1);
    border-bottom: 1px solid rgba(106, 51, 41, .1);
    padding: .5rem .3rem .3rem .3rem;
}

.s3-lb ul li a .date {
    display: flex;
    align-items: flex-end;
}

.s3-lb ul li a .date b {
    font-family: Bebas;
    font-size: 0.36rem;
    font-weight: normal;
    line-height: .4rem;
    color: #693329;
}

.s3-lb ul li a .date span {
    font-family: Bebas;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    color: #693329;
}

.s3-lb ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #2F2F2F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.78rem;
    margin-top: 0.35rem;
}

.s3-lb ul li a p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    height: 0.52rem;
    color: #9E9E9E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0.3rem;
}

.s3-lb ul li a .itemmore {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed rgba(105, 51, 41, .2);
    padding-top: .2rem;
    margin-top: .34rem;
}

.s3-lb ul li a .itemmore span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: normal;
    color: #693329;
}

.s3-lb ul li a .itemmore b {
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/icon-right.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.s3-lb ul li a:hover .date b {
    color: #FFFFFF;
}

.s3-lb ul li a:hover .date span {
    color: rgba(255, 255, 255, .5);
}

.s3-lb ul li a:hover h3 {
    color: #FFFFFF;
    font-weight: 600;
}

.s3-lb ul li a:hover p {
    color: rgba(255, 255, 255, .8);
}

.s3-lb ul li a:hover .itemmore {
    border-color: rgba(255, 255, 255, .2);
}

.s3-lb ul li a:hover .itemmore span {
    color: #FFFFFF;
}

.s3-lb ul li a:hover .itemmore b {
    background: url(../images/icon-right-w.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
    animation: _rightmore 1.5s infinite linear;
}


@keyframes _rightmore {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-.1rem);
    }

    100% {
        transform: translateX(0);
    }
}

.s3-r {
    width: 43%;
    background: url(../images/s3-rbg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 9;
}

.s3-r ul {
    padding: .55rem .6rem .65rem .6rem;
}

.s3-r ul li a {
    display: block;
}

.s3-r ul li a .date {
    display: flex;
    align-items: flex-end;
}

.s3-r ul li a .date b {
    font-family: Bebas;
    font-size: 0.36rem;
    font-weight: normal;
    line-height: .4rem;
    color: #fff;
}

.s3-r ul li a .date span {
    font-family: Bebas;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    color: rgba(255, 255, 255, .5);
}

.s3-r ul li a h3 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
    margin-top: .25rem;
}
.s3-r ul li a h3 i{
    background-image: linear-gradient(#fff, #fff);
}
.s3-r ul li a:hover h3{
    color: #fff;
}

.s3-r ul li a p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .78rem;
    margin-top: .25rem;
}

.s3-r ul li a .pic {
    padding-top: 63.8%;
    margin-top: .4rem;
}



.s4 {
    margin-top: .85rem;
}

.s4-c ul {
    margin: 0 -.2rem;
}

.s4-c ul li a {
    display: block;
    margin: 0 .2rem;
}

.s4-c ul li a .pic {
    padding-top: 50%;
}

.s4-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .43rem;
}

.s4-arrows div {
    width: 0.42rem;
    height: 0.42rem;
    border: 1px solid #693329;
    position: relative;
    margin: 0 .2rem;
    cursor: pointer;
}

.s4-prev::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s4-arrow1.svg) no-repeat;
    background-position: center center;
    background-size: .21rem auto;
}

.s4-prev::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s4-arrow2.svg) no-repeat;
    background-position: center center;
    transform: rotateY(180deg);
    background-size: .21rem auto;
    opacity: 0;
}

.s4-next::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s4-arrow1.svg) no-repeat;
    background-position: center center;
    transform: rotateY(180deg);
    background-size: .21rem auto;
}

.s4-next::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s4-arrow2.svg) no-repeat;
    background-position: center center;
    background-size: .21rem auto;
    opacity: 0;
}

.s4-arrows div:hover {
    background: #D9B765;
    border-color: #D9B765;
}

.s4-arrows div:hover::before {
    opacity: 0;
}

.s4-arrows div:hover::after {
    opacity: 1;
}


.s5 {
    position: relative;
    padding-top: 1.84rem;
    padding-bottom: 1.15rem;
    overflow: hidden;
}
.s5-bg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s5-bg.png) no-repeat;
    background-position: left top;
    background-size: cover;
    z-index: 1;
    transform: scale(1.8);
    transition: all 1s;
}
.s5-bg.showdiv {
    transform: scale(1);
}
.s5 .w15{
    position: relative;
    z-index: 9;
}
.s5-c {
    display: flex;
    justify-content: space-between;
}

.s5-l {
    margin-right: 10%;
}

.s5-l ul {
    position: relative;
    width: 5.65rem;
    height: 3.93rem;
}

.s5-l ul li {
    position: absolute;
    width: 2.23rem;
}

.s5-l ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s5-item-bg-shadow.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all 0.5s;
    z-index: 1;
    pointer-events: none;
}

.s5-l ul li:nth-child(1) {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.s5-l ul li:nth-child(1) a {
    background: url(../images/s5-item-bg1.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s5-l ul li:nth-child(2) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.s5-l ul li:nth-child(2) a {
    background: url(../images/s5-item-bg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s5-l ul li:nth-child(3) {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.s5-l ul li:nth-child(3) a {
    background: url(../images/s5-item-bg3.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s5-l ul li:nth-child(4) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.s5-l ul li:nth-child(4) a {
    background: url(../images/s5-item-bg4.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s5-l ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1.95rem;
    position: relative;
    z-index: 9;
    transition: all 0.5s;
}

.s5-l ul li a .icon {
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s5-l ul li a .icon img {
    max-height: 100%;
}

.s5-l ul li a p {
    width: 100%;
    text-align: center;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #FFFFFF;
    margin-top: .15rem;
}

.s5-l ul li.on {
    z-index: 9;
}

.s5-l ul li.on::before {
    transform: scale(1.7);
}

.s5-l ul li:nth-child(1).on a {
    transform: scale(1.15);
    background: url(../images/s5-item-bg1-h.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s5-l ul li:nth-child(2).on a {
    transform: scale(1.15);
    background: url(../images/s5-item-bg2-h.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s5-l ul li:nth-child(3).on a {
    transform: scale(1.15);
    background: url(../images/s5-item-bg3-h.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s5-l ul li:nth-child(4).on a {
    transform: scale(1.15);
    background: url(../images/s5-item-bg4-h.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s5-l ul li.on a p {
    font-weight: 600;
}

.s5-r {
    flex: 1;
    min-width: 0;
    position: relative;
    overflow: hidden;
}


.s5-r>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateX(100%);
}

.s5-r>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateX(0);
}

.s5-r>div ul li {
    margin-top: .23rem;
}

.s5-r>div ul li:nth-child(1) {
    margin-top: 0;
}

.s5-r>div ul li a {
    display: block;
    padding: .23rem .4rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    transition: all 0.5s;
}

.s5-r>div ul li a .s5-rtit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s5-r>div ul li a .s5-rtit h3 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    padding-left: .4rem;
    position: relative;
}

.s5-r>div ul li a .s5-rtit h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.2rem;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

.s5-r>div ul li a .s5-rtit h3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 0.2rem;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

.s5-r>div ul li a .s5-rtit span {
    width: 1rem;
    text-align: right;
    border-left: 1px solid #fff;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .18rem;
    color: #FFFFFF;
}

.s5-r>div ul li a p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0;
    margin-top: 0;
    transition: all 0.5s;
}

.s5-r>div ul li.on a {
    background: #D9B765;
}

.s5-r>div ul li.on a p {
    height: 0.52rem;
    margin-top: .15rem;
}


.s6 {
    margin-top: 0.78rem;
}

.s6-c {
    background: url(../images/s6-cbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    padding: .38rem .35rem .8rem .5rem;
}

.s6-l {
    width: 1.13rem;
    margin-right: .5rem;
}

.s6-l ul li a {
    display: block;
    position: relative;
    margin: 0.05rem 0;
}

.s6-l ul li a .pic {
    padding-top: 124%;
}

.s6-l ul li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    text-align: center;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .32rem;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
}

.s6-l .slick-prev, .s6-l .slick-next {
    position: static;
    transform: translateY(0);
    top: auto;
    bottom: auto;
    width: 0.42rem;
    height: 0.42rem;
    border: 1px solid #693329;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    margin: 0 auto;
}

.s6-l .slick-list {
    margin: .1rem 0;
}


.s6-l .slick-prev::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s4-arrow1.svg) no-repeat;
    background-position: center center;
    background-size: .21rem auto;
    transform: rotateZ(90deg);
}

.s6-l .slick-prev::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s4-arrow2.svg) no-repeat;
    background-position: center center;
    transform: rotateY(180deg) rotateZ(-90deg);
    background-size: .21rem auto;
    opacity: 0;
}

.s6-l .slick-next::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s4-arrow1.svg) no-repeat;
    background-position: center center;
    transform: rotateY(180deg) rotateZ(-90deg);
    background-size: .21rem auto;
}

.s6-l .slick-next::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s4-arrow2.svg) no-repeat;
    background-position: center center;
    background-size: .21rem auto;
    opacity: 0;
    transform: rotateZ(90deg);
}

.s6-l .slick-arrow:hover {
    background: #D9B765;
    border-color: #D9B765;
}

.s6-l .slick-arrow:hover::before {
    opacity: 0;
}

.s6-l .slick-arrow:hover::after {
    opacity: 1;
}

.s6-r {
    flex: 1;
    min-width: 0;
}

.s6-r ul li a {
    display: flex;
    align-items: flex-end;
}

.s6-r ul li a .pics {
    width: 4.45rem;
    margin-right: .45rem;
}

.s6-r ul li a .pics .pic {
    padding-top: 124%;
}

.s6-r ul li a .info {
    flex: 1;
    min-width: 0;
}

.s6-r ul li a .info h3 {
    display: flex;
    align-items: flex-end;
}

.s6-r ul li a .info h3 b {
    font-size: 30px;
    font-weight: bold;
    line-height: .4rem;
    color: #272727;
    margin-right: .3rem;
}

.s6-r ul li a .info h3 span {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .24rem;
    color: #757575;
    font-weight: normal;
    flex: 1;
    min-width: 0;
}

.s6-r ul li a .info div {
    margin: .35rem 0;
}

.s6-r ul li a .info div p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #3B3B3B;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    height: 3.6rem;
}

.s6-r ul li a .info i {
    width: 1.64rem;
    height: 0.54rem;
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .54rem;
    color: #FFFFFF;
    background: #693329;
    text-align: center;
    font-style: normal;
}


.s7 {
    padding-top: .75rem;
    background: url(../images/s7-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s7-c ul {
    display: flex;
    justify-content: space-between;
}

.s7-c ul li {
    width: 32%;
}

.s7-c ul li a {
    display: block;
}

.s7-c ul li a .pic {
    padding-top: 67%;
}

.s7-c ul li a .info {}

.s7-c ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #2F2F2F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.52rem;
    margin: .2rem 0 .1rem 0;
}

.s7-c ul li a .info div {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #9E9E9E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
}

.s7-c ul li a .info p {
    display: flex;
    margin-top: .15rem;
    align-items: center;
}

.s7-c ul li a .info p b {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}

.s7-c ul li a .info p b::before {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 1px;
    background: #693329;
    opacity: 0.2;
}

.s7-c ul li a .info p b::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #693329;
    opacity: 0.2;
}

.s7-c ul li a .info p span {
    margin-left: .2rem;
    padding-left: .25rem;
    background: url(../images/icon-date2.png) no-repeat;
    background-position: left center;
    background-size: .16rem;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #743B30;
}

.s7-c ul li a:hover .info h3{
    color: #693329;
    font-weight: 600;
}
.s7-b {
    margin-top: .7rem;
}

.s7-b ul {
    display: flex;
    justify-content: space-between;
}

.s7-b ul li {
    width: 48.5%;
    transition: all 0.5s;
}

.s7-b ul li a {
    display: block;
}

.s7-b ul li a img {
    display: block;
    width: 100%;
}

.s7-b ul li:hover {
    transform: translateY(-.1rem);
    box-shadow: .1rem .1rem .15rem rgba(0, 0, 0, .3);
}




.s8-main {
   
    min-height: 6.33rem;
    position: relative;
}

.s8-c ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.s8-c ul li {
    width: 1.8rem;
}

.s8-c ul li:nth-child(1) {
    margin-top: 2.11rem;
}

.s8-c ul li:nth-child(2) {
    margin-top: 1.06rem;
}

.s8-c ul li:nth-child(4) {
    margin-top: 1.06rem;
}

.s8-c ul li:nth-child(5) {
    margin-top: 2.11rem;
}

.s8-c ul li a {
    display: block;
}

.s8-c ul li a .pics {
    display: flex;
    justify-content: center;
}

.s8-c ul li a svg {
    width: 1.62rem;
    height: 1.88rem;
    transition: all 0.5s;
}
.s8-c ul li a:hover svg{
    transform: scale(1.2);
}
 

.s8-c ul li a .info {
    margin-top: .25rem;
}

.s8-c ul li a .info h3 {
    font-family: Bebas;
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.4rem;
    text-align: center;
    color: #693329;
}

.s8-c ul li a .info p {
    font-family: Bebas;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-align: center;
    color: #353535;
    margin-top: .15rem;
}

.s8-b {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 8;
}

.s8-blogo {
    position: absolute;
    left: 50%;
    bottom: 0.4rem;
    transform: translateX(-50%);
    z-index: 9;
}

.s8-blogo a {
    display: block;
}

.s8-blogo a img {
    display: block;
    width: 2.75rem;
}

.s8-outq {
    position: absolute;
    left: 0;
    top: 1.14rem;
    right: 0;
    bottom: 0;
    z-index: 7;
}

.s8-outq .s8-outq-par {
    position: absolute;
    left: 50%;
    top: 0;
    width: 23rem;
    height: 23rem;
    transform: translateX(-50%);
    background: rgba(105, 51, 41, 0.1);
    border: 0.1rem solid rgba(105, 51, 41, 0.1);
    border-radius: 50% 50% 0 0;
}

.s8-outq-par .s8-outq-line {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.s8-outq-par .s8-outq-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px dashed rgba(105, 51, 41, .3);
    border-radius: 50%;
    animation: _playscale infinite 6s linear;
    transform: scale(.8);
}

.s8-outq-par .s8-outq-line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px dashed rgba(105, 51, 41, .3);
    border-radius: 50%;
    animation: _playscale infinite 6s -1.5s linear;
    transform: scale(.8);
}

.s8-outq-par .s8-outq-line2::before {
    animation: _playscale infinite 6s -3s linear;
}

.s8-outq-par .s8-outq-line2::after {
    animation: _playscale infinite 6s -4.5s linear;
}


.s8-nq {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 8.1rem;
    height: 2rem;
    z-index: 8;
}

.s8-nq .s8-nq-par {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 8.1rem;
    border-radius: 50%;
    background: #fff;
}

.s8-nq .s8-nq-par::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    animation: _playscale2 infinite 4s -2s linear;
}

.s8-nq .s8-nq-par::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    animation: _playscale2 infinite 4s linear;
}

.s8-nq .s8-nq-par .pics {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.s8-nq .s8-nq-par .pics img {
    display: block;
    width: 5.9rem;
    margin: .3rem auto;
}

.s1-l .tit div h3, .s5-l .tit div h3 {
    color: rgba(255, 255, 255, .5);
    background: url(../images/tit-line.png) no-repeat;
    background-position: left center;
    background-size: .34rem auto;
}

.s1-l .tit div h2, .s5-l .tit div h2 {
    color: #FFFFFF;
}

.s2 .tit a, .s5 .tit a {
    background: url(../images/more-bg2.png) no-repeat;
    background-position: right center;
    background-size: auto 100%;
    color: #FFFFFF;
}

.s3 {
    margin-top: 1.25rem;
}

.s3 .tit, .s6 .tit, .s7 .tit, .s8 .tit {
    justify-content: center;
}

.s5 {
    margin-top: .7rem;
}

.s8 {
    margin-top: .85rem;
    background: url(../images/s8-bbg.png) no-repeat;
    background-position: center bottom;
}

@keyframes _playscale {
    0% {
        transform: scale(.8);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}

@keyframes _playscale2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}


@media screen and (max-width: 1400px) {
    .s1-l {
        width: 8rem;
        margin-right: .25rem;
    }

    .s1-r ul li a {
        padding: .2rem 0;
    }

    .s2-r {
        margin-left: .25rem;
    }
}

@media screen and (max-width: 1024px) {
    .s1-llist ul {
        display: block;
    }

    .s1-llist ul li {
        width: auto;
        margin-top: .1rem;
    }

    .s1-llist ul li a {
        padding: .15rem;
    }

    .s1-c, .s2-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }

    .s2-c {
        background: #fff;
    }

    .s2-r {
        width: auto;
        margin-left: 0;
        margin-top: .3rem;
    }

    .s2-r a h3 {
        padding: 0 .15rem;
        bottom: 0.1rem;
    }

    .s2-l ul li a .pics {
        margin-right: .15rem;
        width: 1.5rem;
    }

    .s3-c {
        display: block;
    }

    .s3-l, .s3-r {
        width: auto;
    }

    .s3-lt {
        margin-right: 0;
    }

    .s3-r, .s5-r {
        margin-top: .3rem;
    }

    .s3-r ul {
        padding: .55rem .2rem .2rem .2rem;
    }

    .s4-c ul li a {
        margin: 0 .1rem;
    }

    .s4-c ul {
        margin: 0 -.1rem;
    }

    .s5-c {
        display: block;
    }

    .s5-l {
        margin-right: 0;
    }

    .s5-l ul {
        margin: 0 auto;
    }

    .s5-l ul {
        width: 3.5rem;
        height: 2.45rem;
    }

    .s5-l ul li {
        width: 1.38rem;
    }

    .s5-l ul li a {
        height: 1.2rem;
    }

    .s5-l ul li a .icon {
        height: 0.35rem;
    }

    .s5-r>div ul li a {
        padding: .2rem;
    }

    .s6-c {
        padding: .5rem .2rem .3rem .2rem;
        background: #f4efe8;
        flex-wrap: wrap;
    }

    .s6-l {
        width: 100%;
        margin-right: 0;
        order: 2;
        margin-top: .35rem;
    }

    .s6-l ul li a {
        margin: 0 .1rem;
    }

    .s6-l>ul {
        padding: 0 .35rem;
    }

    .s6-l .slick-prev, .s6-l .slick-next {
        position: absolute;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        width: .35rem;
        height: .35rem;
    }

    .s6-l .slick-prev {
        left: 0;
        transform: translateY(-50%) rotate(-90deg);
    }

    .s6-l .slick-next {
        right: 0;
        transform: translateY(-50%) rotate(-90deg);
    }

    .s6-r {
        order: 1;
        width: 100%;
        flex: none;
    }

    .s6-r ul li a .pics {
        width: 3rem;
        margin-right: .2rem;
    }

    .s6-r ul li a .info div p {
        height: 1.86rem;
        -webkit-line-clamp: 6;
    }

    .s6-r ul li a .info div {
        margin: .15rem 0;
    }

    .s6-r ul li a .info h3 b {
        font-size: .22rem;
        line-height: .3rem;
        margin-right: .15rem;
    }

    .tit div h2 {
        font-size: .26rem;
    }

    .s1, .s3, .s7 {
        padding-top: .5rem;
    }

    .s2, .s3, .s5, .s6, .s7-b, .s8 {
        margin-top: .5rem;
    }

    .s4 {
        margin-top: .3rem;
    }

    .s5 {
        padding-top: 1rem;
        padding-bottom: .5rem;
    }

    .s4-arrows {
        margin-top: .2rem;
    }

    .s1-lslick ul li a .info {
        padding-left: .15rem;
    }

    .s1-lslick .slick-dots {
        position: relative;
        top: auto;
        justify-content: center;
        width: auto;
    }

    .s3-lb ul li a .date b, .s3-r ul li a .date b {
        font-size: .26rem;
        line-height: .3rem;
    }

    .s3 .tit, .s6 .tit, .s7 .tit, .s8 .tit {
        justify-content: space-between;
    }

    .s8-c ul li a .info h3 {
        font-size: .2rem;
        line-height: .3rem;
    }
    .s8-c ul li a .info{
        margin-top: .1rem;
    }
    .s8-c ul li a .info p {
        font-size: .16rem;
    }

    .s8-c ul li a svg {
        width: 1rem;
        height: 1.2rem;
    }

    .s8-blogo a img {
        width: 1.36rem;
    }

    .s8-nq {
        width: 4.05rem;
        height: 1rem;
    }

    .s8-nq .s8-nq-par {
        height: 4.05rem;
    }

    .s8-nq .s8-nq-par .pics img {
        width: 2.95rem;
    }

    .s8-main {
        min-height: 5rem;
    }

    .s8-outq .s8-outq-par {
        width: 12rem;
        height: 12rem;
    }
}


@media screen and (min-width: 1025px) {}


@media screen and (max-width: 1024px) {

    #downPage img {
        height: .2rem;
    }

    .banner .slick-slide a::after {
        content: none;
    }

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: relative;
    }


}



@media screen and (max-width: 768px) {
    .s1::before {
        right: auto;
        left: 0;
        top: 0;
        height: 2rem;
        width: 50%;
    }

    .s3-lb ul {
        display: block;
    }

    .s3-lb ul li {
        width: auto;
        margin-top: .1rem;
    }

    .s3-lb ul li a {
        border: 1px solid rgba(106, 51, 41, .1);
        padding: .25rem .2rem;
    }

    .s6-r ul li a {
        display: block;
    }

    .s6-r ul li a .pics {
        width: 2rem;
        margin: 0 auto;
        margin-bottom: .2rem;
    }

    .s6-r ul li a .info h3 {
        display: block;
    }

    .s7-c ul {
        display: block;
    }

    .s7-c ul li {
        width: auto;
        margin-top: .2rem;
    }

    .s7-b ul {
        display: block;
    }

    .s7-b ul li {
        width: auto;
        margin-top: .1rem;
    }

    .s3-lb ul li a h3 {
        margin-top: .15rem;
        height: auto;
        max-height: 0.78rem;
    }

    .s3-lb ul li a p {
        margin-top: .15rem;
        max-height: .52rem;
        height: auto;
    }

    .s3-lb ul li a .itemmore {
        margin-top: .15rem;
    }

    .s3-r ul li a h3 {
        height: auto;
        max-height: .6rem;
        margin-top: .15rem;
    }

    .s3-r ul li a p {
        height: auto;
        max-height: .78rem;
        margin-top: .15rem;
    }

    .s3-r ul li a .pic {
        margin-top: .2rem;
    }

    .s8-c ul {
        flex-wrap: wrap;
    }

    .s8-c ul li {
        width: 33.33%;
    }

    .s8-c ul li:nth-child(1) {
        margin-top: .2rem;
    }

    .s8-c ul li:nth-child(3) {
        margin-top: .2rem;
    }

    .s8-c ul li:nth-child(2) {
        margin-top: 0;
    }
    .s8-c ul li:nth-child(4) {
        margin-top:.2rem;
    }
    .s8-c ul li:nth-child(5) {
        margin-top: .2rem;
    }
    .s8-main{
        padding-bottom: .5rem;
    }
    .s8-c ul li a .info p{
        margin-top: .05rem;
    }
}

@media screen and (max-width: 640px) {}