    *{
        margin: 0;
        padding: 0;
    }
    .box .banner img{
        width: 100%;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .xwzxBox .news{
    width: 80%;
    margin:  0 auto;
    margin-top: 0.4rem;
    font-size: 0.2rem;
}
.news .swiper-slide{
    flex-direction: column;
}
.news .swiper-slide .xwtop dl{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.5rem;
}
.news .swiper-slide .xwtop dl dt{
    height: 101%;
}
.news .swiper-slide .xwtop dl dd{
    width: 50%;
    height: 101%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #0d2a82;
    text-align: justify;
}
.news .xwinner{
    height: 100%;
    padding: 2%  0.1rem;
    background: #fff;
}
.news .xwinner .xwdate{
    padding-top: 0.4rem;
    font-size: 0.15rem;
    color: #8d8d8d;
    padding: 0.2rem 0;
}
.news .xwinner .xwtitle{
    font-weight: 600;
    font-size: 0.26rem;
    color: #000;
}
.news .xwinner .xwtitle:hover{
    color: #cc040c;
}
.news .xwinner .xwtext{
    margin: 0.2rem 0;
    font-size: 0.18rem;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .xwinner .xwtext:hover{
    color: #cc040c;
}

.news .xwswiper .boxss .xwimg{
    width: 3.5rem;
}
.news .xwtop dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .swiper-slide .xwbot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.news .swiper-slide .xwbot div{
    width: 49.5%;
    position: relative;
}
.news .swiper-slide .xwbot div img{
    width: 100%;
    display: block;
}
.news .swiper-slide .xwbot div .wenzi{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0.6rem;
    color: #fff;
    background: rgba(0,0,0,0.4);
    text-indent: 0.34rem;
}
.news .xwswiper .boxss{
    display: flex;
    overflow: hidden;
    margin: 0.2rem 0;
    
}
.banner{
    width: 100%;
    position: relative;
}
.banner .logo{
    position: absolute;
    display: block;
    width: 3rem;
    height: 1rem;
    top: 0.9rem;
    right: 0.6rem;
}
a {
  text-decoration: none;
}
.footer {
        margin-top: 0.5rem;
        height: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #54668a;
        font-size: 0.18rem;
        background: #152d5e;
    }
    .footer a{
        color: #54668a;
    }
    @media screen and (min-width: 750px){
        .appKV{
            display: none;
        }
        .pcKV{
            display: block;
        }
        .boxKV{
            background: url('./img/pcbox.png') no-repeat;
            background-size: 100% 100%;
        }
        .sp{
            width: 80%;
            margin: 0 auto;
            padding: 75px 0;
        }
        .sp video{
            margin: 20px 0;
            width: 100%;
        }
        .spss{
            width: 80%;
            margin: 0 auto;
        }
        .sx{
            width: 80%;
            margin: 0 auto;
            padding: 75px 0;
        }
        .news{
            width: 80%;
            margin: 0 auto;
            padding: 75px 0 180px 0;    
        }
        .swiper-wrapper .img img{
            width: 80%;
            margin: 0 auto;  
        }
        .swiper-slide {
            background: rgba(0,0,0,0);
        }
        .xwtext{
            line-height: 32px;
        }
        
    }
    @media screen and (max-width: 750px){
        .pcKV{
            display: none;
        }
        .appKV{
            display: block;
        }
        .boxKV{
            background: url('./img/appbox.png') no-repeat;
            background-size: 100% 100%;
        }
        .sp{
            padding: 0 5%;
        }
        .sp video{
            margin: 20px 0;
            width: 100%;
        }
        .news .xwswiper .boxss{
        display: block;
        }
        .news .xwswiper .boxss .xwimg{
            width: 100%;
        }
        .swiper-slide img{
            width: 100%;
        }

        .banner .logo{
            width: 3rem;
            height: 1rem;
            top: 0.3rem;
            right: 0.2rem;
        }
        .bt img{
            width: 25%;
        }
        .xwinner{
            margin-top: -4.5%;
            text-align: left;
        }
        .news .xwinner .xwtext{
            -webkit-line-clamp: 3;
        }
        .swiper-wrapper .img img{
            width: 80%;
            margin: 0 auto;  
        }
        .swiper-wrapper .img .boxss{
            width: 80%;
        }
        .swiper-wrapper .img .boxss img{
            width: 100%;
        }
        .swiper-slide {
            background: rgba(0,0,0,0);
        }
        .xwtitle{
            margin: 10px 0;
        }
    }