@charset "utf-8";

body {
    overflow-x: hidden;
}



@keyframes _ani1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _ani2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes ani_bj {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: .8;
        transform: scale(1.45);
    }

    95% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::before {
    content: "";
    /* position: absolute;
    left: 0;
    height: 1.8rem;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1; */
}

.banner .slick-slide a>img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}



@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}


@keyframes img_scale3 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}


.banner .slick .box0 {
    opacity: 1;
    z-index: 0;
    opacity: 1;
    z-index: 0;
    -webkit-animation: box0 7s linear 0s;
    animation: box0 7s linear 0s
}


.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}

.banner .slick .box1 {
    -webkit-animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 0
}

@-webkit-keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@-webkit-keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@-webkit-keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

.banner .slick-dots {
    font-size: 0;
    text-align: right;
    transform: translateY(0);
    right: 0;
    left: 0;
    width: auto;
    bottom: .52rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .slick-dots li {
    display: flex;
    vertical-align: middle;
    width: 0.23rem;
    height: 0.24rem;
    justify-content: center;
    align-items: center;
    margin: 0 .08rem;
    position: relative;
    transition: all .5s;
    background: url(../images/banner-dot.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.banner .slick-dots li:before {}

.banner .slick-dots li:nth-child(1):before {
    content: none;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 0.16rem;
    height: 0.16rem;
    background-color: #fff;
    transition: all .5s;
    display: none;
}

.banner .slick-dots li.slick-active {
    border-color: #fff;
    width: .29rem;
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.banner .slick-dots li.slick-active button {
    background: #ff8a00;
}




/* index */

.index {
    z-index: 99;
    background: #fff;
    position: relative;
    padding-top: 1px;
    overflow: hidden;
}

.itit {
    display: flex;
    position: relative;
}
 .itit .titmore {
     position:absolute;
     right:0;
     top:50%;
     transform:translateY(-50%);
     font-family: SourceHanSerifCN-Bold;
     font-size: 0.16rem;
     font-weight: normal;
     font-stretch: normal;
     line-height: 0.2rem;
     letter-spacing: 0.01rem;
     color: #222222;
     text-align: center;
     display: flex;
     align-items: center;
}
 .itit .titmore:before{
     content:"";
     position: absolute;
     right: 100%;
     background: url(../images/more-befx.png) no-repeat;
     background-position: center top;
     background-size:  auto .18rem;
     width: .58rem;
     height: 100%;
     top: 0;
     margin-right: .1rem;
 }

 .itit .titmore-w{
      color: #fff;
 }
 .itit .titmore-w:before{
    background: url(../images/more-bef-x2.png) no-repeat;
    background-position: center top;
    background-size:  auto .18rem;
}
.itit h2 {
    text-align: center;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0.01rem;
    color: #222222;
    position: relative;
    z-index: 1;
}

.itit h2::before {
    content: "";
    position: absolute;
    right: -.11rem;
    bottom: -.08rem;
    background: url(../images/itit-aft.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.26rem;
    height: 0.27rem;
    z-index: -1;
}

.itit-y {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.itit-y a {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    letter-spacing: 0.01rem;
    color: #222222;
    padding-top: .66rem;
    background: url(../images/more-bef.png) no-repeat;
    background-position: center top;
    background-size: .18rem auto;
    text-align: center;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.itit-y h2 {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.itit-w h2 {
    color: #f9f8f0;
}

.s1 {
    padding-top: 1.1rem;
    padding-bottom: 1rem;
}

.s1-c {
    display: flex;
    align-items: flex-start;
}

.s1-l {
    display: flex;
    flex: 1;
    min-width: 0;
}

.s1-ltit {
    margin-right: .67rem;
}

.s1-ltit .itit {
    height: 100%;
}

.s1-lc {
    flex: 1;
    min-width: 0;
}

.s1-lc .slick {}

.s1-lc .slick ul li a {
    display: block;
    position: relative;
}

.s1-lc .slick ul li a .pic {
    padding-top: 61%;
}

.s1-lc .slick ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.78rem;
    max-height: 50%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.s1-lc .slick ul li a h3 {
    position: absolute;
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #ffffff;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .35rem .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-lc .slick ul li a h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.publine {
    display: block;
    position: relative;
}

.publine::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: solid 0.01rem rgba(238, 238, 238, .6);
    z-index: 1;
}

.publine::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: 0;
    border-bottom: solid 0.01rem #94050a;
    z-index: 2;
    transition: all .6s;
}

.publine:hover::after {
    left: 0;
    width: 100%;
}

.s1-lc .list {
    margin-top: .3rem;
}

.s1-lc .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.15rem;
}

.s1-lc .list ul li {
    width: 50%;
}

.s1-lc .list ul li a {
    display: block;
    margin: 0 .15rem;
    padding: .15rem 0 .2rem 0;
}

.s1-lc .list ul li a::before {
    opacity: 0;
}

.s1-lc .list ul li:nth-child(-n+2) a::before {
    opacity: 1;
}

.s1-lc .list ul li a span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    color: #94050a;
}

.s1-lc .list ul li a h3 {
    font-family: SourceHanSerifCN-Medium;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
}

.s1-r {
    width: 5rem;
    margin-left: .39rem;
}

.s1-rtit {
    position: relative;
    z-index: 1;
}

.s1-rtit::before {
    content: "";
    position: absolute;
    left: 0;
    top: -.37rem;
    right: 0;
    bottom: 0;
    background: url(../images/s1-rtitbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s1-rtit .itit {
    height: 2.82rem;
    padding: .35rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.s1-rtit .itit h2 {}

.s1-rtit .itit a {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    font-family: SourceHanSerifCN-Bold;
    background: url(../images/more-bg2.png) no-repeat;
    background-position: left center;
    background-size: .18rem auto;
    padding-left: .25rem;
    color: #d7b297;
}

.s1-r .list ul {
    background-image: linear-gradient(rgba(255, 255, 255, .6),
            rgba(255, 255, 255, .6)),
        linear-gradient(rgba(253, 251, 246, .6),
            rgba(253, 251, 246, .6));
    box-shadow: 0rem 0rem 0.18rem 0rem rgba(74, 73, 72, 0.09);
    padding: 0 .2rem;
}

.s1-r .list ul li a {
    display: block;
    padding: .18rem 0 .2rem 0;
}

.s1-r .list ul li a span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #94050a;
}

.s1-r .list ul li a h3 {
    font-family: SourceHanSerifCN-Medium;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
    color: #222222;
    margin-top: .08rem;
    
}
.s1-r .list ul li.zd a h3{
    padding-left: .25rem;
    position: relative;
   background: url(../images/zdtp1.png) no-repeat;
    background-size: .16rem auto;
    background-position: left .07rem;
}




.s1-r .list ul li a p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0;
    margin-top: 0;
    transition: all .5s;
}

.s1-r .list ul li.on a p {
    height: .48rem;
    margin-top: .1rem;
}

.s1-r .list ul li.on a h3 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;


}
.s1-r .list ul li.on a h3:before{    opacity: 1;}
.s1-r .list ul li.on a h3:after{    opacity: 1;}
.s2 {
    background: url(../images/s2-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .95rem 0 .99rem 0;
}

.s2-c {
    margin-top: .68rem;
}

.s2-c ul li a {
    display: block;
    padding: .34rem .45rem .4rem .32rem;
}

.s2-c ul li:nth-child(3n+1) {
    background-color: #94050a;
}

.s2-c ul li:nth-child(3n+2) {
    background: url(../images/s2-itembg2.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s2-c ul li:nth-child(3n) {
    background: url(../images/s2-itembg3.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s2-c ul li a b {
    display: block;
    background: url(../images/ygbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.87rem;
    line-height: .31rem;
    text-align: center;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    font-family: SourceHanSerifCN-Bold;
}

.s2-c ul li a h3 {
    font-family: SourceHanSerifCN-Medium;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    margin-top: .26rem;
}

.s2-c ul li a .s2-item {
    display: flex;
    margin-top: .16rem;
    align-items: flex-start;
}

.s2-c ul li a .s2-item .s2-info {
    flex: 1;
    min-width: 0;
}

.s2-c ul li a .s2-item .s2-info dl {
    display: flex;
    align-items: center;
    margin-top: .2rem;
}

.s2-c ul li a .s2-item .s2-info dl dt {
    padding-right: .11rem;
    display: flex;
    align-items: center;
}

.s2-c ul li a .s2-item .s2-info dl dt h5 {
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0.04rem;
    color: #ffffff;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.s2-c ul li a .s2-item .s2-info dl dd {
    flex: 1;
    min-width: 0;
    padding-left: .15rem;
    border-left: solid 0.02rem #c80808;
}

.s2-c ul li a .s2-item .s2-info dl dd p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    letter-spacing: 0rem;
    color: #ffffff;
    opacity: 0.7;
}

.s2-c ul li a .s2-item .s2-pics {
    width: 1.58rem;
    margin-left: .32rem;
}

.s2-c ul li a .s2-item .s2-pics .pic {
    padding-top: 143.45%;
}

.s2-c ul li:nth-child(3n+2) a b {
    background: url(../images/ygbg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    color: #000000;
}

.s2-c ul li:nth-child(3n+2) a h3 {
    color: #222222;
}

.s2-c ul li:nth-child(3n+2) a .s2-item .s2-info dl dt h5 {
    color: #000000;
}

.s2-c ul li:nth-child(3n+2) a .s2-item .s2-info dl dd p {
    color: #000000;
    opacity: 0.9;
}


.s2-arrow {
    margin-top: .96rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s2-prev, .s2-next {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}

.s2-prev:hover, .s2-next:hover {
    background: #9e834c;
    border-color: #9e834c;
}

.s2-prev::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s2-prev.png) no-repeat;
    background-position: center center;
    background-size: .15rem auto;
}

.s2-prev::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color: #9e834c;
    margin-left: .15rem;
}

.s2-next::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s2-next.png) no-repeat;
    background-position: center center;
    background-size: .15rem auto;
}

.s2-next::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color: #9e834c;
    margin-right: .15rem;
}

.s2-middot {
    flex: 1;
    min-width: 0;
    position: relative;
    height: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s2-middot::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: calc(50% + .15rem);
    height: 1px;
    background: #9e834c;
}

.s2-middot::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    left: calc(50% + .15rem);
    height: 1px;
    background: #9e834c;
}

.s2-middot div {
    position: relative;
    width: 0.2rem;
    height: 0.2rem;
    background-color: #ffffff;
    border: solid 0.01rem #9e834c;
    border-radius: 50%;
}

.s2-middot div::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.07rem;
    height: 0.07rem;
    background-color: #9e834c;
    border-radius: 50%;
}

.s2-middot div::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 1px;
    height: 0.3rem;
    background-color: #9e834c;
    margin-bottom: .06rem;
}

.s3 {
    background: #fff url(../images/s3-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 1.05rem 0 1.38rem 0;
}

.s3-c {
    margin-top: .85rem;
}

.s3-c ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.18rem;
}

.s3-c ul li {
    width: 25%;
}

.s3-c ul li a {
    display: block;
    margin: 0 .18rem;
}

.s3-c ul li a .pic {
    padding-top: 64.5%;
}

.s3-c ul li a .info {}

.s3-c ul li a .info h3 {
    font-family: SourceHanSerifCN-Medium;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.31rem;
    letter-spacing: 0rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .62rem;
    margin-top: .17rem;
}

.s3-c ul li a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.29rem;
    letter-spacing: 0rem;
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.58rem;
    margin-top: .1rem;
    margin-bottom: .27rem;
word-wrap:break-word;
}

