@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: 2.75rem;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 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: center;
    right: 0;
    left: 0;
    width: auto;
    bottom: .5rem;
    display: flex;
    justify-content: center;
}

.banner .slick-dots::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: url(../images/banner-dotbg.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    width: 19.11rem;
    height: 2.14rem;
}

.banner .slick-dots li {
    display: flex;
    border-radius: 50%;
    margin: 0 .6rem;
    transition: all 0.3s;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: 0.49rem;
    height: 0.49rem;
    border-radius: 0.24rem;
}

.banner .slick-dots li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border-radius: 0.24rem;
    border: dashed 0.01rem #ffffff;
    opacity: 0;
    transition: all .6s;
}

.banner .slick-dots li::after {
    content: "";
    position: absolute;
    left: 0.07rem;
    top: 0.07rem;
    right: 0.07rem;
    bottom: 0.07rem;
    border-radius: 50%;
    border-radius: 0.24rem;
    border: dashed 0.01rem #ffffff;
    opacity: 0;
    transition: all .6s;
}

.banner .slick-dots li:nth-child(1) {
    transform: translateY(-.5rem);
}

.banner .slick-dots li:nth-child(2) {
    margin-right: .8rem;
    transform: translateY(-.25rem);
}

.banner .slick-dots li:nth-child(3) {
    margin-left: .8rem;
    transform: translateY(-.25rem);
}

.banner .slick-dots li:nth-child(4) {
    transform: translateY(-.5rem);
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes cilcle2 {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(-360deg);
    }
}

.banner .slick-dots li button {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.banner .slick-dots li button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/baanner-dot-bor.png) no-repeat;
    background-position: center center;
    background-size: .2rem auto;
    opacity: 0;
    transition: all .6s;
}

.banner .slick-dots li button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    width: 0.11rem;
    height: 0.11rem;
    background-color: #ffffff;
    transition: all .6s;
}

.banner .slick-dots li.slick-active button::before {
    opacity: 1;
}

.banner .slick-dots li.slick-active button::after {
    opacity: 0;
}

.banner .slick-dots li.slick-active::before {
    opacity: .6;
    animation: cilcle 10s infinite linear;
}

.banner .slick-dots li.slick-active::after {
    opacity: .6;
    animation: cilcle2 10s infinite linear;
}


.banner-btm {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.05rem;
    z-index: 9;
    justify-content: center;
}

.banner-btm .banner-down {
    display: flex;
    align-items: center;
    position: relative;
}



.banner-btm .banner-down div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: .1rem;
}

.banner-btm .banner-down div::before {}

.banner-btm .banner-down div p {
    font-size: 14px;
    font-weight: normal;
    line-height: 0.21rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    margin-bottom: .07rem;
    animation: bb 2s linear 0s infinite;
}

.banner-btm .banner-down div img {
    display: block;
    animation: bb 2s linear 0s infinite;
}

@keyframes bb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    20% {
        transform: translate(0, 0.03rem);
        opacity: 1;
    }

    80% {
        transform: translate(0, 0.1rem);
        opacity: 1;
    }

    90% {
        transform: translate(0, 0.1rem);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0.1rem);
        opacity: 0;
    }
}

.banner-btm .banner-prev {
    cursor: pointer;
    width: .2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: .1rem;
}

.banner-btm .banner-prev img {}

.banner-btm .banner-next {
    cursor: pointer;
    width: .2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: .1rem;
}

.banner-btm .banner-next img {}


/* index */
.bd {
    position: relative;
    /* overflow: hidden; */
}

.bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateY(100%);
    visibility: hidden;
}

.bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}


.index {
    z-index: 99;
    background: #f3f0ea;
    position: relative;
    padding-top: 1px;
    overflow: hidden;
}

.itit-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.itit {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    cursor: pointer;
    position: relative;
}

.itit::before {
    content: "";
    position: absolute;
    left: -.1rem;
    bottom: 0;
    background: url(../images/itit-bg.png) no-repeat;
    background-position: left center;
    background-size: 100% auto;
    width: 0.92rem;
    height: 0.45rem;
}

.itit:nth-child(1) {
    margin-left: 0;
}

.itit b {
    font-size: 0.36rem;
    font-weight: 500;
    line-height: 0.52rem;
    color: #333333;
}

