#head{
    box-sizing: border-box;
    background: #222B48;
    width: 100%;
    height: 108px;
    line-height: 108px;
    overflow: hidden;
}

#content {
    box-sizing: border-box;
    margin: 0 auto;
}

#footer{
    box-sizing: border-box;
    width: 100%;
}

.nav {
    width: 1920px;
    padding: 0 403px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    left: 50%;
    margin-left: -960px !important;
}

/* .nav-item {
    
} */

.nav-item,
.nav-item a {
    outline: none;
    font-size: 19px;
    font-family: 黑体;
    font-weight: 400;
    color: #B8AEAE;
    color: #fff;
}

.nav-item-active {
    color: #B8AEAE !important;
}

.nav-item-logo {
    margin-right: 216px;
    display: flex;
    align-items: center;
}

.nav-item-one,.nav-item-two,.nav-item-three {
    margin-right: 78px;
}

.nav-item-four {
    margin-right: 66px;
}

.nav-item-five {
    cursor: pointer;
}

.logo {
    width: 57px;
}

.footer-nav-view {
    width: 100%;
    /* position: relative; */
    height: 480px;
    background: #222B48;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.imgs-view {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 65px 0 92px;
}

.imgs-view .one {
    /* width: 132px;
    height: 135px; */
    width: 148px;
    height: 155px;
}

.imgs-view .two {
    width: 354px;
    height: 134px;
    margin: 0 169px 0 186px;
}

.imgs-view .three {
    width: 162px;
    height: 137px;
}

.icp-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-family: 黑体;
    font-weight: 400;
    color: #FFFFFF;
}

.icp-text .jicp {
    outline: none;
    font-size: 19px;
    font-family: 黑体;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 20px;
}

.icp-text .jicp:hover {
    text-decoration:revert;
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: absolute;
    top: 56px;
    left: 50%;
    transform: translate(-50%, 0); */
}

.footer-nav-item {
    margin-right: 38px;
}

.footer-nav-item:last-child {
    margin-right: 0;
}

.footer-nav-item-a {
    font-size: 23px;
    font-family: 黑体;
    font-weight: 400;
    text-decoration: underline;
    color: #FFFFFF;
    text-decoration:none
}

.footer-nav-item-a:hover {
    text-decoration:revert;
}

.footer-nav-item-img {
    width: 100%;
}