@charset "utf-8";
.header-fix{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-101%);
    transition: all .5s;
}
body:not(.fp-viewing-page0) .header-abs{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-101%);
}
body:not(.fp-viewing-page0) .header-fix{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header-fix.on .logo .img-2{
    display: block;
}
.header-fix.on .logo .img-1{
    display: none;
}
.header-fix.on #nav li h2,
.header-fix.on .ser_btn .svg{
    color: #FFFFFF;
}
.header-fix.on #nav li.active h2,
.header-fix.on #nav li:hover h2{
    color: #fffc00;
}



.banner{ overflow: hidden; }
.banner .a{ display: block; position: relative; z-index: 1; overflow: hidden; }
.banner .imgBox{ overflow: hidden; width: 100%; transform: scale(1);}
.banner .imgBox .img{ padding-bottom: 100vh; transition: 0s; transform: scale(1) !important; }
.banner .imgBox img, .banner .imgBox video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.5s}
.banner .a .txt{position: absolute;left: 0;right:0;bottom: .98rem;z-index: 6}
.banner .a .txt h3{font-size: .32rem;line-height: .4rem;color: #fff; font-family: 'SourceHanSansCN-Bold',sans-serif}
.banner.on .swiper-slide-active .a .imgBox, .banner.on .swiper-slide-duplicate-active .a .imgBox, .banner.on .swiper-slide-prev .a .imgBox{ animation: sca 7s linear 0s normal both;}
@keyframes sca {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}


.section {
    overflow: hidden;
}

.section .fp-tableCell {
    padding: 1rem 0 0
}

.section.banner_box .fp-tableCell {
    padding: 0
}

.banner_box{
    position: relative;
}
.banner_box .container{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}
.banner_box .container:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 91.66vw;
    height: 91.66vw;
    border-radius: 50vw;
    border: .01rem dashed rgba(255, 255, 255, 0.7);
    margin-left: -45.83vw;
    margin-top: -45.83vw;
    animation: roted 60s linear infinite;
    pointer-events: none;
}
.banner_box .container:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 61.98vw;
    height: 61.98vw;
    border-radius: 50vw;
    border: .01rem dashed rgba(255, 255, 255, 0.4);
    margin-left: -30.99vw;
    margin-top: -30.99vw;
    animation: roteds 60s linear infinite;
    pointer-events: none;
}

.banner_box .bigcir {
    width: 6.42rem;
    height: 6.42rem;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
    box-shadow: .08rem .07rem .76rem 0 rgba(27, 127, 11, 0.27);
}
.banner_box .bigcir img.txtimg {
    width: 100%;
    display: block;
}

.banner_box .wp{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}
.banner_box .anibg .wave{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: repeat-x  0 100%/auto 100%;

}
.banner_box .anibg .wave1{
    background-image: url("../images/bu2.png");
    animation: dash1 500s linear infinite;
}
.banner_box .anibg .wave2{
    background-image: url("../images/bu1.png");
    animation: dash2 500s linear infinite;

}
.banner_box .anibg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.6rem;
    max-height: 16.66%;
}


@keyframes dash1 {
    0% {
        background-position: 0px 100%;
    }

    100% {
        background-position: 100000px 100%;
    }
}
@keyframes dash2 {
    0% {
        background-position: 0px 100%;
    }

    100% {
        background-position: -100000px 100%;
    }
}

.title001{
    position: relative;
    z-index: 2;
}
.title001 .tit{
    display: flex;
    align-items: flex-end;
    position: relative;
}
.title001 .tit h4{
    font-size: .14rem;
    line-height: 1;
    background: linear-gradient(180deg,#1d5393,transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Georgia,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .15;
}
.title001 .tit h3{
    font-size: .48rem;
    line-height: 1;
    color: #017b3d;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 700;
}
.title001 .tit .h3{
    margin-bottom: .05rem;
    position: relative;
}
.title001 .tit .h3:before{
    position: absolute;
    content: '';
    top: -.1rem;
    right: -.14rem;
    width: .33rem;
    height: .23rem;
    background: url("../images/tit-1.png") no-repeat 50% 50%;
    background-size: 100% 100%;
}
.title001 .tit h2{
    font-size: .8rem;
    line-height: 1;
    color: #ac0800;
    font-family: 'hongleisim',sans-serif;
    position: relative;
    letter-spacing: -.15em;
    z-index: 2;
    margin-right: .05rem;
}

.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.title001  .more a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    line-height: 1;
    width: 1.22rem;
    height: .34rem;
    color: #fefffe;
    border: .01rem solid #ffffff;
    border-radius: 50vw;
    transition: all .5s;
}
.title001  .more a:hover{
    color: #ffffff;
    background: #d70a00;
    border-color: #d70a00;
}

.index-s1 .left{
    width: 47.1875%;
}
.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 4.25rem;
    border-radius: .15rem;
}
.list1w a h3{
    font-size: .22rem;
    line-height: .36rem;
    color: #111111;
    height: .72rem;
    font-weight: 500;
    transition: all .5s;
}
.list1w a time{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: rgba(17, 17, 17, 0.6);
    margin-top: .15rem;
    display: none;
}

