.html-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /* background: #fff url(../images/bg_0.png) no-repeat top; */
    background-size: 100%;
    /* background-attachment: fixed; */
}

.html-content header {
    width: 100%;
    /* height: 120px; */
    flex: 0 0 auto;
    background-color: transparent;
}

.html-content main {
    flex: 1 1 auto;
    background-color: transparent;
    padding: 0;
}

.html-content footer {
    flex: 0 0 auto;
    background-color: rgb(36, 122, 223);
}

.html-content header .head-content {
    width: 85%;
    padding: 36px 0;
    margin: auto;
}

.html-content header .logo {
    width: 465px;
    height: 72px;
    /* background: url(../images/logo1.png) no-repeat left center; */
    cursor: pointer;
}


/* 首页标题 */

.html-content main .toptitle {
    width: 85%;
    height: 96px;
    margin: 40px auto 120px;
    background: url(../images/title-01.png) no-repeat center;
}

.html-content footer .footer {
    position: relative;
    width: 100%;
    height: 155px;
    margin: auto;
    background: url(../images/footer.png) no-repeat;
    background-size: 100%;
}

.html-content .footer .footer-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.html-content .footer-html {
    min-width: 1450px;
    overflow: hidden;
    height: 325px;
}