.html-content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    background: #fff url(/imagesq/zck/bg_0.png) no-repeat top;
    -o-background-size: 100%;
       background-size: 100%;
    /* background-attachment: fixed; */
}

.html-content header {
    width: 100%;
    /* height: 120px; */
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    background-color: transparent;
}

.html-content main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    background-color: transparent;
    padding: 0;
}

.html-content footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            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(/imagesq/zck/title-01.png) no-repeat center;
}

.html-content footer .footer {
    position: relative;
    width: 100%;
    height: 155px;
    margin: auto;
    background: url(/imagesq/zck/footer.png) no-repeat;
    -o-background-size: 100%;
       background-size: 100%;
}

.html-content .footer .footer-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.html-content .footer-html {
    overflow: hidden;
    /* height: 325px; */
}