.list1w a .text{
    padding: .17rem 0 0;
    position: relative;
}
.list1w a:hover h3{
    color: #d70a00;
    font-weight: 500;
}
.list1w .btnBox{
    position: static;
    margin-top: .19rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.list1w .btn{
    width: .32rem;
    height: .21rem;
    background:  url("../images/arrow-1.png") no-repeat 50% 50%;
    background-size: 100% auto;
    border-radius: 50%;
    position: static;
    transform: none;
}

.list1w .next{
    transform: rotate(180deg);
}
.list1w .btn:hover{
    background-image: url("../images/arrow-2.png");
}

.list1w .swiDots{
    position: static;
    width: auto;
    display: flex;
    align-items: center;
    gap: 0 .4rem;
    margin: 0 .3rem;
}
.list1w .swiDots span{
    display: block;
    width: .09rem;
    height: .17rem;
    margin: 0;
    background: url("../images/s1-img-2.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    opacity: 1;
    border-radius: 0;
}
.list1w .swiDots span.active{
    width: .26rem;
    height: .37rem;
    background-image: url("../images/s1-img-3.png");
}
.index-s1 .right{
    width: 49.375%;
}

.list_box1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box1 li{
    width: 100%;
    position: relative;
}
.list_box1 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.88rem;
}
.list_box1 li .tag{
    display: flex;
    display: none;
}
.list_box1 li .tag span{
    display: block;
    font-size: .18rem;
    line-height: .27rem;
    color: #FFFFFF;
    padding: 0 .15rem;
    background: linear-gradient(90deg,#017b3d 0%,#25c373 100%);
    border-radius: .05rem;
}
.list_box1 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #111111;
    transition: all .5s;
}
.list_box1 li .time{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: .2rem;
    flex-shrink: 0;

}
.list_box1 li time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(17, 17, 17, 0.6);
    display: none;
}
.list_box1 li .svg{
    width: .16rem;
    height: .16rem;
    color: rgba(17, 17, 17, 0.5);
    transition: all .5s;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #111111;
    opacity: .1;
}
.list_box1 li:nth-child(7):before,
.list_box1 li:nth-child(8):before{
    opacity: 0;
}
.list_box1 li:hover h3{
    color: #017b3d;
    font-weight: 500;
}
.list_box1 li:hover time{
    color: #017b3d;
}
.list_box1 li:hover .svg{
    color: #017b3d;
    transform: rotate(45deg);
}
.list_box1{
    padding: .19rem .5rem;
}
.list2w .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .54rem;
    height: .54rem;
    background: #fff;
    border-radius: 50%;
    color: #017b3d;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    z-index: 9;
}
.list2w .btn .svg{
    width: .24rem;
    height: .41rem;
    color: inherit;
    transform: translateX(.03rem);
}
.list2w .prev{
    left: -.27rem;
}
.list2w .next .svg{
    transform: translateX(-.03rem) rotate(180deg);
}
.list2w .next{
    right: -.27rem;
}
.list2w .btn:hover{
    color: #FFFFFF;
    background: #017b3d;
}
.list2w{
    position: relative;
    background: rgba(255, 255, 255, 0.35);
    border-radius: .15rem;
    box-shadow: 0 0 .55rem .13rem rgba(125, 242, 116, 0.24);
}
.index-s1 .content{
    margin-top: .8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index-s1{
    background: url("../images/index-s1.png") no-repeat bottom center/cover;
}
.list3w li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .35rem .3rem .36rem .34rem;
}
.list3w li a .time{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list3w li a time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: .66rem;
    height: .66rem;
    text-align: center;
    color: #FFFFFF;
    flex-shrink: 0;
    position: relative;
    transition: all .5s;
    background: #017b3d;
    border-radius: .05rem;
    line-height: 1;
}
.list3w li a time span{
    display: block;
    font-size: .32rem;
    font-weight: 500;
}
.list3w li a time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
}
.list3w li a .line:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    border-bottom:.01rem dashed #174c8a;
    transition: all .5s
}
.list3w li a .line:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: .06rem;
    height: .06rem;
    background: #174c8a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all .5s
}
.list3w li a .line{
    flex: 1;
    height: .01rem;
    position: relative;
}
.list3w li a h3{
    font-size: .2rem;
    line-height: .32rem;
    color: #111111;
    height: .64rem;
    margin-top: .23rem;
    transition: all .5s;
}
.list3w li a p{
    font-size: .16rem;
    line-height: .26rem;
    color: #111111;
    -webkit-line-clamp: 4;
    height: 1.04rem;
    margin-top: .22rem;
    transition: all .5s;
    opacity: .6;
}
.list3w li a h5{
    font-size: .16rem;
    color: #017b3d;
    line-height: .26rem;
    text-align: right;
    padding-right: .2rem;
    background: url("../images/s2-img-1.png") no-repeat right center;
    background-size: .12rem auto;
    margin-top: .34rem;
    transition: all .5s;
}
.list3w li .item:before{

}

