.banner {
    width: 100%;
    min-width: 1400px;
    height: 540px;
  margin-top: 92px;
    background: url("../static/images/banner/zixunbanner.jpg") top center no-repeat
}
.main {
    
    width: 100%;
    min-width: 1400px;

    display: flex;
    flex-direction: column;
    align-items: center;

}
/*  */
/* body {
    display: flex;
    align-items: center;
    justify-content: center;
} */
/* 外层容器 */
.swiper {
    width:500px;
    height:300px;
    margin:0 !important;
   
}
.swiper-wrapper {
    width: 400px;
    height: 300px;
}
/* 轮播项 */
.swiper .swiper-slide {
    width: 400px;
    height: 300px;
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    /* 文字垂直居中 */
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 色彩来源：https://color.uisdc.com/ */
.swiper_box{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    
}
.swiper_box1{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
background-color: #F4F6FB;
padding: 100px 0;
}
.text_box{
    width: 610px;
    height: 228px;

margin-right: 40px;




}
.text_box1{
    width: 610px;
    height: 228px;

margin-right: 40px;



}


/* .swiper-button-prev {
    width: 34px;
    height: 34px;
    background: url("./img/prev.png") no-repeat;
    background-size: 100% 100%;
}
.swiper-button-next {
    width: 34px;
    height: 34px;
    background: url("./img/next.png") no-repeat;
    background-size: 100% 100%;
}
 去除默认的操作按钮样式
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
} */
