@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 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: 40%;
    overflow: hidden;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-prev {
    width: .7rem;
    height: .7rem;
    background: url(../images/ban-l.png) no-repeat;
    background-size: 100% 100%;
    left: .44rem;
}

.banner .slick-next {
    width: .7rem;
    height: .7rem;
    background: url(../images/ban-r.png) no-repeat;
    background-size: 100% 100%;
    right: .44rem;
}

.banner .slick-dots {
    bottom: .4rem;
}

.banner .slick-dots li {
    width: .46rem;
    height: .48rem;
    background: url(../images/ban-d1.png) no-repeat center center;
    background-size: .11rem;
    margin: 0;
    transition: all 0.3s;
}

.banner .slick-dots li.slick-active {
    background: url(../images/ban-d2.png) no-repeat center center;
    background-size: 100% 100%;
}

.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: .66rem;
    padding-bottom: .82rem;
}

.tit {
    margin-bottom: .45rem;
    position: relative;
}

.tit h3::before {
    content: '';
    width: 2.47rem;
    height: .76rem;
    background: url(../images/tit-bef1.png) no-repeat left center;
    background-size: 100%;
    position: absolute;
    top: -0.15rem;
    left: 0;
}

.tit h3 {
    padding-left: .2rem;
    display: inline-block;
    position: relative;
}

.tit h3 b {
    font-size: .36rem;
    color: #333333;
    font-family: 'sy';
    position: relative;
}

.tit h3 b:last-child {
    color: #A11211;
}

.more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.more a {
    color: #4D4D4D;
    font-size: .18rem;
    padding-right: .35rem;
    background: url(../images/more1.png) no-repeat right center;
    background-size: .37rem;
}

.more a:hover {
    color: #A11211;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s1-c>div {
    width: 48.5%;
}

.s1-one a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(116deg, #A11211 41%, #DB4242 101%);
}

.s1-one a .pic {
    width: 4.2rem;
    padding-top: 3.12rem;
}

.s1-txt {
    flex: 1;
    min-width: 0;
    padding: .3rem;
    padding-bottom: .5rem;
    background: url(../images/s1-jt.png) no-repeat right .3rem bottom;
    background-size: .2rem;
}

.s1-txt span {
    font-size: .16rem;
    line-height: .26rem;
    color: #FFFFFF;
    background: url(../images/s1-date.png) no-repeat left center;
    background-size: .11rem;
    padding-left: .2rem;
}

.s1-txt h3 {
    font-size: .18rem;
    font-weight: bold;
    line-height: .3rem;
    max-height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #FFFFFF;
    margin: .15rem 0;
}


.s1-txt p {
    font-size: .16rem;
    line-height: .3rem;
    color: rgba(255, 255, 255, 0.8);
    max-height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s1-one {
    display: none;
}

.s1-lt ul li.on .s1-one {
    display: block;
}

.s1-lt ul li.on .s1-two {
    display: none;
}

.s1-two a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: .01rem solid #E5E5E5;
    padding-left: .2rem;
    position: relative;
    line-height: .79rem;
}

