<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  @charset "utf-8";

.banner .swiper-slide{
    overflow: hidden;
}

.banner a{
    display: block;
    position: relative;
    height: 100vh;
    overflow: hidden;
    /* transform: scale(1.175);*/
    /*    transition: 6s;*/
}
.banner a .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner .swiper-slide-active a{
    transform: scale(1);
}

.banner .page {
    font-size: 0;
    bottom: 0.37rem;
}
.banner .page span {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.2rem;
    background: #fff no-repeat 50% / 100%;
    opacity: 1;
    vertical-align: middle;
}
.banner .page span.active {
    margin: 0 0.03rem;
    width: 0.55rem;
    height: 0.55rem;
    background-color: transparent;
    background-image: url(/images/dots.png);
}

.title001{
    position: relative;
}
.title001 .tit{
    text-align: center;
}
.title001 .tit h2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.title001 .tit h2 span{
    display: block;
    font-size: .42rem;
    line-height: .48rem;
    color: #000000;
    font-family:SourceHanSerifCN-Bold,sans-serif;
}
.title001 .tit h2 .span-2{
    color: #863242;
}
.title001 .tit h2 i{
    display: block;
    width: .07rem;
    height: .07rem;
    background: #863242;
    border-radius: 50%;
    margin: 0 .07rem;
}
.title001 .tit h5{
    font-size: .14rem;
    line-height: 1;
    color: #666666;
    font-family: SourceHanSerifCN-Regular,sans-serif;
    display: none;
}
.title001 .tit img{
    display: block;
    height: .07rem;
    margin: .1rem auto 0;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: .16rem;
    line-height: .6rem;
    color: #863242;
    padding: 0 .21rem 0 .68rem;
    background: url("/images/more-1.png") no-repeat 50%/100%;
    transition: .5s;
}
.title001 .more:hover{
    color: #fff;
    background-image: url("/images/more-2.png");
}


.index-s1 .top{
    margin-top: .33rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-s1 .top-l{
    width: 54.28%;
}
.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 5.7rem;
}

.index-s1 .page{
    position: absolute;
    right: 0.05rem;
    bottom: -0.18rem;
}

.index-s1 .page span{
    width: .14rem;
    height: .14rem;
    background: #fff;
    border-radius: 50%;
    margin-left: .3rem;
    opacity: 1;
    position: relative;
    vertical-align: middle;
}
.index-s1 .page span:before{
    position: absolute;
    content: '';
    height: 1px;
    width: .19rem;
    top: 50%;
    right: calc(100% + .06rem);
    background: #8d3a4a;
}
.index-s1 .page span:first-child:before{
    display: none;
}
.index-s1 .page span:first-child{
    margin-left: 0;
}
.index-s1 .page span.active{
    width: .24rem;
    height: .24rem;
    background: #8d3a4a;
}


.index-s1 .top-r{
    width: calc(100% - 54.28%);
}
.list_box1{
    height: 5.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.list_box1 li{
    flex: 1;
    transition: .5s;
}
.list_box1 li a{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;

    justify-content: center;
    flex-direction: column;
    padding: 0 1.05rem 0 .23rem;
    transition: .5s ease;
}
.list_box1 li .txt-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .04rem;
}
.list_box1 li time{
    display: block;
    width: .98rem;
    position: relative;
    text-align: center;
    color: #863242;
    border-right: 1px solid rgba(134, 50, 66, 0.1);
    transition: .5s;
}
.list_box1 li time span{
    display: block;
    font-size: .16rem;
    line-height: 1;
    font-weight: 700;
}
.list_box1 li time i{
    display: block;
    height: .07rem;
    margin: .05rem 0 .04rem;
    background: url("/images/s1-img-2.png") no-repeat 50%/auto 100%;
    transition: .5s;
}
.list_box1 li .txt{
    width: calc(100% - 1.25rem);
    position: relative;

}
.list_box1 li .txt h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    max-height: .52rem;
    transition: .5s;
}
.list_box1 li p{
    font-size: .14rem;
    line-height: .26rem;
    color: rgba(255, 255, 255, 0.4);
    padding-left: 1.25rem;
    height: 0;
    opacity: 0;
    transition: .5s;
    align-self: flex-start;
    display: none;
}
.list_box1 li a:after{
    position: absolute;
    content: '';
    right: .38rem;
    top: 50%;
    transform: translateY(-50%);
    width: .3rem;
    height: .08rem;
    background: url("/images/s1-img-4.png") no-repeat 50%/100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box1 li a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #863242;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: -1;
}
.list_box1 li.on a{
    /* padding: .23rem 1.05rem .15rem .23rem;*/

}
.list_box1 li.on a:before{
    right: 0;
    opacity: 1;
    visibility: visible;
}
.list_box1 li.on time{
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}
.list_box1 li.on time i{
    background-image: url("/images/s1-img-3.png");
}
.list_box1 li.on .txt h3{
    color: #fff;
}
.list_box1 li.on p{
    height: .26rem;
    opacity: 1;
}
.list_box1 li.on a:after{
    opacity: 1;
    visibility: visible;
}
.list_box1 li{
    position: relative;
}
.list_box1 li:after{
    position: absolute;
    content: "";
    left: 0.72rem;
    top: -0.1rem;
    width: 1px;
    height: 0.2rem;
    background: #dfdadb;
    z-index: 2;
}
.list_box1 li:first-child:after{
    display: none;
}

