@charset "utf-8";
/*.banner{
    margin-top: 2.3rem;
}*/
.banner a{
    display: block;
}
.banner a img{
    display: block;
    width: 100%;
}

.banner .page{
    font-size: 0;
    bottom: .4rem;
}
.banner .page span{
    width: .09rem;
    height: .09rem;
    margin: 0 .13rem;
    opacity: 1;
    background: #fff no-repeat 50%/100%;
    vertical-align: middle;
}
.banner .page .active{
    width: .25rem;
    height: .25rem;
    background-color: transparent;
    background-image: url("../images/dots.png");
}

.title001 {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title001 .ll{
    display: flex;
    align-items: flex-end;
}
.title001 .ll img{
    display: block;
    margin-right: .22rem;
}
.title001 h3{
    font-size: .4rem;
    line-height: .44rem;
    color: #000000;
    font-weight: 700;
    margin-bottom: .09rem;
}
.title001 h5{
    font-size: .18rem;
    line-height: 1;
    color: #000000;
    opacity: .4;
    font-weight: 700;
}
.title001 .more a{
    display: block;
    font-size: .18rem;
    line-height: .42rem;
    color: #9a3f60;
    padding-left: .58rem;
    padding-right: .14rem;
    background: url("../images/more.png") no-repeat 50%/100%;
}
.home1 .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.home1 .left{
    width: 41.43%;
}

.list_tabs{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.list_tabs1 .li{
    width: 48.28%;
    position: relative;
}
.list_tabs1 .li .pic{
    height: 3.1rem;
}
.list_tabs1 .li:nth-child(-n+2){
    margin-bottom: .2rem;
}
.list_tabs1 .li:nth-child(2),
.list_tabs1 .li:nth-child(4){
    margin-top: -1.1rem;
}
.list_tabs1 .li a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.list_tabs1 .li a .icon{
    width: .49rem;
    height: .43rem;
    position: relative;
}
.list_tabs1 .li a h3{
    font-size: .24rem;
    line-height: .28rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: .16rem;
}

.home1 .right{
    position: relative;
    z-index: 2;
    width: 53.57%;
    margin-top: .4rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
}
.home1 .right:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: .26rem;
    top: .26rem;
    background: url("../images/s1-img07.png") no-repeat 50%/100% 100%;
    z-index: -1;
}
.list_bds1_li .img_box a{
    display: block;
    position: relative;
}
.list_bds1_li .img_box .pic{
    padding-top: 4.6rem;
}
.list_bds1_li .img_box h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .15rem;
    z-index: 3;
    font-size: .24rem;
    line-height: .28rem;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 0 .2rem;
}
.list_bds1_li .img_box .play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: .54rem;
    height: .54rem;
    background: url("../images/s1-img06.png") no-repeat 50%/100%;
    margin: auto;
    z-index: 3;
}

.list_bds1_li{
    display: none;
}
.list_bds1_li.active{
    display: block;
}
.home1 .title001 .ll img{
    width: .76rem;
}
.home1{
    padding: 1.06rem 0 .65rem;
    background: url("../images/home1.jpg") no-repeat top center/cover;
}

