#banner {
    margin-top: 80px;
    /* height: 520px; */
}
.bannerSwiper img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.bannerSwiper .block {
    display: block;
}

.bannerSwiper {
    position: relative;
    width: 100%;
    height: 100%;
}

.bannerSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.bannerSwiper .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
}

.bannerSwiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
}


.bannerSwiper .consult-btn {
    position: absolute;
    top: 84%;
    left: 19%;
    width: 154px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    background:linear-gradient(to right,#FE6828,#FD8B34);
    border-radius: 4px;
    z-index: 20;
    cursor: pointer;
}

.bannerSwiper .tryout-btn {
    position: absolute;
    top: 84%;
    left: 19%;
    transform: translateX(110%);
    width: 154px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #1F67F8;
    background:#fff;
    border-radius: 4px;
    z-index: 20;
    cursor: pointer;
}