html,
body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}


a{
    text-decoration: none;
}
.content {}



.header-title {}

.header-logo {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(151, 151, 151, 0.34);
}

.header-logo img {
    width: 444px;
    height: 24px;
    margin: 20px 0 16px 119px;
}

.header-logo p {
    height: 18px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 18px;
    margin: 21px 115px 21px;
}

.header-logo a {
    width: 60px;
    height: 18px;
    font-size: 13px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 18px;
    margin: 21px 115px 21px;
    text-decoration: none;
    cursor: pointer;
}

.header-menu {
    display: flex;
    margin: 0 0 0 119px;
}

.header-menu>p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    margin-right: 40px;
    padding: 0;
}

.header-menu a {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    margin-top: 16px;
    margin-right: 40px;
}

.servise {
    position: relative;
    cursor: pointer;
}

.header-menu:hover .menu-mark {
    opacity: 1;
    transition: all .25s linear;
}

.menu-mark {
    position: absolute;
    left: 118px;
    top: 118px;
    background: rgba(9, 83, 148, 1);
    display: flex;
    opacity: 0;
}

.menu-mark .menu-item .menu-text {
    font-size: 14px;
}

.menu-mark .menu-item>p {
    width: 145px;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    padding: 0 10px;
    cursor: pointer;
}

.menu-mark .menu-item>a {
    width: 145px;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    padding: 0 10px;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.menu-mark .menu-item>a:hover {
    color: #008AF1;
}



.footer {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 118, 206, 1);
}

.footer-logo {
    width: 190px;
    height: 112px;
    margin: 37px 30px 0 130px;

}

.footer-logo img {
    width: 190px;
    height: 112px;
}

.footer-list {
    width: 1000px;
    margin-top: 37px;
    display: flex;
    padding-left: 66px;
    /* border-left: 1px solid #D8D8D8; */
}

.footer-title {
    margin-right: 159px;
}

.footer-title h1 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 25px;
}

.footer-title p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    cursor: pointer;
}

.footer-title p:hover {
    color: #1099FF;
}