.home2 .wp{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home2 .left{
    width: .96rem;
}
.home2 .left .txt-box img{
    display: block;
    width: .52rem;
    margin-bottom: .18rem;
}
.home2 .left .txt-box div{
    position: relative;
}
.home2 .left .txt-box h3{
    font-size: .4rem;
    width: .42rem;
    color: #fff;
    font-weight: 700;
    line-height: .44rem;
}
.home2 .left .txt-box h5{
    position: absolute;
    font-size: .18rem;
    color: #fff;
    opacity: .4;
    font-weight: 600;
    line-height: .26rem;
    top: -.08rem;
    left: .65rem;
    width: 1.6rem;
    transform: rotateZ(90deg);
    transform-origin: left ;
}

.home2 .right{
    width: calc(100% - .96rem);
}

.list_box1 li{
    width: 18.79%;
}
.list_box1 li a{
    display: block;
    position: relative;
}
.list_box1 li .pic{
    padding-top: 5rem;
}

.list_box1 li .txt-box1{
    position: absolute;
    left: .2rem;
    top: 0;
    width: 1rem;
    min-height: 1.7rem;
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
    padding: .4rem 0;
    transition: .5s;

}
.list_box1 li .txt-box1 .top{
    display: flex;
    justify-content: center;
}

.list_box1 li .txt-box1 h3{
    font-size: .34rem;
    color: #fff;
    line-height: 1;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    margin-right: .15rem;

}
.list_box1 li .txt-box1 h5{
    font-size: .24rem;
    color: #fff;
    opacity: .5;
    line-height: 1;
    font-weight: 200;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;

}


.list_box1 li .txt-box2{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box1 li .txt-box2 h3{
    font-size: .34rem;
    color: #fff;
    line-height: 1;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.list_box1 li .txt-box2 h5{
    font-size: .24rem;
    color: #fff;
    line-height: .28rem;
    font-weight: 200;
    text-align: center;
    margin-top: .15rem;
}

.list_box1 li:hover .txt-box1{
    opacity: 0;
    visibility: hidden;
}
.list_box1 li:hover .txt-box2{
    opacity: 1;
    visibility: visible;
}


.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 3.4rem;
}
.list1w a .txt h3{
    font-size: .24rem;
    color: #000000;
    line-height: .28rem;
    margin-bottom: .06rem;
}
.list1w a .txt h4{
    font-size: .18rem;
    color: #000000;
    line-height: .28rem;
    opacity: .8;
}
.list1w a .txt img{
    display: block;
    width: .2rem;
    margin-top: .08rem;
}
.list1w a .txt {
    position: relative;
    padding: .21rem .39rem;
    background: rgba(203, 162, 168, 0.2);
    height: 1.5rem;
}
.list1w a .txt:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: .04rem;
    background: #8e3b59;
    transition: .5s;
}
.list1w a:hover .txt:after{
    right: 0;
}



.home2 .title001{
    display: none;
}
.home2 {
    padding: 1.2rem 0;
    background: url("../images/home2.jpg") no-repeat 50%/cover;
}

.list_box4 a{
    display: block;
    position: relative;
}
.list_box4 a .pic{
    padding-top: 3.4rem;
}
.list_box4 a .txt h3{
    font-size: .24rem;
    color: #000000;
    line-height: .28rem;
    margin-bottom: .06rem;
}
.list_box4 a .txt h4{
    font-size: .18rem;
    color: #000000;
    line-height: .28rem;
    opacity: .8;
}
.list_box4 a .txt img{
    display: block;
    width: .2rem;
    margin-top: .08rem;
}
.list_box4 a .txt {
    position: relative;
    padding: .21rem .39rem ;
    background: rgba(203, 162, 168, 0.2);
}
.list_box4 a .txt:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: .04rem;
    background: #8e3b59;
    transition: .5s;
}
.list_box4 a:hover .txt:after{
    right: 0;
}
.home3 .title001 .ll img{
    width: .26rem;
}
.home3 .title001{
    margin-bottom: .4rem;
}
.home3{
    position: relative;
    z-index: 2;
}