.list3w li .item:hover time{

}
.list3w li .item:hover a .line:before{
    border-color: #9c010a;
}
.list3w li .item:hover a .line:after{
    background: #9c010a;
}
.list3w li .item:hover h3{
    color: #9c010a;
    font-weight: 500;
}
.list3w li .item:hover p{
    color: rgba(215, 10, 0, 0.6);
}
.list3w li .item:hover h5{
    color: #9c010a;
    background-image: url("../images/s2-img-2.png");
}
.list3w li .item:hover:before{
    opacity: 1;
    visibility: visible;
}
.list3w li .item{
    position: relative;
    border-radius: .15rem;
    box-shadow: 0 0 .55rem .13rem rgba(251, 193, 146, 0.24);
    background: rgba(255, 255, 255, 0.6);

}
.list3wBox{
    padding: .6rem;
    margin: 0 -.6rem;
}
.list3w .swiDots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .23rem;
    margin: 0 auto;
    font-size: 0;
}
.list3w .swiDots span{
    width: .82rem;
    height: .04rem;
    margin: 0 .04rem;
    background: #d7241b;
    border-radius: 0;
    opacity: .3;
    transition: all .5s;
}
.list3w .swiDots span.active{
    opacity: 1;
}
.list3w{
    margin-top: .28rem;
    position: relative;
}
.index-s2{
    background: url("../images/index-s2.png") no-repeat bottom center/cover;
}
.list4w a{
    display: block;
    border-radius: .15rem;
    background: #ffffff;
    transition: all .5s;
}
.list4w a .pic{
    padding-top: 2.38rem;
    border-radius: .15rem;
}
.list4w a h3{
    font-size: .24rem;
    line-height: .36rem;
    color: #333333;
    height: .72rem;
    transition: all .5s;
}
.list4w a time{
    display: block;
    font-size: .22rem;
    line-height: .32rem;
    color: #017b3d;
    margin-top: .55rem;
}
.list4w a .text{
    padding: .38rem .28rem;
}
.index-s3 .btnBox{
    margin-top: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-s3 .btn{
    width: .56rem;
    height: .56rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .01rem solid #fff;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    transition: all .5s;
    margin: 0 .1rem;
}
.index-s3 .btn .svg{
    width: .24rem;
    height: .41rem;
    color: inherit;
    transform: translateX(.03rem);
}
.index-s3 .next .svg{
    transform: translateX(-.03rem) rotate(180deg);
}
.index-s3 .prev2 .svg{
    transform: translateX(0);
}
.index-s3 .next2 .svg{
    transform: translateX(0rem) rotate(180deg);
}

.index-s3 .btn:hover{
    background: #d70a00;
    border-color: #d70a00;
}
.index-s3 .btnBox .mores{
    margin: 0 .14rem;
}
.index-s3 .btnBox .mores a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    width: 1.22rem;
    height: .33rem;
    color: #FFFFFF;
    border: .01rem solid #FFFFFF;
    border-radius: 50vw;
    transition: all .5s;
}
.index-s3 .btnBox .mores a:hover{
    background: #d70a00;
    border-color: #d70a00;
}
.index-s3 .title001 .tit h4{
    background: linear-gradient(180deg, #FFFFFF, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.index-s3 .title001 .tit h3,
.index-s3 .title001 .tit h2{
    color: #FFFFFF;
}

.index-s3 .title001 .tit .h3:before{
    background-image: url("../images/tit-2.png");
}
.index-s3 .content{
    margin-top: .6rem;
}
.index-s3{
    background: url("../images/index-s3.png") no-repeat bottom center/cover;
}

.zf-list{
    display: none;
}
#danmu-container{
    position: relative;
    height: 3.73rem;
}
.danmu-item{
    position: absolute;
    white-space: nowrap;
    display: inline-block;
    /*animation: danmuMove linear infinite;*/
    pointer-events: none;
}
@keyframes danmuMove {
    to {
        transform: translateX(-100vw);
    }
}
.danmu-item .con{
    display: flex;
    align-items: flex-start;
}
.danmu-item .con .img{
    display: block;
    width: .51rem;
    margin-right: .15rem;
}
.danmu-item .con .img img{
    display: block;
    width: 100%;
}
.danmu-item .con .text{
    flex: 1;
    overflow: hidden;
}
.danmu-item .con h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #FFFFFF;
}
.danmu-item .con h4{
    font-size: .16rem;
    line-height: .26rem;
    color: #FFFFFF;
}
.index-s5 .content{
    margin-top: .9rem;
    padding-bottom: 2rem;
}
.index-s5 .con-wap{
    display: none;
}
.index-s5 .bot{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.index-s5 .zf-btn a{
    display: block;
    transition: all .5s;
}
.index-s5 .zf-btn a img{
    display: block;
    height: .66rem;
}
.index-s5 .zf-btn a:hover{
    transform: translateY(-.1rem);
}
.index-s5 .zf-btn{
    display: flex;
    justify-content: center;
    margin-bottom: .69rem;
    position: relative;
    z-index: 5;
}
.index-s5 .anibg img{
    display: block;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .53rem;
    pointer-events: none;
}
.index-s5 .anibg img:nth-child(1){
    height: 1.86rem;
    margin: 0 auto;
    left: .2rem;
}

.index-s5 .title001 .tit h4{
    background: linear-gradient(180deg, #FFFFFF, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.index-s5 .title001 .tit h3,
.index-s5 .title001 .tit h2{
    color: #FFFFFF;
}
.index-s5 .title001 .tit h2{
    margin-left: -.4rem;
}
.index-s5 .title001 .tit .h3:before{
    background-image: url("../images/tit-2.png");
}
.index-s5 .content{
    margin-top: .6rem;
}
.index-s5{
    position: relative;
    background: url("../images/index-s5.png") no-repeat bottom center/cover;
}

.index-s6 .left{
    width: 48.125%;
}
.list-box3 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: .9rem;
    position: relative;
    z-index: 2;
    padding: 0 .4rem 0 .55rem;
}
.list-box3 li time{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-family: 'SourceHanSerifCN', sans-serif;
    color: #017b3d;
    line-height: 1;
    margin-right: .15rem;
    font-weight: 700;
    position: relative;
    transition: all .5s;
}
.list-box3 li time span{
    display: block;
    font-size: .32rem;
}
.list-box3 li time em{
    display: block;
    font-size: .14rem;
    margin-top: .06rem;
}
.list-box3 li time:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .04rem;
    background: #017b3d;
    transition: all .5s;
}
.list-box3 li h4{
    font-size: .18rem;
    line-height: .3rem;
    color: #017b3d;
    margin-right: .1rem;
    flex-shrink: 0;
    transition: all .5s;
}
.list-box3 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #262626;
    transition: all .5s;
}
.list-box3 li .arrow{
    width: .48rem;
    height: .48rem;
    background: #e6c787 url("../images/arrow-3.png") no-repeat 50% 50%;
    background-size: .26rem auto;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -.24rem;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list-box3 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #999999;
    opacity: .3;
}
.list-box3 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url("../images/s6-img-4.png") no-repeat 50% 50%;
    background-size: cover;
    border-radius: .1rem;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list-box3 li:hover time{
    color: #d8ba7b;
}
.list-box3 li:hover time:before{
    background: #d8ba7b;
}
.list-box3 li:hover h4,
.list-box3 li:hover h3{
    color: #ffffff;
}
.list-box3 li:hover .arrow{
    opacity: 1;
    visibility: visible;
}
.list-box3 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list-box3 li + li{
    margin-top: .19rem;
}
.list-box3 li{
    position: relative;
}

