header {
    width: 100%;
    height: 110px;
    background-color: #fff;
}

.head {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.head .head-box {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-cen a img{
    width: 100px;
}

.head p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #151D3F;
}

.fen {
    display: flex;
    align-items: center;
}

.fen a {
    display: block;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #626884;
    margin-right: 20px;
}

.fen .phone {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #151D3F;
    line-height: 60px;
    display: flex;
    align-items: center;
}

.fen .phone img {
    margin-right: 5px;
}

.head-cen {
    width: 1280px;
    height: calc(100% - 45px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-cen .nav {
    display: flex;
    align-items: center;
    /* padding-top: 30px; */
    box-sizing: border-box;
}

.head-cen .nav li {
    height: 100%;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #151D3F;
    line-height: 64px;
    position: relative;
    /*margin-right: 30px;*/
    margin-left: 30px;
    text-align: center;
}

.head-cen .nav li .select-1 {
    width: 110px;
    height: 86px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
    position: absolute;
    z-index: 999999;
    left: -16px;
    top: 50px;
    display: none;
}

.head-cen .nav li .select-1 a {
    display: block;
    width: 106px;
    height: 30px;
    border-radius: 2px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #151D3F;
    line-height: 30px;
    text-align: center;
    margin: 10px auto 5px;
}

.head-cen .nav li .select-1 a:hover {
    color: #151D3F;
    font-weight: bold;
    background: #F1F2F7;
}

.head-cen .nav li a {
    width: 100%;
    height: 100%;
    color: #151D3F;
    display: flex;
    align-items: center;
}

.head-cen .nav li a img {
    margin-left: 5px;
}

.head-cen .nav li:hover .select-1 {
    display: block;
}

.head-cen .nav li:hover .select-1 a {
    color: #151D3F;
}

.head-cen .nav li:hover a {
    color: #E80000;
}

.head-cen .nav li a span {
    display: none;
}

.head-cen .nav .sele a span {
    display: block;
    width: 28px;
    height: 3px;
    background: #E80000;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
}

.head-cen .nav li i {
    display: block;
    width: 29px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 0;
}

.head-cen .nav li .hot {
    background: url(.https://img001.haizhuawang.com/kp3/hot-icon.png) no-repeat center center;
    background-size: 100%;
}

.head-cen .nav li .xin {
    background: url(.https://img001.haizhuawang.com/kp3/new-icon.png) no-repeat center center;
    background-size: 100%;
}