@charset "utf-8";

.banner .swiper-slide a{
    display: block;
    position: relative;

}
.banner .swiper-slide a img{
    display: block;
    width: 100%;
}

.banner .page{
    font-size: 0;
    bottom: .39rem;
}
.banner .page span{
    width: .12rem;
    height: .12rem;
    opacity: 1;
    background: #fff;
    margin: 0 .1rem;
}
.banner .page span.active{
    background: #dd4868;
}

.banner .btn{
    width: .79rem;
    height: .79rem;
    background: no-repeat 50%/100%;
}

.banner .prev{
    left: .5rem;
    background-image: url('../images/prev01.png');
}
.banner .next{
    right: .5rem;
    background-image: url('../images/next01.png');
}

.title001{
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #cecece;
    padding-bottom: .18rem;
}
.title001 .tit{
    display: flex;
    align-items: flex-end;
    position: relative;
}
.title001 .tit:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -.2rem;
    width: .5rem;
    height: .03rem;
    background: #dd4868;
}
.title001 h3{
    font-size: .36rem;
    line-height: 1;
    color: #111111;
    font-family: 'songtiB',sans-serif;
}
.title001 h5{
    font-size: .14rem;
    line-height: 1;
    color: #a9a9a9;
    font-family: 'songtiSemiB',sans-serif;
    text-transform: uppercase;
    margin-left: .1rem;
}

.title001 a{
    display: block;
    font-size: .14rem;
    line-height: .2rem;
    color: #5f5f5f;
    padding-right: .2rem;
    background: url("../images/more.png") no-repeat right top .05rem/.1rem ;
    font-family: 'songtiSemiB',sans-serif;
    transition: .5s;
}
.title001 a:hover{
    color: #dd4868;
    background-image: url("../images/more2.png");
}

.title002 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title002 .tit{
    position: relative;
    text-align: center;
    padding-bottom: .1rem;
    border-bottom: 1px solid #cecece;
}
.title002 .tit:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -0.02rem;
    width: .5rem;
    height: .03rem;
    background: #dd4868;
    margin: auto;
}
.title002 h5{
    font-size: .14rem;
    line-height: .24rem;
    color: #a9a9a9;
    font-family: 'songtiSemiB',sans-serif;
    text-transform: uppercase;
}
.title002 h3{
    font-size: .36rem;
    line-height: .4rem;
    color: #111111;
    font-family: 'songtiB',sans-serif;
}

.title002 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: .14rem;
    line-height: .2rem;
    color: #5f5f5f;
    padding-right: .2rem;
    background: url("../images/more.png") no-repeat right top .05rem/.1rem ;
    font-family: 'songtiSemiB',sans-serif;
    transition: .5s;
}
.title002 .more:hover{
    color: #dd4868;
    background-image: url("../images/more2.png");
}
.home1 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.home1 .left{
    width: 45.09%;
}

.list_box1 li a{
    display: block;
    padding-top: .15rem;
    padding-bottom: .13rem;
}
.list_box1 li time{
    display: block;
    font-size: .14rem;
    color: #b4b4b5;
    line-height: .24rem;
    margin-bottom: .09rem;
}
.list_box1 li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #010101;
    margin-bottom: .07rem;
    transition: .5s;
}
.list_box1 li p{
    font-size: .14rem;
    line-height: .24rem;
    color: #606060;
    height: .48rem;
}
.list_box1 li{
    border-bottom: 1px solid #cecece;
}
.list_box1 li:last-child{
    border: none;
}
.list_box1 li:hover h3{
    color: #dd4868;
}

.home1 .right{
    width: 52.45%;
}
.home1 .right .img-box{
    height: 4.8rem;
    overflow: hidden;
    position: relative;
}
.home1 .right .img-box ul{height:100%;}
.home1 .right .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home1 .right .img-box a{
    display: block;
    height: 100%;
}
.home1 .right .img-box .play{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: .78rem;
    height: .78rem;
    background: url("../images/s1-img02.png") no-repeat 50%/100%;
    margin: auto;
    z-index: 3;
}

.home1{
    margin-bottom: .73rem;
}

