/* 初始化---begin */
.banner{
    width: 100%;
    height: calc(100vh - 80px);
    
    overflow: hidden;
}
.banner div.swiper-slide{
    width: 100%;
    height: calc(100vh - 80px);
    background-size:100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.footer_box{
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0;
    background: url('../images/footer_bg.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 12;
    text-align: center;
}
.footer_box ul{
    font-size: 0rem;
}
.footer_box ul li{
    display: inline-block;
    height: 40px;
    padding-top: 1.4rem;
}
.footer_box ul li a{
    font-size: 0.8rem;
    line-height: 1;
    color: #fff;
    border-right: solid 1px #fff;
    padding:0 0.5rem;
}
.footer_box ul li:last-child a{
    border-right: 0 none;
}