@charset "utf-8";@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal
}

a {
    display: block
}

.banner {
    position: relative;
    overflow: hidden
}

.banner video,.banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block
}

.banner a {
    display: block;
    position: relative;
    padding-top: 32.29%;
    overflow: hidden
}

.banner .slick {
    position: relative;
    z-index: 9
}

.banner .slick-slide a {
    display: block;
    position: relative
}

.banner .slick-dots {
    bottom: .4rem
}

.banner .slick-dots li {
    width: .1rem;
    height: .1rem;
    background: #ffffff;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0 .2rem
}

.banner .slick-dots li.slick-active {
    opacity: 1;
    background: #ffffff
}

.banner .slick-slide.slick-current a img {
    animation: img_scale 8s linear
}

@keyframes img_scale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.s1 {
    padding-top: .6rem;
    padding-bottom: .4rem
}

.tit {
    position: relative
}

.more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.more a {
    font-size: .16rem;
    color: #9F3120
}

.more a:hover {
    font-weight: 600
}

.tit {
    margin-bottom: .6rem
}

.tit-c {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative
}

.tit-c img {
    width: .4rem;
    margin-right: .1rem
}

.tit-c h3 {
    font-size: 0rem;
    position: relative
}

.tit-c h3 b {
    font-size: .36rem;
    color: #333333;
    font-weight: normal
}

.tit-c h3 b:first-child {
    color: #982739
}

.tit-c span {
    color: #666666;
    font-size: .16rem;
    font-family: 'sy';
    position: absolute;
    right: 0;
    top: 100%
}

.tit-c h3 b:last-child {
    color: #982739
}

.tit-c span::before {
    content: '';
    width: .53rem;
    border-bottom: .01rem solid #DEAB42;
    position: absolute;
    top: 50%;
    right: 105%;
    transform: translateY(-50%)
}

.s1-ban .pic {
    padding-top: 62%
}

.s1-ban ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.s1-ban ul li a {
    margin: 0 .2rem
}

.s1-tx {
    border: 1px solid #EFEFEF;
    padding: .3rem;
    padding-top: .6rem;
    position: relative
}

.s1-tx h3 {
    color: #000000;
    font-size: .18rem;
    line-height: .24rem;
    height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.s1-tx p {
    color: #9E9E9E;
    font-size: .16rem;
    line-height: .3rem;
    height: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: .1rem;
    margin-bottom: .3rem
}

.s1-gd {
    border: 1px solid rgba(152, 39, 57, 0.2);
    width: 1.68rem;
    line-height: .48rem;
    margin: 0 auto;
    text-align: center;
    color: #982739;
    font-size: .16rem;
    transition: all 0.5s
}

.s1-gd:hover {
    letter-spacing: .02rem
}

.s1-date {
    width: 1rem;
    height: .8rem;
    position: absolute;
    left: 0;
    top: -0.4rem;
    background: url(../images/s1-date.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.s1-date b {
    color: #ffffff;
    font-size: .24rem;
    margin-right: .12rem;
    transform: translateY(-0.1rem)
}

.s1-date span {
    color: #ffffff;
    font-size: .18rem;
    transform: translateY(.1rem)
}

.s1-date::before {
    content: '';
    width: .23rem;
    height: .23rem;
    background: url(../images/s1-line.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%)
}

.s234 {
    padding: .5rem 0;
    background: url(../images/s234.png) no-repeat center top;
    background-size: cover
}

.s3 {
    padding-top: 1rem;
    padding-bottom: .5rem;
    position: relative
}

.s3::before {
    content: '';
    width: 21.63rem;
    height: 8.03rem;
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/s3-bg.png) no-repeat;
    background-size: 100% 100%
}

.s3>div {
    position: relative;
    z-index: 2
}

.s3-lt ul li a {
    display: flex;
    align-items: center
}

.s3-lt ul li a .ico-box {
    width: 1.25rem;
    height: 1.25rem;
    border: 1px dashed #982739;
    padding: .08rem;
    border-radius: 50%;
    margin-right: .2rem;
    position: relative
}

.s3-dp {
    width: 1.08rem;
    height: .7rem;
    background: url(../images/s3-dp.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translateX(-50%)
}

.s3-dp::after {
    content: '';
    height: .9rem;
    border-right: 1px solid #C1808B;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%)
}

.s3-lt .ico {
    background: #ffffff;
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px dashed #D4A6AD
}

.s3-lt ul li a .ico-box .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%
}

.s3-lt .ico img:first-child {
    display: block
}

.s3-lt .ico img:last-child {
    display: none
}

.s3-tx h3 b {
    font-family: 'sy';
    font-size: .5rem;
    line-height: 1;
    color: #982739;
    font-weight: normal
}

.s3-tx h3 span {
    font-size: .18rem;
    color: #982739
}

.s3-tx h3 {
    margin-bottom: .1rem
}

.s3-tx p {
    color: #666666;
    font-size: .18rem
}

.s3-lt ul {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.s3-lt ul li:nth-child(-n+3) {
    margin-bottom: 1.5rem
}

.s3-lt ul li:nth-child(1) {
    margin-right: .6rem
}

.s3-lt ul li:nth-child(2) {
    margin-right: 2.6rem;
    transform: translateY(.2rem)
}

.s3-lt ul li:nth-child(4) {
    margin-left: 6rem;
    margin-right: 1.2rem;
    transform: translateY(.48rem)
}

.s3-lt ul li:nth-child(5) {
    transform: translateY(1.6rem)
}

.s3-lt ul li:nth-child(5) .s3-dp::after {
    height: .4rem
}

.s3-lt ul li:nth-child(5) .s3-dp,.s3-lt ul li:nth-child(4) .s3-dp {
    top: auto;
    bottom: 90%;
    transform-origin: center center;
    transform: rotateX(180deg) translateX(-50%)
}

.s3-lt ul li:hover .ico>img:first-child {
    display: none
}

.s3-lt ul li:hover .ico>img:last-child {
    display: block
}

.s3-lt ul li:hover .ico {
    background-color: #982739;
    border-color: #982739
}

.s4 {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem
}

@media screen and (max-width: 1200px) {
    .s3 {
        padding-top: .5rem;
        padding-bottom: 0
    }

    .s4 {
        padding-top: .5rem
    }

    .s3::before {
        display: none
    }

    .s3-lt ul {
        align-items: flex-start
    }

    .s3-lt ul li {
        margin: 0 !important;
        transform: none !important;
        width: 20%
    }

    .s3-lt ul li a {
        margin-bottom: .3rem;
        flex-wrap: wrap
    }

    .s3-lt ul li a .ico-box {
        margin: 0 auto
    }

    .s3-tx {
        flex: auto;
        width: 100%;
        text-align: center;
        margin-top: .2rem
    }

    .s3-dp {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .s3-tx h3 b {
        font-size: .4rem
    }

    .s1 {
        padding: .3rem 0
    }

    .tit-c img {
        width: .25rem
    }

    .tit-c h3 b {
        font-size: .26rem
    }

    .s4 {
        padding-top: .3rem;
        padding-bottom: 0
    }
}

@media screen and (max-width: 640px) {
    .s3-lt ul li {
        width: 33.33%
    }

    .s3-tx h3 b {
        font-size: .3rem
    }
}