@charset "utf-8";
/* CSS Document */

.banner {
    text-align: center;
    background: url("../images/banner.png") no-repeat center top;
    height:500px;
    position: relative;
}

.banner a,.banner1 a{
    position: absolute;
    right:0;
    left:0;
    margin:auto;
}
.banner a{
    width: 1200px;
    height:500px;
 
}
.bg {
    display: flex;
    flex-flow: nowrap column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
