
.swiper-container {
    position: relative;
    width: 100%;
    min-width: 1300px;
    /* height: 500px; */
    margin-top: 70px;

}

.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    box-sizing: border-box;
    position: relative;
}

.slide-content {
    position: relative;
    width: 100%;
}

.slide-content .banner-content {
    width: 1200px;
    position: absolute;
    top: 80px;
    left: calc( 50% - 600px );
    color: #333;
    font-size: 16px;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background-image: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: 'FontAwesome';
    font-size: 24px;
}
.banner-content {
    position: relative;
    /* top: 420px; */
    margin: 0 auto;
    width: 1150px;
    padding: 0;
    text-align: left;
}

.banner-content .content__header {
    color: #1f1f1f;
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
}
.banner-content .content__body {
    position: relative;
    font-size: 16px;
    margin: 16px 0 10px;
    line-height: 30px;
}
@media screen and (max-width: 1700px) {
    .banner-content {
        width: 1200px;

    }
 }

 /* 336de2   5287f2 */


 .zixun{
    width: 104px;
    padding: 10px 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border: 0;
    outline: none;
    color: #fff;
    background: #336de2;
 }