@charset "utf-8";

body {
    overflow-x: hidden;
}



@keyframes _ani1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _ani2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes ani_bj {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: .8;
        transform: scale(1.45);
    }

    95% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::before {
    content: "";
    /* position: absolute;
    left: 0;
    height: 1.8rem;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1; */
}

.banner .slick-slide a>img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}



@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}


@keyframes img_scale3 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}


.banner .slick .box0 {
    opacity: 1;
    z-index: 0;
    opacity: 1;
    z-index: 0;
    -webkit-animation: box0 7s linear 0s;
    animation: box0 7s linear 0s
}


.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}

.banner .slick .box1 {
    -webkit-animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 0
}

@-webkit-keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@-webkit-keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@-webkit-keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

.banner .slick-dots {
    font-size: 0;
    text-align: right;
    transform: translateY(0);
    right: 1.06rem;
    width: auto;
    bottom: .85rem;
    display: flex;
    align-items: center;
}

.banner .slick-dots li {
    display: flex;
    margin: 0 .1rem;
    transition: all 0.3s;
    vertical-align: middle;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    transition: all .5s;
    width: 0.04rem;
    height: 0.19rem;
    background: rgba(255, 255, 255, .4);
}

.banner .slick-dots li:before {
    content: "";
}

.banner .slick-dots li:nth-child(1):before {
    content: none;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    transition: all .5s;
}

.banner .slick-dots li.slick-active {
    transform: translateY(-.1rem);
}

.banner .slick-dots li.slick-active button {
    background: #ff8a00;
    height: 100%;
}

/* index */

.index {
    z-index: 99;
    background: #fff;
    position: relative;
    padding-top: 1px;
    overflow: hidden;
}

.itit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.itit div {
    position: relative;
    padding-top: .15rem;
}

.itit div h2 {
    display: flex;
    align-items: center;
    font-size: 0.48rem;
    line-height: .5rem;
    position: relative;
    z-index: 2;
    font-weight: normal;
}

.itit div h2 b {
    color: #90000a;
    font-weight: normal;
}

.itit div h2 span {
    color: #333333;
}

.itit div h3 {
    position: absolute;
    left: 0.2rem;
    top: 0;
    font-size: 0.69rem;
    font-weight: normal;
    line-height: 0.55rem;
    color: #90000a;
    opacity: 0.3;
    background: linear-gradient(180deg, rgba(144, 0, 10, .3), transparent);
    /* ½¥±äÑÕÉ« */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

text-transform: uppercase;
}

.more a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #989898;
    border-bottom: 1px solid rgba(114, 114, 114, .4);
    position: relative;
}

.more a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 9;
    pointer-events: none;
    transition: all .5s;
    width: 0;
    height: 1px;
    background: #90000a;
}

.more a:hover {
    color: #90000a;
}

.more a:hover::after {
    width: 100%;
    left: 0;
}



.s1 {
    position: relative;
    padding: .95rem 0 0.7rem 0;
    z-index: 1;
}

.s1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2.5rem;
    right: 0;
    bottom: 0;
    background: url(/images/s1-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

.s1-c {
    display: flex;
    position: relative;
    z-index: 1;
}

.s1-c::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.05rem;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    border: solid 0.01rem #dfdfdf;
    pointer-events: none;
    z-index: -1;
}

.s1-c .itit {
    margin-bottom: .4rem;
}

.s1-l {
    width: 61.4%;
    border-right: none;
}

.s1-c .itit {
    padding-right: .32rem;
}

.s1-r {
    border-left: none;
    flex: 1;
    min-width: 0;
    padding-left: .44rem;
}

.first-item a {
    display: block;
    position: relative;
}

.first-item a .pic {
    padding-top: 61%;
}

.first-item a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.43rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    max-height: 75%;
}

.first-item a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 0 .55rem .25rem .35rem;
}

.first-item a .info h3 {
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first-item a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.first-item a .info p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #e0e0e0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .6rem;
    margin-top: .1rem;
    text-align: justify;
}