.s3-c ul li a .info span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #94050a;
}

.s4-tit {
    display: flex;
}

.s4-tit .itit {
    width: 23%;
    height: 1.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    cursor: pointer;
    /* flex: 1; */
    /* min-width: 0; */
}

.s4-tit .itit:nth-child(1) {
    background: url(../images/s4-titbg1.jpg) repeat;
    background-position: center center;
    width: calc( 2.2rem * 5);
}

.s4-tit .itit:nth-child(2) {
    background: url(../images/s4-titbg2.jpg) repeat;
    background-position: center center;
    /* width: calc(100% - 2.2rem * 5); */
}

.s4-tit .itit.on {
    width: 77%;
}

.s4-tit .itit:nth-child(1).on{
    width:71.4286%;
    width: calc(100% - 2.2rem * 2);
    /* flex: none; */
}
.s4-tit .itit:nth-child(2).on{
    width:28.5714%;
    /* flex: none; */
    width: calc(100% - 2.2rem * 5);
}
.tab-bd {
    position: relative;
    overflow: hidden;
}

.tab-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateY(100%);
}

.tab-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
}

.s4-bd div ul {
    display: flex;
}

.s4-bd div ul li {
    width: 2.2rem;
    transition: all .5s;
}



.s4-bd div ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 8rem;
}

