.logoArea{
    width: 100%;
    height: 84px;
    background: white;
    margin-top: 14px;
    margin-bottom: 13px;
}
.logoAreaStart{
    display: flex;
    width: 1100px;
    margin: 0 auto;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding-right: 6px;
    box-sizing: border-box;
}
.logoAreaStart .logo{
    width: 405px;
    height: 84px;
}
.logoAreaStart .logo img{
    width: 100%;
    height: 100%;
}
.logoAreaRight{
    display: flex;
}
.logoAreaRight .phoneBox{
    width: 37px;
    height: 37px;
}
.logoAreaRight .phoneBox img{
    width: 100%;
    height: 100%;
}
.logoAreaText .kfdh{
    font-size: 18px;
    font-family: 'YouYuan';
    font-weight: 400;
    color: #333333;
}
.logoAreaText .kfdhhm{
    font-size: 22px;
    font-family: 'STHupo';
    font-weight: bold;
    color: #1e9fffdb;
}