.s1-two a::before {
    content: '';
    width: .06rem;
    height: .06rem;
    background: #A11211;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}

.s1-two p {
    font-size: .18rem;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.s1-two span {
    font-size: .16rem;
    color: #999999;
}


.s1-rt ul {
    border-top: .01rem solid #E5E5E5;
}

.s1-rt ul li a {
    padding: .27rem 0;
    border-bottom: .01rem solid #E5E5E5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s1-date {
    margin-right: .36rem;
    border: .01rem solid #A11211;
    display: none;
}

.s1-date b {
    font-size: .3rem;
    font-weight: bold;
    line-height: .4rem;
    text-align: center;
    color: #A11211;
    display: block;
    padding: 0 .15rem;
}

.s1-date span {
    display: block;
    font-size: .14rem;
    line-height: .3rem;
    text-align: center;
    color: #FFFFFF;
    background-color: #A11211;
}

.s1-tx {
    flex: 1;
    min-width: 0;
}

.s1-tx h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: .2rem;
    position: relative;
}

.s1-tx h3::before {
    content: '';
    width: .06rem;
    height: .06rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #A11211;
    border-radius: 50%;
}

.s1-rt ul li.cur .s1-tx h3 {
    padding-left: 0;
}

.s1-rt ul li.cur .s1-tx h3 span {
    display: none;
}

.s1-rt ul li.cur .s1-tx h3::before {
    display: none;
}

.s1-tx p {
    font-size: .14rem;
    line-height: .24rem;
    color: #999999;
    height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: .1rem;
}

.s1-tx h3 b {
    flex: 1;
    min-width: 0;
    font-size: .18rem;
    font-weight: normal;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.s1-tx h3 span {
    font-size: .16rem;
    color: #999999;
    font-weight: normal;
}

.s1-tx b {
    font-size: .18rem;
    color: #262626;
}

.s1-tx span {
    font-size: .16rem;
    line-height: .26rem;
    color: #999999;
}


.s1-rt ul li.cur a .s1-date {
    display: block;
}

.s1-rt ul li a p {
    display: none;
}

.s1-rt ul li.cur a p {
    display: block;
    display: -webkit-box;
}

.s1-rt ul li a:hover b {
    color: #A11211;
}

/* s2 */

.s2 {
    background: url(../images/s2-bg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: .86rem;
    padding-bottom: .98rem;
}

.s2 .tit {
    text-align: center;
}

.s2 .tit h3 b {
    color: #ffffff !important;
}

.s2 .tit h3::before {
    background: url(../images/tit-bef2.png) no-repeat;
    background-size: 100% 100%;
}

.s2 .more a {
    background: url(../images/more2.png) no-repeat right center;
    background-size: .37rem;
    color: #ffffff;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s2-lt {
    flex: 1;
    min-width: 0;
    padding-left: .2rem;
}

.s2-lt ul li a h2 b {
    color: #ffffff;
    font-size: .18rem;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    padding-top: .05rem;
    padding-left: .03rem;
    background-color: #C49A72;
    margin-right: .03rem;
}

.s2-lt ul li a h2 span {
    color: #C49A72;
    font-size: .18rem;
}

.s2-lt ul li a {
    background: rgba(255, 255, 255, 0.9);
    border: .01rem solid #CDC2B3;
    padding: .5rem .3rem;
    margin: 0 .11rem;
}

.s2-lt ul li a h3 {
    font-size: .2rem;
    line-height: .26rem;
    text-align: justify;
    height: .52rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    margin-top: .35rem;
    margin-bottom: .2rem;
}

.s2-lt ul li a p {
    font-size: .14rem;
    line-height: .22rem;
    height: .66rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
    color: #666666;
}

.s2-jt {
    width: .3rem;
    height: .23rem;
    background: url(../images/s2-jt1.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: .6rem;
}

.s2-lt ul li a:hover .s2-jt {
    background: url(../images/s2-jt.png) no-repeat center center;
    background-size: 100% 100%;
}

.s2-lt ul li a:hover {
    background: url(../images/s2-tbgh.png) no-repeat center center;
    background-size: 100% 100%;
    border-color: transparent;
}

.s2-lt ul li a:hover h3 {
    font-weight: 600;
}

/* s3 */
.s3 {
    background: url(../images/s3-bg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: .89rem;
    padding-bottom: 1.06rem;
}

.s3-a1 {
    position: relative;
}

.s3-a1 .pic {
    padding-top: 67%;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-c>div {
    width: 49%;
}

.s3-lc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-lc>div {
    width: 48%;
}

.s3-a1 {
    background: #A11211;
}

.s3-tx {
    padding: .2rem .3rem;
    padding-bottom: .3rem;
}

.s3-tx h3 {
    font-size: .18rem;
    font-weight: bold;
    line-height: .24rem;
    color: #FFFFFF;
    height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s3-tx p {
    font-size: .14rem;
    line-height: .2rem;
    height: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #F3F3F3;
    margin: .13rem 0;
}

.s3-tx span {
    font-size: .16rem;
    line-height: .24rem;
    color: #F2FDFF;
}

.s3-a2 {
    background: url(../images/s3-lg.png) no-repeat right bottom #fff;
    background-size: 2rem;
    border-bottom: .04rem solid #A11211;
    padding: .6rem .3rem;
}

.s3-a2 h3 {
    font-size: .18rem;
    line-height: .24rem;
    height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333333;
}

.s3-a2 p {
    font-size: .14rem;
    line-height: .22rem;
    height: .88rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-top: .2rem;
    margin-bottom: 1rem;
}

.s3-a2:hover h3 {
    color: #A11211;
}

.s3-a2 span {
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
}

.s3-b {
    margin-top: .2rem;
}

.s3-t ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-t ul li {
    width: 31%;
}

.s3-t ul li a {
    position: relative;
}

.s3-t ul li a::before {
    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, 0.8) 100%);
    z-index: 1;
}

.s3-t ul li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    font-size: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .15rem;
    z-index: 2;
}

.s3-t ul li a .pic {
    padding-top: 121%;
}

.s3-b ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: .7rem;
    padding: 0 .3rem;
    transition: all 0.3s;
}

.s3-b ul li a p {
    font-size: .18rem;
    color: #333333;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-b ul li a span {
    font-size: .16rem;
    line-height: .18rem;
    color: #999999;
}

.s3-b ul li a:hover p {
    color: #ffffff;
}

.s3-b ul li a:hover span {
    color: #ffffff;
}

.s3-b ul li a:hover {
    background: #A11211;
}

/* s4 */
.s4 {
    padding-top: .6rem;
    padding-bottom: .8rem;
}

.s4 .tit {
    text-align: center;
}

.s4-lt a {
    position: relative;
    margin: 0 .13rem;
}

.s4-lt a:hover p {
    color: #A11211;
    font-weight: 600;
}

.s4-lt .pic {
    padding-top: 54%;
}

.s4-tx {
    position: relative;
    padding-left: .15rem;
    margin-top: .2rem;
}

.s4-tx::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .03rem;
    height: .24rem;
    background-color: #A11211;
}

.s4-tx p {
    font-size: .2rem;
    color: #333333;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* s5 */
.s5 {
    background: url(../images/s5-bg1.png) no-repeat;
    background-size: cover;
}

.s5-it .ico {
    height: 1rem;
    position: relative;
}

.s5-it .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    min-height: 80%;
}

.s5-lt ul li a:hover .ico {
    animation: jello 1s;
}

.s5 .tit {
    text-align: center;
}

.s5-c {
    padding: .6rem;
}

.s5 {
    padding-bottom: .6rem;
}

.s5-lt ul li:nth-child(4n+1) a {
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
}

.s5-lt ul li:nth-child(4n+2) a {
    background: url(../images/bg2.jpg) no-repeat;
    background-size: cover;
}

.s5-lt ul li:nth-child(4n+3) a {
    background: url(../images/bg3.jpg) no-repeat;
    background-size: cover;
}

.s5-lt ul li:nth-child(4n+4) a {
    background: url(../images/bg4.jpg) no-repeat;
    background-size: cover;
}

.s5-lt ul li a {
    position: relative;
    padding: .5rem 0;
    margin: 0 .2rem;
}

.s5-lt ul li a p {
    color: #ffffff;
    font-size: .26rem;
    text-align: center;
    margin-top: .1rem;
}


.s5-lt .slick-prev {
    width: .2rem;
    height: .36rem;
    background: url(../images/s5-l.png) no-repeat;
    background-size: 100% 100%;
    left: -0.2rem;
}

.s5-lt .slick-next {
    width: .2rem;
    height: .36rem;
    background: url(../images/s5-r.png) no-repeat;
    background-size: 100% 100%;
    right: -0.2rem;
}













@media screen and (max-width: 1024px) {

    .s1 {
        padding: .3rem 0;
    }

    .s1-l {
        margin-bottom: .5rem;
    }

    .s1-c>div {
        width: 100%;
    }

    .tit h3 b {
        font-size: .26rem;
    }

    .tit h3::before {
        background-size: 80%;
    }

    #schedule-box {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s2 {
        padding: .3rem 0;
    }

    .s2-lt {
        flex: auto;
        width: 100%;
        padding: 0;
    }

    .s3-c>div {
        width: 100%;
    }

    .s3 {
        padding: .3rem 0;
    }

    .s3-l {
        margin-bottom: .3rem;
    }

    .s3-a1 {
        margin-bottom: .3rem;
    }

    .s3-lc>div {
        width: 100%;
    }

    .s3-b ul li a {
        padding: 0 .1rem;
    }

    .s4 {
        padding: .3rem 0;
    }

    .banner .slick-dots {
        bottom: 0;
        transform: scale(0.8);
    }

    .banner .slick-arrow {
        display: none !important;
    }

    .tit {
        text-align: left !important;
    }

    .s5-c {
        padding: .2rem;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {
    .s1-one a .pic {
        width: 100%;
        margin: 0;
        padding-top: 60%;
    }

    .s1-txt {
        padding: .2rem;
        background-size: 0;
    }
}

@media screen and (max-width: 480px) {}