@charset "utf-8";
.mySwiper{
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
}

.mySwiper1 a{
    display: block;
    position: relative;
}
.mySwiper1 a img{
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

/*.mySwiper1 .slide1:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/b-mask.png") no-repeat bottom center;

}
.mySwiper1 .slide1:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/lg.png") repeat-y 50%;
    background-size: 100% auto;
    z-index: 3;
    animation: move 3s linear infinite;
    transform-origin: bottom center;
}
@keyframes move{0%{top:0;}100%{top:100%;}}*/

.mySwiper2{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    height: 2.7rem;
    bottom: .41rem;
    background: url("../images/b-img07.png") no-repeat 50%;
    background-size: 100%;
}

.mySwiper2 .con{
    position: relative;
    width: 2.3rem;
    height: 2.3rem;
    cursor: pointer;
}
.mySwiper2 .con:after{
    position: absolute;
    content: '';
    left: -0.2rem;
    top: -.2rem;
    bottom: -.2rem;
    right: -.2rem;
    border-radius: 50%;
    border: 1px dashed #F8F0C1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.mySwiper2 .con img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60.86%;
    height: 60.86%;
    margin: auto;
    transition: .5s;
}

.mySwiper2 .con .img02{
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.mySwiper2 .swiper-container{
    width: 10.46rem;
    margin: 0 auto;
    padding: .2rem 0;
}

.mySwiper2 .swiper-slide-active .con .img02{
    opacity: 1;
    visibility: visible;
}
.mySwiper2 .swiper-slide-active .con .img01{
    opacity: 0;
    visibility: hidden;
}
.mySwiper2 .swiper-slide-active .con:after{
    opacity: 1;
    visibility: visible;
}

.mySwiper .logo{
    position: absolute;
    left: .36rem;
    top: .36rem;
    width: 5.29rem;
    height: 1.41rem;
    z-index: 5;
display: none;
}
.mySwiper .logo img{
    display: block;
    width: 100%;
}
.title001{
    position: relative;
    align-items: center;
    justify-content: center;
}
.title001 h2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.title001 h2 img{
    display: block;
    height: 1.02rem;
}

.title001 .more{
    position: absolute;
    right: 0;
    top: 70%;
    transform: translateY(-50%);
    font-size: .14rem;
    color: #B01C3D;
    line-height: .32rem;
    display: flex;
    align-items: center;
    transition: .5s;
}
.title001 .more img{
    display: block;
    width: .29rem;
    margin-right: .08rem;
}
.title001 .more:hover{
    right: -.1rem;
}
.home1 .content .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home1 .content .item .left{
    width: 39.875%;
}
.home1 .content .item a{
    display: block;
    position: relative;
}
.home1 .content .item .left .pic{
    padding-top: 4.62rem;

}
.home1 .content .item .left a{
    border-radius: .1rem;
    overflow: hidden;
}
.home1 .content .item .left a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s1-img02.png") no-repeat bottom center;
}
.home1 .content .item .left a h3{
    font-size: .2rem;
    line-height: .28rem;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .24rem;
    padding: 0 .17rem;
    z-index: 3;
}

.home1 .content .item .right{
    width: 58.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home1 .content .item .right .li{
    width: 48.72%;
    background: #fff;
    box-shadow: 0 .04rem .1rem 0 rgba(176, 28, 61, 0.04);
    border-radius: .1rem;
    overflow: hidden;
    position: relative;
}
.home1 .content .item .right .li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    margin-bottom: .37rem;
    transition: .5s;
}
.home1 .content .item .right .li p{
    font-size: .16rem;
    line-height: .3rem;
    color: rgba(51, 51, 51, 0.6);
    -webkit-line-clamp: 6;
    height: 1.8rem;
}
.home1 .content .item .right .li.wz:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 1.4rem;
    height: 1.55rem;
    background: url("../images/s1-img03.png") no-repeat 50%;
    background-size: 100% 100%;
}
.home1 .content .item .right .li.wz{
    padding: .82rem .21rem .82rem .34rem;
}
.home1 .content .item .right .li .pic{
    padding-top: 3.32rem;
}
.home1 .content .item .right .li.img .txt h2{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    -webkit-line-clamp: 3;
    height: .9rem;
    transition: .5s;
}
.home1 .content .item .right .li.img .txt{
    padding: .22rem .23rem .18rem;
}
.home1 .content .item .right .li:hover h3,
.home1 .content .item .right .li.img:hover .txt h2{
    color: #B01C3D;
}

