@charset "utf-8";

.head {}

.head2 {
    margin-left: 0;
}

.top-yc {
    left: 1rem;
}

.top-yc.all {
    left: 0;
}

@font-face {
    font-family: Bebas;
    src: url(/fonts/Bebas.ttf);
}

.cdot {
    position: fixed;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 999;
    pointer-events: none;
    mix-blend-mode: difference;
}

.curdot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    transition: all .5s;
    mix-blend-mode: difference;
}

.curprev {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: all .5s;
}

.curprev svg {
    width: 20px;
    transform: rotate(180deg);
}

.curprev svg path {
    fill: #fff;
}

.curnext {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: all .5s;
}

.curnext svg {
    width: 20px;
}

.curnext svg path {
    fill: #fff;
}

.cdot.prev>* {
    opacity: 0;
}

.cdot.prev .curprev {
    opacity: 1;
}

.cdot.next>* {
    opacity: 0;
}

.cdot.next .curnext {
    opacity: 1;
}




.clabel {
    position: fixed;
    left: 0;
    top: 0;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 1);
    z-index: 999;
    pointer-events: none;
    mix-blend-mode: difference;
}


#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;
    width: 100%;
    background: #0F4578;
    transition: all 0.8s;
}

.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::before {
    content: "";
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center bottom;
    z-index: 1;
    height: 2.74rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 226%);
    background-position: center bottom;
    background-size: auto 100%; */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1.74rem;
    z-index: 1;
    transition: all 0.3s;
    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.banner .slick-slide a>img, .banner .slick-slide a>video {
    display: block;
    width: 100%;
    height: 100vh;
    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);
}

.banner .slick-slide.slick-current a>img {
    /* animation: img_scale linear 8s; */
}

@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.16rem;
    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 {
    font-size: 0;
    text-align: right;
    transform: translateX(-50%);
    left: 50%;
    bottom: .34rem;
    width: 1rem;
    z-index: 9;
    width: 100%;
    max-width: 15.5rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.banner .slick-dots li {
    padding: 0;
    position: relative;
    transition: all .5s;
    width: auto;
    height: .28rem;
    margin: 0 .12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .13rem;
}

.banner .slick-dots li span{
    display: none;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.09rem;
	height: 0.09rem;
	border: solid 0.02rem #f8f8f6;
    border-radius: 50%;
}

.banner .slick-dots li::before {
    content: "";
    transition: all 0.6s;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 0;
    background: url(/images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0);
}

.banner .slick-dots li button {
    border-radius: 50%;
    padding: 0;
    transition: all .5s;
    display: block;
    margin: 0;
    width: 0.13rem;
    height: 0.13rem;
    border: solid 0.02rem #f8f8f6;
}

.banner .slick-dots li.slick-active::before {
    opacity: 1;
    transform: scale(1);
}

.banner .slick-dots li.slick-active {
    width: .47rem;
}

.banner .slick-dots li.slick-active button {
    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 .banner-prev:hover span {
    opacity: .4;
    z-index: 9;
}

.banner .banner-next:hover 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;
}

body {
    background: #f8f8f6 url(../images/indexbg.png) repeat;
    background-position: center center;
}

.hxbox {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99999;
    transform: translateY(-100%);
    transition: all .8s;
}

.hx-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.27rem;
    height: 0.27rem;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    cursor: pointer;
}

.hx-close img {
    display: block;
    width: 0.12rem;
}

.hx-head {
    cursor: pointer;
}

.hx-head img {
    display: block;
    width: 100%;
}

.hx-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -8;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: url(/images/hx-body-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .8s;
}

.hx-body.show {
    transform: translateY(0);
    opacity: 1;
    z-index: 8;
    visibility: visible;
    pointer-events: auto;
}

.hx-body img {
    display: block;
    max-width: 16.27rem;
    max-height: 80%;
}

.hx-open .index{
    /* padding-top: 1.99rem; */
    transform: translateY(1.99rem);
}
.hx-open .banner{
    /* padding-top: 1.99rem; */
    transform: translateY(1.99rem);
}
.hx-open .head {
    transform: translateY(1.99rem);
}

.hx-open .hxbox {
    transform: translateY(0);
}

body.overflow {
    height: 100vh;
    overflow: hidden;
}

body {
    transition: all .8s;
}


/* index */
.index {
    z-index: 99;
    overflow: hidden;
    /* position: fixed; */
    /* top: 100%; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    overflow: hidden;
    z-index: 99;
    background: #f8f8f6;
    /* padding-top: 1.15rem; */
    transition: all .8s;
}


.itit {
    position: relative;
}

.itit-text {
    display: flex;
    align-items: flex-end;
}

.itit-text div {
    display: flex;
    position: relative;
    align-items: flex-end;
    padding-left: .6rem;

}

.itit-text div::before {
    content: "";
    position: absolute;
    left: -.14rem;
    top: 0;
    background: url(/images/tit-bef.png) no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
    width: 0.71rem;
    height: 0.5rem;
}

.itit-text div h2 {
    font-family: SourceHanSerifCn-Bold;
    font-size: 0.5rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.5rem;
    color: #712323;
    position: relative;
    padding-bottom: .1rem;
}

.itit-text div h2:nth-child(1) {
    padding-bottom: .26rem;
}

