body {
    position: relative;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

/*nav */
.navBox {
    width: 100%;
    background-color: #fff;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: #fff;
}

.navBottom {
    width: 100%;
    height: 66px;
    line-height: 66px;
    background-color: #314B96;
}

.logo {
    width: 30%;
}

.logo img {
    width: 85%;
}

.navList ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navList ul li a {
    color: #fff;
    font-size: 18px;
    padding: 0px 15px;
}

.navList ul li a:hover {
    display: inline-block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    color: #314b96;
}

.navRight {
    display: flex;
    align-items: center;
}

.navRight p {
    margin-left: 10px;
    color: #314b96;
    width: 64px;
    overflow: hidden;
    height: 21px;
    text-align: center;
    cursor: pointer;
}

.login,
.sign {
    width: 59px;
    height: 26px;
    line-height: 26px;
    border-radius: 6px;
    margin-left: 20px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}

.login {
    border: 1px solid #314b96;
    color: #314B96;
}

.sign {
    background-color: #314B96;
}

.sign a {
    color: #fff !important;
}

.login a {
    color: #314B96;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 97;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.liBgc {
    box-sizing: border-box;
    background-color: #fff;
}

.liBgc a {
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #314B96 !important;
    padding: 0px 15px;
}


.xiala {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #314b96;
    margin-left: 5px;
    cursor: pointer;
}

.outLogin {
    display: none;
    position: absolute;
    right: 72px;
    top: 32px;
    color: #fff;
    background-color: #314b96;
    padding: 1px 8px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}

.headerNavBox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.linkman {
    display: flex;
    flex-flow: column;

}

.linkmanBoxTop img {
    width: 12px;
    height: 19px;
    margin-right: 5px;
}

.linkmanBoxBot img {
    width: 15px;
    height: 15px;
    margin-left: -1px;
    margin-right: 5px;
}

.linkmanBoxTop,
.linkmanBoxBot {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 600;
    color: #555;
}

.linkmanBoxBot {
    margin-top: 4px;
}
.myUl li{
    color: #656060;
    font-size: 13px;
    text-decoration: none;
}