.home1 .content .item.bottom{
    flex-direction: row-reverse;
    margin-top: .47rem;
}
.home1 .title001{
    margin-bottom: .68rem;
}
.home1{
    margin-bottom: 1.02rem;
}
.home2 .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.home2 .left{
    width: 47.25%;
}
.home2 .left .imgBox a{
    display: block;
    position: relative;
    padding-left: .34rem;
    z-index: 3;
}
.home2 .left .imgBox a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 1.4rem;
    bottom: 1rem;
    height: 100%;
    background: url("../images/s2-img04.png") no-repeat 50%;
    background-size: 100% 100%;
}
.home2 .left .imgBox .img_hz {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    z-index: 3;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    -webkit-clip-path:polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%,
    51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%,
    89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%,
    93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%,
    94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%,
    92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}

.home2 .left .imgBox .img_hz .img_zd{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.home2 .left .imgBox a .play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: .82rem;
    height: .82rem;
   
    background-size: 100%;
    margin: auto;
    z-index: 3;
}
.home2 .left .imgBox .img_hz:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(208, 63, 96, 0) 58%, #B01C3D 100%);
}

.home2 .right{
    position: relative;
    width: 52.75%;

    padding-top: .89rem;
    z-index: 3;
}
.list_box1{
    position: relative;
    margin-left: -1.75rem;
}
.list_box1 li{
    width: 32.02%;
    margin-bottom: .37rem;
    position: relative;
    margin-left: 1.97%;
}
.list_box1 li:nth-child(3n+1){
    margin-left: 0;
}
.list_box1 li a{
    display: block;
    border-radius: .1rem;
    transition: .5s;
    background: #fff;
    position: relative;
    z-index: 3;
    padding: .2rem .2rem .14rem;

}
.list_box1 li .pic{
    padding-top: 1.82rem;
    border-radius: .08rem;
}
.list_box1 li .txt h3{
    font-size: .2rem;
    line-height: .28rem;
    color: #333333;
    transition: .5s;
}
.list_box1 li .txt h5{
    font-size: .2rem;
    line-height: .28rem;
    color: #333333;
    height: .56rem;
    transition: .5s;
}
.list_box1 li .txt{
    padding-top: .2rem;
}
.list_box1 li a:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: .07rem;
    width: 2.06rem;
    height: 1.03rem;
    background: url("../images/s2-img06.png") no-repeat 50%;
    background-size: 100%;
}
.list_box1 li.active a{
    background: linear-gradient(318deg, #D03F60 -11%, #B01C3D 114%);
}
.list_box1 li:hover a:after{
    background-image: url("../images/s2-img07.png");
}
.list_box1 li.active a .txt h3,
.list_box1 li.active a .txt h5{
    color: #FFFFFF;
}
.list_box1 li:first-child{
    opacity: 0;
    visibility: hidden;
}

.home2 .title001{
    margin-bottom: .42rem;
}
.home2{
    margin-bottom: .59rem;
}
.list2w a{
    display: block;
    position: relative;
    height: 100%;
    border-radius: .1rem ;
    overflow: hidden;
}
.list2w a .pic{
    padding-top: initial;
    height: calc(100% - 0.4rem);
     border-radius: .1rem ;
    
}

.list2w a h3{
    font-size:.2rem;
    line-height:.4rem;
    color:#333;
    text-align:center;
    opacity:0;
    visibility:hidden;
    margin-top:-.4rem;
    position:relative;
    transition:.5s;
}
.list2w .swiper-slide{
    width: 7.37rem;
    height: 5.5rem;
}
.list2w a .play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: .4rem;
    width: .82rem;
    height: .82rem;
    background: url("../images/s3-img02.png") no-repeat 50%;
    background-size: 100%;
    margin: auto;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}