.list-box3{
    margin-top: 0.53rem;
    margin-right: .24rem;
}
.index-s6 .right{
    width: 48.125%;
}
.list5w a{
    display: block;
    position: relative;
}
.list5w .images{
    padding: .04rem;
    background: #ffffff;
    border-radius: .1rem;
    overflow: hidden;
    position: relative;
}
.list5w .pic{
    padding-top: 3.6rem;
    border-radius: .1rem;
}
.list5w .play{
    position: absolute;
    top: 50%;
    left: 50%;
    width: .91rem;
    height: .91rem;
    background: url("../images/s6-img-3.png") no-repeat 50% 50%;
    background-size: 100% auto;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.list5w .images:after{
    position: absolute;
    content: "";
    left: .04rem;
    top: .04rem;
    bottom: .04rem;
    right: .04rem;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    border-radius: .1rem;
}
.list5w h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: all .5s;
}

.list5w .text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .15rem;
    padding: 0 .2rem;
    z-index: 4;
}
.list5wBox{
    width: 6.5rem;
    max-width: 100%;
}


.list5w{
    position: relative;
    margin-top: 0.6rem;
}
.list11wBox li a{
    display: block;
    padding: .04rem;
    background: #ffffff;
    transition: all .5s;
}
.list11wBox li .pic{
    padding-top: 1.13rem;
}
.list11wBox .swiper-container{
    margin-right: -1.91rem;
}
.list11wBox{
    overflow: hidden;
}
.list11w .swiper-slide-active a{
    background: #017b3d;
}
.list11w .btn{
    width: .54rem;
    height: .54rem;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ac0800;
    transition: all .5s;
}
.list11w .btn .svg{
    width: .24rem;
    height: .41rem;
    color: inherit;
    transform: translateX(.03rem);
}
.list11w .prev{
    left: -.27rem;
}
.list11w .next .svg{
    transform: translateX(-.03rem) rotate(180deg);
}
.list11w .next{
    right: -.27rem;
}
.list11w .btn:hover{
    color: #FFFFFF;
    background: #ac0800;
}
.list11w{
    position: relative;
    margin-top: .16rem;
    padding: .3rem .06rem;
    background: url("../images/s6-img-5.png") no-repeat 50% 50%;
    background-size: cover;
    border-radius: .1rem;
}
.index-s6 .title001 .tit h3,
.index-s6 .title001 .tit h2{
    color: #FFFFFF;
}
.index-s6 .title001 .tit .h3:before{
    background-image: url("../images/tit-2.png");
}
.index-s6{
    background: url("../images/index-s6.png") no-repeat bottom center/cover;
}

.index-s7 .left{
    width: 49.1875%;
    position: relative;
    padding: .26rem 0 0 .2rem;
    margin-top: 2.07rem;
}
.index-s7 .left:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 1.16rem;
    height: 1.16rem;
    background: url("../images/s7-img-5.png") no-repeat 50% 50%;
    background-size: 100% auto;
    pointer-events: none;
}
.index-s7 .right{
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 .23rem 0 0;
    position: relative;
}
.index-s7 .right:before{
    position: absolute;
    content: '';
    right: 0;
    bottom: .77rem;
    width: 1.16rem;
    height: 1.16rem;
    background: url("../images/s7-img-6.png") no-repeat 50% 50%;
    background-size: 100% auto;
    pointer-events: none;
}
.index-s7 .right .ll{
    width: 48.42%;
}
.index-s7 .right .rr{
    width: 47.63%;
    margin-top: 1.33rem;
}
.index-s7 .li a{
    display: block;
    border-radius: .2rem;
    overflow: hidden;
}
.index-s7 .li1 .pic{
    padding-top: 4.87rem;
}
.index-s7 .li2 .pic{
    padding-top: 4.44rem;
}
.index-s7 .li3 .pic{
    padding-top: 2.43rem;
}
.index-s7 .li3{
    margin-top: .33rem;
}
.index-s7 .li4 .pic{
    padding-top: 4.87rem;
}
.index-s7 .content{
    margin-top: -1.24rem;
}
.index-s7 .title001 .more a:not(:hover){
    color: #017b3d;
    border-color: #017b3d;
}
.index-s7 .title001 .more{
    z-index: 5;
}
.index-s7{
    background: url("../images/index-s7.png") no-repeat bottom center/cover;
}

