﻿.nav-container {
    width:100%;
    display:flex!important;
    justify-content:center;
    margin-top:40px;
        background:#fff
}
.nav {
    display:flex;
    width:1200px;
    min-width:1200px;
}
.nav-left {
    display:flex;
    height:70px;
    align-items:center;
    margin-right:38px;
}
.nav-left img{
    width:131px;
    height:34px;
}
    .nav-left div {
        width: 4px;
        height: 4px;
        background: #183F92;
        border-radius: 50%;
        margin:0 10px;
    }
    .nav-left p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #183F93;
    }

.nav-right ul{
    display:flex;
    justify-content:space-between;
    width:845px;
}

    .nav-right ul li {
        cursor:pointer;
        height:70px;
        line-height:70px;
        padding:0 21px;
        position:relative;
    }
    .nav-right ul li a{
        height:100%;
        display:inline-block;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        text-decoration:none;
        position:relative;
        z-index:2;
    }
       
     .nav-right ul li div {
      width:calc(100% - 42px);
       height: 4px;
       background: #FF003C;
       border-radius: 2px;
       position:absolute;
       bottom:10px;
    }