.ey-header-con{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1024px;
    margin: 0 auto;
    padding: 10px 0;
}

.logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-left>img {
    width: 200px;
    cursor: pointer;
}

.logo-des{
    margin-left: 30px;
    margin-top: 10px;
    font-size: 24px;
    color: #333;
}
.tel{
    display: flex;
    color: #09F;
    line-height: 63px;
}

.contract{
    margin-left: 20px;
    color: #f60;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.contract>img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

#ey-header-con{
    width: 100%;
    background: white;
    border-bottom: 1px solid #dfdfdf;
}

