*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
.box{
    width: 100%;
    position: relative;
}
.fanhui{
    display: block;
    width: 2.57rem;
    position: absolute;
    left: 1rem;
    top: 0.6rem;
}
.fanhui img{
    width: 100%;
}
.box .PKV{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
}
.box .MKV{
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: -1;
}
.box .banner{
    width: 100%;
    height: 110vh;
}
.box .inner{
    width: 80%;
    margin: 0 auto;
    margin-top: 2rem;
}
.box .inner .tit{
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
}
.box .inner .xw .xwbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
} 
.box .inner .xw .xwbox .xwimg{
    width: 50%;
}
.box .inner .xw .xwbox .xwright{
    width: 45%;
    color: #fff;
    font-size: 0.18rem;
}
.box .inner .xw .xwbox .xwright .biaoti{
    font-size: 0.26rem;
    padding-top: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box .inner .xw .xwbox .xwright .dete{
    margin: 0.28rem 0;
}
.box .inner .xw .xwbox .xwright p{
    line-height: 0.32rem;
    padding-left: 1px;
}
.box .inner .xw .xwbox .xwright a{
    display: block;
    text-align: center;
    width: 1.52rem;
    height: 0.44rem;
    line-height: 0.44rem;
    color: #fff;
    border-radius: 0.22rem;
    border: 2px solid #fff;
    margin-top: 0.21rem;
}
.box .inner .xw .xwbox .xwright .ck2{
    display: none;
}
.box .inner .xw .xwbox .swpbt{
    position: absolute;
    right: 0;
    bottom: 0.2rem;
    z-index: 9;
}
.box .inner .xw .xwbox .swpbt img{
    width: 0.53rem;
    height: 0.53rem;
    padding-right: 0.2rem;
}
.box .inner .xw .xwbox .swpbt :hover{
    cursor: pointer;
}
.jctj {
    /* height: 3rem; */
    margin-top: 2.32rem;
    position: relative;
}
.jctj p{
    text-align: right;
}
.jctj .swiper2{
    width: 80%;
    margin: 0 auto;
}
.jctj .swiper2 .swiper-slide img{
    width: 100%;
    display: block;
}
.jctj  .swtper2bt{
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 9;
}
.jctj  .swtper2bt img{
    width: 0.78rem;
}
.jctj  .swtper2bt img:hover{
    cursor: pointer;
}
.m-swtper2bt{
    display: none;
}
footer{
    width: 100%;
    font-size: 0.2rem;
    text-align: center;
    height: 0.54rem;
    background: rgba(0,0,0,0.4);
    margin-top: 0.96rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
footer a{
    color: #fff;
    display: flex;
    align-items: center;
}
footer a img{width: 0.2rem;}
.box .inner .xw .xwbox .xwright .text{
    overflow-wrap: break-word;
    width: 100%;
    height: 2rem;
    overflow: hidden;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical; /*设置对齐模式*/
}
@media screen and (max-width: 750px){
    .box .MKV{
        display: block;
    }
    .box .PKV{
        display: none;
    }
    .box .banner{
        width: 100%;
        height: 10rem;
    }
    .box .inner{
        width: 90%;
    }
    .box .inner .xw .xwbox{
        flex-direction: column;
    }
    .box .inner .xw .xwbox .xwimg{
        width: 100%;
    }
    .box .inner .xw .xwbox .xwright{
        width: 100%;
    }
    .box .inner .xw .xwbox .xwright button{
        margin-top:0.5rem;
    }
    .box .inner .xw .xwbox .swpbt{
        bottom: 0;
    }
    .jctj {
        margin-top: 1rem;
    }
    .jctj .swiper2{
        width: 100%;
    }
    .jctj  .swtper2bt{
        display: none;
    }
    .m-swtper2bt{
        display: flex;
        justify-content: space-around;
        margin-top: 0.7rem;
    }
    .m-swtper2bt img{
        width: 0.6rem;
        height: 0.6rem;
    }
    footer{
        flex-direction: column;
        height: auto;
        line-height: 0.4rem;
        margin-top: 1rem;
    }
    .box .inner .xw .xwbox .xwright .ck2{
        display: block;
    }
    .box .inner .xw .xwbox .xwright .ck1{
        display: none;
    }
    /* .box .inner .xw .xwbox .xwright .text{
        height: 1.02rem;
    } */
    .box .inner .xw .xwbox .xwright a{
        margin-top: 0.4rem;
        margin-left: 1px;
    }
    .fanhui{
        display: block;
        width: 2rem;
        position: absolute;
        left: 0.5rem;
        top: 0.2rem;
    }
    .fanhui img{
        width: 100%;
    }
}