.list_box2 li{
    width: 30.81%;
    margin-left: 3.785%;
    background: #f2f1f1;
    position: relative;
    transition: border-radius .5s;
    overflow: hidden;
}
.list_box2 li:nth-child(3n+1){
    margin-left: 0;
}
.list_box2 li:nth-child(-n+3){
    margin-bottom: .5rem;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .02rem;
    background: #dd4868;
    transition: .5s;
}
.list_box2 li a{
    position: relative;
    z-index: 3;
    display: block;
    padding: .19rem .4rem .19rem .16rem;
}
.list_box2 li time{
    display: block;
    font-size: .14rem;
    color: #b4b4b5;
    line-height: .24rem;

}
.list_box2 li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #010101;
}
.list_box2 li *{
    transition: .5s;
}
.list_box2 li:hover time,
.list_box2 li:hover h3{
    color: #ffffff;
}
.list_box2 li:hover:before{
    height: 100%;
}
.list_box2 li:hover{
    border-radius: 0 .2rem 0 0;
}

.list1w .page{
    font-size: 0;
    position: static;
    margin-top: .4rem;
}
.list1w .page span{
    width: .12rem;
    height: .12rem;
    margin: 0 .1rem;
    background: #d9d9d9;
    opacity: 1;
}
.list1w .page .active{
    background: #dd4868;
}
.home2 .title002{
    margin-bottom: .4rem;
}
.home2{
    margin-bottom: .7rem;
}

@media screen and (min-width: 1025px){
    .home3 .items .sw{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .home3 .items .item{
        width: 23.71%;
    }
    .home3 .items .item:nth-child(-n+3){
        width: 32.2%;
        margin-bottom: .3rem;
    }
    .home3 .items .item a{
        display: block;
        position: relative;
    }
    .home3 .items .item .pic{
        padding-top: 1.37rem;
    }

}
.home3 .items .item .txt-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 5;
}
.home3 .items .item .txt-box img{
    display: block;
    height: .21rem;
    margin-bottom: .1rem;
}
.home3 .items .item .txt-box h4{
    font-size: .18rem;
    color: #fff;
    line-height: .24rem;
    text-align: center;
}

.home3 .items .item a:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
    transition: .5s;
}
.home3 .items .item a:hover:after{
    background: linear-gradient(180deg,transparent 0 ,#dd4868 100%);
}

.home3 .title002{
    margin-bottom: .37rem;
}
.home3 {
    margin-bottom: .88rem;
}

.list3w a{
    display: block;
}
.list3w a .pic{
    padding-top: 3.14rem;
}
.list3w a h4{
    font-size: .18rem;
    line-height: .3rem;
    color: #010101;
    text-align: center;
    margin-top: .19rem;
}
.home4 .title001{
    margin-bottom: .3rem;
}
.home4{
    margin-bottom: .73rem;
}

.home5 .block1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home5 .block1 .img-box{
    width: 52.45%;
}
.home5 .block1 .img-box:nth-child(2){
    width: 45.91%;
}
.home5 .block1 .img-box a{
    display: block;
    position: relative;
}
.home5 .block1 .img-box .pic{
    padding-top: 4.8rem;
}
.home5 .block1 .img-box h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .18rem;
    font-size: .18rem;
    line-height: .3rem;
    color: #fff;
    padding: 0 .3rem;
    z-index: 3;
}
.home5 .block1 .img-box a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s5-img02.png") repeat-x bottom center;
    transition: .5s;
}
.home5 .block1 .img-box a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0, #dd4868 100%);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.home5 .block1 .img-box a:hover:after{
    opacity: 0;
    visibility: hidden;
}
.home5 .block1 .img-box a:hover:before{
    opacity: 1;
    visibility: visible;
}

.home5 .block2{
    margin-top: .21rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home5 .block2 .li{
    width: 24.02%;
}
.home5 .block2 .li .item a{
    display: block;
}
.home5 .block2 .li .item1 .pic{
    padding-top: 2.29rem;
}
.home5 .block2 .li .item time{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #dd4868;
    margin-bottom: .03rem;
    transition: .5s;
}
.home5 .block2 .li .item h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #262626;
    height: .6rem;
    transition: .5s;
}
.home5 .block2 .li .item .txt-box{
    background: #fff;
    padding: .18rem .26rem .26rem;
    transition: .5s;
}

.home5 .block2 .li .item:hover .txt-box{
    background: #dd4868;
}
.home5 .block2 .li:hover .item time{
    color: #fff;
}
.home5 .block2 .li:hover .item h3{
    color: #fff;
}

