    @charset "utf-8";
    body {
        overflow-x: hidden;
    }
    
    .banner {
        position: relative;
        overflow: hidden;
    }
    
    .banner a {
        position: relative;
        display: block;
    }
    
    .banner img {
        display: block;
        width: 100%;
    }
    
    .banner .slick-dots {
        bottom: .3rem;
        z-index: 9;
    }
    
    .banner .slick-dots li {
        width: 0.15rem;
        height: 0.15rem;
        text-align: center;
        margin: .1rem;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 50%;
        transition: all .6s;
    }
    
    .banner .slick-dots li.slick-active {
        background: #fff;
    }
    
    .title {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .title h2 {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
        font-family: "sisong";
    }
    
    .title h2 span {
        position: relative;
        display: inline-block;
        padding: 0 .6rem;
        font-size: 0.36rem;
        font-weight: bold;
        color: #333;
    }
    
    .title h2 b {
        display: block;
        font-size: 0.18rem;
        font-weight: bold;
        line-height: 0.3rem;
        text-transform: uppercase;
        color: #9E9E9E;
    }
    
    .title h2 span::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/s1-l-tit.png) no-repeat center center;
        background-size: 100% 100%;
        width: .46rem;
        height: .2rem;
    }
    
    .title h2 span::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/s1-r-tit.png) no-repeat center center;
        background-size: 100% 100%;
        width: .46rem;
        height: .2rem;
    }
    
    .title a {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.16rem;
        color: #1D1D1D;
        transition: all .6s;
        padding-right: .45rem;
        background: url(../images/more.png) no-repeat right center;
        background-size: .39rem auto;
    }
    
    .title a:hover {
        right: 5px;
        color: #A20A47;
    }
    
    .section1 {
        position: relative;
        padding-top: 0.5rem;
        padding-bottom: 1.35rem;
        background: url(../images/s1-bg.png) no-repeat right bottom;
    }
    
    .section1::before {
        content: "";
        position: absolute;
        left: 8.3%;
        top: 0;
        bottom: .4rem;
        background: #D8D8D8;
        width: 1px;
    }
    
    .section1::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        background: #D8D8D8;
        bottom: .8rem;
    }
    
    .s1 {
        margin-top: 0.65rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .s1-l {
        padding-left: .7rem;
        width: 8.78rem;
        margin-right: .4rem;
    }
    
    .s1-l .slick-prev {
        left: -.3rem;
        right: auto;
        transform: none;
        top: auto;
        bottom: 0;
        width: .64rem;
        height: .64rem;
        background: url(../images/s1-l.png) no-repeat center center;
        background-size: 100% 100%;
    }
    
    .s1-l .slick-next {
        left: -.3rem;
        right: auto;
        transform: none;
        top: auto;
        bottom: .7rem;
        width: .64rem;
        height: .64rem;
        background: url(../images/s1-r.png) no-repeat center center;
        background-size: 100% 100%;
    }
    
    .s1-l a {
        position: relative;
        display: block;
    }
    
    .s1-l a .pic {
        padding-top: 61.494%;
    }
    
    .s1-l a .nr {
        position: relative;
        margin-top: -.6rem;
        display: flex;
        width: 96%;
        height: 1.21rem;
        align-items: center;
        justify-content: space-between;
        padding: .29rem;
        background: url(../images/s1-txt-bg.png) no-repeat center center;
        background-size: 100% 100%;
    }
    
    .s1-l a .nr .date {
        color: #fff;
        padding-right: .2rem;
        border-right: 1px solid rgba(255, 255, 255, 0.6);
        margin-right: .3rem;
    }
    
    .s1-l a .nr .date p {
        font-size: .24rem;
    }
    
    .s1-l a .nr .date span {
        font-size: .18rem;
    }
    
    .s1-l a .nr .txt {
        flex: 1;
        min-width: 0;
    }
    
    .s1-l a .nr .txt h2 {
        font-size: 0.18rem;
        font-weight: normal;
        line-height: 0.3rem;
        color: #FFFFFF;
    }
    
    .s1-l a .nr .txt p {
        font-size: 0.16rem;
        font-weight: normal;
        line-height: 0.3rem;
        color: rgba(255, 255, 255, 0.7);
        font-weight: 400;
        font-size: 0.14rem;
    }
    
    .s1-r {
        flex: 1;
        min-width: 0;
    }
    
    .s1-r-top {
        padding-top: 0.35rem;
        padding-bottom: 0.2rem;
        border-bottom: 1px solid #D8D8D8;
    }
    
    .date-list>li a {
        position: relative;
        display: flex;
        align-items: center;
    }
    
    .date-list>li a .date {
        width: 0.95rem;
        height: 0.95rem;
        background: url(../images/date.png) no-repeat center center;
        background-size: 100% 100%;
        text-align: center;
        color: #A20A47;
        text-align: center;
        margin-right: .2rem;
    }
    
    .date-list>li a .date p {
        padding-top: 0.2rem;
        font-size: 0.24rem;
        font-weight: bold;
    }
    
    .date-list>li a .date span {
        display: block;
        font-size: 0.14rem;
    }
    
    .date-list>li a .text {
        flex: 1;
        min-width: 0;
    }
    
    .date-list>li a .text h2 {
        font-size: 0.18rem;
        font-weight: bold;
        color: #262626;
        margin-bottom: .2rem;
        transition: all .6s;
    }
    
    .date-list>li:hover a .text h2 {
        color: #A20A47;
    }
    
    .date-list>li a .text p {
        font-size: 0.16rem;
        font-weight: normal;
        line-height: 0.3rem;
        height: 0.6rem;
        color: #757575;
    }
    
    .date-list .more {
        position: relative;
        right: 0;
        margin-top: 15px;
        text-align: right;
        transition: all .6s;
    }
    
    .date-list:hover .more {
        right: 5px;
    }
    
    .list li {
        position: relative;
        line-height: 0.6rem;
        padding-right: 0.55rem;
    }
    
    .list li a::after {
        content: "";
        position: absolute;
        left: 0;
        width: 0.09rem;
        height: 0.09rem;
        border: 1px solid #A20A47;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
    }
    
    .list li a {
        display: block;
        padding-left: 0.35rem;
        font-size: 0.18rem;
        color: #262626;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .list li a::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background: #A20A47;
        transition: all .6s;
    }
    
    .list li:hover a::before {
        width: 100%;
    }
    
    .list li:hover a {
        color: #A20A47;
        font-weight: bold;
    }
    
    .list li span {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 0.18rem;
        color: #9E9E9E;
    }
    
    .list li:hover span {
        color: #A20A47;
        font-weight: bold;
    }
    
    .section2 {
        position: relative;
        margin-top: -0.55rem;
        padding-top: 1.05rem;
        padding-bottom: 1.3rem;
        background: url(../images/s2-bg.png) no-repeat center center;
        background-size: 100% 100%;
        z-index: 6;
    }
    
    .sect2 .title h2 span {
        color: #fff;
    }
    
    .sect2 .title h2 span::before {
        background: url(../images/s2-tit-l.png) no-repeat center center;
        background-size: .46rem auto;
    }
    
    .sect2 .title h2 span::after {
        background: url(../images/s2-tit-r.png) no-repeat center center;
        background-size: .46rem auto;
    }
    
    .sect2 .title h2 b {
        color: rgba(255, 255, 255, 0.5);
    }
    
    .sect2 .title a {
        color: #fff;
        background: url(../images/more-other.png) no-repeat right center;
    }
    
    .s2 {
        position: relative;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .s2 ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    .s2 ul li {
        width: 33.333%;
        margin-top: .5rem;
        transition: all .6s;
    }
    
    .s2 ul li a {
        display: block;
        padding: 0.3rem 0.55rem;
        transition: all .6s;
    }
    
    .s2 ul li:hover a {
        background: url(../images/s2-txt-bg.png) no-repeat center center;
        background-size: 100% 100%;
    }
    
    .s2 ul li a .date {
        position: relative;
        float: left;
        background: url(../images/s2-date.png);
        width: 0.82rem;
        height: 0.82rem;
        background-size: 100% 100%;
        color: #fff;
    }
    
    .s2 ul li a .date p {
        font-size: 0.24rem;
        color: #fff;
        text-align: center;
        padding: 0.15rem 0;
    }
    
    .s2 ul li a .date span {
        position: absolute;
        bottom: 0.12rem;
        right: -0.28rem;
        width: 0.75rem;
        height: 0.26rem;
        background: url(../images/s2-time.png) no-repeat center center;
        line-height: 0.26rem;
        text-align: center;
        font-size: 0.14rem;
    }
    
    .s2 li:hover a .date span {
        background: url(../images/s2-time-other.png) no-repeat center center;
        color: #A20A47;
    }
    
    .s2 ul li a .text {
        overflow: hidden;
        padding-left: 0.4rem;
        text-align: right;
    }
    
    .s2 ul li a .text h2 {
        font-size: 0.18rem;
        line-height: 0.26rem;
        color: rgba(255, 255, 255, .8);
        height: 0.52rem;
        font-weight: normal;
        overflow: hidden;
        text-align: left;
    }
    
    .s2 ul li:hover a .text h2 {
        color: #fff;
    }
    
    .s2 ul li a .text .more {
        margin-top: 0.2rem;
        font-size: 0.14rem;
        line-height: 0.26rem;
        color: rgba(255, 255, 255, .5);
    }
    
    .s2 ul li:hover a .text .more {
        color: #fff;
    }
    
    .section3 {
        position: relative;
        margin-top: -.65rem;
        padding-top: 0.7rem;
        padding-bottom: .8rem;
        background: url(../images/s3-bg.png) no-repeat center top;
        background-size: 90% 100%;
    }
    
    .section3::after {
        content: "";
        position: absolute;
        left: 1rem;
        right: 1rem;
        bottom: 0;
        height: 1.22rem;
        background: url(../images/s3-xx.png) no-repeat center bottom;
        background-size: 100% 100%;
    }
    
    .sect3 .bt {
        display: flex;
        justify-content: center;
    }
    
    .sect3 .bt h2 {
        position: relative;
        padding: 0 .3rem;
        cursor: pointer;
    }
    
    .sect3 .bt h2::after {
        content: "";
        position: absolute;
        top: .1rem;
        left: 0;
        width: 0.02rem;
        height: 0.32rem;
        background: #B9B9B9;
    }
    
    .sect3 .bt h2:first-child:after {
        display: none;
    }
    
    .sect3 .title h2 span {
        padding: 0;
        color: #9E9E9E;
    }
    
    .sect3 .title h2.on span {
        padding: 0 0.6rem;
        color: #333;
    }
    
    .sect3 .title h2 span::before,
    .sect3 .title h2 span::after {
        opacity: 0;
        z-index: -1;
    }
    
    .sect3 .title h2.on span::before,
    .sect3 .title h2.on span::after {
        opacity: 1;
        z-index: 9;
    }
    
    .sect3 .more a {
        position: absolute;
        width: .75rem;
        height: .2rem;
        right: 0;
        top: .3rem;
        background: url(../images/more.png) no-repeat right center;
        background-size: 0.39rem auto;
        opacity: 0;
        z-index: -1;
        font-size: 0.16rem;
        color: #1D1D1D;
    }
    
    .sect3 .more a:hover {
        color: #A20A47;
    }
    
    .sect3 .more a.on {
        opacity: 1;
        z-index: 9;
    }
    
    .s3 {
        position: relative;
        margin-top: .7rem;
        height: 3.01rem;
    }
    
    .s3 ul {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        z-index: -1;
        width: 62.5%;
        margin: 0 auto;
    }
    
    .s3 ul.on {
        position: relative;
        opacity: 1;
        z-index: 9;
    }
    
    .s3 ul li {
        transition: all .6s;
    }
    
    .s3 .ul li.slick-current.slick-active {
        margin-top: .35rem;
    }
    
    .s3 .ul li.slick-current.slick-active+li+li {
        margin-top: .35rem;
    }
    
    .s3 ul li a {
        position: relative;
        display: block;
        text-align: center;
        padding-bottom: .5rem;
        transition: all .6s;
    }
    
    .s3 ul li a::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateY(-50%);
        width: 0.02rem;
        height: 0.12rem;
        background: #A20A47;
        bottom: .16rem;
        opacity: 0;
        z-index: -1;
    }
    
    .s3 ul li:hover a::after {
        opacity: 1;
        z-index: 9;
    }
    
    .s3 ul li.slick-current.slick-active+li a::after {
        bottom: 0;
    }
    
    .s3 ul li a .icon {
        position: relative;
        width: 1.65rem;
        height: 1.65rem;
        padding: 0.14rem;
        margin: 0 auto;
    }
    
    .s3 ul li a .icon::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/s3-qq.png) no-repeat center center;
        background-size: 100% 100%;
        animation: xz 5s linear infinite;
        animation-play-state: paused;
    }
    
    .s3 ul li a span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/s3-icon-bg.png) no-repeat center center;
        background-size: 100% 100%;
        z-index: 9;
    }
    
    .s3 ul li a span img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .s3 ul li a p {
        position: relative;
        margin-top: .2rem;
        font-size: 0.24rem;
        color: #262626;
        font-weight: bold;
        display: inline-block;
        padding: 0 .3rem;
    }
    
    .s3 ul li:hover a p {
        color: #A20A47;
    }
    
    .s3 ul li a p::before {
        content: "";
        position: absolute;
        width: 0.23rem;
        height: 0.01rem;
        left: 0;
        top: 50%;
        background: url(../images/s3-xx-l.png) no-repeat left center;
        background-size: .23rem auto;
    }
    
    .s3 ul li:hover a p::before {
        background: url(../images/s3-xx-l-other.png) no-repeat left center;
        background-size: .23rem auto;
    }
    
    .s3 ul li a p::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 0.23rem;
        height: 0.01rem;
        background: url(../images/s3-xx-r.png) no-repeat left center;
        background-size: .23rem auto;
    }
    
    .s3 ul li:hover a p::after {
        background: url(../images/s3-xx-r-other.png) no-repeat left center;
        background-size: .23rem auto;
    }
    
    .s3 ul li:hover a .icon::after {
        animation-play-state: running;
    }
    
    @keyframes xz {
        from,
        0%,
        to {
            transform: rotate(0);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    
    @media screen and (max-width: 1600px) {
        .section1::before {
            left: 5%;
        }
        .section3 {
            background-size: 100% 100%;
        }
    }
    
    @media screen and (max-width: 1200px) {
        .s1-l .slick-next {
            left: 0;
        }
        .s1-l .slick-prev {
            left: 0;
        }
        .s1-l {
            width: 7rem;
        }
        .list li {
            line-height: .45rem;
        }
        .s1-r-top {
            padding-top: 0;
        }
        .s2 ul li a {
            padding: .2rem .3rem;
        }
        .s3 ul {
            width: 100%;
        }
    }
    
    @media screen and (max-width: 1024px) {
        .section1::before {
            left: .45rem;
        }
    }
    
    @media screen and (max-width: 1000px) {
        .s1 {
            display: block;
        }
        .s1-l {
            width: 100%;
            margin-right: 0;
            margin-bottom: .2rem;
        }
        .s1-r {
            padding-left: .7rem;
        }
        .s2 ul li {
            width: 50%;
        }
        .s3 ul li a span img {
            max-width: .7rem
        }
        .section2 {
            padding-top: 1rem;
        }
    }
    
    @media screen and (max-width: 600px) {
        .title h2 span {
            font-size: .24rem;
            padding: 0 .3rem;
        }
        .title h2 span::before,
        .title h2 span::after,
        .sect2 .title h2 span::before,
        .sect2 .title h2 span::after {
            background-size: .25rem auto;
            width: .25rem;
        }
        .title h2 b {
            font-size: .14rem;
        }
        .section1 {
            padding-top: .15rem;
            padding-bottom: .4rem;
        }
        .section2 {
            background: #A20A47;
            margin-top: 0;
            padding: .15rem 0;
        }
        .section1::after {
            bottom: .1rem;
        }
        .section1::before {
            bottom: 0;
        }
        .s2 ul li {
            width: 100%;
            margin-top: .15rem;
        }
        .sect3 .more a {
            position: static;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
        .sect3 .title h2.on span {
            padding: 0 .3rem;
        }
        .section3 {
            margin-top: 0;
            padding: .15rem 0;
        }
        .s1 {
            margin-top: .15rem;
        }
        .s1-l a .nr {
            padding: .15rem;
        }
        .s3 {
            margin-top: .15rem;
            height: 2rem;
        }
        .section3::after {
            display: none;
        }
        .s3 ul li a .icon {
            width: 1rem;
            height: 1rem;
        }
        .s3 ul li a span img {
            max-height: .4rem;
        }
        .s3 ul li a {
            padding-bottom: 0;
        }
        .date-list>li a .date {
            width: .7rem;
            height: .7rem;
        }
        .date-list>li a .date p {
            padding-top: .1rem;
            font-size: .2rem;
        }
        .date-list>li a .date span {
            font-size: .12rem;
        }
        .s1-l a .nr .date p {
            font-size: .2rem;
        }
        .s1-l .slick-prev,
        .s1-l .slick-next {
            width: .4rem;
            height: .4rem;
        }
        .section1::before {
            left: .35rem;
        }
        .s1-l,
        .s1-r {
            padding-left: .5rem;
        }
        .banner .slick-dots {
            bottom: .15rem;
        }
    }