.index-s1 .bot{
    margin-top: 0.39rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-s1 .bot .li{
    width: 47.86%;
    position: relative;
}
.index-s1 .bot .li a{
    padding: .27rem 0 .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.index-s1 .bot .li a .pic{
    width: 2.2rem;
    height: 1.23rem;
}
.index-s1 .bot .li .txt-box{
    width: calc(100% - 2.44rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-s1 .bot .li time{
    display: block;
    width: 1.05rem;
    text-align: right;
    color: #863242;
    padding: .16rem .19rem ;
    padding-left: 0;
    border-right: 1px solid #f3eaec;
    transition: .5s;
}
.index-s1 .bot .li time span{
    display: block;
    font-size: .24rem;
    line-height: 1;
}

.index-s1 .bot .li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .1rem;
}
.index-s1 .bot .li .txt{
    width: calc(100% - 1.23rem);
}
.index-s1 .bot .li h3{
    font-size: .18rem;
    line-height: .26rem;
    height: .52rem;
    color: #333333;
    transition: .5s;
}
.index-s1 .bot .li p{
    font-size: .14rem;
    line-height: 18px;
    color: #333333;
    height: 36px;
    margin-top: .09rem;
    opacity: .6;
    transition: .5s;
}

.index-s1 .bot .li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: .59rem;
    background: #fff;
    transition: .5s;
}
.index-s1 .bot .li:hover time{
    color: #fff;
    border-right-color: rgba(255, 255, 255, 0.1);
}
.index-s1 .bot .li:hover h3{
    color: #fff;
}
.index-s1 .bot .li:hover p{
    color: #fff;
}
.index-s1 .bot .li:hover:after{
    background: #863242;
}
.index-s1 .bg-1{
    position: absolute;
    content: '';
    top: -.08rem;
    left: 5.625vw;
    width: .92rem;
    height: 4.23rem;
    background: url("/images/s1-img-6.png") no-repeat 50%/cover;
    z-index: -1;
}
.index-s1 .bg-2{
    position: absolute;
    content: '';
    bottom: 1.37rem;
    right: 7vw;
    width: .83rem;
    height: 4.24rem;
    background: url("/images/s1-img-7.png") no-repeat 50%/cover;
    z-index: -1;
}
.index-s1{
    margin-bottom: 0.74rem;
    position: relative;
    z-index: 2;
}


.list2w .page{
    position: static;
    margin-top: .4rem;
}
.list2w .page span{
    width: .14rem;
    height: .14rem;
    background: #fff;
    border-radius: 50%;
    margin: 0 .15rem;
    opacity: 1;
    position: relative;
    vertical-align: middle;
}
.list2w .page span:before{
    position: absolute;
    content: '';
    height: 1px;
    width: .19rem;
    top: 50%;
    right: calc(100% + .06rem);
    background: #8d3a4a;
}
.list2w .page span:first-child:before{
    display: none;
}
.list2w .page span.active{
    width: .24rem;
    height: .24rem;
    background: #8d3a4a;
}

.index-s2 .title001{
    margin-bottom: .34rem;
}
.index-s2{
    margin-bottom: .86rem;
}

.index-s3 .content{
    margin-top: .33rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-s3 .left{
    width: 65.71%;
}
.index-s3 .left .img-box a{
    display: block;
}
.index-s3 .left .img-box .pic{
    padding-top: 5.17rem;
}

.index-s3 .left .img-box time{
    display: block;
    width: .96rem;
    text-align: center;
    color: #863242;
    border-right: 1px solid rgba(134, 50, 66, 0.1);
    font-size: .16rem;
    line-height: 1;
    font-weight: 700;
}

.index-s3 .left .img-box time span,
.index-s3 .left .img-box time em{
    display: block;

}

.index-s3 .left .img-box time i{
    margin: 0.05rem 0 .04rem;
    display: block;
    height: .07rem;
    background: url("/images/s1-img-2.png") no-repeat 50%/auto 100%;
}

.index-s3 .left .img-box .txt{
    width: calc(100% - 1.23rem);
}

.index-s3 .left .img-box h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    transition: .5s;
}
.index-s3 .left .img-box p{
    font-size: .14rem;
    line-height: .18rem;
    color: #333;
    opacity: .6;
    margin-top: .07rem;
    transition: .5s;
}


.index-s3 .left .img-box .txt-box{
    padding: .3rem .15rem .29rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.3);
    transition: .5s;
}
.index-s3 .left .img-box:hover h3,
.index-s3 .left .img-box:hover p{
    color: #fff;
}
.index-s3 .left .img-box:hover time{
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}
.index-s3 .left .img-box:hover time i{
    background-image: url("/images/s1-img-3.png");
}
.index-s3 .left .img-box:hover .txt-box{
    background: #863242;
}

.list_box2{
    margin-top: .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box2 .li{
    width: 46.2%;
    position: relative;
    border-top: 1px solid rgba(134, 50, 66, 0.2);
}
.list_box2 .li a{
    display: block;
    padding-top: .21rem;
}
.list_box2 .li a time{
    display: block;
    font-size: .14rem;
    line-height: .2rem;
    color: #863242;
}
.list_box2 .li a h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #333;
    height: .52rem;
    margin-top: .07rem;
    transition: .5s;
}
.list_box2 .li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 100%;
    height: 1px;
    background: #863242;
    transition: .5s;
}
.list_box2 .li:hover:before{
    right: 0;
}
.list_box2 .li:hover a h3{
    color: #863242;
}

