﻿
#uHeaderNT {
    width: 100%;
    height: 325px;
    overflow: hidden;
}

#uHeaderNT_nav {
    width: 1156px;
    margin-top: 12px;
    margin-bottom: 15px;
    margin-left: calc(50% - 1156px / 2);
    float: left;
}

#uHeaderNT_nav_logo {
    width: 400px;
    height: 88px;
    background: url(logo_new.png) no-repeat;
    float: left;
}

#uHeaderNT_nav_items {
    display: flex;
    float: left;
    width: calc(100% - 400px);
    height: 88px;
    line-height: 88px;
}

    #uHeaderNT_nav_items .item {
        flex: 1;
        margin-top: 0;
        text-align: center;
    }

        #uHeaderNT_nav_items .item .item_mc {
            font-size: 18px;
            font-weight: bold;
            color: #C21724;
        }

            #uHeaderNT_nav_items .item .item_mc.on {
                color: white;
                background-color: #C21724;
                padding: 10px 20px;
                border-radius: 8px;
            }

#uHeaderNT_logo {
    width: 1920px;
    height: 210px;
    margin-left: calc(50% - 1920px / 2);
    background: url(xct.png) no-repeat;
    float: left;
}