.index-s7.on [data-aos^=fade][data-aos^=fade]{
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.section_last .fp-tableCell,
.section_last {
    display: block !important;
    height: auto !important;
    padding-top: 0;
    overflow: visible;
}


@media (min-width: 1199px) {
    .banner_box .nav li:before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 3.41rem;
        height: .44rem;
        transition: .5s;
        z-index: 0;
        opacity: 0;
        visibility: hidden;
    }
    .banner_box .nav li:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0;
        transition: .5s;
        z-index: 0;
    }
    .banner_box .nav li:hover:before{
        opacity: 1;
        visibility: visible;
    }
    .banner_box .nav li:hover:after {
        width: 3.95rem;
    }
    .banner_box .nav li:hover a{
        color: #fff152;
    }
    .banner_box .container{
        padding-bottom: .35rem;
    }

    .index-s2 .title001 .tit h2{
        letter-spacing: -.2em;
        margin-left: -.1rem;
    }
    .list3w .swiper-slide-prev .item,
    .list3w .swiper-slide-next + li + li + li .item,
    .list_box2 .swiper-slide-prev a,
    .list_box2 .swiper-slide-next + li + li + li a{
        opacity: 0;
        visibility: hidden;
    }

    .list3w li.swiper-slide-active .item{
        margin-top: .4rem;
    }
    .list3w li.swiper-slide-next .item{
        margin-top: .8rem;
    }
    .list3w li.swiper-slide-next + li + li .item{
        margin-top: 1.13rem;
    }
    .list3w li .item{
        transition: all .5s
    }
    .list3wBox{
        height: 6.44rem;
    }
    .list4w li{
        transform: translateX(1rem) scale(.8052);
        transition: transform .5s;
    }
    .list4w li.swiper-slide-prev{
        transform: translateX(0.3rem) scale(.8052);
    }
    .list4w li.swiper-slide-next{
        transform: translateX(-0.3rem) scale(.8052);
    }
    .list4w li.swiper-slide-next + li{
        transform: translateX(-1rem) scale(.8052);
    }
    .list4w li.swiper-slide-active{
        transform: translateX(0) scale(1);
    }
    .list4w li.swiper-slide-active h3{
        color: #017b3d;
        font-weight: 700;
    }
    .list4wBox{
        padding: 0 1.325rem;
        overflow: visible;
    }
    .index-s3 .title001 .tit h2{
        margin-left: -.25rem;
    }

}