.list2w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0.4rem;
    background: rgba(0, 0, 0, 0.6);
    transition: .5s;
}
.list2w .swiper-slide-active a:after{
    opacity: 0;
    visibility: hidden;
}
.list2w .swiper-slide-active a .pic{
    height: calc(100% - .4rem);
    border-radius: 0.1rem;
}
.list2w .swiper-slide-active a h3{
    margin-top:0;
    opacity:1;
    visibility:visible;
}
.list2w .swiper-slide-active a .play{
    opacity: 1;
    visibility: visible;
}
.list2w .page{
    position: static;
    text-align: center;
    margin-top: .44rem;
}
.list2w .page span{
    width: .1rem;
    height: .1rem;
    margin: 0 .12rem;
    background: #B01C3D;
    opacity: 1;
    position: relative;
}
.list2w .page span:after{
    position: absolute;
    content: '';
    width: .18rem;
    height: .18rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    border: 1px dashed #B01C3D;
    border-radius: 50%;
}
.list2w .page span.swiper-pagination-bullet-active:after{
    opacity: 1;
    visibility: visible;
}
.home3 .title001{
    margin-bottom: .78rem;
}
.index{
    padding-top: .95rem;
    padding-bottom: 1.23rem;
    background: url("../images/index.jpg") no-repeat bottom center;
    background-size: cover;
}

@media screen and (max-width: 1199px) {
    .mySwiper2,.mySwiper .logo{
        display: none;
    }
    .mySwiper1 a img{
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .mySwiper1 a{
        padding-top: 51%;
    }
    .mySwiper{
        height: auto;
        margin-top: .75rem;
    }
    .index{
        padding-top: .45rem;
        padding-bottom: .45rem;
    }
}
@media screen and (max-width: 1025px){
    .title001 h2 img{
        height: .6rem;
    }
    .title001 .more img{
        width: .24rem;
    }
    .home1 .title001{
        margin-bottom: .35rem;
    }
    .home1 .content .item .left .pic{
        padding-top: 3.6rem;
    }
    .home1 .content .item .right .li.wz{
        padding: .3rem .2rem;
    }
    .home1 .content .item .right .li .pic {
        padding-top: 2.32rem;
    }
    .home1 .content .item.bottom{
        margin-top: .4rem;
    }
    .home1{
        margin-bottom: .45rem;
    }
    .home2 .left{
        display: none;
    }
    .home2 .right{
        width: 100%;
        padding-top: 0;
    }
    .list_box1{
        margin-left: 0;
    }
    .list_box1 li .pic{
        padding-top: 63.63%;
    }
    .list_box1 li:first-child{
        display: none;
    }
    .list_box1 li{
        margin-bottom: .3rem;
    }
    .home2 .title001{
        margin-bottom: .35rem;
    }
    .home2{
        margin-bottom: .15rem;
    }
    .home3 .title001{
        margin-bottom: .35rem;
    }
    .list2w .swiper-slide{
        width: 64vw;
        height: auto;
    }
    .list2w a .pic{
        padding-top: 69.19%;
    }
    .list2w .page{
        margin-top: .3rem;
    }
    .list2w a .play{
        width: .6rem;
        height: .6rem;
    }
.list2w a h3{
    margin-top:0;
}
}
@media (max-width: 769px){
    .title001 h2 img{
        height: .5rem;
    }
    .home1 .content .item .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .home1 .content .item .left .pic{
        padding-top: 72.41%;

    }
    .home1 .content .item .right{
        width: 100%;
    }
    .list_box1 li{
        width: 48%;
        margin-left: 0;
        margin-bottom: .2rem;
    }
    .list_box1 li a{
        padding: .15rem;
    }
    .list_box1 ul{
        justify-content: space-between;
    }

}
@media (max-width: 481px){
    .title001 h2 img{
        height: .45rem;
    }
    .title001 h2{
        justify-content: flex-start;
    }
    .home1 .content .item .right .li{
        width: 100%;
        margin-bottom: .3rem;
    }
    .home1 .content .item .right .li.img{
        margin-bottom: 0;
    }
    .home1 .content .item .right .li .pic{
        padding-top: 72.81%;
    }
    .list_box1 li{
        width: 100%;
    }
}