*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
@keyframes downward {
    0% {bottom: 0.2rem;}
    50% {bottom: 0.1rem;}
    100% {bottom: 0.2rem;}
}
.box img{
    display: inline-block;
    max-width: 100%;
}
.box{
    position: relative;
}
.box .pcbg,.box .mobg{
    width: 100%;
    height: 101%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.box .pcbg{
    height: 101%;
}
.box .PC{
    display: block !important;
}
.box .MO{
    display: none !important;
}
.banner{
    width: 100%;
    height: 100vh;
    position: relative;
}
.banner .xia{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0.2rem;
    cursor: pointer;
    animation: downward 2s;
    animation-iteration-count: 100;
    animation-timing-function: ease;
    animation-direction: alternate-reverse;
}
.banner .logo{
    position: absolute;
    width: 2rem;
    top: 0.5rem;
    left: 0.5rem;
}
.inner1{
    width: 80%;
    margin: 0 auto;
    margin-top: 0.6rem;
}
.inner1 img{
    width: 100%;
}
.czznBox{
    width: 80%;
    margin: 0 auto;
    margin-top: 0.2rem;
}
.box .titP{
    width: 80vw;
    margin: 0 auto;
}
.box .titP img{
    width: 4.2rem;
}
.box .titright{
    text-align: right;
}
.box .titleft{
    text-align: left;
}
.czznBox .czzn{
    margin-top: 0.3rem;
    transform: scale(1.05);
}
.czcxBox{
    width: 100%;
    /* margin: 0 auto; */
    margin-top: 3.5rem;
}
.cxlist{
    width: 100%;
    margin-top: 0.6rem;
    position: relative;
}
.cxlist .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.1rem;
}
.cxlist .swiper-wrapper{
    align-items: center;
}
.cxlist .swiper-slide .name{
    font-size: 0.45rem;
    align-items: center;
    color: #0d2a82;
    display: none;
    margin-top: 0.7rem;
}
.cxlist .swiper-slide .name img{
    margin-left: 0.4rem;
    cursor: pointer;
}
.cxlist .swiper-slide-active .name{
    display: flex;
}
.cxlist .swiper-slide .carmodel{
    transform: scale(0.9);
    cursor: pointer;
}
.cxlist .swiper-slide-active .carmodel{
    transform: scale(1.2);
}
.cxlist .swiper-slide-prev .carmodel{
    margin-right: 9rem;
}
.cxlist .swiper-slide-next .carmodel{
    margin-left: 3rem;
}
.carbtn{
    width: 58%;
    margin: 0 auto;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 45%;
    left: 4rem;
    z-index: 9;
    /* cursor: pointer; */
}
.carbtn img{
    cursor: pointer;
}
.xczjBox{
    width: 100%;
    margin-top: 3rem;
    position: relative;
}
.xclist{
    width: 70%;
    margin: 0 auto;
    margin-top: 0.5rem;
}
.xcbtn{
    width: 90%;
    position: absolute;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 50%;
    left: 5%;
}
.xcbtn img{
    cursor: pointer;
}
.xwzxBox{
    margin-top: 2.1rem;
}
.xwzxBox .news{
    width: 80%;
    margin:  0 auto;
    font-size: 0.2rem;
}
.news .swiper-slide{
    display: flex;
    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 .swiper-slide .xwtop dl dd p{
    padding: 0  0.4rem;
}
.news .swiper-slide .xwtop dl dd .data{
    padding-top: 0.4rem;
    font-size: 0.18rem;
}
.news .swiper-slide .xwtop dl dd .data span{
    font-size: 0.36rem;
    font-weight: 600;
}
.news .swiper-slide .xwtop dl dd .xwtitle{
    font-weight: 600;
    font-size: 0.34rem;
}
.news .swiper-slide .xwtop dl dd .inne{
    margin-bottom: 0.4rem;
    height: 0.78rem;
    font-size: 0.2rem;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news .swiper-slide .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;
}
.gdjcBox{
    width: 80%;
    margin: 0 auto;
    margin-top: 3rem;
}
.ewmlist{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 1.5rem;
}
.ewmlist img{
    display: block;
    width: 1.97rem;
}
.mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.masklist{
    width: 60%;
    margin: 0 auto;
    margin-top:25rem;
}
.mask .close{
    width: 0.46rem;
    position: absolute;
    top: 24rem;
    right: 4rem;
    cursor: pointer;
}
.masklist>div{
    display: none;
}
.masklist img{
    display: block;
}
.carcs .csbot{
    padding-top: 0.2rem;
    background: url(./img/csdb.png) center center no-repeat;
    background-size: 100% 100%;
}
.carcs .csbot .title{
    display: block;
    margin: 0 auto;
    width: 3.2rem;
}
.csbot .cxBox{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.csbot .cxBox .swiper-slide  img{
    width: 100%;
    display: block;
}
.csbot .cxBox  .swiper2{
    width: 90%;
    margin: 0;
    padding: 0.26rem 0 0.9rem 0;
}
.csbot .cxBox  .bsright{
    width: 0.3rem;
    position: absolute;
    right: 0;
    bottom: 1.2rem;
    cursor: pointer;
}
.carcs  .cstop{
    height: 8.5rem;
    overflow: auto;
}
@media screen and (max-width: 750px){
    .ewmlist{
        margin-top: 1rem;
    }
    .csbot .cxBox .bsright{
        bottom: 1rem;
    }
    .mask .close{
        top: 17.2rem;
        right: 0.5rem;
    }
    .carcs .cstop{
        height: 5.02rem;
    }
    .masklist{
        width: 90%;
    }
    .banner .logo{
        opacity: 0;
    }
    .ewmlist img:last-child{
        margin-top: 0.4rem;
    }
    .ewmlist img{
        width: 2.5rem;
    }
    .ewmlist{
        flex-wrap: wrap;
    }
    .gdjcBox{
        margin-top: 1.2rem;
    }
    .monews dl dd .inne{
        font-size: 0.2rem;
        overflow: hidden;
        color: #000;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .monews dl dd .xwtitle{
        font-size: 0.36rem;
        font-weight: 600;
    }
    .monews dl dd .data span{
        font-size: 0.36rem;
        font-weight: 600;
    }
    .monews dl dd{
        background: #fff;
        font-size: 0.2rem;
        padding: 0.5rem;
        height: 3rem;
        color: #0d2a82;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .monews dl dt img{
        width: 100%;
        display: block;
    }
    .monews dl{
        display: flex;
        flex-direction: column;

    }
    .monews{
        width: 80%;
        margin: 0 auto;
    }
    .xwzxBox{
        margin-top: 1.4rem;
    }
    .xclist{
        width: 90%;
        margin-top: 0.4rem;
    }
    .xczjBox{
        margin-top: 3rem;
    }
    .box .PC{
        display: none !important;
    }
    .box .MO{
        display: block !important;
    }
    .inner1{
        width: 90%;
        margin: 0 auto;
    }
    .banner{
        height: 48vh;
    }
    .box .titP{
        width: 100%;
    }
    .box .titP img{
        width: 3.2rem;
    }
    .czznBox{
        width: 90%;
        margin-top: 2rem;
    }
    .czznBox .czzn{
        transform: scale(1);
    }
    .czcxBox{
        margin-top: 1.4rem;
    }
    .cxlist{
        width: 90%;
        margin: 0 auto;
        margin-top: -0.2rem;
    }
    .cxlist .swiper-slide-prev .carmodel {
        margin-right: 0rem;
    }
    .cxlist .swiper-slide-next .carmodel {
        margin-left: 0rem;
    }
    .cxlist .swiper-slide-active .carmodel{
        transform: scale(0.8);
    }
    .carbtn{
        width: 100vw;
        left: -0.4rem;
        top: 30%;
    }
    .carbtn img{
        width: 0.5rem;
    }
    .cxlist .swiper-slide{
        margin-top: 0;
    }
    .cxlist .swiper-slide .name{
        margin-top: -0.4rem;    
        font-size: 0.4rem;
    }
    .cxlist .swiper-slide .name img{
        width: 1.5rem;
    }
}