.s1-l>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .3rem;
}

.s1-l>ul>li {
    width: 48%;
}

.s1-l>ul>li a {
    display: block;
    padding-top: 0.15rem;
}

.s1-l>ul>li:nth-child(-n+2) a {}

.s1-l>ul>li a span {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #90000a;
}

.s1-l>ul>li a p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
}

.s1-l>ul>li a:hover p {
    color: #90000a;
}

.s1-l .slick ul.slick-dots {
    position: absolute;
    right: 0.55rem;
    bottom: .1rem;
    width: auto;
    display: flex;
}

.s1-l .slick ul.slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    margin: 0 .05rem;
}

.s1-l .slick ul.slick-dots li.slick-active {
    background-color: #90000a;
}

.s1-r ul {
    padding: .2rem .2rem .45rem 0;
}

.s1-r ul li {
    position: relative;
    z-index: 1;
}

.s1-r ul li::before {
    content: "";
    position: absolute;
    left: -.08rem;
    right: -0.6rem;
    top: -.03rem;
    bottom: -.03rem;
    background: url(/images/s1-ritembg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    box-shadow: 0rem 0rem 0.23rem 0.01rem rgba(13, 13, 13, 0.34);
    transition: all .5s;
}

.s1-r ul li a {
    display: flex;
    align-items: center;
    padding: .22rem 0;
}

.s1-r ul li a .pics {
    width: 1.18rem;
    height: 0.61rem;
    background-color: #ffffff;
    border: solid 0.01rem rgba(144, 0, 10, .76);
    margin-right: .3rem;
}

.s1-r ul li a .pics .pic {
    padding-top: 50%;
}

.s1-r ul li a .info {
    flex: 1;
    min-width: 0;
}

.s1-r ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.s1-r ul li a span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #90000a;
    margin-left: .2rem;
}

.s2 {
    margin-top: 1.1rem;
}

.s2 .itit {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s2 .itit .more {
    margin-top: .25rem;
}

.s2-c ul {
    margin: 0 -.14rem;
}

.s2-c ul li a {
    display: block;
    position: relative;
    padding-top: .44rem;
    margin: 0.5rem .14rem;
    box-shadow: 0rem 0rem 0.15rem 0rem rgba(0, 0, 0, 0.2);
}

.s2-c ul li a .date {
    position: absolute;
    left: 0.25rem;
    top: 0;
    width: 0.71rem;
    height: 0.87rem;
    background-color: #0f4a92;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .6s;
}

.s2-c ul li a .date b {
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.s2-c ul li a .date i {
    display: block;
    width: 1px;
    height: 0.2rem;
    background-color: #fff;
    opacity: .5;
    transform: rotate(20deg);
    margin: 0.05rem 0;
}

.s2-c ul li a .date span {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.14rem;
    letter-spacing: 0rem;
    color: #ffffff;
    opacity: 0.8;
}

.s2-c ul li a .pic {
    padding-top: 67%;
}

.s2-c ul li a .info {
    background: #fff;
    padding: .3rem .2rem;
}

.s2-c ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
}

.s2-c ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #222222;
    opacity: 0.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.9rem;
    margin-top: .15rem;
}

.s2-c ul li a:hover .date {
    background-color: #90000a;
}

.s2-c ul li a:hover .info h3 {
    color: #ad0426;
}

.pub-arr {
    display: flex;
    justify-content: space-between;
}

.pub-arr>div {
    width: 0.47rem;
    height: 0.34rem;
    background-color: #ffffff;
    border-radius: 0.17rem;
    border: solid 0.01rem #000000;
    cursor: pointer;
    transition: all .5s;
}

.pub-arr>div:hover {
    border-radius: 0;
}

.pub-prev {
    background: url(/images/pub-arr-prev.png) no-repeat;
    background-position: center center;
    background-size: .16rem auto;
}

