.banner{
    height: 16vw;
    background: url("../../img/about/banner.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
}
.top-box{
    padding: 3vw 0;
}
.top{
    box-shadow: 1px 1px 20px 1px rgba(0,0,0,0.05);
    background: url("../../img/about/bg.png") no-repeat 110% 100%;
}
.top-con{
    display: flex;
    align-items: center;
}
.top img{
    width: 230px;
    margin: 0 2rem 0 0;
}
.datas{
    display: flex;
    justify-content: space-between;
}
.datas .item{
    width: 30%;
    height: 150px;
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    text-align: center;
}
.datas .item>div{
    width: 100%;
}
.img-box1{
    display: flex;
    justify-content: space-between;
}
.img-box1 img{
    width: 48%;
}
.img-box2{
    display: flex;
    justify-content: center;
}
.img-box2 img{
    height: 300px;

}
.table-box img{
    width: 100%;
    margin: 20px 0;
}
@media screen and (max-width: 992px) {
    .top-con{
        display: block;
        /*align-items: center;*/
        text-align: center;
    }
    .top img{
        width: 80%;
        margin: 10vw 0;
    }
    .top{
        background:unset;
    }
    .top-box{
        background: url("../../img/about/bg.png") no-repeat 80% 100%;
    }
    .datas{
        display: block;
        /*justify-content: space-between;*/
    }
    .datas .item{
        width: 80%;
        height: 150px;
        margin: 8vw 10%;
    }
    .img-box2 img{
        height: 100px;
    }
    .img-box1{
        display: block;
        /*justify-content: space-between;*/
        text-align: center;
    }
    .img-box1 img{
        width: 90%;
    }
}