.list_box2{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box2 .li{
    width: 23.93%;
}

.list_box2 .li a{
    display: block;
    position: relative;
}
.list_box2 .li a .pic{
    padding-top: 5.33rem;
}
.list_box2 .li a>h3{
    font-size: .2rem;
    color: #fff;
    line-height: .9rem;
    background: rgba(164, 77, 110, 0.7);
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0 !important;
    z-index: 3;
    padding: 0 .1rem;
    text-align: center;
    /* height: .72rem; */
}
.list_box2 .li .miso_s2>h3{
    font-size: .3rem;
    color: #fff;
    line-height: .9rem;
    background: rgba(164, 77, 110, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    padding: 0 .1rem;
    text-align: center;
}
.bxcx
{
    font-size: .3rem;
    color: #fff;
    line-height: .9rem;
    background: rgba(164, 77, 110, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    padding: 0 .1rem;
    text-align: center;
}

.list_box2 .li:nth-child(2){
    margin-top: .84rem;
}
.list_box2 .li:nth-child(3){
    margin-top: 1.68rem;
}
.list_box2 .li:nth-child(4){
    margin-top: 2.52rem;
}


.home4 .title001{
    margin-bottom: .63rem;
}
.home4 .title001 h3{
    color: #fff;
}
.home4 .title001 h5{
    color: #fff;
}
.home4 .title001 .ll img{
    width: .62rem;
}

.home4{
    position: relative;
    padding: 1.52rem 0 2.1rem;
    background: url("../images/home4.png") no-repeat bottom center/100% 100%;
}


.list_tabs2{
    display: flex;
}
.list_tabs2 .li{
    position: relative;
    margin-right: .66rem;
    cursor: pointer;
}
.list_tabs2 .li:before{
    position: absolute;
    content: '';
    left: -.44rem;
    top: .05rem;
    width: .23rem;
    height: .37rem;
    background: url("../images/s5-img01.png") no-repeat 50%/100%;
}
.list_tabs2 .li:first-child:before{
    display: none;
}
.list_tabs2 .li h3{
    font-size: .36rem;
    line-height: .42rem;
    color: #000;
    margin-bottom: .05rem;
    transition: .5s;
}
.list_tabs2 .li h5{
    font-size: .18rem;
    line-height: 1;
    color: #000;
    opacity: .4;
    transition: .5s;
}
.list_tabs2 .li.active h3{
    font-size: .4rem;
    color: #9a3f60;
}
.list_tabs2 .li.active h5{
    color: #9a3f60;
}
.list_bds2_li .more2{
    display: none;
    justify-content: center;
    margin-top: .2rem;
}
.list_bds2_li .more2 a{
    display: block;
    font-size: .16rem;
    line-height: .48rem;
    color: #fff;
    width: 1rem;
    text-align: center;
    background: #8e3b59;
    border-radius: .05rem;
}
.list_bds2_box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.list_bds2_box .left{
    width: 39.29%;
}

.list_box3 li a{
    position: relative;
    z-index: 2;
    height: 1.06rem;
    padding: 0 .4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.list_box3 li h3{
    font-size: .17rem;
    line-height: .24rem;
    color: #250d0d;
    max-height: .48rem;
    margin-bottom: .1rem;
    transition: .5s;
}
.list_box3 li time{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #000000;
    transition: .5s;
}
.list_box3 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: -1px;
    background:#a24e6c url("../images/s5-img02.png") no-repeat bottom right/contain;
    opacity: 0;
    visibility: hidden;
}
.list_box3 li{
    position: relative;
    border-bottom: 1px solid #dbcfd1;
}
.list_box3 li.active:after,
.list_box3 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box3 li.active h3,
.list_box3 li:hover h3{
    color: #fff;
}
.list_box3 li.active time,
.list_box3 li:hover time{
    color: #fff;
}

.list_bds2_box .right{
    width: 59.57%;
}

.list2w a{
    display: block;
}
.list2w a .pic{
    padding-top: 4.7rem;
}
.list2w a .txt h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #fff;
    margin-bottom: .12rem;
}
.list2w a .txt p{
    font-size: .14rem;
    line-height: .26rem;
    color: #ffffff;
    opacity: .7;
    height: .52rem;
}
.list2w a .txt{
    padding: .39rem .4rem;
    background: rgba(142, 59, 89, 0.8);
}

.list_bds2_li{
    transform: scale(0);
    height: 0;
    visibility: hidden;
}
.list_bds2_li.active{
    transform: scale(1);
    height: auto;
    visibility: visible;
}

.home5 .title001{
    margin-bottom: .42rem;
}
.home5 .title001 .more a{
    display: none;
}
.home5 .title001 .more a.active{
    display: block;
}
.homea{
    overflow: hidden;
    padding: .78rem 0 1.18rem;
    background: url("../images/homea.jpg") no-repeat bottom center/cover;
}

.bxcx h3
{
    font-size: .3rem;
    color: #fff;
    line-height: .9rem;
    background: rgba(164, 77, 110, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 0 .1rem;
    text-align: center;
}
.list_tabs1 .li:after{
    position:absolute;
    content:'';
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#000;
    opacity:.5;
}
.list_tabs1 .li.active:after{
    opacity:0;
}
@media (max-width: 1199px){
    .banner{
        margin-top: .75rem;
    }
    .banner .page{
        bottom: .2rem;
    }
}
@media (max-width: 1025px){
    .banner .page .active{
        width: .2rem;
        height: .2rem;
        margin: 0 .05rem;
    }
    .banner .page{
        bottom: .15rem;
    }
    .title001 .ll img{
        margin-right: .1rem;
    }
    .title001 h3{
        font-size: .26rem;
        line-height: .3rem;
        margin-bottom: .05rem;
    }
    .title001 .more a{
        font-size: .16rem;
        line-height: .38rem;
        padding-left: 0.4rem;
        padding-right: .1rem;
    }
    .home1 .title001 .ll img{
        width: .5rem;
    }
    .home1 .title001{
        margin-bottom: .3rem;
    }
    .home1 .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .list_tabs1 .li:nth-child(2), .list_tabs1 .li:nth-child(4){
        margin-top: 0;
    }
    .list_tabs1 .li:nth-child(-n+2){
        margin-bottom: 0;
    }
    .list_tabs1 .li{
        width: 23%;
    }
    .list_tabs1 .li .pic{
        height: auto;
        padding-top: 110.71%;
    }
    .list_tabs1 .li a h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .list_tabs1 .li a .icon{
        width: .35rem;
        height: .35rem;
    }
    .home1 .right{
        width: 100%;
        margin-top: 0;
    }
    .list_bds1_li .img_box .pic{
        padding-top: 45vw;
    }
    .list_bds1_li .img_box h3{
        bottom: .15rem;
    }
    .list_bds1_li .img_box h3{
        font-size: .2rem;
    }
    .home1{
        padding: .45rem 0 .45rem;
    }
    .home2 .left{
        width: 100%;
    }
    .home2 .left .txt-box{
        display: none;
    }
    .home2 .title001 .ll img{
        height: .6rem;
    }
    .home2 .title001 h3{
        color: #fff;
    }
    .home2 .title001 h5{
        color: #fff;
    }
    .home2 .title001{
        display: flex;
        margin-bottom: .3rem;
    }
    .home2 .right{
        width: 100%;
    }
    .list_box1 li .pic{
        padding-top: 204.08%;
    }
    .list_box1 li .txt-box1 h3{
        font-size: .22rem;
        margin-right: .1rem;
    }
    .list_box1 li .txt-box1 h5{
        font-size: .2rem;
    }
    .list_box1 li .txt-box1{
        padding: .2rem 0;
        width: 0.8rem;
        min-height: 1.4rem;
    }
    .list_box1 li .txt-box2 h3{
        font-size: .22rem;
    }
    .list_box1 li .txt-box2 h5{
        font-size: .2rem;
        margin-top: .1rem;
    }
    .list_box4 a .txt h3{
        font-size: .2rem;
    }
    .list_box4 a .txt h4{
        font-size: .14rem;
        line-height: .24rem;
    }
    .home2{
        padding: .45rem 0;
    }
    .home3 .title001 .ll img{
        width: auto;
        height: .6rem;
    }
    .home3 .title001{
        margin-bottom: .3rem;
    }
    .home3{
        margin-bottom: .45rem;
    }
    .list_box4 a .pic{
        padding-top: 128.78%;
    }
    .list_box4 a .txt{
        padding: .2rem;
    }
    .home4 .title001 .ll img{
        width: .35rem;
    }
    .home4 .title001 .more a{
        color: #fff;
    }
    .home4 .title001{
        margin-bottom: .3rem;
    }
    .list_box2 .li a .pic{
        padding-top: 159.1%;
    }
    .list_box2 .li a h3{
        font-size: .2rem;
        line-height: .5rem;
    }
    .list_box2 .li{
        margin-top: 0 !important;
    }
    .home4{
        padding: .45rem 0;
        margin-bottom: .45rem;
        background: url("../images/home4-2.jpg") no-repeat 50%/cover;
    }
    .home5 .title001 .ll img{
        width: .75rem;
    }
    .list_tabs2 .li h3{
        font-size: .26rem;
        line-height: .3rem;
        margin-bottom: .05rem;
    }
    .list_tabs2 .li.active h3{
        font-size: .26rem;
    }
    .list_tabs2 .li{
        margin-right: .4rem;
    }
    .list_tabs2 .li:before{
        left: -0.35rem;
        top: .04rem;
        width: 0.15rem;
        height: 0.27rem;
    }
    .home5 .title001{
        margin-bottom: .3rem;
    }
    .list_box3 li a{
        padding: 0 .2rem;
    }
    .list_bds2_box .left{
        width: 100%;

    }
    .list_box3 li h3{
        font-size: .2rem;
        line-height: .3rem;
        max-height: .6rem;
    }
    .list_box3 li a{
        height: 1.2rem;
    }
    .list_bds2_box .right{
        width: 100%;
    }
    .list2w{
        margin-top: .3rem;
    }
    .list2w a .txt h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list2w a .txt{
        padding: .2rem;
    }
    .list2w a .pic{
        padding-top: 56vw;
    }
    .list2w2{
        display: none;
    }
    .homea{
        padding: .45rem 0;
    }
}
@media (max-width: 769px){
    .home1 .right{
        padding: 0;
    }

    .list_box1 li{
        width: 32%;
    }
    .list_box1 ul{
        gap: .2rem 2%;
    }
    .list_box1 ul{
        justify-content: flex-start;
    }
}
@media (max-width: 641px){
    .list_tabs1 .li{
        width: 48%;
    }
    .list_tabs1{
        gap:  .2rem 4%;
    }
    .list_bds1_li .img_box .pic{
        height: 54vw;
    }
    .list_box4 a .txt{
        padding: .1rem .2rem;
    }
    .list_box2 .li{
        width: 49%;
    }
    .list_box2{
        gap: .2rem 2%;
    }
    .list_bds2_li .more2{
        display: flex;
    }
    .home5 .title001 .more{
        display: none;
    }
    .home5 .title001 .ll img{
        width: .6rem;
    }
}

.list_box4 li{
    width: 18.86%;
}

@media (max-width: 1025px){
    .list_box4 ul{
        gap: .2rem 2%;
        justify-content: flex-start;
    }
    .list_box4 li{
        width: 32%;
        margin: 0;
    }
}

@media (max-width: 481px){
    .list_box4 li{
        width: 49%;
    }
}