.itit span {
    font-size: 0.36rem;
    font-weight: 500;
    line-height: 0.36rem;
    color: #333333;
}

.itit.on {
    padding-left: .9rem;
}

.itit.on::before {
    opacity: 1;
}

.itit.on b {
    font-family: "shxk";
    color: #015198;
    font-size: 0.54rem;
    line-height: .68rem;
}

.itit.on span {
    font-weight: 600;
}

.tit-more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.tit-more a {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
    padding-left: .26rem;
    background: url(../images/itit-more.png) no-repeat;
    background-position: left center;
    background-size: .2rem auto;
    white-space: nowrap;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: .3rem;
    color: #b60408;
    display: block;
}

.tit-more a.on {
    opacity: 1;
    z-index: 9;
    position: relative;
}

.tit-more a:hover {
    color: #015198;
}

.tit-more-w a {
    background: url(../images/itit-more2.png) no-repeat;
    background-position: left center;
    background-size: .2rem auto;
    color: #fff;
}

.itit-w b {
    color: #fff;
}

.itit-w.on b {
    color: #fff;
}

.itit-w.on span {
    color: #fff;
}

.itit-w::before {
    background: url(../images/itit-bg2.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.group1 {
    /* background: url(../images/group1-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover; */
}

.s1 {
    padding-top: .8rem;
    position: relative;
    z-index: 9;
}

.s1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -30%;
    background: url(../images/s1-bg.png) no-repeat;
    background-position: right center;
    background-size: auto 100%;
    height: 11.72rem;
    z-index: -9;
    pointer-events: none;
}

.s1-c {
    display: flex;
    justify-content: space-between;
}

.s1-l {
    flex: 1;
    min-width: 0;
}

.s1-m {
    width: 6.6rem;
    margin: 0 .48rem;
    background: #fff url(../images/s1-mbg.png) no-repeat;
    background-position: center bottom;
    background-size: 2.39rem;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.publist1 {
    margin-top: .3rem;
}

.publist1 li a {
    display: flex;
    align-items: center;
    height: 0.95rem;
    position: relative;
}

.publist1 li:first-child a {
    border-top: 1px solid #dfdfdf;
}

.publist1 li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #dfdfdf;
}

.publist1 li:last-child a::before {
    content: none;
}

.publist1 li a::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    background-color: #ac0000;
    transition: all .6s;
}

.publist1 li a .date {
    width: 0.32rem;
    border-right: 1px solid #dfdfdf;
    margin-right: .1rem;
}

.publist1 li a .date b {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #9d9d9d;
}

.publist1 li a .date span {
    display: block;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #9d9d9d;

}

.publist1 li a .info {
    flex: 1;
    min-width: 0;
}

.publist1 li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
}

.publist1 li a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}

.publist1 li a:hover .date b {
    color: #ac0000;
}

.publist1 li a:hover .date span {
    color: #ac0000;
}

.publist1 li a:hover .info h3 {
    color: #ac0000;
    font-weight: 600;
}

.s1-m ul li a {
    display: block;
}

.s1-m ul li a .pic {
    padding-top: 62.5%;
}

.s1-m ul li a .info {
    padding: .22rem .4rem 0 .4rem;
}

.s1-m ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-m ul li a .info p {
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #838383;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.72rem;
    margin-top: .15rem;
}

.s1-m ul li a:hover .info h3 {
    color: #ac0000;
}

.s1-m .slick-dots {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: .42rem;
}

.s1-m .slick-dots li {
    width: 0.04rem;
    height: 0.04rem;
    background-color: #9d9d9d;
    border-radius: 0.02rem;
    margin: 0 .04rem;
}

.s1-m .slick-dots li.slick-active {
    width: 0.14rem;
    background-color: #ac0000;
    border-radius: 0.02rem;
}

.s2 {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 9;
}

.s2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s2-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    height: 9rem;
    z-index: -8;
    pointer-events: none;
}

.s2::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/s2-rbg.png) no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
    height: 8.92rem;
    z-index: -7;
    pointer-events: none;
}

.s2-c {
    display: flex;
    justify-content: space-between;
}

.s2-l {
    width: 47.1%;
    background: rgba(255, 255, 255, .85);
    padding: .38rem .4rem .45rem .35rem;
}

.publist2 {
    margin-top: .5rem;
}

