.headerBlock {
    width: 100%;
    /*height: 100%;*/
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.headerNav {
    width: 100%;
    height: 76px;
    background: rgba(41, 104, 179, .1);
    display: flex;
    align-items: center;
}
.headerNav-logo {
    width: 554px;
    height: 46px;
    margin-left: 30px;
}
.headerNav-logo img {
    width: 100%;
    height: 100%;
}

.main-container {
    margin-top: 100px;
}


.footer {
    width: 100%;
    min-width: 1200px;
    height: auto;
}
.footer_wrapper {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.footerLinks_wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.footerLinks {
    width: 100%;
    height: 285px;
    background: rgba(41,104,179, 0.2);
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}
.footerLinks_cont {
    display: flex;
    justify-content: space-between;
    width: 788px;
}
.footerLinks_cont>div {
    width: 33.3%;
}
.footerLinks_title {
    padding: 15px 0;
    border-bottom: 1px solid #333;
}
.footerLinks_cont li {
    font-weight: normal;
    padding-top: 10px;
}
.footerQrcode {
    display: flex;
    padding-top: 37px;
}
.footerQrcode>div {
    width: 150px;
    text-align: center;

}
.footerQrcode>div:first-child {
    margin-right: 50px;
}
.footerQrcode_img {
    width: 150px;
    height: 150px;
    margin-bottom: 16px;
}
.footerQrcode_img img {
    display: block;
    width: 100%;
    height: 100%;
}


.footerNav {
    width: 100%;
    height: 36px;
    background: #333333;
}
.footerNav-wrapper {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.footer-nav {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.footerNav img {
    display: inline-block;
}
.footer-nav span {
    display: block;
    width: 1px;
    height: 8px;
    background: #979797;
    margin: 0 16px;
}
.footer-nav a {
    color: #fff;
}
.footer-nav a img {
    width: 15px;
    height: 16px;
    margin-right: 17px;
    margin-top: -2px;
}