.itit-text div h2:nth-child(1)::before {
    content: "";
    position: absolute;
    left: 40%;
    top: -0.05rem;
    background: url(/images/tit-zs.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.6rem;
    height: 0.81rem;
    z-index: 0;
    pointer-events: none;
}

.itit-text div h2 p {
    font-family: Microsoft-Himalaya;
    font-size: 0.18rem;
    font-stretch: normal;
    line-height: 0.2rem;
    letter-spacing: 0.01rem;
    color: #debe6f;
    position: absolute;
    right: 0;
    bottom: 0;
}

.itit-text a {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #712323;
    margin-left: .4rem;
    margin-bottom: .1rem;
    transition: all .5s;
}

.itit-more {
    position: absolute;
    right: 0;
    bottom: 0.1rem;
}

.itit-more a {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #88171c;
    padding-right: .45rem;
    background: url(/images/itit-more-bg.png) no-repeat;
    background-position: right center;
    background-size: auto .15rem;
    transition: all .5s;
}

.s1 {
    background: url(/images/s1-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
}

.s1-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.51rem;
}

.s1-l {
    width: 45%;
    display: flex;
    align-items: center;
}

.s1-r {
    width: 45%;
    display: flex;
    align-items: center;
}

.s1-tit {
    margin-right: .3rem;
}

.s1-tit a {
    display: block;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.26rem;
    line-height: .4rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #ffffff;
}

.s1-con {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}

.s1-con .slick {
    flex: 1;
    min-width: 0;
}

.s1-con .slick ul li a {
    display: block;
    font-size: 0.2rem;
    line-height: .4rem;
    font-weight: normal;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.s1-arrs {
    width: 0.8rem;
    margin-left: .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s1-arrs .s1-prev {
    background: url(/images/icon-prev-y.png) no-repeat;
    background-position: center center;
    background-size: .11rem auto;
    height: .3rem;
    width: .2rem;
    cursor: pointer;
}

.s1-arrs .s1-next {
    background: url(/images/icon-next-y.png) no-repeat;
    background-position: center center;
    background-size: .11rem auto;
    height: .3rem;
    width: .2rem;
    cursor: pointer;
}

.s1-arrs .s1-dot {
    flex: 1;
    min-width: 0;
}

.s1-arrs .s1-dot ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: static;
}

.s1-arrs .s1-dot ul li {
    width: 0.06rem;
    height: 0.06rem;
    background-color: #ffffff;
    opacity: 0.3;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    transition: all .5s;
}

.s1-arrs .s1-dot ul li button {
    display: none;
}

.s1-arrs .s1-dot ul li.slick-active {
    opacity: 1;
}



.s1-r .s1-tit a {
    color: #333333;
    ;
}

.s1-r .s1-con .slick ul li a {
    color: #333333;
}

.s1-r .s1-arrs .s1-prev {
    background: url(/images/icon-prev-r.png) no-repeat;
    background-position: center center;
    background-size: .11rem auto;
}

.s1-r .s1-arrs .s1-next {
    background: url(/images/icon-next-r.png) no-repeat;
    background-position: center center;
    background-size: .11rem auto;
}

.s1-r .s1-arrs .s1-dot ul li {
    background-color: #712323;
}

.s2 {
    padding-top: 1.1rem;
    position: relative;
    z-index: 1;
}


.yinxing {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
}

.yinxing img {
    display: block;
    width: 3.24rem;
    position: relative;
    z-index: 9;
    transform-origin: left bottom;
    margin-left: -.3rem;
}
 
  

.s2-c {
    display: flex;
    align-items: flex-start;
}

.s2-l {
    flex: 1;
    min-width: 0;
}

.s2-r {
    width: 4.47rem;
    margin-left: .46rem;
}

.s2-lc {
    display: flex;
    margin-top: .45rem;
}

.s2-ll {
    width: 6rem;
    margin-right: .38rem;
}

.s2-llfirst a {
    display: block;
    position: relative;
}

.s2-llfirst a .pic {
    padding-top: 58%;
}

.s2-llfirst a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.s2-llfirst a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: .25rem .45rem;
}

.s2-llfirst a .info h3 {
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-ll ul {
    display: flex;
    margin: 0 -.05rem;
    margin-top: .1rem;
}

.s2-ll ul li {
    width: 50%;
}

.s2-ll ul li a {
    display: block;
    margin: 0 .05rem;
}

.s2-ll ul li a .pic {
    padding-top: 58%;
}

.s2-ll ul li a .info {
    background: #fff;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .2rem;
    transition: all .5s;
}

.s2-ll ul li a .info h3 {
    width: 100%;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #481c1c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
}

.s2-lr {
    flex: 1;
    min-width: 0;
}

.s2-lr ul {}

.s2-lr ul li {}

.s2-lr ul li a {
    display: block;
}

.s2-lr ul li a div {
    display: flex;
    align-items: center;
}

.s2-lr ul li a div::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    border: solid 1px #712323;
    opacity: 0.2;
}

.s2-lr ul li a div span {
    display: block;
    background: url(/images/date-bg.png) no-repeat;
    background-position: right center;
    background-size: auto 100%;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #712323;
    width: 1.1rem;
    transition: all .5s;
    border-radius:0 0.2rem .2rem 0;
}

.s2-lr ul li+li {
    margin-top: .2rem;
}

.s2-lr ul li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #481c1c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    margin-top: .12rem;
}

.s2-r ul {
    margin-top: .45rem;
}

.s2-r ul li a {
    display: block;
    padding: .3rem .3rem .12rem .3rem;
    background-color: #f3f0e9;
}

.s2-r ul li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #481c1c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
}

.s2-r ul li a div {
    display: flex;
    align-items: center;
    margin-top: .2rem;
}

.s2-r ul li a div::before {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: .1rem;
    background: url(/images/date-line1.png) no-repeat;
    background-position: center right;
    background-size: auto 0.03rem;
}

.s2-r ul li:nth-child(2n) a div::before {
    background: url(/images/date-line2.png) no-repeat;
    background-position: center right;
    background-size: auto 0.03rem;
}

.s2-r ul li a div span {
    display: block;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #712323;
    margin-left: .1rem;
}