.publist2 li a {
    display: flex;
    align-items: center;
    position: relative;
    height: .69rem;
    font-family: MicrosoftYaHei;
}

.publist2 li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(157, 157, 157, .5);
    z-index: 1;
}

.publist2 li:last-child a::before {
    content: none;
}

.publist2 li a::after {
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 0;
    background: #ac0000;
    transition: all .6s;
}

.publist2 li a span {
    min-width: .53rem;
    border-right: 1px solid #9d9d9d;
    font-size: 0.16rem;
    line-height: .17rem;
    font-weight: normal;
    color: #af0e0f;
    margin-right: .1rem;
}

.publist2 li a p {
    flex: 1;
    min-width: 0;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.publist2 li a:hover::after {
    left: 0;
    width: 100%;
}

.publist2 li a:hover p {
    color: #af0e0f;
    font-weight: 600;
}

.s2-r {
    width: 38.6%;
    padding-top: .38rem;
}

.publist3 {
    margin-top: .5rem;
}

.publist3 li+li {
    margin-top: 0.15rem;
}

.publist3 li a {
    display: flex;
    align-items: center;
}

.publist3 li a .tag {
    width: 1.13rem;
    height: 0.55rem;
    background-color: #ffffff;
    border-radius: 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .14rem;
}

.publist3 li a .tag span {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    color: #ac0000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.publist3 li a .info {
    flex: 1;
    min-width: 0;
}

.publist3 li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: .36rem;
    color: #fefefe;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .72rem;
    font-family: MicrosoftYaHei;
}

.publist3 li a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s3 {
    padding: 1.1rem 0 2.2rem 0;
    position: relative;
    z-index: 8;
}

.s3::before {
    content: "";
    z-index: -8;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem;
    background: url(../images/s3-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 11.16rem;
    pointer-events: none;
}

.s3::after {
    content: "";
    position: absolute;
    right: 0.31rem;
    top: 0.37rem;
    background: url(../images/s3-text.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 10.21rem;
    height: 1.32rem;
    pointer-events: none;
    z-index: -7;
}

.s3-c {
    display: flex;
    justify-content: space-between;
    margin-top: .4rem;
}

.s3-l {
    width: 6.1rem;
    margin-right: .45rem;
}

.s3-l a {
    display: block;
}

.s3-l a .pic {
    padding-top: 62%;
}

.s3-l a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s3-l-zzc.png) repeat-x;
    background-position: center bottom;
    background-size: auto 1.1rem;
    pointer-events: none;
}

.s3-l a .pic h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.2rem;
    z-index: 9;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .4rem;
}

.s3-l a .pic h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s3-l a .info {
    height: 0.7rem;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .4rem;
}

.s3-l a .info p {
    width: 100%;
    font-size: 0.14rem;
    line-height: .24rem;
    font-weight: normal;
    color: #6d6d6d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .48rem;
}

.s3-m {
    width: 3.93rem;
    margin-right: .66rem;
}

.s3-m a {
    display: block;
    background: #fff;
    height: 100%;
    border-bottom: 0.03rem solid #af0d0d;

}

.s3-m a .pic {
    padding-top: 62%;
}

.s3-m a .info {
    padding: .23rem .35rem;
}

.s3-m a .info h3 {
    font-size: 0.2rem;
    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;
    -ms-text-kashida-space: .48rem;
}

.s3-m a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .24rem;
    color: #6d6d6d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: .72rem;
    margin-top: .08rem;
}

.s3-m a:hover .info h3 {
    color: #ac0000;
}

.s3-r {
    flex: 1;
    min-width: 0;
}

.publist4 {}

.publist4 li {}

.publist4 li a {
    display: block;
    padding: .22rem 0 .15rem 0;
    position: relative;
}

.publist4 li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(163, 163, 163, .4);
    z-index: 1;
}

.publist4 li:nth-child(1) a {
    padding-top: 0;
}

.publist4 li:last-child a {
    padding-bottom: 0;
}

.publist4 li:last-child a::before {
    content: none;
}

.publist4 li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: all .6s;
    background: #af0d0d;
    z-index: 2;
}

.publist4 li a:hover::after {
    width: 100%;
    left: 0;
}

.publist4 li a:hover h3 {
    color: #ac0000;
    font-weight: 600;
}