@media (max-width: 1199px) {
    .section{
        padding: .4rem 0;
    }
    .section_last{
        padding: 0;
    }
    .banner_box{
        padding: 0;
    }
    .banner .imgBox .img {
        padding-bottom: 50vh;
    }
}
@media (max-width: 1025px) {
    .banner_box .nav1{
        margin-left: -5.9rem;
    }
    .banner_box .nav1 li:nth-child(1){
        padding-right: 0.5rem;
    }
    .banner_box .nav1 li:nth-child(2){
        padding-right: 0.8rem;
    }
    .banner_box .nav1 li:nth-child(3){
        padding-right: 0.8rem;
    }
    .banner_box .nav1 li:nth-child(4){
        padding-right: 0.5rem;
    }
    .banner_box .nav li a{
        font-size: .2rem;
        height: .64rem
    }
    .banner_box .nav li+li{
        margin-top: 0;
    }
    .banner_box .nav li a .svg{
        margin-right: .05rem;
    }
    .banner_box .nav2 li:nth-child(1){
        padding-left: 0.5rem;
    }
    .banner_box .nav2 li:nth-child(2){
        padding-left: 0.8rem;
    }
    .banner_box .nav2 li:nth-child(3){
        padding-left: 0.8rem;
    }
    .banner_box .nav2 li:nth-child(4){
        padding-left: 0.5rem;
    }
    .banner_box .nav2{
        margin-right: -5.9rem;
    }
    .banner_box .nav{
        height: 3.2rem;
        margin-top: -1.6rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .banner_box .bigcir{
        width: 5.5rem;
        height: 5.5rem;
    }
    .banner_box .container:before{
        width: 7rem;
        height: 7rem;
        margin-left: -3.5rem;
        margin-top: -3.5rem;
    }
    .banner_box .wp{
        align-items: center;
    }
    .title001 .tit h3{
        font-size: .28rem;
    }
    .title001 .tit h4{
        font-size: .2rem;
    }
    .title001 .tit h2{
        font-size: .5rem;
    }
    .title001 .tit h2:before{
        width: .4rem;
        height: .4rem;
    }
    .title001 .tit:after{
        height: .15rem;
        bottom: -.15rem;
    }
    .index-s1 .left{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 56.29%;
    }
    .list1w a h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list1w a time{
        margin-top: .1rem;
    }
    .list1w a .text{
        padding: .2rem 0;
    }
    .list1w .btnBox{
        margin-top: 0;
        justify-content: center;
    }
    .list1w .swiDots span{
        width: .05rem;
        height: .1rem;
    }
    .list1w .swiDots span.active{
        width: .2rem;
        height: .28rem;
    }
    .list1w .swiDots{
        margin: 0 .2rem;
        gap: 0 .15rem;
    }
    .index-s1 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .list_box1 li a{
        height: .7rem;
    }
    .list_box1 li{
        width: 49%;
    }
    .list_box1{
        padding: 0 .2rem;
    }
    .list2w .btn{
        width: .4rem;
        height: .4rem;
    }
    .list2w .btn .svg{
        width: .2rem;
        height: .3rem;
    }
    .list2w .prev{
        left: -15px;
    }
    .list2w .next{
        right: -15px;
    }
    .index-s1 .content {
        margin-top: 0.4rem;
    }
    .list3w li a h3{
        line-height: .3rem;
        height: .6rem;
        margin-top: .1rem;
    }
    .list3w li a p{
        margin-top: .05rem;
    }
    .list3w li a h5{
        margin-top: .1rem;
    }
    .list3w li a{
        padding: .2rem;
    }
    .list3wBox{
        padding: 0;
        margin: 0;
    }
    .list3w .swiDots span {
        width: 0.4rem;
        height: .02rem;

    }
    .list3w .swiDots{
        position: static;
        margin-top: .2rem;
    }
    .list3w{
        margin-top: .4rem;
    }
    .list4w a .pic{
        padding-top: 56.47%;
        border-radius: .1rem;
    }

    .list4w a h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list4w a time{
        font-size: .16rem;
        line-height: .24rem;
        margin-top: .1rem;
    }
    .list4w a .text{
        padding: .2rem;
    }
    .list4w a:hover h3{
        color: #0f763f;
        font-weight: 700;
    }
    .list4w a{
        border-radius: .1rem;
    }
    .index-s3 .content{
        margin-top: .3rem;
    }
    .index-s3 .btn{
        width: .4rem;
        height: .4rem;
    }
    .index-s3 .btn .svg{
        width: .18rem;
        height: .3rem;
    }
    .index-s3 .btnBox .mores a{
        font-size: .16rem;
    }
    .index-s3 .btnBox {
        margin-top: 0.2rem;
    }
    .list_box2 li time .day{
        font-size: .4rem;
    }
    .list_box2 li time em{
        font-size: .16rem;
    }
    .list_box2 li a{
        padding: .2rem;
    }
    .list_box2 li .pic{
        padding-top: 60.41%;
        border-radius: .05rem;
    }
    .list_box2 li p{
        line-height: .28rem;
        height: 1.12rem;
        margin-top: .15rem;
    }
    .list_box2 li{
        width: 49%;
        margin: 0;
    }
    .list_box2 li:hover a{
        transform:none;
    }

    .list_box2{
        padding:0;
        margin:.4rem 0 0
    }
    .index-s5 .content{
        margin-top: .4rem;
        padding-bottom: 1rem;
    }
    #danmu-container{
        height: 3.2rem;
    }
    .index-s5 .bot{
        position: relative;
        margin-top: .2rem;
    }
    .index-s5 .zf-btn{
        margin-bottom: .3rem;
    }
    .index-s5 .zf-btn a img{
        height: .45rem;
    }
    .index-s5 .anibg img:nth-child(2){
        height: auto;
        left: -15px;
        right: -15px;
        width: calc(100% + 30px);
        max-width: none;
    }
    .index-s5 .anibg img:nth-child(1) {
        height: 1.7rem;
        left: 0.2rem;
    }
    .index-s5 .con-wap{
        display: block;
    }
    .index-s5 .con-web{
        display: none;
    }
    .zf-swiper ul{
        font-size: 0 !important;
        white-space: nowrap;
    }
    .zf-swiper li {
        display: inline-block;
        vertical-align: middle;
    }

    .zf-swiper li .con{
        display: flex;
        align-items: flex-start;
    }
    .zf-swiper li .con .img{
        display: block;
        width: .51rem;
        margin-right: .15rem;
    }
    .zf-swiper li .con .img img{
        display: block;
        width: 100%;
    }
    .zf-swiper li .con .text{
        flex: 1;
        overflow: hidden;
    }
    .zf-swiper li .con h3{
        font-size: .2rem;
        line-height: .3rem;
        color: #FFFFFF;
    }
    .zf-swiper li .con h4{
        font-size: .16rem;
        line-height: .26rem;
        color: #FFFFFF;
    }
    .zf-swiper{
        margin: .2rem 0;
    }
    .zf-list{
        display: block;
    }


    .index-s5{
        padding-bottom: 0;
    }
    .index-s6 .left{
        width: 100%;
    }

    .list-box3 li + li{
        margin-top: 0;
    }
    .list-box3 li a{
        border-radius: .1rem;
        padding: 0 .2rem;
    }

    .list-box3{
        margin-top: .3rem;
        margin-right: 0;
    }
    .index-s6 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list5w .pic{
        padding-top: 56.18%;
    }
    .list5w .play{
        width: .5rem;
        height: .5rem;
    }
    .list5w .images{
        border-radius: .1rem .1rem 0 0;
    }
    .list5w .text{
        padding: 0 .2rem;
    }
    .list11w .btn{
        width: .5rem;
        height: .5rem;
    }
    .list11w .next{
        right: -10px;
    }
    .list11w .prev{
        left: -10px
    }
    .list5w{
        margin-top: .3rem;
    }
    .list11wBox li .pic{
        padding-top: 66.1%;
    }
    .list11wBox .swiper-container{
        margin-right: 0;
    }
    .list11w{
        padding: .2rem .1rem;
    }
    .index-s7 .left{
        width: 100%;
        margin-top: 0;
        padding: 0;
    }
    .index-s7 .left:before{
        width: .9rem;
        height: .9rem;
        display: none;
    }
    .index-s7 .li1 .pic{
        padding-top: 63.49%;
    }
    .index-s7 .li a{
        border-radius: .1rem;
    }
    .index-s7 .right{
        width: 100%;
        margin-top: .2rem;
        padding-right: 0;
    }
    .index-s7 .right .ll{
        width: 49%;
    }
    .index-s7 .li2 .pic{
        padding-top: 55vw;
    }
    .index-s7 .li3{
        margin-top: .2rem;
    }
    .index-s7 .li3 .pic{
        padding-top: 30vw;
    }
    .index-s7 .right .rr{
        width: 49%;
        margin-top: 0;
    }
    .index-s7 .li4 .pic{
        padding-top: calc(55vw + 30vw + .2rem);
    }
    .index-s7 .right:before{
        display: none;
    }
    .index-s7 .content{
        margin-top: .3rem;
    }
}
@media (max-width: 769px) {
    .banner_box .bigcir {
        width: 50vw;
        height: 50vw;
    }
    .banner_box .bigcir img.txtimg{

    }
    .banner_box .container:after {
        width: 60vw;
        height:60vw;
        margin-left: -30vw;
        margin-top:  -30vw;
    }

    .banner_box .nav1 li:nth-child(1){
        padding-right: 8vw;
    }
    .banner_box .nav1 li:nth-child(2){
        padding-right: 11vw;
    }
    .banner_box .nav1 li:nth-child(3){
        padding-right: 11vw;
    }
    .banner_box .nav1 li:nth-child(4){
        padding-right: 8vw;
    }
    .banner_box .nav1 {
        margin-left: -50vw;
    }
    .banner_box .nav2 li:nth-child(1){
        padding-left: 8vw;
    }
    .banner_box .nav2 li:nth-child(2){
        padding-left: 11vw;
    }
    .banner_box .nav2 li:nth-child(3){
        padding-left: 11vw;
    }
    .banner_box .nav2 li:nth-child(4){
        padding-left: 8vw;
    }
    .banner_box .nav li a .svg{
        width: 5vw;
        height: 5vw;
        margin-top: .1vw;
    }
    .banner_box .nav li a{
        height: 7.6vw;
    }
    .banner_box .nav li{
        width: 34vw;
    }
    .banner_box .nav2 {
        margin-right: -50vw;
    }
    .banner_box .nav{
        height: 36vw;
        margin-top: -18vw;
    }
    .list_box1 li{
        width: 100%;
    }
    .list_box2 li{
        width: 49%;
    }
    .list_box3 li .txt{
        height: 2rem;
        max-height: calc(100% - 1rem);
    }
    .index-s5 .anibg img:nth-child(1) {
        height: 1rem;
        left: 0;
        bottom: 0;
    }
}
@media (max-width: 481px) {
    .banner_box .bigcir {
        width: 55vw;
        height: 55vw;
    }
    .banner_box .nav li a{
        font-size: 3vw;
        height: 10vw;
    }
    .banner_box .nav{
        height: 46vw;
        margin-top: -23vw;
    }
    .banner_box .container:before{
        display: none;
    }
    .banner .imgBox .img{
        padding-bottom: 50vw;
    }
    .banner_box .bigcir .countTime h3 span{
        font-size: .3rem;
    }

}