.index-s3 .right{
    width: 30%;
}

.list_box3 li a{
    display: block;
}
.list_box3 li a .pic{
    padding-top: 2.36rem;
}
.list_box3 li a time{
    display: block;
    font-size: .14rem;
    line-height: .2rem;
    color: #863242;
}
.list_box3 li a h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #333;
    height: .52rem;
    margin-top: .08rem;
    transition: .5s;
}
.list_box3 li a .txt{
    padding: .23rem 0 .39rem;
}
.list_box3 li{
    margin-bottom: .4rem;
    border-bottom: 1px solid rgba(134, 50, 66, 0.2);
}
.list_box3 li:last-child{
    border: none;
    margin-bottom: 0;
}
.list_box3 li:hover a h3{
    color: #863242;
}
.index-s3 .bg-1{
    position: absolute;
    content: '';
    top: -.4rem;
    left: 3.38vw;
    width: 2.59rem;
    height: 3.37rem;
    background: url("/images/s3-img-3.png") no-repeat 50%/cover;
    z-index: -1;
}
.index-s3 .bg-2{
    position: absolute;
    content: '';
    bottom: .5rem;
    right: 0;
    width: 3.15rem;
    height: 3.69rem;
    background: url("/images/s3-img-4.png") no-repeat 50%/cover;
    z-index: -1;
}
.index-s3 {
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.list3w{
    margin-top: .35rem;
}

.list3w a{
    display: block;
}
.list3w .swiper-slide-active a{
    margin-top: .3rem;
}
.list3w a .pic{
    padding-top: 3.22rem;
}

.list3w a .txt h4{
    font-size: 0.16rem;
    line-height: .2rem;
    color: #863242;
    transition: .5s;
}
.list3w a .txt h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    -webkit-line-clamp: 3;
    height: .78rem;
    margin-top: .14rem;
    transition: .5s;
}
.list3w a .txt time{
    display: block;
    font-size: .14rem;
    line-height: .2rem;
    color: #863242;
    margin-top: .27rem;
    transition: .5s;
}
.list3w a .txt{
    padding: .25rem .35rem;
    background: #fff no-repeat bottom  right/100% 100%;
    transition: .5s;
}
.list3w a:hover .txt{
    background-color: transparent;
    background-image: url("/images/s4-img-2.png");
}
.list3w a:hover .txt h4,
.list3w a:hover .txt h3,
.list3w a:hover .txt time{
    color: #fff;
}

