body {
    width: 100%;
    height: 100%;
}

.top {
    width: 100%;
    min-width: 1200px;
    height: 6px;
    background: #005cad;
}


/* 头部 */

.header-wrapper {
    display: flex;
    width: 1200px;
    height: 112px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 22px;
    box-sizing: border-box;
}

.asw {
    width: 100%;
    height: 164px;
    position: fixed;
    background: #fff;
}

.logo {
    flex: 0 0 220px;
    width: 220px;
    height: 72px;
}

.logo img {
    width: 220px;
    height: 72px;
    vertical-align: top;
    object-fit: contain;
}

.phone {
    flex: 1;
    text-align: right;
}

.phone_logo {
    display: inline-block;
}

.phone_logo img {
    width: 28px;
    height: 28px;
    padding-top: 24px;
}

.phone_des {
    display: inline-block;
    padding-top: 20px;
    padding-left: 12px;
    font-size: 16px;
    color: #000000;
}


/* 导航 */

.box {
    width: 100%;
    min-width: 1200px;
    background: #005cad;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
}

.one .oneNav {
    width: 168px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    border-left: 1px solid #ffffff;
    color: #fff;
}

.one_6 {
    border-left: 1px solid #ffffff;
}

.one .oneNav:hover {
    background-color: #ffffff;
    color: #005cad;
    height: 50px;
}

.one .aHref {
    width: 168px;
    display: inline-block;
    color: #ffffff;
    background: #005cad;
}

.one .aHref:hover {
    background: #ffffff;
    color: #005cad;
    text-decoration: none;
}

.box .two {
    width: 100%;
    min-width: 1200px;
    text-align: center;
    position: absolute;
    z-index: 2;
    display: none;
    background: #efeff0;
    left: 0;
    color: #000 !important;
}

.two a {
    color: #000;
}

.two a:hover {
    color: #005cad;
    text-decoration: none;
}

.box .two li {
    display: inline-block;
    margin-right: 60px;
}

.box .two li:hover {
    color: #005cad;
}

.box .one {
    position: relative;
}

.d4 {
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #c8c8c9 transparent transparent;
    transform: rotate(90deg);
    margin: 0 auto;
    display: none;
    margin-top: -16px;
}