.pub-next {
    background: url(/images/pub-arr-next.png) no-repeat;
    background-position: center center;
    background-size: .16rem auto;
}

.s3 {
    background: url(/images/s3-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .58rem 0;
    margin-top: 0.65rem;
}

.s3-c {
    display: flex;
    align-items: center;
}

.s3-l {
    width: 2.65rem;
}

.s3-l .itit {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.s3-l .itit div:nth-child(1) {
    padding-left: .15rem;
    padding-top: 0;
}

.s3-l .itit div h2 {
    flex-direction: column;
}

.s3-l .itit div h2 b {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.s3-l .itit div h2 span {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.s3-l .itit div h3 {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    left: 0;
    top: -0.3rem;
    background: linear-gradient(90deg, rgba(144, 0, 10, .3), transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.s3-l .itit .more {
    margin-top: .45rem;
}

.s3-r {
    flex: 1;
    min-width: 0;
}

.s3-r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-r ul li:nth-child(-n+2) {
    margin-bottom: .37rem;
}

.s3-r ul li {
    width: 45%;
    position: relative;
    background-color: #ffffff;
    z-index: 1;
}

.s3-r ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/s3-itembg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .5s;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
}

.s3-r ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: .2rem;
    bottom: 0;
    background: url(/images/s3-bglogo.png) no-repeat;
    background-position: right center;
    background-size: .95rem auto;
    opacity: 0;
    transition: all .5s;
    z-index: -1;
}

.s3-r ul li a {
    display: flex;
    flex-direction: column;
    height: 1.29rem;
    border: solid 0.01rem #dddddd;
    justify-content: center;
    padding: 0 .37rem;
}

.s3-r ul li a span {
    width: 100%;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ae1d22;
}

.s3-r ul li a h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #444444;
    margin-top: .1rem;
}

.s4 {
    padding-top: 1.52rem;
}

.s4-c {
    position: relative;
    z-index: 1;
    display: flex;
}

.s4-c::before {
    content: "";
    position: absolute;
    left: 50.4%;
    right: -2.4rem;
    top: -.58rem;
    bottom: 44.5%;
    pointer-events: none;
    background: url(/images/s4-rbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s4-l {
    width: 50.4%;
    position: relative;
    z-index: 1;
}

.s4-l a {
    display: block;
    margin-right: -.47rem;
    position: relative;
    z-index: 1;
}

.s4-l a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.43rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8) 100%);
    opacity: 0.8;
    z-index: 2;
}

.s4-l a .pic {
    padding-top: 100%;
}

.s4-l a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(/images/s4-play.png) no-repeat;
    background-position: center center;
    background-size: 1.57rem;
}

.s4-l a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.38rem;
    z-index: 3;
}

.s4-l a .info h3 {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 .2rem;
}

.s4-r {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 2;
}

.s4-r .itit {
    padding-left: 1.1rem;
}

.s4-r ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: .55rem;
}

.s4-r ul li {
    width: 50%;
}

.s4-r ul li a {
    display: block;
    position: relative;
}

.s4-r ul li a .pic {
    padding-top: 86.5%;
}

.s4-r ul li a .info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(173, 4, 38, .75) url(../images/s4-rbglogo.png) no-repeat;
    background-position: center center;
    background-size: 1.5rem auto;
}

.s4-r ul li a .info h3 {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #ffffff;
}

.s5 {
    margin-top: 1.3rem;
}

