@charset "utf-8";

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner ul li video,
.banner ul li a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.banner ul li a {
    display: block;
    position: relative;
    padding-top: 100vh;
    overflow: hidden;
}

.banner ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-prev {
    width: .84rem;
    height: .26rem;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
    left: 43%;
    top: auto;
    transform: none;
    bottom: .5rem;
}

.banner .slick-next {
    width: .89rem;
    height: .26rem;
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%;
    right: 43%;
    top: auto;
    transform: none;
    bottom: .5rem;
}

.banner .slick-dots {
    width: 3.85rem;
    height: 1.07rem;
    background: url(../images/ban-dbg.png) no-repeat center bottom;
    background-size: 100%;
    position: absolute;
    left: 50%;
    bottom: .3rem;
    transform: translateX(-50%);
    padding-top: .3rem;
}

.banner .slick-dots li {
    width: auto;
    height: auto;
    display: none;
    text-align: center;
}

.banner .slick-dots li button {
    width: auto;
    height: auto;
    line-height: 1;
    display: block;
    padding: 0;
    font-size: .22rem;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    font-family: 'sans-serif';
}

.banner .slick-dots li.slick-active {
    display: block;
}

.banner .slick-slide.slick-current a img {
    /*! animation: img_scale 8s linear; */
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* s1 */
.s1 {
    padding: 1.2rem 0;
    position: relative;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.s1-l {
    width: 53%;
    margin-right: .76rem;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.tit {
    margin-bottom: .5rem;
    text-align: left;
    position: relative;
}

.tit h3 {
    display: inline-block;
    position: relative;
    padding-left: .6rem;
}

.tit h3::before {
    content: '';
    width: .73rem;
    height: 1.04rem;
    background: url(../images/tit.png) no-repeat left bottom;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: -0.1rem;
}

.tit h3 b {
    font-size: .64rem;
    line-height: 1;
    color: #BE2B28;
    vertical-align: bottom;
}

.more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.more::before {
    content: '';
    width: 1.11rem;
    height: .43rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/more.png) no-repeat;
    background-size: 100% 100%;
}

.more a:hover {
    opacity: 0.7;
}

.more a {
    color: #BE2B28;
    font-size: .16rem;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}

.s1-data ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.s1-data ul li a {
    padding: .2rem;
    text-align: center;
    display: block;
    border: .01rem solid rgba(124, 124, 124, 0.16);
    min-width: 1.7rem;
}

.s1-data ul li a h3 {
    font-family: HarmonyOS Sans;
    font-size: .6rem;
    font-weight: 300;
    line-height: 1;
    text-transform: capitalize;
    color: #BE2B28;
    margin-bottom: .1rem;
}

.s1-data ul li a p {
    font-size: .18rem;
    color: #333333;
}

.s1-tx p {
    font-size: .2rem;
    line-height: .4rem;
    /*! text-transform: capitalize; */
    color: #333333;
}

.s1-tx {
    margin-bottom: .46rem;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-r img {
    width: 100%;
    display: block;
}

/* s2 */

.s2 {
    padding-bottom: 1.5rem;
    position: relative;
    background: url(../images/f-line.png) no-repeat center bottom;
    background-size: 100%
}

.s2 .tit {
    text-align: center;
}
.s2-lt .slick-prev {
    width: .53rem;
    height: .53rem;
    background: url(../images/s2-l.png) no-repeat;
    background-size: 100% 100%;
    left: -0.1rem;
}
.s2-lt>ul {
    margin-right: -1.6rem;
}

.s2-lt>ul .slick-list {
    padding-right: 2.6rem !important;
}

.s2-lt .pic {
    padding-top: 73%;
}

.s2-lt ul li a {
    margin: 0 .16rem;
}

.s2-tx {
    padding: .2rem;
    position: relative;
}

.s2-tx::before {
    content: '';
    width: .02rem;
    height: .6rem;
    background: #FFF2DA;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
}

.s2-lt a:hover .s2-tx::before {
    height: 100%;
}

.s2-tx p {
    color: #ffffff;
    font-size: .18rem;
    margin-bottom: .2rem;
}

.s2-tx h3 {
    font-size: .2rem;
    line-height: .4rem;
    height: .8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #FFFFFF;
}

.s2-more {
    margin-top: .2rem;
}

.s2-more .more {
    position: relative;
    transform: none;
    text-align: center;
}

.s2-more .more a {
    color: #ffffff;
}






.index {
    background: url(../images/top-bg.png) no-repeat center top;
    background-size: 100%;
    position: relative;
}

.index::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bot-bg.png) no-repeat center bottom;
    background-size: 100%;
}


@media screen and (max-width: 1024px) {
    .banner ul li a {
        padding-top: 50%;
    }

    .banner .slick-arrow {
        display: none !important;

    }

    .s1-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s1-r {
        flex: auto;
        width: 100%;
    }

    .tit h3 b {
        font-size: .4rem;
    }

    .s1 {
        padding: .5rem 0;
    }

    .tit h3 {
        padding-left: .5rem;
    }

    .tit h3::before {
        background-size: 80%;
    }

    .s1-data ul li a h3 {
        font-size: .4rem;
    }

    .tit {
        margin-bottom: .3rem;
    }

    .s2-lt>ul .slick-list {
        padding: 0 !important;
    }

    .s2-lt>ul {
        margin: 0;
    }

    .s2-tx p {
        color: #BE2B28 !important;
    }

    .s2-tx h3 i {
        color: #333333 !important;
    }

    .index::before {
        display: none;
    }

    .s2-more .more a {
        color: #333333;
    }

    .s2 {
        padding: .5rem 0;
    }
}

@media screen and (max-width: 640px) {
    .s1-data ul li {
        width: 48%;
        margin-bottom: .2rem;
    }
}

@media screen and (max-width: 480px) {
    .banner .slick-dots {
        bottom: 0;
        transform: translateX(-50%) scale(0.7);
    }
}

.img-fit-cover{object-fit: cover; font-family: 'object-fit: cover;';}