.s4-bd div ul li a .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .1;
    transition: all .5s;
}

.s4-bd div ul li:nth-child(1) a {
    background-color: #94050a;
}

.s4-bd div ul li:nth-child(2) a {
    background-color: #ecddc4;
}

.s4-bd div ul li:nth-child(3) a {
    background-color: #5f759c;
}

.s4-bd div ul li:nth-child(4) a {
    background-color: #9f9998;
}

.s4-bd div ul li:nth-child(5) a {
    background-color: #261819;
}

.s4-bd div ul li:nth-child(6) a {
    background-color: #382e2f;
}

.s4-bd div ul li:nth-child(7) a {
    background-color: #886966;
}

.s4-bd div ul li .s4-iteml {
    display: flex;
    flex-direction: column;
    padding-top: .73rem;
    height: 100%;
    align-items: center;
    transition: all .8s;
    position: relative;
}

.s4-bd div ul li .s4-iteml::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 0.32rem;
    background: rgba(255, 255, 255, .6);
}

.s4-bd div ul li .s4-iteml .icons {}

.s4-bd div ul li .s4-iteml .icons img {
    display: block;
    width: 0.91rem;
}

.s4-bd div ul li .s4-iteml h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: flex;
    margin-top: .35rem;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.s4-bd div ul li .s4-iteml h3 span {
    display: block;
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #ffffff;
}