.publist4 li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .20rem;
    letter-spacing: 0rem;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.publist4 li a p {
    font-size: 0.14rem;
    line-height: 0.26rem;
    font-weight: normal;
    color: #6d6d6d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
    margin-top: .15rem;
}

.s4 {
    position: relative;
    padding: .67rem 0 .94rem 0;
    z-index: 9;
}

.s4::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -9;
    pointer-events: none;
    background: url(../images/s4-lbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 7.61rem;
}

.s4::after {
    content: "";
    position: absolute;
    right: 0;
    top: 48%;
    z-index: -9;
    pointer-events: none;
    background: url(../images/s4-bg.png) no-repeat;
    background-position: right bottom;
    background-size: cover;
    height: 10.32rem;
    width: 16.11rem;
}

.s4-t {
    display: flex;
    justify-content: space-between;
}

.s4-tit {
    width: 3.83rem;
}

.s4-tit .fmeida {
    justify-content: flex-start;
    margin-top: .4rem;
}

.s4-tit .fmeida li {
    margin-left: .24rem;
}

.s4-tit .fmeida li a {
    opacity: 1;
}

.s4-tit .fmeida li a>div>img {
    height: 0.48rem;
}

.s4-tit .fmeida li a .foot-ewm {
    bottom: auto;
    top: 130%;
    width: 1.69rem;
    padding: .18rem;
    margin-bottom: 0;
    margin-top: 0.05rem;
    box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.24);
    z-index: 9;
}

.s4-tit .fmeida li a .foot-ewm::after {
    top: auto;
    bottom: 100%;
    border-width: 0 0.15rem 0.1rem 0.15rem;
    border-color: transparent transparent #fff transparent;
}


.s4-tit .fmeida li a .foot-ewm img {
    width: 100%;
    height: auto;
}

.s4-tit .fmeida li:hover a .foot-ewm {
    bottom: auto;
    top: 100%;
}

.s4-tm {
    width: 46%;
}

.s4-tm a {
    display: block;
    position: relative;
}

.s4-tm a .pic {
    padding-top: 57.8%;
}

.s4-tm a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 .35rem .2rem .4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s4-tm a .info h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    line-height: .32rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #ffffff;
    padding-left: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .28rem auto;
}

.s4-tm a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s4-tm a .info span {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-left: .3rem;
}

.s4-pubitem {
    display: block;
    position: relative;
}

.s4-pubitem .info {
    position: absolute;
    left: .27rem;
    top: 0.23rem;
    border-radius: 0.05rem;
    border: solid 0.01rem rgba(245, 245, 247, .3);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.83rem;
    height: 0.88rem;
}

.s4-pubitem .info h3 {
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.33rem;
    color: #ffffff;
    font-weight: 600;
    font-family: MicrosoftYaHei;
}

.s4-tr {
    width: 27.565%;
}

.s4-tr a .pic {
    padding-top: 96.45%;
}

.s4-tr .slick-dots {
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: .17rem;
}

.s4-tr .slick-dots li {
    width: 0.04rem;
    height: 0.04rem;
    background-color: #ffffff;
    border-radius: 0.02rem;
    opacity: 0.6;
    margin: 0 .04rem;
    transition: all .6s;
}

.s4-tr .slick-dots li.slick-active {
    width: 0.14rem;
    opacity: 1;
}

.s4-b {
    display: flex;
    justify-content: space-between;
    margin-top: .16rem;
}

.s4-bl {
    width: 54.4%;
}

.s4-bl a .pic {
    padding-top: 48.9%;
}

.s4-bl a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon-play.png) no-repeat;
    background-position: center center;
    background-size: .39rem;
}

.s4-br {
    width: 44.4%;
}

.s4-br a .pic {
    padding-top: 60%;
}

.s5 {
    position: relative;
    z-index: 9;
    padding-top: 1.58rem;
}

.s5::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 1.89rem;
    z-index: -9;
    pointer-events: none;
    background: url(../images/s5-bg.png) no-repeat;
    background-position: right top;
    background-size: cover;
    height: 10.96rem;
}

.s5-c {
    margin-top: .8rem;
}

.s5-c ul {
    display: flex;
    justify-content: space-between;
}

.s5-c ul li {
    width: 46%;
}

.s5-c ul li a {
    display: block;
}

.s5-c ul li a .pic {
    padding-top: 35.6%;
}