.s2-r ul li:nth-child(1) a {
    background: url(/images/s2-rbg1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s2-r ul li:nth-child(3) a {
    background: url(/images/s2-rbg2.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s3 {
    padding-top: 1.15rem;
}

.s3-c {
    display: flex;
}

.s3-l {
    flex: 1;
    min-width: 0;
}

.s3-l ul {
    margin-top: .7rem;
}

.s3-l ul li+li {
    margin-top: .27rem;
}


.s3-l ul li a {
    display: block;
}

.s3-l ul li a div {
    display: flex;
    align-items: center;
}

.s3-l ul li a div::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    border: solid 1px #712323;
    opacity: 0.2;
}

.s3-l ul li a div span {
    display: flex;
    align-items: center;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #712323;
    padding-right: .23rem;
    background: url(/images/date-bg.png) no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.s3-l ul li a div span img {
    display: block;
    max-height: .15rem;
    margin-right: 0.06rem;
}

.s3-l ul li a h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #481c1c;
    margin-top: .18rem;
}


.s3-r {
    width: 50%;
    margin-left: 4.129%;
}

.s3-r ul {
    margin-top: .7rem;
}

.s3-r ul li a {
    display: flex;
    align-items: center;
    background: rgba(241, 237, 227, .7);
    padding: .08rem 0.3rem 0.08rem 0.08rem;
    position: relative;
    z-index: 1;
}

.s3-r ul li+li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.9rem;
    right: 0;
    height: 1px;
    background: #fff;
    transition: all .5s;
}

.s3-r ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #712323 url(../images/s3-ritembg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0rem 0.07rem 0.18rem 0rem rgba(113, 35, 35, 0.55);
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: all .5s;
}

.s3-r ul li a .date {
    width: 1.05rem;
    height: 0.95rem;
    background: url(/images/date-bg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: .4rem;
    font-family: SourceHanSerifCN-Regular;
    transition: all .5s;
}

.s3-r ul li a .date b {
    display: block;
    font-size: 0.48rem;
    font-weight: normal;
    line-height: 0.5rem;
    color: #712323;
}

.s3-r ul li a .date span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #712323;
    margin-top: 0.05rem;
}

.s3-r ul li a .info {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s3-r ul li a .info h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #481c1c;
    transition: all .5s;
}

.s4 {
    padding-top: 1rem;
    position: relative;
    z-index: 2;
}
.s4::before{
    content: "";
    position: absolute;
    left: 0;
    top: -1.16rem;
    right: 0;
    background: url(/images/s4-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 0;
    pointer-events: none;
    height: 4.07rem;
}

.s4-c {
    margin-top: .65rem;
}

.s4-c ul {
    margin: 0 -.13rem;
}

.s4-c ul li a {
    display: block;
    margin: 0 .13rem;
}

.s4-c ul li a .pic {
    padding-top: 56%;
}

.s4-c .slick-prev, .s4-c .slick-next {
    width: 0.55rem;
    height: 0.55rem;
    background: rgba(255, 255, 255, .39);
    border: solid 1px rgba(217, 187, 100, .39);
    border-radius: 50%;
    transition: all .5s;
}

.s4-c .slick-prev {
    background: rgba(255, 255, 255, .39) url(/images/icon-prev2.png) no-repeat;
    background-position: center center;
    background-size: .23rem auto;
    margin-left: -0.6rem;
}

.s4-c .slick-next {
    background: rgba(255, 255, 255, .39) url(/images/icon-next2.png) no-repeat;
    background-position: center center;
    background-size: .23rem auto;
    margin-right: -0.6rem;
}



.s5 {
    padding-top: 1.53rem;
    position: relative;
    z-index: 1;
}

.s5 .yinxing{
  position: absolute;
  left: 0;
  top: 0.18rem;
}
.s5 .yinxing img{
    width: 4.27rem;
    height: 4.33rem;
}
.s5-c {
    display: flex;
    align-items: flex-start;
}

.s5-l {
    width: 5.96rem;
    margin-top: .27rem;
    margin-right: .62rem;
    position: relative;
    z-index: 1;
    padding: .7rem .7rem .3rem .8rem;
}
.s5-l::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: .2rem;
    bottom: .2rem;
    background-color: #e1dcce;
    z-index: -3;
    pointer-events: none;
}

.s5-l::after {
    content: "";
    position: absolute;
    left: .1rem;
    top: .1rem;
    right: .1rem;
    bottom: .1rem;
    background-color: #ebe9e3;
    z-index: -2;
    pointer-events: none;
}

.s5-l .bg {
    position: absolute;
    left: .2rem;
    top: 0.2rem;
    right: 0;
    bottom: 0;
    background: #ffffff url(/images/border-img.png) repeat-x;
    background-position: left top;
    background-size: auto .05rem;
    box-shadow: 0rem 0.13rem 0.09rem 0rem rgba(0, 0, 0, 0.04);
    z-index: -1;
}

.s5-l .slick {

    position: relative;
    z-index: 9;
    margin-top: .2rem;
}


.s5-l .slick ul .slick-slide div li {
    display: block;
}

.s5-l .slick ul .slick-slide div li a {
    display: flex;
    align-items: flex-start;
    padding: .25rem 0;
    border-bottom: 1px solid rgba(113, 35, 35, .2);
}

.s5-l .slick ul .slick-slide div li a b {
    width: 0.3rem;
    height: 0.3rem;
    background-color: #ad824a;
    background: url(/images/num-border.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: SourceHanSerifSC-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #712323;
    margin-right: .14rem;
    border-radius: 50%;
}

.s5-l .slick ul .slick-slide div li a .info {
    flex: 1;
    min-width: 0;
}

.s5-l .slick ul .slick-slide div li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #481c1c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
}

.s5-l .slick .slick-dots {
    position: static;
    display: flex;
    align-items: center;
    margin-top: .75rem;
}

.s5-l .slick .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}

