@charset "utf-8";
#eol_float{
top:70% !important;
}
.banner a{
    display: block;
    position: relative;
}
.banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 38.57%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.banner img{
    display: block;
    width: 100%;
}
.banner .swiDots{
    font-size: 0;
    bottom: 1.22rem;
}
.banner .swiDots span{
    width: .13rem;
    height: .13rem;
    margin: 0 .075rem;
    background: #fff;
    opacity: .4;
}
.banner .swiDots span.active{
    opacity: 1;
}

.list_box1{
    position: relative;
    margin-top: -1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: url("../images/s1-img-1.png") no-repeat 50%/cover;
    border-radius: .1rem;
    padding: 0 .6rem;
}
.list_box1 ul{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box1 li a{
    display: block;
}
.list_box1 li .icon{
    position: relative;
    width: .71rem;
    height: .58rem;
    margin: 0 auto;
}
.list_box1 li .icon .img-2,
.list_box1 li:hover .icon .img-1{
    opacity: 0;
    visibility: hidden;
}
.list_box1 li h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #fff;
    text-align: center;
    margin-top: .14rem;
    transition: .5s;
}
.list_box1 li:hover .icon .img-2{
    opacity: 1;
    visibility: visible;
}
.list_box1 li:hover h3{
    color: #DEB56B;
}
.list_box1 .cen{
    width: 3.16rem;
    flex-shrink: 0;
    height: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.list_box1 .cen h2{
    position: relative;
    z-index: 2;
    font-size: .4rem;
    line-height: .46rem;
    color: #DEB56B;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.list_box1 .cen:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 1.8rem;
    height: 1.53rem;
    background: url("../images/s1-img-2.png") no-repeat 50%/100% 100%;
    transform: translateX(-50%);
}
.title001 {
    position: relative;
    z-index: 2;
}
.title001 h2 img{
    display: block;
    width: .53rem;
    margin-right: .1rem;
}
.title001 h2{
    display: flex;
    align-items: center;
    font-size: .36rem;
    line-height: .52rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.title001 .more a img{
    display: block;
    height: .23rem;
    margin-left: .06rem;
}
.title001 .more a{
    display: flex;
    align-items: center;
    font-size: .2rem;
    color: #666666;
}

.index_s1 .left{
    width: 36.25%;
}

.list_box2 li{
    position: relative;
    z-index: 2;
    border-bottom: 1px dashed rgba(151, 151, 151, 0.2);
}
.list_box2 li a{
    position: relative;
    z-index: 2;
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box2 li h3{
    flex: 1;
    font-size: .2rem;
    color: #333333;
    padding-left: .32rem;
    background: url("../images/s1-img-3.png") no-repeat left center/.18rem ;
    transition: .5s;
}
.list_box2 li time{
    display: block;
    font-size: .16rem;
    color: #666666;
    margin-left: .2rem;
    flex-shrink: 0;
    transition: .5s;
}
.list_box2 li h6{
    position: absolute;
    right: -.31rem;
    bottom: -1px;
    top: 0;
    width: .74rem;
    background: url("../images/s1-img-5.png") no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    left: -.31rem;
    right: -.31rem;
    top: 0;
    bottom: -1px;
    background: #197466;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: -.31rem;;
    top: 0;
    bottom: -1px;
    width: .05rem;
    background: #DEB56B;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box2 li:hover:after,
.list_box2 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.list_box2 li:hover h3{
    color: #fff;
    background-image: url("../images/s1-img-4.png");
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.list_box2 li:hover time{
    opacity: 0;
    visibility: hidden;
}
.list_box2 li:hover h6{
    opacity: 1;
    visibility: visible;
}
.list_box2{
    margin-top: .43rem;
    padding: 0 .31rem;
    background: #FFFFFF;
}

.index_s1 .content .cen{
    width: 36.25%;
}

.list_box3 li .top a{
    height: .81rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box3 li .top time{
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #197466;
    position: relative;
    flex-shrink: 0;
    margin-right: .11rem;
}
.list_box3 li .top time img{
    display: block;
    width: .18rem;
    margin-right: .08rem;
}
.list_box3 li .top time:after{
    display: block;
    content: '';
    width: 1px;
    height: .17rem;
    background: #197466;
    opacity: .2;
    margin-left: .11rem;
}
.list_box3 li .top h3{
    flex: 1;
    font-size: .2rem;
    color: #333333;
}
.list_box3 li:not(:last-child) .top{
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.list_box3 li .bot a{
    display: block;
    padding: .17rem 0 .26rem;
    position: relative;
    z-index: 2;
}
.list_box3 li .bot time img{
    display: block;
    width: .18rem;
    margin-right: .08rem;
}
.list_box3 li .bot time{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .26rem;
    color: #fff;
    opacity: 0;
}
.list_box3 li .bot h3{
    margin-top: .07rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #FFFFFF;
    padding-left: .25rem;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
    opacity: 0;
}
.list_box3 li .bot p{
    font-size: .16rem;
    line-height: .23rem;
    color: rgba(255, 255, 255, 0.8);
    height: .46rem;
    margin-top: .05rem;
    padding-left: .25rem;
    opacity: 0;
}
.list_box3 li .bot .bg{
    position: absolute;
    left: -.32rem;
    right: -.3rem;
    top: 0;
    bottom: 0;
    background: url("../images/s1-img-8.png") no-repeat 50%/cover;
}
.list_box3 li .bot{
    position: relative;
    display: none;
}
.list_box3 li.active .bot{
    display: block;
}
.list_box3 li.active .top{
    display: none;
}
.list_box3 li.active .bot time,
.list_box3 li.active .bot h3,
.list_box3 li.active .bot p{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.list_box3 li.active .bot h3{
    animation-delay: .2s;
}
.list_box3 li.active .bot p{
    animation-delay: .3s;
}

.list_box3 {
    margin-top: .43rem;
    padding: 0 .3rem .01rem .32rem;
    background: #fff;
}
.index_s1 .right{
    width: 21.125%;
}

.list_box4 li{
    position: relative;
}
.list_box4 li + li{
    margin-top: .39rem;
}
.list_box4 li a{
    display: block;
    font-size: .24rem;
    line-height: .62rem;
    color: #333333;
    text-align: center;
    padding: 0 .2rem;
    position: relative;
    z-index: 2;
    transition: .5s;
}
.list_box4 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #979797;
    transform: skewX(-15deg);
    transition: .5s;
}
.list_box4 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #979797;
    transform: skewX(15deg);
    transition: .5s;
}
.list_box4 li:hover:before{
    background: #DEB56B;
    border-color: #DEB56B;
}
.list_box4 li:hover:after{
    background: #197466;
    border-color: #197466;
}
.list_box4 li:hover a{
    color: #fff;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.list_box4{
    margin-top: .43rem;
}

.index_s1 .content{
    margin-top: .6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s1{
    position: relative;
    z-index: 2;
    padding: .1rem 0 .8rem;
    background: url("../images/index_s1.png") no-repeat bottom right/cover;
}

.index_s2 .img-box img{
    display: block;
    width: 100%;
}
.index_s3 .content a{
    display: block;
    position: relative;
}
.index_s3 .content a .play{
    position: absolute;
    left: 50%;
    top: 50%;
    width: .72rem;
    height: .72rem;
    background: url("../images/s3-img-6.png") no-repeat 50%/100%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.index_s3 .content a h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
    text-align: center;
}
.index_s3 .content a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .39rem .2rem .32rem;
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.index_s3 .top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s3 .top_l{
    width: 52.5625%;
}
.index_s3 .top_l a .pic{
    padding-top: 4.13rem;
}
.index_s3 .top_r{
    width: 46.6875%;

    padding: 0 0 .47rem .58rem;
    background: url("../images/s3-img-7.png") no-repeat left bottom/contain;
}
.index_s3 .top_r a .pic{
    padding-top: 4.1rem;
}
.index_s3 .top_r a{
    margin-top: -.44rem;
}

.index_s3 .bot{
    margin-top: .13rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s3 .bot_l{
    width: 52.5625%;
}
.index_s3 .bot_l a .pic{
    padding-top: 3.7rem;
}
.index_s3 .bot_r{
    width: 46.6875%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s3 .bot_r a{
    width: 49.26%;
}
.index_s3 .bot_r a .pic{
    padding-top: 3.7rem;
}
.index_s3 .content{
    margin-top: 1.17rem;
}
.index_s3 .gd a{
    display: block;
    font-size: .16rem;
    line-height: .4rem;
    color: #fff;
    width: 1rem;
    background: #197466;
    border-radius: .05rem;
    margin: 0 auto;
    text-align: center;
}
.index_s3 .gd{
    display: none;
}
.index_s3 {
    padding: .65rem 0 3.33rem;
    background: url("../images/index_s3.png") no-repeat 50%/cover;
}

@media (max-width: 1025px) {
    .banner .swiDots span{
        width: .1rem;
        height: .1rem;
        margin: 0 .05rem;
    }
    .banner .swiDots{
        bottom: .2rem;
    }
    .list_box1{
        margin-top: 0;
        padding: .2rem;
        gap: .2rem 0;
    }
    .list_box1 .cen{
        width: 100%;
        order: 0;
        height: auto;
    }
    .list_box1 .cen h2 br{
        display: none;
    }
    .list_box1 .cen h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .list_box1 .cen:after{
        display: none;
    }
    .list_box1 ul{
        order: 1;
        gap: .2rem 0;
    }
    .list_box1 li .icon{
        width: .5rem;
        height: .5rem;
    }
    .list_box1 li h3{
        font-size: .18rem;
        line-height: .3rem;
        margin-top: .05rem;
    }
    .list_box1 li{
        width: 33.33%;
    }
    .index_s1 .left{
        width: 100%;
    }
    .title001 h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .title001 h2 img{
        width: .35rem;
        margin-right: .05rem;
    }
    .title001 .more a{
        font-size: .16rem;
    }
    .list_box2{
        margin-top: .3rem;
        padding: 0 .2rem;
    }
    .list_box2 li a{
        height: .7rem;
    }
    .list_box2 li:before{
        left: -.2rem;
        right: -.2rem;
    }
    .list_box2 li:after{
        left: -.2rem;
    }
    .list_box2 li h6{
        right: -.2rem;
        width: .7rem;
    }
    .index_s1 .content .cen{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box3 li .top a {
        height: 0.7rem;
    }
    .list_box3 li .bot a{
        padding: .15rem 0;
    }
    .list_box3 li .bot h3{
        margin-top: .05rem;
    }
    .list_box3 li .bot p{
        margin-top: .08rem;
    }
    .list_box3 li .bot .bg{
        left: -.2rem;
        right: -.2rem;
    }
    .list_box3{
        margin-top: .3rem;
        padding: 0 .2rem;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box4 ul{
        display: flex;
        flex-wrap: wrap;
        gap: .2rem 5%;
        justify-content: space-between;
    }
    .list_box4 li{
        width: 30%;
        margin-top: 0;
    }
    .list_box4 li + li{
        margin-top: 0;
    }
    .list_box4 li a{
        font-size: .2rem;
        line-height: .56rem;
    }
    .list_box4{
        margin-top: .3rem;
    }
    .index_s1{
        padding: .4rem 0;
        background-position: bottom center;
    }
    .index_s3 .top_r{
        padding: 0 0 .1rem .1rem;
    }
    .index_s3 .top_l a .pic{
        padding-top: 25vw;
    }
    .index_s3 .content a .play{
        width: .4rem;
        height: .4rem;
    }
    .index_s3 .content a h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .index_s3 .content a .txt{
        padding: .2rem;
    }
    .index_s3 .top_r a{
        margin-top: 0;
    }
    .index_s3 .top_r a .pic {
        padding-top: 24vw;
    }
    .index_s3 .bot_l a .pic{
        padding-top: 25vw;
    }
    .index_s3 .bot_r a .pic {
        padding-top: 25vw;
    }
    .index_s3 .content{
        margin-top: .3rem;
    }
    .index_s3{
        padding: .4rem 0;
    }
}

@media (max-width: 769px) {
    .list_box1 ul{
        flex: auto;
        width: 100%;
    }
}

@media (max-width: 481px) {
    .list_box4 li{
        width: 47.5%;
    }
    .index_s3 .top_l{
        width: 100%;
    }
    .index_s3 .top_l a .pic{
        padding-top: 49.05%;
    }
    .index_s3 .top_r{
        width: 100%;
        margin-top: .13rem;
    }
    .index_s3 .top_r a .pic{
        padding-top: 59.51%;
    }
    .index_s3 .bot_l{
        width: 100%;
    }
    .index_s3 .bot_l a .pic{
        padding-top: 44%;
    }
    .index_s3 .bot_r{
        width: 100%;
        margin-top: .13rem;
    }
    .index_s3 .bot_r a .pic{
        padding-top: 100.54%;
    }
    .index_s3 .gd{
        display: block;
        margin-top: .2rem;
    }
    .index_s3 .title001 .more{
        display: none;
    }
}