.zf-pop{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.zf-pop .qr-content {
    background: #fff;
    padding: .2rem;
    border-radius: .1rem;
    text-align: center;
    position: relative;
}
.zf-pop .qr-content .img{
    width: 1.8rem;
    margin: 0 auto;
}
.zf-pop .qr-content .img img{
    display: block;
    width: 100%;
}
.zf-pop .qr-content h3 {
    font-size: .16rem;
    line-height: 1.5;
    color: #666;
    margin-top: .1rem;

}
.zf-pop .qr-content button{
    cursor: pointer;
    position: absolute;
    width: .24rem;
    height: .24rem;
    top: .05rem;
    right: .05rem;
    padding: 0;
}
.zf-pop .qr-content button svg{
    fill: #A91D17;
    display: block;
    width: 100%;
    height: 100%;
}
.zf-pop.show{
    opacity: 1;
    visibility: visible;
}

/*侧边导航*/

.aside{
    position: fixed;
    right: 0;
    top: 50%;
    width: 1.07rem;
    padding: .04rem 0 .56rem;
    transform: translate(100%,-50%);
    opacity: 0;
    visibility: hidden;
    background: url("../images/as-img-2.png") no-repeat top center/100% 100%;
    transition: all .5s;
}
.aside .as-top img{
    display: block;
    width: .97rem;
    margin: 0 auto;
}
.aside ul li a{
    display: block;
    font-size: .18rem;
    line-height: .47rem;
    color: #222222;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: all .5s;
}
.aside ul li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #cfcfcf;
}
.aside ul li:after{
    position: absolute;
    content: '';
    left: -.15rem;
    right: -.12rem;
    top: 0;
    bottom: 0;
    background: #1d5393;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.aside ul li.active a,
.aside ul li:hover a{
    color: #FFFFFF;
}
.aside ul li.active:after,
.aside ul li:hover:after{
    opacity: 1;
    visibility: visible;
}
.aside ul li:last-child:before{
    opacity: 0;
    visibility: hidden;
}
.aside ul li{
    position: relative;
}
.aside ul{
    padding: 0 .12rem 0 .15rem;
    position: relative;
    z-index: 2;
}
.aside.on{
    transform: translate(0,-50%);
    opacity: 1;
    visibility: visible;
}


/*学科回眸详情*/

.index-s3hide{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.list6w{
    background: #FFFFFF;
    width: 6.6rem;
    max-width: 96%;
    border-radius: .1rem;
    padding: .2rem;
    position: relative;
}
.list6w .text-info .tit{
    font-size: .26rem;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
    text-align: center;
}
.list6w .text-info .con .desc{
    font-size: .18rem;
    line-height: 1.85;
    color: #333;
    text-indent: 2em;
    padding-right: .1rem;
    max-height: 4.5rem;
    overflow-y: scroll;
    text-align: center;
}
.list6w .text-info .con .desc p,
.list6w .text-info .con .desc p *{
    font-size: .16rem;
    line-height: 1.85;
    color: #333;
    text-indent: 2em;
    font-family:inherit !important;
}
.list6w .text-info .con .desc p + p{
    margin-top: 1em;
}
.list6w .text-info .con .desc img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.list6w .text-info .con .desc::-webkit-scrollbar {width:4px;height: 8px;background-color: #ddd;}
.list6w .text-info .con .desc::-webkit-scrollbar-track {border-radius: 10px;background-color: #ddd;}
.list6w .text-info .con .desc::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #A91D17;}
.list6w .text-info .con{
    margin-top: .2rem;
}
.list6w .close{
    position: absolute;
    width: .24rem;
    height: .24rem;
    top: .05rem;
    right: .05rem;
    cursor: pointer;
}
.list6w .close svg{
    display: block;
    width: 100%;
    height: 100%;
    fill: #A91D17;
}
.index-s3hide.show{
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1199px) {
    .aside{
        display: none;
    }
    .list6w .text-info .con .desc,
    .list6w .text-info .con .desc p,
    .list6w .text-info .con .desc p *{
        font-size: .18rem;
        line-height: 1.85;
    }
    .list6w .text-info .con .desc p + p{
        margin-top: .1rem;
    }
}
@media (max-width: 481px) {
    .list_box2 li{
        width:100%;
    }
}

/*2026-03-13*/

.blessing-wall{
    position: relative;
    width: 100%;
    height: 3.73rem;
}
.blessing-container {
    width: 200%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.blessing-row {
    width: 100%;
    height: 25%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0rem 0;
}

.blessing-item {
    display: inline-block;
    margin: 0 30px;
    padding: .1rem 0;
    color: #FFECCC;
    font-size: .2rem;
    cursor: pointer;
    transition: all .3s ease;
}
.blessing-item.size-small {
    transform: scale(.95) translateY(.2rem);
}

.blessing-item.size-medium {
    transform: scale(.9) translateY(-.2rem);
}

.blessing-item.size-large {
    transform: scale(1);
    opacity: 1
}


.blessing-item .con{
    display: flex;
    align-items: flex-start;
}
.blessing-item .con .img{
    display: block;
    width: .51rem;
    margin-right: .15rem;
}
.blessing-item .con .img img{
    display: block;
    width: 100%;
}
.blessing-item .con .text{
    flex: 1;
    overflow: hidden;
}
.blessing-item .con h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #FFFFFF;
}
.blessing-item .con h4{
    font-size: .16rem;
    line-height: .26rem;
    color: #FFFFFF;
}


@keyframes scroll-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.scrolling-container {
    animation: scroll-left 60s linear infinite
}

.ani1s .con {
    animation: ups linear 3s infinite;
}

.ani2s .con {
    animation: ups linear 2.8s infinite;
}

.ani3s .con {
    animation: ups linear 3.2s infinite;
}

.ani4s .con {
    animation: ups linear 2.4s infinite;
}

.ani5s .con {
    animation: ups linear 2.6s infinite;
}

.ani6s .con {
    animation: ups linear 3.6s infinite;
}


@keyframes up{0%{transform:translateY(0)}
    50%{transform:translateY(-8px)}
    100%{transform:translateY(0)}
}
@keyframes ups{
    0%{transform:translateY(0)}
    50%{transform:translateY(-.2rem)}
    100%{transform:translateY(0)}
}


#page_1{box-sizing: border-box; -webkit-transition: all .5s ease-out; transition: all .5s ease-out }
#page_1{position: fixed;z-index: 999999;left: 0;top: 0;right: 0;bottom: 0;background: #0A2E1A;width: 100%;height: 100%; text-align: center;display: flex;flex-direction: column;justify-content: space-around;}
#page_1 .pic{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 0; }
#page_1 .picHide{ height: 100%; }
#page_1 .picHide img{ height: 100%; text-align: center; }
#page_1 .picHide{ display: none; -webkit-transform: scale(.6); transform: scale(.6); -webkit-transition: all 0.3s ease-out; transition: all .3s ease-out;  }
#runNum{box-sizing: border-box; -webkit-transition: all .3s ease-out; transition: all .3s ease-out }
#runNum{ display: block; width: 600px; margin: 0 auto; color: #F4E1DC; font-weight: bold; font-size: 220px; line-height: 285px; height: 285px; text-align: center; overflow: hidden; position: relative; z-index: 99; }
#runNum>li{ width: 150px; float: left; position: absolute; font-family: "Georgia"; }


.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