.s4-bd div ul li .s4-itemr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    transform: translateY(100%);
    padding: .3rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    transition: all .5s;
    opacity: 0;
}

.s4-bd div ul li .s4-itemr .icons {}

.s4-bd div ul li .s4-itemr .icons img {
    display: block;
    width: 0.91rem;
}

.s4-bd div ul li .s4-itemr h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-top: .1rem;
    width: 100%;
}

.s4-bd div ul li .s4-itemr h3 span {
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #ffffff;
}

.s4-bd div ul li .s4-itemr p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.29rem;
    letter-spacing: 0rem;
    color: #ffffff;
    opacity: 0.8;
    margin-top: .22rem;
    padding: 0 .1rem;
    width: 100%;
}

.s5 {
    padding: 1.2rem 0;
    background: url(../images/s5-bg.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.s5-c {
    margin-top: .75rem;
}

.s5-c ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.08rem;
}

.s5-c ul li {
    width: 33.33%;

}

.s5-c ul li:nth-child(-n+3) {
    margin-bottom: .18rem;
}

.s5-c ul li:last-child {
    width: calc(66.66% - .16rem);
    display: flex;
    align-items: center;
    padding: .26rem;
    background: url(../images/s5-item5bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left: .08rem;
}

.s5-item {
    display: block;
    margin: 0 .08rem;
    position: relative;
}

.s5-item .pic {
    padding-top: 64.5%;
}

.s5-item .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.78rem;
    max-height: 90%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.s5-item h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: SourceHanSerifCN-Medium;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.34rem;
    letter-spacing: 0rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .2rem .25rem;
}

.s5-item h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s5-item:hover h3 {
    color: #fff;
}

.s5-item .icons {
    position: absolute;
    left: .27rem;
    top: 0.23rem;
    width: 0.41rem;
    height: 0.41rem;
    background: url(../images/s5-iconbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .1rem;
}

.s5-item .icons img {
    display: block;
    height: 0.2rem;
}

.s5-c ul li dl {
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 -.12rem; */
    padding-right: 3.4rem;
    justify-content: space-between;
}

.s5-c ul li dl dd {}

.s5-c ul li dl dd a {
    display: flex;
    border: solid 0.01rem rgba(231, 231, 231, .2);
    align-items: center;
    /* margin: 0 .12rem; */
    border-radius: 0.05rem;
    padding: 0 .15rem;
    min-width: 1.61rem;
    margin: .1rem 0;
    transition: all .5s;
    position: relative;
}
.s5-c ul li dl dd a .ewm{position: absolute;left: 0;bottom: 100%;background: #fff;box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.3);width: 1.2rem;transform: translateY(-.5rem);transition: all .5s;pointer-events: none;opacity: 0;z-index: 9;}
.s5-c ul li dl dd a .ewm::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-width: .1rem .08rem 0 .08rem;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.s5-c ul li dl dd a:hover .ewm{transform: translateY(-.2rem);pointer-events: auto;opacity: 1}
.s5-c ul li dl dd a .ewm img{
    display: block;
    width: 100%;
}
.s5-c ul li dl dd a .icons {
    margin-right: .1rem;
}

.s5-c ul li dl dd a .icons img {
    display: block;
    max-width: .35rem;
    max-height: .28rem;
}

.s5-c ul li dl dd a p {
    font-family: SourceHanSerifCN-Medium;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.49rem;
    color: #ffffff;
}

.s6 {
    padding: 1.15rem 0 1.08rem 0;
    background: url(../images/s6-bg.png) no-repeat;
    background-position: right center;
    background-size: 3.88rem auto;
    overflow: hidden;
}

.s6-c {
    display: flex;
}

.s6-l {
    padding: 0 .38rem;
    margin-right: .27rem;
}
.s6-l .itit{
    height: 100%;
}
.s6-r {
    flex: 1;
    min-width: 0;
}

.s6-r ul {
    display: flex;
    margin: 0 -.28rem;
}

.s6-r ul li {
    width: 25%;
}

.s6-r ul li a {
    display: block;
    margin: 0 .28rem;
    position: relative;
}

.s6-r ul li a .pic {
    padding-top: 163%;
}
.s6-r ul li a .pic::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.s6-r ul li:nth-child(1) a .pic::after{background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #9f725b 100%);}
.s6-r ul li:nth-child(2) a .pic::after{background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #411e0f 100%);}
.s6-r ul li:nth-child(3) a .pic::after{background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #995e38 100%);}
.s6-r ul li:nth-child(4) a .pic::after{background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #304167 100%);}

.s6-r ul li a p {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: SourceHanSerifCN-Medium;
	font-size: 0.21rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.24rem;
	letter-spacing: 0.02rem;
	color: #faf8f4;
	text-shadow: 0.01rem 0.02rem 0.03rem 
		rgba(0, 0, 0, 0.66);
        padding: .2rem .25rem;
        writing-mode: vertical-lr;
        writing-mode: tb-lr;
        z-index: 9;
}

.s6-r ul li a b {
    position: absolute;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.17rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    color: #faf8f4;
    padding-top: .68rem;
    background: url(../images/more-bef2.png) no-repeat;
    background-position: center top;
    background-size: .18rem auto;
    text-align: center;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    right: 0.25rem;
    bottom: 0.3rem;
}




@media screen and (min-width: 1025px) {
    .s1-lc .list ul li a:hover h3,.s1-r .list ul li a:hover h3{
        color: #94050a;
    }
    .s5-c ul li dl dd a:hover {
        background: #94050a;
    }

    .s2-c ul li a .s2-item .s2-pics .pic {
        opacity: 0;
        transition: all .5s;
    }

    .s2-c ul li a:hover .s2-item .s2-pics .pic {
        opacity: 1;
        transition: all .5s;
    }

    .s3-c ul li a:hover .info h3 {
        color: #94050a;
    }

    .s4-bd div ul li.on {
        width: calc(100% - 2.2rem * 6);
    }

    .s4-bd div ul li.on .s4-iteml {
        opacity: 0;
        transform: translateX(-100%);
    }

    .s4-bd div ul li.on .s4-itemr {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        transition-delay: .3s;
    }

    .s4-bd div ul li.on a .bg {
        opacity: 1;
    }

}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1024px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: relative;
    }
    .itit{justify-content: flex-start;}
    .itit h2{font-size: .26rem;line-height: .3rem;}
    .itit-y{flex-direction: row;}
    .itit-y h2,.itit-y a,.s4-bd div ul li .s4-iteml h3{writing-mode: horizontal-tb;}
    .itit-y a{padding-top: 0;padding-right: .68rem;position: relative;background: none;}
    .itit-y a::after{content: "";position: absolute;right: 0;top: 50%;transform:translateX(50%) rotate(90deg);width: .18rem;height: .58rem;background: url(../images/more-bef.png) no-repeat;background-size: 100% 100%;transform-origin: center top;}
    .s1-ltit{margin-right: 0;}
    .s1-rtit{padding-top: 56.4%;position: relative;margin-top: .45rem;}
    .s1-rtit .itit{position: absolute;left: 0;right: 0;z-index: 9;top: 13%;bottom: 10%;height: auto;padding-top: 0;padding-bottom: 0;}
    .s1-lc .slick ul li a h3{padding: .15rem;}
    .s2-c ul li a{padding: .25rem .15rem;}
    .s2-c ul li a .s2-item .s2-info dl dt{padding-right: 0;}
    .s2-arrow{margin-top: .5rem;}
    .s3-c ul{margin: 0;justify-content: space-between;}
    .s3-c ul li{width: 49%;}
    .s3-c ul li:nth-child(-n+2){margin-bottom: .2rem;}
    .s3-c ul li a{margin: 0;}
    .s3-c ul li a .info p{margin-bottom: .15rem;}
    .s4-bd div ul{display: block;}
    .s4-bd div ul li{width: auto;}
    .s4-bd div ul li a{display: block;height: .8rem;}
    .s4-bd div ul li .s4-iteml{padding: 0 .2rem;flex-direction: row;}
    .s4-bd div ul li .s4-iteml h3{margin-top: 0;font-size: .18rem;}
    .s4-bd div ul li .s4-iteml .icons{margin-right: .2rem;}
    .s4-bd div ul li .s4-iteml .icons img{width: .5rem;}
    .s4-bd div ul li .s4-iteml::after{display: none;}
    .s5-c ul{margin: 0;justify-content: space-between;}
    .s5-c ul li{width: 49%;}
    .s5-item{margin: 0;}
    .s5-c ul li:last-child{width: 100%;padding: .2rem .15rem;margin-left: 0;}
    .s5-c ul li dl{padding: 0;}
    .s5-item .icons{left: .1rem;top: 0.1rem;}
    .s5-item h3{padding: .1rem;}
    .s6-l{padding: 0;margin-bottom: .3rem;}
    .s6-r ul{flex-wrap: wrap;margin: 0 -.1rem;}
    .s6-r ul li{width: 50%;}
    .s6-r ul li:nth-child(-n+2){margin-bottom: .2rem;}
    .s6-r ul li a{margin: 0 .1rem;}
    .banner .slick-dots{bottom: .2rem;}
    .s4-tit .itit{width: 40%;height: 0.8rem;}
    .s4-tit .itit.on{width: 60% !important;}
    .s5-c ul li dl dd a{min-width: auto;}
    .s6-r ul li a b{right: .1rem;bottom: 0.15rem;}

   
    
    .s1-lc .slick ul li a h3,.s2-c ul li a h3,.s6-r ul li a p{font-size: .18rem;}
    .s6-r ul li a p{padding: .15rem;}
    .s5-c ul li dl dd a p{font-size: .16rem;}

    .s1-lc,.s2-c,.s3-c,.s5-c{margin-top: .35rem;}
    .s1-c,.s1-l,.s6-c{display: block;}
    .s1-r{width: auto;margin-left: 0;}
    .s2-c ul li a .s2-item .s2-pics{width: 1.3rem;margin-left: .15rem;}

    .s1,.s2,.s3,.s5,.s6{padding-top: .5rem;padding-bottom: .5rem;}
    
    

}

@media screen and (max-width: 768px) {

    .s1-lc .list{margin-top: 0.1rem;}
    .s1-lc .list ul{display: block;}
    .s1-lc .list ul li{width: 100%;}
    .s1-lc .list ul li:nth-child(3) a::before{opacity: 1;}
}





#gotop {
    position: fixed;
    z-index: 999;
    bottom: .8rem;
    right: .1rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease-out 0s;
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    background: #94050a;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    border-radius: 50%;
}

#gotop.hide {
    height: 0;
    opacity: 0;
    visibility: hidden
}

#gotop svg {
    width: .22rem;
    height: .22rem;
    display: inline-block;
    fill: #fff;
    vertical-align: middle;
    margin: -3px 0 0;
    transition: all .5s ease-out 0s;
}

#gotop:hover {
    border-radius: 50%
}


@media screen and (max-width:1024px) {
    #gotop {
        right: 0;
        transform: scale(0.7)
    }
}