.header1-container {
    font-family: PingFang SC, serif;
    position: relative;
    /* height: 272px; */
    height: 160px;
    /* background-image: "../../images/head1-bg2.png"; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: all 0s ease-in-out;
}
.header1-container:hover {
    background-size: 110% 110%;
}
.header1-container .h1-top {
    width: 100%;
    height: 50x;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header1-container .h1-top .h1-left-tool, .header1-container .h1-top .h1-right-tool {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 20px;
    display: flex;
    color: #EEF1F4;
    text-align: center;
    /*      & > .h1-down-app {
            color: #FF3637
          } */
}
.header1-container .h1-top .h1-left-tool > a {
    color: #fff;
    margin-right: 24px;
    text-decoration: none;
}
.header1-container .h1-top .h1-left-tool :hover,
.header1-container .h1-top .h1-left-tool  a :hover{
    color: #EEF1F4;
}
.header1-container .h1-top .h1-left-tool > div, .header1-container .h1-top .h1-right-tool > div {
    margin-right: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.header1-container .h1-top .h1-left-tool .icon, .header1-container .h1-top .h1-right-tool .icon {
    margin: 0 8px;
    height: 16px;
}
.header1-container .h1-top .h1-right-tool div {
    margin-right: 16px;
}
.header1-container .h1-top .h1-right-tool div:last-child {
    margin-right: 0;
}
.header1-container .h1-top-main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header1-container .top-main-logo > img {
    width: 270px;
    height: 113px;
    /* margin-top: -30px; */
    vertical-align: center;
    margin-right: 30px;
}

.header1-container .top-main-logo{
    width: 1280px;
    display: flex;
    /* align-items: center;
    justify-content: center; */
    height: 94px;
    vertical-align: center;
    /* font-size: 72px; */
    color: #ffffff;
    /* text-align: center; */
    /* font-weight: 300; */
    /* line-height: 94px; */
    /* letter-spacing: 12px; */
    white-space: nowrap;
}

.header-menu-container .head2-container .h2-logo {
    font-size: 36px;
    color: #4E5969;
    font-weight: 300;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}
.header-menu-container .head2-container .h2-logo .sys_name {
    white-space: nowrap;
    font-size: 36px;
    font-weight: 600;
    color: #222;
    letter-spacing: 0;
}

.header-menu-container .head2-container .h2-logo>img {
    margin-right: 16px;
}