.s5-c {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.s5-c::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: 0;
    left: -2.4rem;
    height: 3.92rem;
    background: url(/images/s5-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

.s5-l {
    width: 2.65rem;
}

.s5-l .itit {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: .57rem;
}

.s5-l .itit div:nth-child(1) {
    padding-left: .15rem;
    padding-top: 0;
}

.s5-l .itit div h2 {
    flex-direction: column;
}

.s5-l .itit div h2 b {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    color: #fff;
}

.s5-l .itit div h2 span {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    color: #fff;
}

.s5-l .itit div h3 {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    left: 0;
    top: -0.3rem;
    background: linear-gradient(90deg, rgba(255, 184, 189, .5), transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.s5-l .itit .more {
    margin-top: .45rem;
}

.s5-l .itit .more a {
    color: #fff;
    border-color: #fff;
}

.s5-r {
    flex: 1;
    min-width: 0;
    padding-bottom: .34rem;
}

.s5-r ul {
    margin: 0 -.43rem;
}

.s5-r ul li a {
    display: block;
    margin: 0 .43rem;
}

.s5-r ul li a .pic {
    padding-top: 124%;
}

.s5-r ul li a .info h3 {
    text-align: center;
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 0.3rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .17rem;
}


.s5-r .pub-arr {
    margin-top: .32rem;
    padding-right: .2rem;
}

.s5-r .pub-arr>div {
    border: solid 0.01rem #fff;
    background-color: none;
}

.s5-r .pub-prev {
    background: url(/images/pub-arr-prev2.png) no-repeat;
    background-position: center center;
    background-size: .16rem auto;
}

.s5-r .pub-next {
    background: url(/images/pub-arr-next2.png) no-repeat;
    background-position: center center;
    background-size: .16rem auto;
}

.s6 {
    margin-top: .95rem;
    padding-bottom: 1.05rem;
    /* background: url(/images/s6-bg.png) no-repeat; */
    background-position: center bottom;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
}

.s6-c ul {
    display: flex;
    justify-content: space-between;
}

.s6-c ul li a {
    display: block;
}

.s6-c ul li a .icons {}

.s6-c ul li a .icons img {
    display: block;
    width: 0.84rem;
    margin: 0 auto;
}

.s6-c ul li a p {
    text-align: center;
    font-size: 0.19rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #79060d;
    margin-top: .3rem;
}

.s6-b {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
}


.lines {
    height: 1.45rem;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.lines ul {
    display: flex;
    justify-content: space-between;
}

.lines ul li {
    height: 2rem;
    width: 2px;
    background: rgba(173, 4, 38, .9);
    margin-top: 150px;
    transition-delay: 0.01s;
    animation: _line 6s linear infinite;

}

.groline2 {
    height: 2.4rem;
    z-index: 8;
    right: auto;
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
    mask: linear-gradient(0deg, transparent, #fff 100%);
    -webkit-mask: linear-gradient(0deg, transparent, #fff 100%);
}


.groline2 ul li {
    background-color: rgba(173, 173, 173, .3);
    height: 3.5rem;
    margin-left: auto;
}

@keyframes _line {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0);
    }
}


@media screen and(-ms-high-contrast:active), (-ms-high-contrast:none) {
    .itit div h3 {
        opacity: .1;
        background: none !important;
        -webkit-background-clip: none;
        -webkit-text-fill-color:#fff;
    }
    .s5-l .itit div h3{
        color: #fff;
    }
}



@media screen and (min-width: 1025px) {
    .s1-r ul li:hover::before {
        opacity: 1;
    }

    .s1-r ul li:hover a h3 {
        color: #fff;
    }

    .s3-r ul li:hover::before {
        opacity: 1;
    }

    .s3-r ul li:hover::after {
        opacity: 1;
    }

    .s3-r ul li:hover a span {
        color: #fff;
    }

    .s3-r ul li:hover a h3 {
        color: #fff;
    }
}

@media screen and (max-width: 1024px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: relative;
    }

    .itit div h2 {
        font-size: .3rem;
        line-height: .3rem;
    }

    .itit div h3 {
        font-size: .4rem;
        line-height: .36rem;
    }

    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
    }

    .s1-l>ul {
        padding: 0 .1rem;
    }

    .s1-l>ul>li {
        width: 49%;
    }

    .s1-l>ul>li:nth-child(-n+2) a {
        margin-bottom: 0;
    }

    .first-item a .info {
        padding: 0 .15rem .25rem .15rem;
    }

    .first-item a .info h3 {
        font-size: .18rem;
        line-height: .2rem;
    }

    .first-item a .info p {
        font-size: .16rem;
        line-height: .24rem;
        max-height: .48rem;
    }

    .s1-l .slick ul.slick-dots {
        right: .15rem;
    }

    .s1-r {
        padding: .1rem;
        margin-top: .3rem;
    }

    .s1-r ul {
        padding: 0;
    }

    .s1-r ul li a {
        padding: .15rem 0;
    }
    .s1-r ul li a .pics{
        margin-right: .1rem;
    }
    .s1-c .itit {
        margin-bottom: .3rem;
        padding-right: 0;
    }

    .s1 {
        padding: .5rem 0;
    }

    .s2 {
        margin-top: .5rem;
    }

    .s2 .itit .more {
        margin-top: 0;
    }

    .s2-c ul li a .info {
        padding: .2rem;
    }

    .s3 {
        padding: .5rem 0;
        margin-top: .5rem;
    }

    .s3-c, .s5-c {
        display: block;
    }

    .s3-l, .s5-l {
        width: auto;
        margin-bottom: .3rem;
    }

    .s3-l .itit, .s5-l .itit {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    .s3-l .itit div:nth-child(1), .s5-l .itit div:nth-child(1) {
        padding-left: 0;
        padding-top: .15rem;
    }

    .s3-l .itit div h2, .s5-l .itit div h2 {
        flex-direction: row;
    }

    .s3-l .itit div h3, .s5-l .itit div h3 {
        writing-mode: horizontal-tb;
        top: 0;
        left: .15rem;
        background: linear-gradient(180deg, rgba(144, 0, 10, .3), transparent);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .s3-l .itit div h2 b, .s5-l .itit div h2 b {
        writing-mode: horizontal-tb;
    }

    .s3-l .itit div h2 span, .s5-l .itit div h2 span {
        writing-mode: horizontal-tb;
    }

    .s3-l .itit .more, .s5-l .itit .more {
        margin-top: 0;
    }

    .s3-r ul li {
        width: 49%;
    }

    .s3-r ul li a {
        padding: 0 .1rem;
        height: 1.1rem;
    }

    .s3-r ul li a h3 {
        font-size: .18rem;
    }

    .s3-r ul li:nth-child(-n+2) {
        margin-bottom: .2rem;
    }

    .s4 {
        padding-top: .5rem;
    }

    .s5 {
        margin-top: .5rem;
    }

    .s5-c {
        padding: .3rem 0;
    }

    .s5-c::before {
        height: auto;
        left: -10px;
        right: -10px;
        top: 0;
    }

    .s5-l {
        margin-bottom: 0;
    }

    .s5-l .itit {
        padding-bottom: .3rem;
    }

    .s5-r ul li a .info h3 {
        font-size: .2rem;
    }

    .s4-r ul li a .info {
        background-size: 1rem auto;
    }

    .s4-r ul li a .info h3, .s4-l a .info h3 {
        font-size: .18rem;
    }

    .s4-l a .pic::after {
        background-size: .6rem auto;
    }

    .s6 {
        margin-top: .5rem;
    }

    .s6-c ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .s6-c ul li {
        width: 25%;
        margin-top: .2rem;
    }

    .s6-c ul li a p {
        margin-top: .15rem;
    }

    .s6-c ul li a .icons img {
        width: 0.6rem;
    }

    .s6-b {
        width: 300%;
        right: auto;
    }
}

@media screen and (max-width: 768px) {
    .s4-c {
        flex-wrap: wrap;
    }

    .s4-l {
        width: 100%;
        order: 2;
    }

    .s4-l a {
        margin-right: 0;
    }

    .s4-c::before {
        display: none;
    }

    .s4-r {
        width: 100%;
        order: 1;
        flex: auto;
    }

    .s4-r .itit {
        padding-left: 0;
    }

    .s4-r ul {
        margin-top: .3rem;
    }

.banner .slick-dots {
    bottom: 0.4rem;
}



}