.s6 {
    position: relative;
    padding-bottom: 2.2rem;
    margin-top: 1.34rem;
}

.s6 .itit-box {
    justify-content: center;
}

.s6-c {
    margin-top: .55rem;
    position: relative;
}

.s6-c::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62rem;
    transform: translateY(-50%);
    height: 0.05rem;
    width: 0.05rem;
    border-radius: 50%;
    background-color: #323333;
    pointer-events: none;
    z-index: 2;
}

.s6-c::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.62rem;
    transform: translateY(-50%);
    height: 0.05rem;
    width: 0.05rem;
    border-radius: 50%;
    background-color: #323333;
    pointer-events: none;
    z-index: 2;
}

.s6-c ul {
    position: relative;
    z-index: 9;
    padding: 0 .2rem;
}

.s6-c ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0.61rem;
    height: 1px;
    background: #323333;
    opacity: .5;
    z-index: -1;
    pointer-events: none;
}

.s6-c ul li a {
    display: block;
}

.s6-c ul li a div {
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.s6-c ul li a div::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0);
    bottom: 0;
    border-width: 0 .03rem .06rem .03rem;
    border-color: transparent transparent #a40000 transparent;
    transition: all .5s;
    transform-origin: center bottom;
    border-style: solid;
}

.s6-c ul li a div::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    height: 0.03rem;
    background: #b70e00;
    width: 0.33rem;
}

.s6-c ul li a div img {
    max-height: .35rem;
    min-height: .27rem;
    position: relative;
    z-index: 1;
    transition: all .6s;
}

.s6-c ul li a div img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    opacity: 0;
}

.s6-c ul li a p {
    text-align: center;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.34rem;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .1rem;
}

.s6-c ul li a:hover div img:nth-child(1) {
    opacity: 0;
}

.s6-c ul li a:hover div img:nth-child(2) {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.s6-c ul li a:hover p {
    color: #a40000;
}

.s6-c ul li a:hover div::before {
    transform: translateX(-50%) scale(1);
}

.s6-bj {
    transition: all 0.5s;
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    background-color: #d4ccb9;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

.s6-bj.show {
    opacity: 0.7;
}


#menunav {
    position: fixed;
    right: 0.7rem;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    align-items: center;
    flex-direction: column;
    width: 0.42rem;
    transform: translateX(1.52rem);
    transition: all .6s;
}
#menunav.show{
    transform: translateX(0);
}

#menunav::before {
    content: "";
    display: block;
    border-right: 1px dashed rgba(0, 0, 0, .2);
    margin: 0 auto;
    flex: 1;
    min-width: 0;
}

#menunav::after {
    content: "";
    display: block;
    border-right: 1px dashed rgba(0, 0, 0, .2);
    margin: 0 auto;
    flex: 1;
    min-width: 0;
}
#menunav ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#menunav ul li {
    position: relative;
    margin-top: .27rem;
}

#menunav ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    height: 0.27rem;
    bottom: 100%;
    border-right: 1px dashed rgba(0, 0, 0, .2);
}

#menunav ul li a {
    display: block;
    text-align: center;
    font-size: 0;
}

#menunav ul li a b {
    display: block;
    width: 0.09rem;
    height: 0.09rem;
    background-color: #ffffff;
    border: solid 0.01rem #ac0000;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    /* transition: all .6s; */
}

#menunav ul li a div {
    background: url(../images/menunav-icon.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0;
    height: 0;
    margin: 0 auto;
    /* transition: all .6s; */
}

#menunav ul li a p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #555555;
    margin: .07rem auto;
    display: none;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    /* transition: all .6s; */
    text-align: center;
}

#menunav ul li.on b {
    width: 0;
    height: 0;
    border-width: 0;
}
#menunav ul li.on div {
    width: 0.42rem;
    height: 0.35rem;
    margin-top: .05rem;
}
#menunav ul li.on p {
    display: inline-block;
}

@media screen and (min-width: 1025px) {}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}



