.banner {
    width: 100%;
    min-width: 1400px;
    height: 540px;
  margin-top: 92px;
    background: url("../static/images/banner/dongcha.jpg") top center no-repeat
}
.main {
    
    width: 100%;
    min-width: 1400px;
    margin-top: 60px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.blockDiv{
    width: 100%;
    display:flex;
    flex-wrap: wrap;
}
.block{
    width: calc(calc(100% / 3) - 10px);
    margin:5px;
    height:px;
    box-sizing: border-box;
    border:1px  solid #000;
}
.information{
    width: 100%;
    height: 444px;
    margin: 0 0 36px 0;
    display: flex;
    justify-content: center;
    align-items: center;

}
.information_box{
    width: 100%;
    margin-top: 90px;
    display: flex;
    flex-direction:column ;
    justify-content: center;
    align-items: center;

}
.information_item{
    width: 380px;
height: 444px;
background: #F7F9FC;
margin: 0 19px;
position: relative;
}
.box{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 73px;
}

.banner-swiper {
    --swiper-pagination-color: #1267d1;
    --swiper-navigation-color: rgba(61, 61, 61, 0.3);
    --swiper-navigation-size: 50px;
    width: 100%;
    min-width: 1400px;
    background: #1267d1;
    height: 480px;
    
}
.swiper-pagination-banner{
    background-color: #1267d1;
}
.swiper-wrapper{
 width: 1200px;
}
.bg{
    width: 1200px;
    margin-bottom: 40px;
    margin-left: 10px;
}
.banner-swiper .swiper-slide {
    width: 1200px;
    height:480px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-swiper .swiper-slide img {
    width: 1200px;
    height:340px;
    margin-top: -96px;
    z-index: 999;
}

.banner-swiper .swiper-button-prev,
.banner-swiper .swiper-button-next {
    outline: none;
}