@charset "UTF-8";

video::-webkit-media-controls {
    width: 100%;
    opacity: 0;
    transition: all 0.6s;
}

video:hover::-webkit-media-controls {
    opacity: 1;
}

@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: 85%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.banner a {
    display: block;
    position: relative;
    padding-top: 31.25%;
    overflow: hidden;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-dots {
    text-align: right;
    width: auto;
    left: auto;
    right: 1.6rem;
    bottom: .4rem;
}

.banner .slick-dots li {
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    opacity: 0.5;
    background: #ffffff;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
}

.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 */
.s1 {
    padding-top: .52rem;
    padding-bottom: .6rem;
}

.tit {
    position: relative;
    margin-bottom: .35rem;
    text-align: left;
}

.more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.more a {
    color: #AE1C1C;
    font-size: .14rem;
    transition: all 0.3s;
}

.more a:hover {
    letter-spacing: .02rem;
}

.tit h3 {
    padding-left: .15rem;
    padding-top: .15rem;
    display: flex;
    background: url(../images/tit-bg.png) no-repeat left top;
    background-size: .6rem;
    display: inline-block;
}

.tit h3 b {
    color: #333333;
    font-size: .3rem;
    font-family: 'sy';
}

.tit h3 b:last-child {
    color: #AE1C1C
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-l {
    width: 23%;
}

.s1-m {
    flex: 1;
    min-width: 0;
    margin: 0 .2rem;
}

.s1-r {
    width: 33%;
}

.s1-tx h3 {
    color: #333333;
    font-size: .2rem;
    line-height: .26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: .2rem;
    margin-top: .2rem;
    margin-bottom: .15rem;
}

.s1-tx p {
    font-size: .18rem;
    line-height: .26rem;
    height: .52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgba(17, 17, 17, 0.6);
}

.s1-l a {
    position: relative;
}

.s1-l .pic {
    padding-top: 81%;
}

.s1-date {
    width: .82rem;
    height: .77rem;
    background: url(../images/s1-datebg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 .13rem;
    padding-top: .09rem;
    text-align: center;
    font-family: 'sy';
    position: absolute;
    left: 0;
    top: 0;
}

.s1-date b {
    color: #ffffff;
    font-size: .26rem;
    line-height: 1;
    display: block;
}

.s1-date span {
    color: #ffffff;
    font-size: .14rem;
    display: block;
}

.s1-m .pic {
    padding-top: 70%;
}

.s1-m .slick-dots {
    text-align: right;
    padding-right: .4rem;
    padding-bottom: .2rem;
}

.s1-m .slick-dots li {
    width: .09rem;
    height: .09rem;
    border-radius: .5rem;
    background: #ffffff;
    opacity: 0.5;
    transition: all 0.3s;
}

.s1-m .slick-dots li.slick-active {
    opacity: 1;
    width: .3rem;
}

.s1-r ul li {
    margin-bottom: .11rem;
}

.s1-r ul li:last-child {
    margin-bottom: 0;
}

.s1-r ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .13rem .2rem;
    background: #FFFFFF;
    border: .01rem solid rgba(51, 51, 51, 0.15);
    position: relative;
}

.s1-r ul li a::before {
    content: '';
    width: .02rem;
    height: .5rem;
    background: #AA2020;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.s1-r ul li a::after {
    content: '';
    width: .02rem;
    height: .5rem;
    background: #AA2020;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.s1-r ul li a span {
    font-size: .15rem;
    line-height: .26rem;
    color: #AE1C1C;
    padding-right: .13rem;
    padding-left: .2rem;
    background: url(../images/date1.png) no-repeat left center;
    background-size: .16rem;
    display: block;
}

.s1-r ul li a p {
    font-size: .18rem;
    line-height: .22rem;
    color: #333333;
    max-height: .44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    flex: 1;
    min-width: 0;
    border-left: .01rem solid #D8D8D8;
    padding-left: .2rem;
}

.s1-r ul li a:hover p {
    color: #AA2020;
}

/* s2 */
.s2 {
    background: url(../images/s2-bg.png) no-repeat;
    background-size: cover;
    padding-top: .5rem;
    padding-bottom: .7rem;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-l {
    width: 38%;
}

.s2-m {
    width: 38%;
}

.s2-r {
    width: 18%;
}

.s2-l ul li a {
    border: .01rem solid rgba(0, 0, 0, 0.1);
    line-height: .77rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 .2rem;
}
.s2-l ul li {
    margin-bottom:0.1rem;
}
.s2-l ul li:last-child {
    margin-bottom: 0;
}

.s2-l ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.035rem;
    width: 0;
    height: .06rem;
    background: url(../images/s2-line.png) no-repeat;
    background-size: 5.3rem 100%;
    transition: all 0.6s;
}

.s2-l ul li a:hover::after {
    width: 100%;
}

.s2-l ul li a span {
    font-size: .15rem;
    line-height: .26rem;
    color: #AE1C1C;
    padding-right: .15rem;
    padding-left: .2rem;
    background: url(../images/date1.png) no-repeat left center;
    background-size: .16rem;
    display: block;
}

.s2-l ul li a p {
    flex: 1;
    min-width: 0;
    font-size: .2rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-l ul li a:hover p {
    color: #AA2020;
}

.s2-m ul li {
    margin-bottom: .1rem;
}

.s2-m ul li:last-child {
    margin-bottom: 0
}

.s2-m ul li a {
    border: .01rem solid rgba(0, 0, 0, 0.1);
    line-height: .77rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 .2rem;
}

.s2-m ul li a span {
    font-size: .15rem;
    line-height: .26rem;
    color: #AE1C1C;
    padding-right: .13rem;
    padding-left: .2rem;
    background: url(../images/date1.png) no-repeat left center;
    background-size: .16rem;
    display: block;
}

.s2-m ul li a p {
    font-size: .2rem;
    color: #333333;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-m ul li a:hover p {
    color: #AA2020;
}

.s2-r ul li {
    margin-bottom: .18rem;
}

.s2-r ul li a {
    position: relative;
    border: .02rem solid #AE1C1C;
    padding-top: .4rem;
    padding-bottom: .36rem;
}

.s2-r ul li a .ico {
    height: .7rem;
    position: relative;
}

.s2-r ul li a .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    min-height: 85%;
    display: block;
}

.s2-r ul li a .ico img:last-child {
    display: none;
}

.s2-r ul li a:hover .ico img:first-child {
    display: none;
}

.s2-r ul li a:hover .ico img:last-child {
    display: block;
}

.s2-r ul li a p {
    font-size: .2rem;
    color: #AE1C1C;
    text-align: center;
    margin-top: .17rem;
    font-weight: bold;
}

.s2-r ul li a:hover p {
    color: #ffffff;
}

.s2-r ul li a:hover {
    background-color: #AA2020;
}

/* s3 */

.s3 .tit {
    text-align: center;
}

.s3 {
    background: url(../images/s3-bg.jpg) no-repeat center top;
    background-size: 100%;
    padding-top: .6rem;
}

.s3 .more a {
    color: #ffffff;
}

.s3 .tit h3 {
    background: url(../images/tit-bg2.png) no-repeat left top;
    background-size: .6rem;
}

.s3 .tit h3 b {
    color: #ffffff;
}


.s3-lt ul li a p {
    color: #333333;
    font-size: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: .2rem;
}

.s3-lt ul li a:hover p {
    color: #AA2020;
}

.s3-lt ul li a {
    transform: scale(0.8);
    transition: all 0.3s;
}

.s3-lt ul li.swiper-slide-active+li a {
    transform: scale(1);
}

.s3-lt ul li.swiper-slide-active+li a p {
    transform: scale(0.8);
}

.s3-lt .pic {
    padding-top: 65%;
}


.s3-c {
    position: relative;
    padding-top: .6rem;
    padding-bottom: .2rem;
}

.s3-c::before {
    content: '';
    width: 46%;
    height: 3rem;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.s3-btn>div {
    width: .52rem;
    height: .52rem;
    cursor: pointer;
}

.s3-p {
    background: url(../images/s3-l.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 27%;
    bottom: 0;
    z-index: 2;
}

.s3-p:hover {
    background: url(../images/s3-lh.png) no-repeat;
    background-size: 100% 100%;
}

.s3-n {
    background: url(../images/s3-r.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 27%;
    bottom: 0;
    z-index: 2;
}

.s3-n:hover {
    background: url(../images/s3-rh.png) no-repeat;
    background-size: 100% 100%;
}

/* s4 */
.s4 {
    padding-top: .5rem;
    padding-bottom: .8rem;
}

.s4 .tit {
    text-align: center;
}

.s4-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s4-l li {
    margin-bottom: .2rem;
}

.s4-l li:last-child {
    margin-bottom: 0
}

.s4-l .pic {
    padding-top: 68%;
}

.s4-l {
    width: 23.5%;
}

.s4-m {
    flex: 1;
    min-width: 0;
    margin: 0 .2rem;
}

.s4-a {
    position: relative;
}
.s4-a:hover:after,
.s4-a:hover p{
    display:none;
}

.s4-a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    font-size: .18rem;
    padding: .2rem .15rem;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.s4-m .pic {
    padding-top: 66.8%;
}




@media screen and (max-width: 1024px) {
    .s1 {
        padding: .3rem 0;
    }

    .s1-l {
        width: 100%;
    }

    .s1-m {
        flex: auto;
        width: 100%;
        margin: .3rem 0;
    }

    .s1-r {
        width: 100%;
    }

    .s2 {
        padding: .3rem 0;
    }

    .s2-l {
        width: 100%;
    }

    .s2-m {
        width: 100%;
        margin: .3rem 0;
    }

    .s2-r {
        width: 100%;
    }

    .s2-r ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .s2-r ul li {
        width: 31%;
    }

    .tit h3 b {
        font-size: .26rem;
    }

    .s3 {
        background-size: auto 3rem;
        padding-top: .3rem;
    }

    .s3-c {
        padding-top: 0;
    }

    .s3-c::before {
        display: none;
    }

    .s3-lt ul li a {
        transform: scale(1) !important;
        margin: 0 .1rem;
    }

    .s3-btn>div {
        display: none;
    }

    .s4-l {
        width: 100%;
        margin: 0;
    }

    .s4-l ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .s4-l li {
        width: 49%;
        margin: 0;
    }

    .s4-m {
        flex: auto;
        width: 100%;
        margin: .2rem 0;
    }

    .s4 {
        padding: .3rem 0;
    }


}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {

    .s2-r ul li a {
        padding: .2rem 0;
    }

    .s2-r ul li a .ico {
        height: .5rem;
    }
}