@media screen and (max-width: 1024px) {

    .banner-btm {
        bottom: 0.1rem;
    }

    .banner .slick-slide a::after {
        content: none;
    }

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: relative;
    }

    .banner-ty div img {
        max-width: 40%;
        margin: 0 auto;
    }


    .banner .slick-dots {
        right: 0.1rem;
    }

    .banner-btm {
        display: none;
    }

    .banner .slick-dots li {
        margin: .1rem 0;
    }

    .itit::before {
        width: 0.62rem;
        height: 0.3rem;
    }

    .itit span {
        font-size: .26rem;
        line-height: .26rem;
    }

    .itit.on {
        padding-left: .55rem;
    }

    .tit-more a {
        line-height: .26rem;
    }

    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
    }

    .s1-m {
        width: auto;
        margin: .2rem 0;
        padding-bottom: .25rem;
    }

    .s1-m ul li a .info {
        padding: .15rem .2rem;
    }

    .s1-m .slick-dots {
        margin-top: .2rem;
    }

    .publist1, .publist2, .publist3 {
        margin-top: .2rem;
    }

    .s2-c {
        display: block;
    }

    .s2-l {
        width: auto;
        padding: .25rem .2rem;
    }

    .s2-r {
        width: auto;
    }

    .s2::after {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #a40000 100%);
    }

    .s3-c {
        display: block;
    }

    .s3-l {
        width: auto;
        margin-right: 0;
    }

    .s3-m {
        width: auto;
        margin: .2rem 0;
    }

    .publist4 li a {
        padding: .15rem 0;
    }

    .s4-t {
        flex-wrap: wrap;
    }

    .s4-tit {
        width: 100%;
        margin-bottom: .2rem;
    }

    .s4-tm {
        width: 62%;
    }

    .s4-tr {
        width: 37.1%;
    }

    .s4-pubitem .info h3 {
        font-size: .18rem;
        line-height: .24rem;
    }

    .s4-pubitem .info {
        width: 0.6rem;
        height: 0.62rem;
        left: .1rem;
        top: 0.1rem;
    }

    .s4-tm a .info {
        padding: 0 .15rem .1rem .15rem;
        display: block;
    }

    .s4-tm a .info span {
        margin-left: 0;
    }

    .s4-bl a .pic::after {
        background-size: .2rem auto;
    }

    .publist1 li a .info h3, .s1-m ul li a .info h3, .publist2 li a p, .publist3 li a .info h3, .s3-l a .pic h3 {
        font-size: .18rem;
    }

    .s3-l a .pic h3 {
        padding: 0 .2rem;
    }

    .s3-l a .info {
        padding: 0 .2rem;
    }

    .s3-m a .info {
        padding: .2rem;
    }

    .s1::before {
        display: none;
    }
    .s1{
        padding-top: .5rem;
    }
     .s2, .s6 {
        margin-top: .5rem;
    }

    .s2 {
        padding-bottom: .5rem;
        padding-top:0;
    }

    .s5 {
        padding-top: .5rem;
    }

    .s3, .s4 {
        padding: .5rem 0;
    }

    .s5-c {
        margin-top: .3rem;
    }

    .s6-c {
        margin-top: .3rem;
    }

    .s4-tit .fmeida li a>div>img {
        height: 0.35rem;
    }

    .s4-tit .fmeida {
        position:relative;
        z-index:99;
        justify-content: center;
    }

    .s4-tit .itit-box {
        justify-content: center;
    }

    .publist3 li a .tag span {
        font-size: .16rem;
    }

    .banner .slick-slide a::before {
        height: 1rem;
    }

    .banner .slick-dots {
        bottom: 0.1rem;
    }

    .banner .slick-dots::before {
        display: none;
    }

    .banner .slick-dots li {
        transform: translateY(0) !important;
        margin: 0 !important;
        width: 0.4rem;
        height: 0.4rem;
    }

    .banner .slick-dots li button::before {
        background-size: .15rem auto;
    }

    .banner .slick-dots li::after {
        left: 0.05rem;
        bottom: 0.05rem;
        right: 0.05rem;
        top: 0.05rem;
    }

    #menunav{
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .s4-t {
        display: block;
    }

    .s4-tm {
        width: auto;
    }

    .s4-tr {
        width: auto;
        margin-top: .1rem;
    }

    .s4-b {
        display: block;
        margin-top: .1rem;
    }

    .s4-bl {
        width: auto;
    }

    .s4-br {
        width: auto;
        margin-top: .1rem;
    }

    .s5-c ul {
        display: block;
    }

    .s5-c ul li {
        width: auto;
    }

    .s5-c ul li+li {
        margin-top: .15rem;
    }
}