.list3w .btnBox{
    margin-top: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list3w .btnBox .btn{
    width: 0.44rem;
    height: 0.44rem;
    margin: 0 0.12rem;
    background: #fff no-repeat 50% / 0.09rem;
    transform: none;
    position: static;
    transition: 0.5s;
    border-radius: 50%;
}
.list3w .btnBox .prev{
    background-image: url("/images/prev01.png");
}
.list3w .btnBox .next{
    background-image: url("/images/next01.png");
}
.list3w .btnBox .btn:hover{
    background-color: #863242;
}
.list3w .btnBox .prev:hover{
    background-image: url("/images/prev02.png");
}
.list3w .btnBox .next:hover{
    background-image: url("/images/next02.png");
}

.index-s4{
    margin-bottom: .96rem;
}

.index-s5 .content .box_pc{
    padding-left: 6.77vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.index-s5 .content .slogan{
    width: 7.17%;
    margin-top: .48rem;
}
.index-s5 .content .slogan img{
    display: block;
    width: 100%;
}
.index-s5 .content .map-box{
    position: relative;
    width: 89.19%;
}
.index-s5 .content .map-box .img-box img{
    display: block;
    width: 100%;
}
.index-s5 .map-box .dots-box .dots{
    position: absolute;
    width: 1.63%;
    top: 0;
    left: 0;
}
.index-s5 .map-box .dots-box .dots .dot{
    padding-top: 100%;
    background: url("/images/s5-img-4.png") no-repeat 50%/100%;
}

.index-s5 .map-box .dots-box .dots1 .dot{
    background-image: url("/images/s5-img-3.png");
}
.index-s5 .map-box .dots-box .dots1{width:9.04%;top: 0.7%;left: 85.17%;}
.index-s5 .map-box .dots-box .dots2{top: 20.07%;left: -0.57%;}
.index-s5 .map-box .dots-box .dots3{top: 21.30%;left: 7.10%;}
.index-s5 .map-box .dots-box .dots4{top: 25.52%;left: 9.67%;}
.index-s5 .map-box .dots-box .dots5{top: 26.58%;left: 16.45%;}
.index-s5 .map-box .dots-box .dots6{top: 21.65%;left: 18.59%;}
.index-s5 .map-box .dots-box .dots7{top: 23.59%;left: 22.67%;}
.index-s5 .map-box .dots-box .dots8{top: 23.59%;left: 22.67%;}
.index-s5 .map-box .dots-box .dots9{top: 32.21%;left: 37.24%;}
.index-s5 .map-box .dots-box .dots10{top: 25.7%;left: 40.82%;}
.index-s5 .map-box .dots-box .dots11{top: 24.64%;left: 53.01%;}
.index-s5 .map-box .dots-box .dots12{top: 24.64%;left: 57.78%;}
.index-s5 .map-box .dots-box .dots13{/*top: 23.94%;left: 76.88%;*/top: 27.46%;left: 68.03%;}
.index-s5 .map-box .dots-box .dots14{top: 56.33%;left: 53.83%;}
.index-s5 .map-box .dots-box .dots15{top: 79.92%;left: 41.64%;}
.index-s5 .map-box .dots-box .dots16{top: 83.27%;left: 27.13%;}
.index-s5 .map-box .dots-box .dots17{top: 78.16%;left: 22.61%;}
.index-s5 .map-box .dots-box .dots18{top: 21.48%;left: 80.21%;}

.index-s5 .map-box .txt-box .txt{position: absolute;cursor: pointer}
.index-s5 .map-box .txt-box .txt h3{font-size: .2rem;line-height: 1;color: #333333;font-family:SourceHanSerifCN-Bold,sans-serif;transition: .5s }
.index-s5 .map-box .txt-box .txt h3 i,
.index-s5 .map-box .txt-box .txt h3 span{font-size: .28rem;line-height: 1;color: #863242;font-family:SourceHanSerifCN-Bold,sans-serif;transition: .5s}
.index-s5 .map-box .txt-box .txt h4{font-size: .16rem;color: #333333;line-height: .24rem;transition: .5s}
.index-s5 .map-box .txt-box .i1{left: -4.20%;top:2.99%}
.index-s5 .map-box .txt-box .i2{left: 3.76%;top:-6.69%}
.index-s5 .map-box .txt-box .i3{left: 1.57%;top:37.32%}
.index-s5 .map-box .txt-box .i4{left: 16.08%;top:46.12%}
.index-s5 .map-box .txt-box .i5{left: 19.66%;top:4.4%}
.index-s5 .map-box .txt-box .i6{left: 23.42%;top:33.09%}
.index-s5 .map-box .txt-box .i7{left: 37.68%;top:45.77%}
.index-s5 .map-box .txt-box .i8{left: 31.84%;top:-8.09%}
.index-s5 .map-box .txt-box .i9{left: 43.09%;top:5.28%}
.index-s5 .map-box .txt-box .i10{left: 56.4%;top:-10.21%}
.index-s5 .map-box .txt-box .i11{left: 69.34%;top:-5.63%}
.index-s5 .map-box .txt-box .i12{left: 66.14%;top:64.78%}
.index-s5 .map-box .txt-box .i13{left: 38.94%;bottom:-5.28%}
.index-s5 .map-box .txt-box .i14{left: 24.05%;bottom:-6.16%;}
.index-s5 .map-box .txt-box .i15{left: 14.69%;top:72.53%;}
.index-s5 .map-box .txt-box .i16{left: 66.2%;top:36.26%;}
.index-s5 .map-box .txt-box .i17{left: 79.77%;top:27.82%;}
.index-s5 .map-box .txt-box .txt:hover h4{color: #863242;font-weight: 700}

.index-s5 .title001{
    margin-bottom: .87rem;
}
.index-s5:after{
    position: absolute;
    content: '';
    top: -.53rem;
    left: 0;
    right: 0;
    width: 3.35rem;
    height: 3.06rem;
    margin: 0 auto;
    background: url("/images/s5-img-5.png") no-repeat 50%/100%;
    z-index: -1;
}
.index-s5{
    margin-bottom: 1.22rem;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 1025px){
    .index-s6 .content{
        margin-top: .58rem;
        position: relative;
        height: 6.05rem;
    }

    .list_box4{
        position: relative;
        height: 100%;
        z-index: 2;
    }

    .list_box4 .li .box{
        position: absolute;
        min-width: 3.24rem;
    }
    .list_box4 .li  a{
        display: flex;
        align-items: center;
    }
    .list_box4 .li .img-box{
        width: 1rem;
        height: 1rem;
    }
    .list_box4 .li .img-box img{
        display: block;
        width: 100%;
    }
    .list_box4 .li .txt-box{
        width: calc(100% - 1.13rem);
    }
    .list_box4 .li .txt-box h3{
        font-size: .18rem;
        line-height: 1;
        color: #333333;
        font-family: SourceHanSerifCN-Bold,sans-serif;
        white-space: nowrap;
        margin-top: .05rem;
    }
    .list_box4 .li .txt-box h3 i{
        font-size: .42rem;
        line-height: 1;
        color: #863242;
        display: inline-block;
    }
    .list_box4 .li .txt-box h3:first-child{
        margin-top: 0;
    }
    .list_box4 .li1 .box {
        left: 0;
        top: 0;
    }
    .list_box4 .li2 .box{
        right: 0;
        top: 0;
    }
    .list_box4 .li3 .box{
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .list_box4 .li3 a{
        padding-right: 0.8rem;
    }
    .list_box4 .li4 .box{
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .list_box4 .li4 a{
        padding-left: 0.8rem;
    }
    .list_box4 .li5 .box{
        left: 0;
        bottom: 0;
    }
    .list_box4 .li6 .box{
        right: 0;
        bottom: 0;
    }

    .list_box4 .li:nth-child(2n) .txt-box{
        margin-left: .13rem;
    }
    .list_box4 .li:nth-child(2n+1) .txt-box{
        margin-right: .13rem;
        text-align: right;
    }
    .list_box4 .li:nth-child(2n+1) a{
        flex-direction: row-reverse;
    }

    .list_box4:after {
        position: absolute;
        content: "";
        top: 0.55rem;
        right: 1.95rem;
        width: 0.76rem;
        height: 5.13rem;
        background: url('/images/s6-img-8.png') no-repeat 50% / 100%;
    }
    .list_box4:before{
        position: absolute;
        content: "";
        top: 0.4rem;
        left: 2rem;
        width: 0.82rem;
        height: 5.38rem;
        background: url('/images/s6-img-7.png') no-repeat 50% / 100%;
    }

    .index-s6 .content .img img {
        position: absolute;
        left: 0;
        right: 0;
        top: -1.17rem;
        bottom: -1.24rem;
        width: 8.32rem;
        margin: 0 auto;
    }
}


.index-page:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/images/index-page.png") no-repeat top center/cover;
    z-index: -1;
}
.index-page{
    position: relative;
    z-index: 2;
    padding: 1.1rem 0 1.3rem;
    overflow: hidden;
}


.aside {
    position: fixed;
    top: 50%;
    right: .2rem;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    /* padding-top: .84rem; */
    transition-property: opacity, visibility, right;
    transition-duration: .5s;
    transform: translateY(-50%)
}
.aside:before {
    content: '';
    width: .01rem;
    position: absolute;
    top: 0;
    left: 0.5rem;
    bottom: .67rem;
    background: url("/images/as-img-6.png") repeat-y top center/100%;
    z-index: 1;
}

.aside a{
    position: relative;
    z-index: 2;
    display: block;
    margin-top: .24rem;
}
.aside a:first-child{
    margin-top: 0;
}

.aside a img{
    display: block;
    max-width: 1rem;
    max-height: 0.3rem;
    margin: 0 auto;
}
.aside a .t{
    width: 1rem;
    display: flex;
    justify-content: center;
}
.aside a .t span{
    display: block;
    font-size: .16rem;
    line-height: .3rem;
    color: #fff;
    padding: 0 .1rem;
    border-radius: .5rem;
    background: #863242;
    text-align: center;
}
.aside .a2 .t span{
    background: #d4c598;
}
.aside .a3 .t span{
    background: #625ca0;
}
.aside .a4 .t span{
    background: #dd9147;
}
.aside .a5 .t span{
    background: #863141;
}

.aside.hide{
    opacity: 1;
    visibility: visible;
}

.list_box5{
  /*  gap: .3rem 2.16%;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box5 li{
    width: 48.92%;
    position: relative;
    background: #fff;
    margin-top: .3rem;
}
.list_box5 li:nth-child(-n+2){
    margin-top: 0;
}
.list_box5 li a{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e4d6d3;
}
.list_box5 li time{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 1.04rem;
    height: .98rem;
    background: #f2f1ed;
    color: #863242;
    padding-right: .24rem;
    transition: .5s;
}
.list_box5 li time span{
    display: block;
    font-size: .24rem;
    line-height: 1;
}
.list_box5 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
}
.list_box5 li time:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: .5rem;
    transform: translateY(-50%);
    background: #e4d6d3;
}
.list_box5 li .txt{
    width: calc(100% - 1.04rem);
    display: flex;
    align-items: center;
    padding: 0 .26rem;

}
.list_box5 li .txt h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    max-height: .52rem;
    transition: .5s;
}
.list_box5 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 1px;
    width: .5rem;
    background: #863242;
    z-index: 2;
}
.list_box5 li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 1px;
    height: .5rem;
    background: #863242;
    z-index: 2;
}
.list_box5 li .bg-1{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/images/s2-img-2.png") no-repeat right center/cover;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box5 li:hover .bg-1{
    opacity: 1;
    visibility: visible;
}
.list_box5 li:hover time{
    color: #fff;
    background: rgba(242, 241, 237, 0.1);
}
.list_box5 li:hover h3{
    color: #fff;
}

.banner-box{
    position: relative;
}

.banner-map {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0.2rem;
    z-index: 9;
    transition: .5s;
}
.banner-map .item{
    padding: .1rem;
}
.banner-map .line {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px dashed #923244;
    border-radius: 50%
}
.banner-map .line img {
    position: relative;
    z-index: 9;
    width: 100%;
    height: auto
}
.line::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url('/images/as-img-9.png') no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    animation: r 9s infinite linear;
    background-size: contain
}

.banner-map .img {
    width: 1.3rem;
    height: 1.3rem;
    position: relative;
    overflow: hidden;
    z-index: 9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #923244;
}
.banner-map .img h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;

}

.banner-map .item-menubox {
    position: absolute;
    top: .05rem;
    right: 80%;
    padding-right: .17rem;
    color: #fff;
    font-size: .18rem;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden
}
.banner-map .item-menubox .item-menu {
    background: rgba(146, 50, 68, 0.9);
    border-radius: .25rem;
    width: 2.1rem;
    padding: .19rem .1rem .28rem ;
}
.banner-map .item-menubox .item-link {
    border-bottom: 1px solid #923244;
    position: relative
}

.banner-map .item-menubox .item-link:last-child {
    border: none
}
.banner-map .item-menubox .item-link a {
    display: block;
    padding: .17rem 0;
    padding-right: .1rem;
    text-align: center;
}
.banner-map .item-menubox .item-link+.item-link {
    margin-top: .05rem
}
.banner-map .item:hover .item-menubox {
    right: 100%;
    opacity: 1;
    visibility: visible
}

.banner-map.hide{
    opacity: 0;
    visibility: hidden;
}

@keyframes r {
    0% {
        transform: rotate(0deg)
    }

    100% {

        transform: rotate(360deg)
    }
}

@media (max-width: 1199px){
    .banner-box{
        margin-top: .75rem;
    }
    .banner-map,
    .aside{
        display: none;
    }
    .banner a{
        height: 52vw;
    }

    .index-s5 .content .box_pc{
        display: none;
    }
    .index-s5 .content .box_wap{
        display: block;
    }
    .index-s5 .content .box_wap img{
        display: block;
        width: 100%;
    }

}

@media (max-width: 1025px){
    .banner .page span.active{
        width: .35rem;
        height: .35rem;
    }
    .banner .page span{
        margin: 0 .08rem;
    }
    .banner .page{
        bottom: .15rem;
    }
    .title001 .tit h2 span{
        font-size: .26rem;
        line-height: .3rem;
    }
    .title001 .tit img{
        height: .05rem;
        margin-top: .05rem;
    }
    .title001 .more{
        font-size: .12rem;
        line-height: 0.4rem;
        padding: 0 0.1rem 0 0.45rem;
    }
    .index-s1 .top-l{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 75%;
    }
    .index-s1 .top{
        flex-wrap: wrap;
        margin-top: .2rem;
    }
    .index-s1 .top-r{
        width: 100%;
    }
    .list_box1 li a:after{
        right: .2rem;
    }
    .list_box1 li a{
        padding: 0 0.8rem 0 .2rem;
    }
    .list_box1 li .txt h3{
        font-size: .2rem;
        line-height: .3rem;
        max-height: .6rem;
    }

    .index-s1 .bot{
        margin-top: .3rem;
        gap: .25rem 0;
    }
    .index-s1 .bot .li{
        width: 100%;
    }
    .index-s1 .bot .li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .index-s1 .bot .li p{
        font-size: .16rem;
        line-height: .26rem;
        height: .52rem;
    }
    .index-s1 .bot .li a{
        padding: .15rem 0;
    }
    .index-s1 {
        margin-bottom: 0.35rem;
    }
    .index-s2 .title001{
        margin-bottom: .2rem;
    }
    .list_box5 li{
        width: 49%;
        margin: 0 !important;
    }
    .list_box5 li .txt{
        padding: 0 .2rem;
    }
    .list_box5 li .txt h3{
        font-size: .2rem;
        line-height: .3rem;
        max-height: .6rem;
    }
    .list_box5{
        gap: .25rem 2%;
    }
    .list2w .page{
        margin-top: .2rem;
    }
    .list2w .page span.active{
        width: .2rem;
        height: .2rem;
    }
    .index-s2 {
        margin-bottom: 0.35rem;
    }
    .index-s3 .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .index-s3 .left .img-box .pic{
        padding-top: 56.19%;
    }
    .index-s3 .left .img-box .txt-box{
        padding: .25rem .1rem;
    }
    .index-s3 .left .img-box h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .index-s3 .left .img-box p{
        font-size: .18rem;
        line-height: .28rem;
        margin-top: .05rem;
    }
    .list_box2 .li a{
        padding-top: .15rem;
    }
    .list_box2 .li{
        width: 49%;
    }
    .list_box2{
        margin-top: .2rem;
    }
    .list_box3 li{
        width: 49%;
        margin: 0 !important;
    }
    .list_box3 {
        gap: .25rem 2%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index-s3 .right{
        width: 100%;
    }
    .list_box3 li a .pic{
        padding-top: 56.19%;
    }
    .list_box3 li a .txt{
        padding: .2rem 0 .25rem;
    }
    .list_box3 li a h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list_box3 li:last-child{
        border-bottom: 1px solid rgba(134, 50, 66, 0.2);
    }
    .index-s3 .content{
        margin-top: .2rem;
    }
    .index-s3 {
        margin-bottom: 0.4rem;
    }
    .list3w a .pic{
        padding-top: 74.88%;
    }
    .list3w .swiper-slide-active a{
        margin-top: 0;
    }
    .list3w a .txt{
        padding: .2rem;
    }
    .list3w a .txt h3{
        margin-top: .05rem;
    }
    .list3w a .txt time{
        margin-top: .1rem;
    }
    .list3w{
        margin-top: .2rem;
    }
    .list3w .btnBox{
        margin-top: .2rem;
    }
    .index-s4{
        margin-bottom: .35rem;
    }
    .index-s5:after{
        top: -0.2rem;
        width: 1.7rem;
        height: 1.56rem;
    }
    .index-s5 .title001 {
        margin-bottom: 0.2rem;
    }
    .index-s5 {
        margin-bottom: 0.4rem;
    }

    .list_box4 .li .img-box img{
        display: block;
        width: 1rem;
        margin: 0 auto;
    }
    .list_box4 .li .txt-box h3{
        font-size: .18rem;
        line-height: 1;
        color: #333333;
        font-family: SourceHanSerifCN-Bold, sans-serif;
        text-align: center;
    }
    .list_box4 .li .txt-box h3 i{
        font-size: .26rem;
        line-height: 1;
        color: #863242;
        display: inline-block;
    }
    .list_box4 .li .txt-box h3:not(:first-child){
        margin-top: .05rem;
    }
    .list_box4 .li .txt-box{
        padding-top: .1rem;
    }
    .index-s6 .content .img{
        display: none;
    }
    .index-s6 .content{
        margin-top: .2rem;
    }
    .index-page{
        padding: .4rem 0 .45rem;
    }
    .index-page:after{
        background-color: #f5f1e9;
        background-size: 100% auto;
        background-position: bottom center;
    }
    .index-s1 .bg-1,
    .index-s1 .bg-2,
    .index-s3 .bg-1,
    .index-s3 .bg-2{
        display: none;
    }
}

@media (max-width: 769px){
    .list_box5 li{
        width: 100%;
    }
    .list_box5{
        gap: .2rem 0;
    }
    .list_box2 .li{
        width: 100%;
    }
    .list_box2 .li a h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
        margin-top: .05rem;
    }
    .list_box2{
        gap: .2rem 0;
    }
    .list_box4 .li .img-box img{
        width: .8rem;
    }
}
@media (max-width: 641px){
    .index-s1 .bot .li a .pic{
        display: none;
    }
    .index-s1 .bot .li .txt-box{
        width: 100%;
    }
    .index-s1 .bot .li:after{
        right: 0;
    }
    .index-s1 .bot .li time{
        width: 0.85rem;
        padding: .1rem .1rem;
    }
    .index-s1 .bot .li .txt {
        width: calc(100% - 1rem);
        padding-right: .2rem;
    }
}
@media (max-width: 481px){
    .list_box1 li time{
        width: .8rem;
    }
    .list_box1 li .txt {
        width: calc(100% - 1rem);
    }
    .list_box1 li a {
        padding: 0 0.6rem 0 .2rem;
    }
    .list_box3 li{
        width: 100%;
    }
}</pre></body></html>