*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    color: #000;
}
@keyframes downward {
    0% {bottom: 2.5rem;transform: scale(0.8)}
    50% {bottom: 2rem;transform: scale(1)}
    100% {bottom: 2.5rem;transform: scale(0.8)}
}
.Box{
    width: 100%;
}
.innerBox{
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
}
.bgimg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    z-index: -1;
}
.banner{
    width: 100%;
    position: relative;
}
.banner .logo{
    position: absolute;
    width: 2rem;
    top: 0.5rem;
    left: 0.5rem;
}
.banner .bannerimg{
    width: 100%;
    display: block;
}
.banner .down{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 2.5rem;
    cursor: pointer;
    transform: scale(1);
    animation: downward 2s;
    animation-iteration-count: 100;
    animation-timing-function: ease;
    animation-direction: alternate-reverse;
}
.czznBox{
    width: 100%;
    padding-top: 1.2rem;
}
.rightTit{
    text-align: right;
}
.titP{
    width: 80%;
    margin: 0 auto;
}
.titP .titleImg{
    width: 4.4rem;
}
.czznBox .titP{
    margin-bottom: -1.6rem;
}
.czznBox .zninner{
    width: 85%;
    display: block;
    margin: 0 auto;
}
.zzcxBox{
    width: 100%;
}
.leftTit{
    text-align: left;
}
.cxList{
    width: 100%;
    position: relative;
}
.carBtn{
    position: absolute;
    display: flex;
    align-items: center;
    right: 2rem;
    top: -0.8rem;
}
.carBtn .carLogo{
    height: 0.38rem;
}
.carBtn .cspz{
    height: 0.42rem;
    margin-left: 0.3rem;
    cursor: pointer;
}
.cxSwiper{
    padding-top: 2rem;
}
.cxSwiper .swiper-slide img{
    width: 100%;
    display: block;
    transform: scale(0.6);
}
.cxSwiper .swiper-slide-active img{
    transform: scale(1);
}
.lbbtBox {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 2rem;
    z-index: 2;
}
.lbbtBox span{
    cursor: pointer;
    color: #fff;
}
.lbbtBox span:hover{
    color: rgb(255,99,42);
}
.PC{
    display: block !important;
}
.MO{
    display: none !important;
}
.footer{
    font-size: 0.18rem;
    text-align: center;
    background: #213dfc;
    margin-top: 1.5rem;
}
.mask{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 999;
    overflow: auto;
    display: none;
}
.mask .close{
    position: absolute;
    right: 2rem;
    top: 0.5rem;
    width: 0.6rem;
    cursor: pointer;
}
.mask .tcList div{
    display: none;
}
.mask .tcList div img{
    width: 80%;
    display: block;
    margin: 0 auto;
}
.footer p{
    color: #fff;
    line-height: 0.48rem;
}
.xczjBox{
    margin-top: 0.65rem;
    position: relative;
}
.xcSwiper {
    width: 70%;
    margin: 0 auto;
}
.xczjBox .swiper-slide img{
    width: 100%;
    display: block;
}
.xczjBox .xcbtBox{
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xczjBox .xcbtBox span{
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}
.xczjBox .xcbtBox span:hover{
    color: rgb(255,99,42);
}
.newsBox{
    margin-top: 1rem;
}
.newsList{
    width: 70%;
    max-height: 10.4rem;
    margin: 0 auto;
    overflow: auto;
}
.newsList .item{
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    height: 2.5rem;
    margin-bottom: 0.1rem;
}
.newsList .item img{
    width: 4rem;
    height: 2.5rem;
}
.newsList .item a{
    height: 100%;
    background: #fff;
    padding:0 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.newsList .item a .title{
    font-size: 0.32rem;
    font-weight: bold;
}
.newsList .item a .date{
    font-size: 0.22rem;
    color: #8d8d8d;
    margin: 0.2rem 0 0.4rem 0;
}
.newsList .item a p{
    font-size: 0.22rem;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media screen and (max-width: 750px){
    .bgimg{
        height: 100%;
    }
    .newSwiper .swiper-slide a p{
        font-size: 0.28rem;
        text-align: justify;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .newSwiper .swiper-slide a .date{
        color: #8d8d8d;
        font-size: 0.28rem;
        margin: 0.4rem 0 0.3rem 0;
    }
    .newSwiper .swiper-slide a .title{
        font-size: 0.42rem;
        font-weight: bold;
    }
    .newSwiper .swiper-slide a{
        display: flex;
        background: #fff;
        flex-direction: column;
        height: 3.6rem;
        padding: 0.4rem;
    }
    .newSwiper .swiper-slide img{
        width: 100%;
        display: block;
    }
    .MnewsList{
        width: 90%;
        margin: 0 auto;
        font-size: 0.18rem;
    }
    .xczjBox .xcbtBox{
        z-index: 99;
        top: 45%;
    }
    .xcSwiper{
        width: 90%;
        margin-top: 0.4rem;
    }
    .xczjBox{
        margin-top: 2.5rem;
    }
    .banner .logo {
        position: absolute;
        left: 0.4rem;
        top: 0.4rem;
        width: 2rem;
    }
    .mask .close{
        right: 0.4rem;
    }
    .mask .tcList div img{
        width: 95%;
        padding-top: 0.5rem;
    }
    .lbbtBox{
        top: 20%;
    }
    .cxSwiper{
        padding-top: 0;
    }
    .zzcxBox .titP{
        margin-top:1rem;
    }
    .lbbtBox{
        width: 100%;
    }
    .cxSwiper .swiper-slide-active img{
        transform: scale(0.6);
    }
    .carBtn{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: auto;
        bottom: -1rem;
    }
    .czznBox .zninner{
        width: 90%;
    }
    .czznBox .titP{
        margin-bottom:0;
    }
    .czznBox{
        padding-top: 0rem;
    }
    .titP{
        width: 100%;
    }
    .PC{
        display: none !important;
    }
    .MO{
        display: block !important;
    }
}