.home5 .block2 .li .item2 .pic{
    padding-top: 4.75rem;
}
.home5 .block2 .li .item2{
    margin-top: .21rem;
}
.home5 .block2 .li:nth-child(2n) .item2{
    margin-top: 0;
    margin-bottom: .21rem;
}

.home5 .title001{
    margin-bottom: .4rem;
}

.index{
    padding-top: .85rem;
    background: url("../images/index.jpg") no-repeat bottom center;
    background-size: 100% auto;
}

@media (max-width: 1199px){
    .banner{
        margin-top: .75rem;
    }
    .banner .page{
        bottom: .2rem;
    }
}

@media (max-width: 1025px){
    .banner .btn{
        width: .45rem;
        height: .45rem;
    }
    .banner .next{
        right: .1rem;
    }
    .banner .prev{
        left: .1rem;
    }
    .title001 h3{
        font-size: .26rem;
    }
    .title002 h3{
        font-size: .26rem;
        line-height: .3rem;
    }

    .home1{
        margin-bottom: .45rem;
    }
    .home2 .title002{
        margin-bottom: .25rem;
    }
    .list_box2 li a{
        padding: .15rem;
    }
    .list_box2 li:nth-child(-n+3){
        margin-bottom: 0;
    }
    .list_box2 li{
        margin-left: 0;
        width: 32%;
    }
    .list_box2 ul{
        gap: .2rem 2%;
    }
    .list1w .page{
        margin-top: .2rem;
    }
    .list1w .page span{
        width: .1rem;
        height: .1rem;
        margin: 0 .08rem;
    }
    .home2{
        margin-bottom: .35rem;
    }
    .home3 .title002{
        margin-bottom: .25rem;
    }
    .home3 .items .item a{
        display: block;
        position: relative;
    }
    .home3 .items .item .pic{
        padding-top: 36.34%;
    }
    .home3 .items .page{
        font-size: 0;
        margin-top: .2rem;
        position: static;
        text-align: center;
    }
    .home3 .items .page span{
        width: .1rem;
        height: .1rem;
        margin: 0 .08rem;
        background: #d9d9d9;
        opacity: 1;

    }
    .home3 .items .page .active{
        background: #dd4868;
    }
    .home3{
        margin-bottom: .35rem;
    }
    .home4 .title001{
        margin-bottom: .25rem;
    }
    .list3w a .pic{
        padding-top: 61.328125%;
    }
    .list3w a h4{
        margin-top: .1rem;
    }
    .home4{
        margin-bottom: .35rem;
    }
    .home5 .title001{
        margin-bottom: .25rem;
    }
    .home5 .block1 .img-box .pic{
        padding-top: 57.55%;
    }
    .home5 .block1 .img-box:nth-child(2) .pic{
        padding-top: 65.66%;
    }
    .index{
        padding-top: .45rem;
    }
}

@media (max-width: 769px){
    .banner .page span{
        width: .1rem;
        height: .1rem;
        margin: 0 .08rem;
    }
    .home1 .left{
        width: 100%;
        margin-bottom: .2rem;
    }
    .list_box1 li a{
        padding: .15rem 0;
    }
    .list_box1 li time{
        margin-bottom: .05rem;
    }
    .home1 .right{
        width: 100%;
    }
    .home1 .right .img-box{
        height: 50vw;
    }
    .home1 .right .img-box .play{
        width: .45rem;
        height: .45rem;
    }
    .list_box2 li{
        width: 49%;
    }
    .home5 .block2 .li .item .txt-box{
        padding: .15rem .1rem;
    }
}

@media (max-width: 641px){
    .home5 .block2 .li{
        width: 49%;
    }
    .home5 .block2{
        gap: .2rem 2%;
    }
    .home5 .block2 .li .item1 .pic{
        padding-top: 34vw;
    }
    .home5 .block2 .li .item2 .pic{
        padding-top: 58vw;
    }
    .home5 .block1 .img-box{
        width: 100%;

    }
    .home5 .block1 .img-box:nth-child(2){
        width: 100%;
        margin-top: .2rem;
    }
}
@media (max-width: 481px){
    .list_box2 li{
        width: 100%;
    }
    .list_box2 ul{
        gap: .2rem 0;
    }
}