
.welcome {
    min-width: 1200px;
    background-color: #F0F0F0;
    color: #111;
    font-size: 14px;
    line-height: 40px;
}


.head-box {
    height: 86px;
    /*padding-top: 12px;*/
    box-sizing: border-box;
    position: relative;
}

.index-logo {
    position: absolute;

    display: block;
    height: 62px;
    width: auto;
    text-align: center;
    vertical-align: middle;

    top: 12px;
}

.search-box {
    width: 250px;
    height: 40px;
    background: #EEEEEE;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 20px;
}

.icon-search {
    display: block;
    width: 36px;
    height: 36px;
    margin-top: 2px;
}

.search-input {
    border: none;
    outline: 0;
    line-height: 36px;
    margin-top: 2px;
    width: 186px;
    background-color: transparent;

    font-size: 16px;
}

.nav-box-outer {
    background-color: #02328d;
}

.nav-box {
    background-color: #02328d;
    height: 46px;
}

.nav-box .nav-item {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    min-width: 150px;
    background-color: #02328d;
    cursor: pointer;
    border-top: 1px solid #02328d;
}

.nav-box .nav-item.current {
    color: #02328d;
    background-color: #fff;
    font-weight: bold;

}





.footer {
    height: 130px;
    background: #02328D;


}

.footer .footer-content {
    background: #02328D;
    height: 90px;

    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    /*padding-top: 37px;*/
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer .footer-bottom {
    height: 40px;
    background: #EFEFEF;
    line-height: 40px;
    text-align: center;

    font-size: 14px;
    color: #333333;
}

.footer-list-item {
    padding-left: 60px;
}

.footer-list-item:nth-child(1) {
    padding-left: 0px;
}

.qr-code {
    display: block;
    object-fit: cover;
    width: 80px;
    height: 80px;
}