.s5-l .slick .slick-dots li+li {
    margin-left: .28rem;
}



.s5-l .slick .slick-dots li::after {
    content: "";
    width: 0;
    border-top: solid 0.01rem #d9bb64;
    transform: translateX(-.06rem);
    transition: all .5s;
}

.s5-l .slick .slick-dots li span {
    font-family: SourceHanSerifSC-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    color: #712323;
}

.s5-l .slick .slick-dots li b {
    width: 0;
    height: 0;
    background-color: #712323;
    border-radius: 50%;
    transition: all .5s;
}

.s5-l .slick .slick-dots li.slick-active+li {
    margin-left: .1rem;
}

.s5-l .slick .slick-dots li.slick-active b {
    width: 0.13rem;
    height: 0.13rem;
    margin-left: 0.07rem;
}

.s5-l .slick .slick-dots li.slick-active::after {
    width: 1.32rem;
}

.s5-r {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
    padding: 1.02rem 0 0 .55rem;
}

.s5-r::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0.05rem;
    right: 0;
    background: url(/images/border-img.png) repeat-x;
    background-position: left top;
    background-size: auto .05rem;
    z-index: -1;
}

.s5-r::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.05rem;
    right: 0;
    bottom: 0.66rem;
    background: #712323 url(/images/border-img.png) repeat-x;
    background-position: left bottom;
    background-size: auto .05rem;
    z-index: -2;
}

.s5-r .itit {
    position: absolute;
    left: 0.55rem;
    top: 0.66rem;
	z-index: 9;
}

.s5-r .itit-text div h2 {
    color: #fae1e1;
}

.s5-r .itit-text div h2 p {}

.s5-r .itit-text div::before {
    background: url(/images/tit-bef-w.png) no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
}

.s5-rc {
    display: flex;
    align-items: flex-start;
}

.s5-rl {
    flex: 1;
    min-width: 0;
}

.s5-rl ul li a {
    display: block;
    padding-top: .78rem;
}

.s5-rl ul li a .date {
    font-family: SourceHanSerifSC-Regular;
}

.s5-rl ul li a .date b {
    display: block;
    font-size: 0.48rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.5rem;
    color: #d9bb64;
}

.s5-rl ul li a .date span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    letter-spacing: 0rem;
    color: #d9bb64;
}

.s5-rl ul li a .info {
    margin-top: .13rem;
}

.s5-rl ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 1.08rem;
}

.s5-rarrows {
    display: flex;
    margin-top: .92rem;
}

.s5-rarrows div {
    width: 0.55rem;
    height: 0.55rem;
    border: solid 1px rgba(217, 187, 100, .39);
    border-radius: 50%;
    transition: all .5s;
    cursor: pointer;
}

.s5-rarrows .s5-rprev {
    background: url(/images/icon-prev2.png) no-repeat;
    background-position: center center;
    background-size: .23rem auto;
}

.s5-rarrows .s5-rnext {
    background: url(/images/icon-next2.png) no-repeat;
    background-position: center center;
    background-size: .23rem auto;
    margin-left: .28rem;
}

.s5-rr {
    width: 54.7%;
    margin-left: 10%;
}

.s5-rr ul li a {
    display: block;
}

.s5-rr ul li a .pic {
    padding-top: 122.48%;
}

.s5-r .itit-more {
    right: 51.3%;
    margin-right: .16rem;
    bottom: 0.06rem;
}

