@charset "utf-8";
/* CSS Document */
.scann-head{
    width: 100%;
    height: 920px;
    background-image: url("../img/20210120_scanning_interpretation.jpg");
    background-repeat: no-repeat;
    background-position: top center;
}
.scann-box{
    position: relative;
}
.scann-box .scann{
    position: absolute;
    top: 440px;
    left: 82px;
}

.scann-head .scann li a{
    display: block;
    border-radius: 10px;
    font-size: 22px;
    color: #004a8e;
    text-align: center;
    line-height: 97px;
    background: #f5f5f5;
}

.scann-head .scann li{
    margin-bottom: 18px;
    margin-right: 18px;
}
.scann-head .sc_a{
    width: 1040px;
    height: 97px;
}
.scann-head .scann li a:hover{
    color: #FFFFFF;
    background: #51b5fa;
}
.scann-head .sc_b{
    width: 335px;
    height: 97px;
}