#banner_box{
    height: 400px;
    position: relative;
}
#banner_carousel_box{
    height: 400px;
    position: relative;
}
#banner_carousel_box .el-carousel__container{
    height: 100%;
}
/*#banner_carousel_box .el-carousel__item{*/
/*    text-align: center;*/
/*}*/
/*#banner_carousel_box .el-carousel__item .banner_carousel_img{*/
/*    width: 1230px;*/
/*    height: 500px;*/
/*}*/
#banner_carousel_box .el-carousel__arrow{
    background-color: rgb(2, 51, 105);
    opacity: 0.5;
}
#banner_carousel_box .el-carousel__arrow:hover{
    opacity: 0.8;
}
#banner_carousel_box .el-carousel__button{
    height: 7px;
    border-radius: 7px;
}
#banner_box .glass .el-row{
    max-width: 1230px;
    margin: 0 auto;
}
#banner_box .glass{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000000;
    z-index: 2;
}
#banner_canvas{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 400px;
    background: #00274e;
}
#banner_canvas canvas{
    width: 100% !important;
}
#banner_box .glass .banner_title{
    color: #ffffff;
    padding-top: 100px;
    font-weight: 700;
    font-size: 49px;
    text-shadow: 3px 3px #000000;
    letter-spacing: 7px;
}
#banner_box .glass .banner_bottom{
    position: relative;
    margin-top: -10px;
}
#banner_box .glass .banner_bottom .banner_sub_title{
    position: absolute;
    top: 12px;
    left: 120px;
    color: #ffffff;
    font-weight: 700;
    font-size: 26px;
    text-shadow: 3px 3px #000000;
    opacity: .9;
    letter-spacing: 7px;
    cursor: pointer;
}
#banner_box .glass .banner_bottom .banner_sub_title a{
    color: #ffffff;
}
#banner_box .glass .banner_bottom .banner_sub_title:hover *{
    color: #00c4ff;
}
#banner_box .glass .banner_bottom:after{
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 100px;
    background: #ffffff;
    left: 0;
    top: 30px;
}