.s6 {
    padding-top: 1.2rem;
    padding-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.s6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.96rem;
    right: 0;
    bottom: 0;
    background: url(/images/s6-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 9.2rem;
    z-index: -1;
    pointer-events: none;
}

.s6-c {
    position: relative;
    padding-top: .1rem;
}

.s6-c .itit {
    position: absolute;
    left: 0;
    top: 0;
    right: calc(43.29% + .42rem);
}

.s6-c .itit .itit-text {
    align-items: flex-start;
}

.s6-c .itit .itit-text>p {
    flex: 1;
    min-width: 0;
    padding-left: .35rem;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #712323;
    margin-top: .1rem;
}

.s6-pics ul {
    display: flex;
    flex-direction: column;
}

.s6-pics ul li {
    width: 43.29%;
    margin-left: 56.71%;
    position: relative;
    z-index: 8;
}


.s6-pics ul li:nth-child(2) {
    margin-left: 25%;
    margin-top: .29rem;
}

.s6-pics ul li a {
    display: block;
}

.s6-pics ul li:nth-child(1) a .pic {
    padding-top: 68.5%;
}

.s6-pics ul li:nth-child(2) a .pic {
    padding-top: 50.89%;
}


.s6-items {
    position: absolute;
    bottom: .5rem;
    left: 0;
    right: 0;
}

.s6-items ul {
    display: flex;
    align-items: flex-start;
}

.s6-items ul li {
    width: 20%;
    z-index: 9;
    position: relative;
}

.s6-items ul li:nth-child(3) {
    margin-top: 3.354%;
}

.s6-items ul li:nth-child(4) {
    margin-top: 17.548%;
}

.s6-items ul li:nth-child(5) {
    margin-top: 15.548%;
}

.s6-items ul li a {
    display: block;
    position: relative;
}

.s6-items ul li a .pic {
    padding-top: 117%;
}

.s6-items ul li a .info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.s6-items ul li a .info .icons {
    height: 0.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.s6-items ul li a .info .icons img {
    max-height: 100%;
}

.s6-items ul li a .info {
    width: 100%;
}

.s6-items ul li a .info h3 {
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #ffffff;
    margin-top: .15rem;
    text-align: center;
}

.s7 {
    position: relative;
    z-index: 1;
}
.s7::before{
    content: "";
    position: absolute;
    left: 0;
    top: -5.63rem;
    right: 0;
    background: url(/images/s7-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;
    height: 21.56rem;
    pointer-events: none;
}
.s7-mnext{
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translateX(-50%) translateY(-50%);
   width: 2.15rem;
   height: 2.15rem;
   z-index: 9;
}
.s7 .itit .itit-text {
    align-items: center;
    flex-direction: column;
}

.s7 .itit .itit-text>p {
    flex: 1;
    min-width: 0;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #712323;
    max-width: 8.35rem;
    margin: 0 auto;
    margin-top: .3rem;
    text-align: center;
}

.s7-c {
    margin-top: .4rem;
    display: flex;
    align-items: center;
}

.s7-l {
    width: 4.55rem;
}

.s7-l .swiper-container {
    height: 6.4rem;
}

.s7-l .swiper-slide {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.s7-l .swiper-slide a {
    display: block;
    position: absolute;
    left: 100%;
    transform: translateX(-100%);
    transition: all .5s;
    z-index: 1;
}

.s7-l .swiper-slide a .bg {
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.53rem;
    height: 2.4rem;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.s7-l .swiper-slide a .year {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: .1rem;
    white-space: nowrap;
}

.s7-l .swiper-slide a .year span {
    background: url(/images/icon-prev3.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.16rem;
    height: 0.25rem;
}

.s7-l .swiper-slide a .year span:last-child {
    background: url(/images/icon-next3.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.16rem;
    height: 0.25rem;
}

.s7-l .swiper-slide a .year i {
    font-size: 0.18rem;
    font-weight: normal;
    font-style: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #b0915d;
    margin-left: 0.05rem;
}

.s7-l .swiper-slide a .year b {
    font-family: Balthazar-Regular;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #b0915d;
    padding: 0 .14rem;
}

.s7-l .swiper-slide a .year::before {
    content: "";
    position: absolute;
    left: 0.17rem;
    right: 0.17rem;
    bottom: 0;
    height: 1px;
    background: #b0915d;
}

.s7-l .swiper-slide a .info {
    padding-top: 0.08rem;
}

.s7-l .swiper-slide a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #b0915d;
    text-align: center;
}

.s7-l .swiper-slide {}


.s7-m {
    width: 6.4rem;
    position: relative;
}

.s7-m::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 102.34%;
    height: 102.34%;
    background: url(/images/s7-mcircle1.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    animation: _anirotate2 35s linear infinite;
}

.s7-m::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 89.6875%;
    height: 89.6875%;
    background: url(/images/s7-mcircle2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    animation: _anirotate3 25s linear infinite;
}

.s7-m .swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.4rem;
	cursor: default;
}

.s7-m .swiper-slide a div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 2.16rem;
    height: 2.16rem;
    background-color: #ffffff;
    border: solid 1px rgba(184, 151, 151, .88);
    border-radius: 50%;
}

.s7-m .swiper-slide a div span {
    display: block;
    font-family: Balthazar-Regular;
    font-size: 0.48rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.6rem;
    color: #712323;
}

.s7-m .swiper-slide a div b {
    width: 0.01rem;
    height: 0.16rem;
    background-color: #e1eff6;
    border-right: solid 0.03rem #712323;
}

.s7-m .swiper-slide a div i {
    font-size: .3rem;
    font-style: normal;
    color: #712323;
}






.s7-r {
    flex: 1;
    min-width: 0;
}

.s7-r ul li {
    display: block !important;
}

.s7-r ul .slick-slide>div:nth-child(2) {
    margin: .35rem 0 .35rem .43rem;
}

.s7-r ul li a {
    display: flex;
    align-items: center;
	cursor: default;
}

.s7-r ul li a .icons {
    width: 1.92rem;
    height: 1.92rem;
    background-color: rgba(255, 255, 255, .4);
    border: solid 1px rgba(232, 221, 221, .4);
    margin-right: .35rem;
    border-radius: 50%;
    padding: 0.13rem;
}

.s7-r ul li a .icons div img {
    display: block;
    width: 100%;
}

.s7-r ul li a .info {
    flex: 1;
    min-width: 0;
}

.s7-r ul li a .info div {
    display: flex;
    align-items: flex-end;
}

.s7-r ul li a .info div b {
    font-family: Balthazar-Regular;
    font-size: 0.48rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.5rem;
    color: #712323;
}

.s7-r ul li a .info div span {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.35rem;
    color: #712323;
    margin-left: .1rem;
}

.s7-r ul li a .info p {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #712323;
}

.s7-r .slick-dots {
    left: auto;
    width: auto;
    bottom: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: .5rem 0;
}

.s7-r .slick-dots::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    border-radius: 0.01rem;
    background: linear-gradient(to bottom, rgba(225, 215, 202, 0), #e1d7ca 15%, #e1d7ca 85%, rgba(225, 215, 202, 0));
}

.s7-r .slick-dots li {
    width: 0.15rem;
    height: 0.15rem;
    background-color: #e1d7ca;
    border-radius: 0.08rem;
    transition: all .5s;
    margin: 0;
}

.s7-r .slick-dots li+li {
    margin-top: .24rem;
}

.s7-r .slick-dots li.slick-active {
    background-color: #b0915d;
}

.s8 {
    padding-top: 1.84rem;
}

.s8-c {
    position: relative;
    display: flex;
    padding-right: 1.67rem;
}

.s8-c .itit {
    position: absolute;
    right: 1rem;
    top: 0;
    z-index: 9;
}

.s8-c .itit-text>p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #712323;
    margin-left: .25rem;
}

.s8-c .itit-more {
    position: static;
    margin-top: .39rem;
}

.s8-c .itit-more a {
    white-space: nowrap;
}

.s8-l {
    flex: 1;
    min-width: 0;
}

.s8-l ul {
    display: flex;
}


.s8-l ul li:nth-child(1) {
    flex: 1;
    min-width: 0;
}

.s8-l ul li:nth-child(1) a .pics {
    margin-left: -1.85rem;
}

.s8-l ul li:nth-child(1) a .pic {
    padding-top: 58%;
}

.s8-l ul li:nth-child(2) {
    width: 3.16rem;
    margin-left: .1rem;
}

.s8-l ul li:nth-child(2) a .pic {
    padding-top: 145.5%;
}

.s8-item {
    display: block;
    position: relative;
}

.s8-item .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.s8-item .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    padding: .2rem;
}

.s8-item .info div {
    display: flex;
    align-items: center;
    margin-right: .2rem;
    height: .39rem;
}

.s8-item .info div img {
    max-height: 100%;
    margin-right: 0.1rem;
}

.s8-item .info div span {
    font-size: 0.16rem;
    line-height: .2rem;
    font-weight: normal;
    color: #ffffff;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.s8-item .info h3 {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    line-height: .39rem;
    font-weight: normal;
    color: #ffffff;
}

.s8-lb a {}

.s8-lb {
    margin-top: .1rem;
}

.s8-lb a {
    display: flex;
    background: #af905c;
}

.s8-lb a .pics {
    width: 5.57rem;
}

.s8-lb a .pics .pic {
    padding-top: 55.4%;
}

.s8-lb a .info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 .57rem;
}

.s8-lb a .info div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: .17rem;
    border-bottom: 1px dashed rgba(255, 255, 255, .2);
    width: 100%;
}

