


.nav-height {
    position: relative;
    height: 122px;
}

.nav-box {
    width: 100%;
    height: 122px;
    margin: 0 auto;
    background: #fff;
}

.nav-box.navFix {
    position: fixed;
    top: 0;
    /*left: 50%;*/
    /*margin-left: -600px;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #e3e3e3 \9;
    z-index: 1999;
}

.nav-box ul {
    padding: 0;
    margin: 0 auto;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    /*display: block; */
    /*border-bottom: 2px solid #eee;*/
}

.nav-box.navFix ul {
    border-bottom: 0;
}

.nav-box li {
    display: inline-block;
    /*width: 20%;*/
    /*text-align: left;*/
    height: 122px;
    line-height: 122px;
    float: left;
    text-align: center;
    position: relative;
    margin-left: 107px;
}

.nav-box li a {
    display: block;
    padding: 0 20px;
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

/*.nav-box li a:before {*/
/*    content: " ";*/
/*    width: 1px;*/
/*    height: 24px;*/
/*    border-right: 1px solid #ee8800;*/
/*    position: absolute;*/
/*    top: 16px;*/
/*    left: -2px;*/
/*}*/

.nav-box li a.active:before {
    content: " ";
    width: 0px;
    border: none;
}

.nav-box li a.active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    content: '';
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom-color: #005493;
}

.nav-box li:first-child a:before {
    content: " ";
    width: 0px;
    border: none;
}

.nav-box li a:hover {
    color: #ee8800; /*border:1px solid #ee8800;*/
}

.nav-box li a.active {
    /*color: #fff;*/
    /*background: #ee8800;*/
    color: #005493;
    font-weight: 600;
    /*background: #ee8800;*/


}

.nav-mobile {
    display: none;
    font-weight: bold;
    width: 100%;
}
.nav-height {
    position: relative;
    height: 122px;
}

.section-content {
    /* min-height: 500px; */
    width: 100%;
    margin: auto;
    text-align: center;
}