.s8-lb a .info div img {
    max-height: .3rem;
    margin-right: .08rem;
}

.s8-lb a .info div span {
    font-size: .16rem;
    font-weight: normal;
    line-height: .32rem;
    letter-spacing: normal;
    color: #fff;
}

.s8-lb a .info p {
    font-size: .2rem;
    font-weight: normal;
    line-height: .3rem;
    letter-spacing: normal;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: .9rem;
    margin-top: .15rem;
    width: 100%;
}

.s8-lb a {}

.s8-r {
    width: 4.4rem;
    margin-left: .1rem;
    margin-top: 1.1rem;
}

.s8-r a .pic {
    padding-top: 137.5%;
}













.fmeida {
    position: absolute;
    right: 0;
    top: 2.08rem;
    z-index: 9;
}

.fmeida li {
    vertical-align: middle;
    margin-bottom: .18rem;
    transition: all .5s;
}

.fmeida li:nth-child(1) {
    margin-left: 0;
}

.fmeida li a {
    display: block;
    position: relative;
    opacity: .8;
}

.fmeida li a:hover {
    opacity: 1;
}

.fmeida li a>div {
    background: #FCF7F0;
    box-sizing: border-box;
    border: 1px solid #E8DDCA;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    margin: 0 auto;
}

.fmeida li a>div>img {
    display: block;
    height: .36rem;
}

.fmeida li a .foot-ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 0.1rem;
    border-radius: 0.05rem;
    padding: 0.1rem;
    background: #fff;
    opacity: 0;
    width: 1.4rem;
    transition: all 1s;
    visibility: hidden;
    height: auto;
    box-shadow: 0px 7px 9px 0px 
  rgba(0, 0, 0, 0.08);
}

.fmeida li a .foot-ewm img {
    display: block;
    width: 100%;
    height: auto;
}

.fmeida li a .foot-ewm::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(50%) rotateZ(-45deg);
    bottom: 100%;
    border-top: 1px solid #e7dbc8;
    border-right: 1px solid #e7dbc8;
    width: .1rem;
    height: .1rem;
    background: #fff;
}

.fmeida li a .icon {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.fmeida li:hover a {
    overflow: visible;
}

.fmeida li:hover a div {
    border: 1px solid #e7dbc8;
}

.fmeida li:hover a .icon {
    background-color: #CDA670;
}

.fmeida li:hover a .icon img {
    opacity: 1;
}

.fmeida li a .icon img {
    vertical-align: middle;
    /* opacity: .6; */
    display: block;
    width: 100%;
}

.fmeida li:hover{
    padding-bottom: 1.4rem;
}
.fmeida li:hover a .foot-ewm {
    opacity: 1;
    top: 100%;
    visibility: visible;
}


.s9 {
    position: relative;
}

.s9 div {
    height: 4.44rem;
}

.s9 div img {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    display: block;
}

.fixed-r {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.48rem;
    z-index: 99;
}

.fixed-r ul {
    padding-bottom: .24rem;
    background-color: #712323;
}

.fixed-r ul li {
    padding: 0 .1rem;
    position: relative;
    cursor: pointer;
}

.fixed-r ul li a {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.64rem;
    letter-spacing: 0rem;
    color: #f8f8f6;
    text-align: center;
    border-bottom: dashed 1px rgba(255, 255, 255,.2);
}
.fixed-r ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.15rem;
    bottom: 0;
    background: url(/images/fixed-icon.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
    opacity: 0;
    transition: all .5s;
}
 
.fixed-r ul li.hx-switch::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/hx-openbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 1;
    width: auto;
}

.fixed-r .gotop {
    text-align: center;
    background: url(/images/gotop-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 0.66rem;
    cursor: pointer;
    margin-top: -1px;
}

.fixed-r .gotop p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    letter-spacing: 0rem;
    color: #ffffff;
}




@media screen and (min-width:1025px) {
    .itit-text a:hover{
        text-decoration: underline;
    }
    .itit-more a:hover{
        padding-right: .55rem;
    }
    .s1-l .s1-tit a:hover, .s1-l .s1-con .slick ul li a:hover {
        color: #fbc937;
        font-weight: 600;
    }

    .s2-lr ul li a:hover div span{
        background: #712323;
        color: #fff;
        padding-left: .15rem;
    }

    .s1-r .s1-tit a:hover, .s1-r .s1-con .slick ul li a:hover, .s2-lr ul li a:hover h3, .s2-r ul li a:hover h3, .s3-l ul li a:hover h3,.s5-l .slick ul .slick-slide div li a:hover .info h3{
        color: #712323;
        font-weight: 600;
    }

    .s2-ll ul li a:hover .info{
        background: #712323;
    }
    .s2-ll ul li a:hover .info h3{
        color: #fff;
    }


    .s3-r ul li:hover+li a::before {
        opacity: 0;
    }

    .s3-r ul li a:hover::before {
        opacity: 0;
    }

    .s3-r ul li a:hover::after {
        opacity: 1;
    }

    .s3-r ul li a:hover .date {
        background: url(/images/date-bg3.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }

    .s3-r ul li a:hover .info h3 {
        color: #fff;
    }

    .s4-c .slick-prev:hover {
        background: rgba(255, 255, 255, 1) url(/images/icon-prev2.png) no-repeat;
        background-position: center center;
        background-size: .23rem auto;
        border: solid 1px rgba(217, 187, 100, 1);
    }

    .s4-c .slick-next:hover {
        background: rgba(255, 255, 255, 1) url(/images/icon-next2.png) no-repeat;
        background-position: center center;
        background-size: .23rem auto;
        border: solid 1px rgba(217, 187, 100, 1);
    }


    .s5-rarrows div:hover {
        background-color: #fff;
    }

    
.s7-l .swiper-slide.swiper-slide-active {
    justify-content: flex-start;
}

.s7-l .swiper-slide.swiper-slide-active a {
    width: 3.53rem;
    padding: 0 .45rem;
    left: 0;
    transform: translateX(0);
}

.s7-l .swiper-slide.swiper-slide-active a .bg {
    opacity: 1;
    transition: all .5s;
}

.s7-l .swiper-slide.swiper-slide-active a .year {	
	justify-content: center;
	
}

.s7-l .swiper-slide.swiper-slide-active a .year span {
    background: url(/images/icon-prev3-w.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s7-l .swiper-slide.swiper-slide-active a .year b {
    color: #fff;
}

.s7-l .swiper-slide.swiper-slide-active a .year b i {
    color: #fff;
}

.s7-l .swiper-slide.swiper-slide-active a .year b span:last-child {
    background: url(/images/icon-next3-w.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s7-l .swiper-slide.swiper-slide-active a .info h3 {

    color: #fff;
}


    .fixed-r ul li:hover::before{
        opacity: 1;
    }
    .fixed-r ul li:hover a,.fixed-r .gotop:hover p{
        color: #fbc937;
    }
}

@media screen and (max-width:1024px) {

    .hxbox{display: none;}
    .index {
        position: relative;
        padding-top: 0;
    }

    .banner .slick {
        padding-left: 0;
    }

    .banner .slick-slide a>img, .banner .slick-slide a>video {
        height: auto;
    }

    .banner .slick-slide a::after {
        display: none;
    }

    .banner .slick-dots {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 0.1rem;
    }
    .banner .slick-slide a::before{height: 1rem;}
    .banner .slick-dots li {
        display: flex;
        align-items: center;
        height: 0.3rem;
        padding: 0;
        margin: 0 .1rem;
    }
 

    .itit-text div{padding-left: .4rem;}
    .itit-text div h2{font-size: .3rem;line-height: .34rem;}
    .itit-text div::before{width: 0.47rem;height: 0.33rem;}
    .itit-text div h2 p{font-size: .16rem;}
    .itit-text a{margin-left: .15rem;}

    .s1{background: none;}
    .s1>div{padding: 0;}
    .s1-c{display: block;height: auto;}
    .s1-l{width: auto;background: #712323;padding: .3rem .15rem;}
    .s1-r{width: auto;background: #f2f2f2;padding: .3rem .15rem;}
    .s1-tit{margin-right: .15rem;}
    .s1-tit a{font-size: .2rem;}
    .s1-con .slick ul li a{font-size: .18rem;}
    .s1-arrs{margin-left: .15rem;}

    .s2-c{display: block;}
    .s2-r{width: auto;margin-left: 0;}
    .s2-llfirst a .info{padding: .15rem;}
    .s2-llfirst a .info h3{font-size: .18rem;line-height: .3rem;}
    .s2-ll ul li a .info{padding: 0 .1rem;}
    .s2-lr ul li a h3,.s2-r ul li a h3{font-size: .18rem;}
    .s2-r ul li a{padding: .2rem;}


    .s3-l ul li a h3,.s3-r ul li a .info h3{font-size: .18rem;}
    .s3-r ul li a .date{margin-right: .2rem;}
    .s3-r ul li+li a::before{left: 1.3rem;}
    .s3-r ul li a .date b{font-size: .36rem;line-height: .4rem;}

    .s4 .itit{justify-content: space-between;}
    .s4-c ul{padding: 0 .4rem;margin: 0;}
    .s4-c .slick-prev, .s4-c .slick-next{width: 0.4rem;height: 0.4rem;margin: 0 ;background-size: .15rem auto;}
    .s4-c ul li a{margin: 0 .05rem;}
    .s4-c .slick-list{padding: 0 ;}

    .s5-c{display: block;}
    .s5-l{width: auto;margin-right: 0;padding: .5rem .2rem .3rem .4rem;margin-top: 0;}
    .s5-l .slick ul .slick-slide div li a .info h3{font-size: .18rem;}
    .s5-r{padding: .5rem 0 0 .15rem;}
    .s5-rarrows div{width: 0.4rem;height: 0.4rem;background-size: .15rem auto !important;}
    .s5-rarrows .s5-rnext{margin-left: .2rem;}
    .s5-r .itit{position: relative;left: 0;top: 0;}
    .s5-r .itit-more{right: 0;}
    .s5-r .itit-more a{color: #fff;padding-right: .65rem;}
    .s5-rr{width: 3rem;margin-left: .3rem;}
    .s5-rc{margin-top: .25rem;}


    .s6-c .itit{position: static;}
    .s6-items ul li a .info h3{font-size: .2rem;}
    .s6::before{background-size: 100% auto;top: 5%;}


    .s7-m{display: none}
    .s7-c{display: block;}
    .s7-l{width: auto;}
    .s7-l .swiper-container{height: auto;}
    .s7-l .swiper-slide{justify-content: center;}
    .s7-l .swiper-slide a{position:relative;left: 0;transform: translateX(0);}
    .s7-r ul .slick-slide{display: flex;}
    .s7-r ul .slick-slide>div{width: 33.33%;}
    .s7-r ul li a{display: block;}
    .s7-r ul li a .icons{width: 1rem;height: 1rem;margin: 0 auto;padding: .05rem;}
    .s7-r ul li a .info div{justify-content: center;}
    .s7-r ul li a .info p{text-align: center;font-size: .16rem;}
    .s7-r ul li a .info div b{font-size: .3rem;line-height: .3rem;}
    .s7-r ul .slick-slide>div:nth-child(2) {margin: 0;}
    .s7-r .slick-dots{position: relative;display: flex;align-items: center;justify-content: center;margin-top: .35rem;transform: none;padding: 0;}
    .s7-r .slick-dots::before{height: 1px;width: 100%;left: 0;top: 50%;transform: none;background: linear-gradient(to right, rgba(225, 215, 202, 0), #e1d7ca 15%, #e1d7ca 85%, rgba(225, 215, 202, 0));}
    .s7-r .slick-dots li+li{margin-top: 0;margin-left: .25rem;}

    .s8-c{display: block;padding-right: 0;}
    .s8-c .itit{position: relative;right: 0;}
    .s8-c .itit-text{justify-content: flex-start;}
    .s8-c .itit-more{position: absolute;}
    .s8-c .itit-text>p{margin-left: .15rem;}
    .fmeida{position: static;margin: .3rem 0;display: flex;justify-content: center;}
    .fmeida li{margin: 0 .1rem;}
    .fmeida li a>div{width: 0.45rem;height: 0.45rem;}
    .fmeida li a>div>img{height: .26rem;}
    .s8-l ul li:nth-child(1) a .pics{margin-left: 0;}
    .s8-l ul li:nth-child(2){width: 28%;margin-left: 1.5%;}
    .s8-item .info h3,.s8-lb a .info p{font-size: .18rem;}
    .s8-lb a .pics{width: 5rem;}
    .s8-lb a .info{padding: 0 .3rem;}
    .s8-r{width: auto;margin-left: 0;margin-top: 1.5%;}

    .s9 div{height: auto;}
    .s9 div img{position: static;}

    .yinxing,.fixed-r{display: none;}
    .s2,.s3,.s4,.s5,.s6,.s8{padding-top: .5rem;}
    .s6{padding-bottom: .5rem;}
    .s2-r,.s5-r,.s7-r{margin-top: .4rem;}
    .s2-r ul,.s3-l ul,.s3-r ul,.s4-c,.s5-l .slick .slick-dots,.s6-pics{margin-top: .35rem;}

}


@media screen and (max-width:768px) {
    .s2-lr{margin-top: .35rem;}

    .s2-lc{display: block;}
    .s2-ll{width: auto;margin-right: 0;}
    .s3-c{display: block;}
    .s3-r{width: auto;margin-left: 0;margin-top: .4rem;}
    .s5-r .itit{position: relative;}

    .s5-rl ul li a .date b{font-size: .3rem;line-height: .3rem;}
    .s5-rl ul li a .info h3{font-size: .18rem;line-height: .3rem;height: 0.9rem;}
    .s5-rarrows{margin-top: .5rem;}

    .s5-rr{width: 2rem;margin-left: .2rem;}
    .s5-rl ul li a{padding-top: 0rem;}
    .s6::before{display: none;}
    .s6-c .itit .itit-text{display: block;}
    .s6-c .itit .itit-text>p{padding-left: 0;}
    .s6-items{position: static;}
    .s6-items ul{flex-wrap: wrap;}
    .s6-items ul li{width: 33.33%;margin-top: 0 !important;}
    .s6-items ul li:nth-child(-n+2){width: 50%;}
    .s6-items ul li a .pic{padding-top: 2rem;}
    .s6-items ul li a .info .icons{height: 0.3rem;}
    .s6-pics ul{flex-direction: row;}
    .s6-pics ul li{margin-left: 0;width: 42.6%;}
    .s6-pics ul li:nth-child(2){margin-left: 0;margin-top: 0;width: 57.4%;}

    .s8-l ul{display: block;}
    .s8-l ul li:nth-child(2){width: auto;margin-left: auto;margin-top: 1.5%;}
    .s8-lb a{display: block;}
    .s8-lb a .pics{width: auto;}
    .s8-lb a .info{padding: .3rem .2rem;}
    
    
}

@media screen and (max-width:1024px) {
    .top{
        transition: all .8s;
    }
    .m-head{
        transition: all .8s;
    }
    .hxbox {
        display: block;
    }

    .hx-open .m-head {
        margin-top: 10.4%;
    }

    .hx-open .top {
        margin-top: 10.4%;
    }

    .hx-open .index {
        transform: translateY(0);
    }

    .hx-open .banner {
        margin-top: 10.4%;
        transform: translateY(0);
    }

    .hx-open .head {
        transform: translateY(1.99rem);
    }

    .hx-open .hxbox {
        transform: translateY(0);
    }
    .hx-body{
        padding: 0 10px;
        overflow-y: auto;
    }
    .hx-body img{
        max-width: 100%;
    }
}
