﻿* {
    padding: 0;
    margin: 0;
}

html, body {
    width: 100%;
    height: 100%;
    /*background-image: url(/images/bg1.jpg);*/
    background-repeat:no-repeat;
    background-size: 100% 630px;
    scroll-behavior:smooth;
}

body {
    font-family: "Tahoma","黑体", Verdana,"Helvetica","幼圆","PingFang SC",sans-serif;
    font-size: 14px;
}

/*div {
            width: 100%;
        }*/

#page {
    width: 100%;
    height:100%;
}

#header {
    background-color: rgba(17,17,17,0.70);
    /*box-shadow: 0 0 2em rgba(0,0,0,.35);*/
    z-index: 10001;
    /*position: fixed;*/
    width: 100%;
    height: 20%;
    /*left: 0;
            top: 0;*/
}

.header-inner {
    /*padding: 20px 0 80px 0;*/
}

.header-small
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    /* border-bottom: 1px solid #ccc; */
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
            box-shadow: 2px 2px 5px rgba(0,0,0,0.3);

}

#logo {
    /*line-height: 60px;*/
    margin-left: 100px;
    /*float: left;*/
    display: inline-block;
}

    #logo img {
        height: 120px;
    }

#navIcon {
    display:none;
}

#nav {
    float: right;
    margin-right: 100px;
    margin-top: 50px;
}

    #nav ul {
        /*line-height: 70px;*/
		display:flex;
    }

    #nav li {
        list-style: none;
        width: 70px;
        text-align: center;
        float: left;
        line-height: 30px;
        margin-right: 50px;
    }

    #nav a {
        width: 100%;
        height: 100%;
        display: inline-block;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        cursor: pointer;
    }

        #nav a:hover {
            /*color: #0a97f5;*/
            border-bottom: 2px solid #fff;
        }

.nv-select {
    border-bottom: 2px solid #fff;
}

#content {
    /*height:100%;*/
}

.wrapper {
    /*min-height:100px;*/
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.wrapper-out {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.div0 {
    background-color: rgba(17,17,17,0.70);
    color: #fff;
    /*padding: 50px 0 220px 0;*/
    /*height: 80%;*/
    /*
    background: -webkit-linear-gradient(#222, #373737); 
    background: -o-linear-gradient(#222, #373737);  
    background: -moz-linear-gradient(#222, #373737);  
    background: linear-gradient(#222, #373737);  
    */
    height: -moz-calc(80vh);
    height: -webkit-calc(80vh);
    height: calc(80vh);
}

.div1 {
    background-color: rgba(17,17,17,0.70);
    color: #fff;
    /*padding: 50px 0 220px 0;*/
    /*height: 80%;*/
    /*
    background: -webkit-linear-gradient(#222, #373737); 
    background: -o-linear-gradient(#222, #373737);  
    background: -moz-linear-gradient(#222, #373737);  
    background: linear-gradient(#222, #373737);  
    */
}

.flex-column-center
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.flex-row-center
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.h1 {
    font-weight: 400;
    font-size: 76px;
    line-height: 92px;
    text-transform: none;
}

.h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 65px;
    text-transform: none;
    text-align:center;
    margin-bottom:10px;
}

.h3 {
    font-weight: 400;
    font-size: 35px;
    line-height: 50px;
    text-transform: none;
    text-align:center;
    margin-top:35px;
    margin-bottom:35px;
}

.h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    text-transform: none;
    text-align: center;
}

.spacer-small {
    display: block;
    height: 40px;
}

.spacer-big {
    display: block;
    height: 80px;
}

.spacer-line {
    border-top: 1px solid #888;
    margin: 10px auto;
    width: 70%;
}

.crumbs {
    padding: 35px 0 30px 10px;
    max-width: 1440px;
    margin-left:auto;
    margin-right:auto;
}

.crumbs-img {
    width:30px;
    height:30px;
    float:left;
    /*background-color:#62b7f6;*/
    background-image:url(/images/site-home.png);
    background-size:100% 100%;
}
.crumbs-info {
    font-size:16px;
    margin-left:40px;
    line-height:30px;
}

.crumbs-info a{
    color:#333;
    text-decoration:none;
}

.crumbs-info a:hover{
    color:#333;
    border-bottom: 1px solid #333;
}

.div2 {
    padding-top: 30px;
    margin-top: -110px;
}

.div2-item {
    float: left;
    width: 49%;
    height: inherit;
    margin-bottom: 0.5%;
    margin-right: 1%;
    /*border:1px solid red;*/
    /*margin-right: 10px;
            margin-bottom: 10px;*/
}

    .div2-item img {
        width: 100%;
        border-radius: 10px;
    }

.div2-item1 {
    /*background-color: #dac38d;*/
    /*background-color: #ffffff;*/
}

.div2-item2 {
    /*background-color: #01d7cf;*/
    /*background-color: #ffffff;*/
}

.div2-item3 {
    /*background-color: #000000;*/
    /*background-color: #ffffff;*/
}

.div2-item4 {
    /*background-color: #035de9;*/
    /*background-color: #ffffff;*/
}

/*.item-image {
            float: left;
            margin-right: 10px;
            margin-bottom: 10px;
        }

            .item-image img {
                width: 1000px;
                width: 100%;
            }*/

.div3 {
    clear: both;
    padding: 0px 0 0px 0;
}

.text-clip-show {
    background-image: linear-gradient( 150deg, rgb(15, 68, 167) -96.39%, rgb(101, 194, 207) 3.61%, rgb(15, 68, 167) 103.61%);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.shandow {
    border-radius: 20px;
    box-shadow: 0 0 36px rgb(0 0 0 / 10%);
}

.div4 {
}

.div4-img {
    text-align: center;
}

    .div4-img img {
        width: 100%;
        border-radius: 15px;
        box-shadow: 0px 0px 10px #ccc;
    }

.div4-feature {
    text-align: center;
}

.div4-btn {
    width:200px;
    margin-top:20px;
    border:none;
    cursor:pointer;
}

.div4 ul {
    text-align: center;
    overflow: hidden;
    _zoom: 1;
    margin: 60px 0;
}

.div4 li {
    display: inline-block;
    list-style: none;
    width: 30%;
    /*width: 354px;*/
    text-align: center;
    line-height: 50px;
    border-right: 1px solid #e5e5e5;
}

    .div4 li:last-child {
        border-right: none;
    }

    .div4 li strong {
        font-size: 28px;
    }

    .div4 li p {
        font-size: 21px;
    }

.div5 {
    clear: both;
    padding: 0px 0 0px 0;
    height: 300px;
}

.div5-btn {
    width: 120px;
    margin-top: 20px;
    border: none;
    cursor: pointer;
}

.div5-left {
    float: left;
    width:40%;
    height: 100%;
    line-height: 28px;
    color: #909090;
    padding-left: 35px;
    padding-top: 15px;
    font-size: 16px;
}

.div5-right {
    width:50%;
    height: 100%;
    float: left;
    margin-left: 30px;
}


#footer {
    background-color: #535353;
    color: #aaa;
    width: 100%;
    clear: both;
}

.footer-info {
    width:1000px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.footer-block {
    float: left;
    padding: 50px 90px 20px 90px;
}

.footer-block-title {
    font-size:16px;
    font-weight:700;
    color:#cbcbcb;
}

.footer-row {
    line-height: 30px;
}

.footer-row a{
    color:#aaa;
    text-decoration: none;
}
.footer-row a:hover{
    color:#fff;
    text-decoration: none;
}

.footer-line {
    border-top: 1px solid #888;
    margin:10px auto;
    width:70%;
    
}

.dream
{
    animation-fill-mode:both;
    -o-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.footer-copyright {
    /*line-height: 40px;*/
    text-align: center;
    padding:30px 0 30px 0;
}

.footer-copyright a {
    color: #aaa;
    text-decoration: none;
}

    .footer-copyright a:hover {
        color: #fff;
        text-decoration: none;
    }

    .footer-empty {
        height: 60px;
    }

#footer-left {
    float: left;
    margin-top: 50px;
    margin-left: 8%;
    margin-bottom: 40px;
}

#footer-right {
    float: right;
    margin-top: 50px;
    margin-right: 8%;
    margin-bottom: 40px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.company {
    font-size: 30px;
    margin-bottom: 10px;
}

.company-tip {
    margin-bottom: 45px;
    color: #ddd;
}

.company-address {
    margin-bottom: 5px;
    color: #8d8d8d;
}

.information {
    color: #7d7d7d;
}

.div-contact {
    font-size: 16px;
    margin-bottom: 15px;
}

.div-qr {
    float: left;
    width: 50%;
    
}

    .div-qr img {
        width: 70%
    }

/*产品*/
.wrapper-box {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.wrapper-box-title {
    background-color: #fcfcfc;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    border-radius: 10px 10px 0px 0px;
    color: #898989;
    font-size:18px;
}

.wrapper-box-content {
    border: 1px solid #ebebeb;
}

.product-d { /* Firefox */
    display: -webkit-box; /* Safari and Chrome */
    display: -ms-flexbox;
    display: flex;
}

.product-d-left { /* Firefox */
    -webkit-box-flex: 1.3; /* Safari and Chrome */
    box-flex: 1.3;
}

.product-d-right {
    font-size: 18px;
    line-height: 35px; /* Firefox */
    -webkit-box-flex: 2.0; /* Safari and Chrome */
    box-flex: 2.0;
}

.product-p3 {
    width: 33.33%;
    float: left;
}

.product-imgli {
    border: 1px solid #ebebeb;
}

.product-imgli img {
    width:100%;
}
.product-li {
    border-right: 1px solid #ebebeb;
}
.product-li-last {
    border-right: none !important;
}

.product-li-in {
    width:320px;
    margin-left:auto;
    margin-right:auto;
}

.product-li-img {
    padding: 60px 0px 20px 0px;
}
.product-li-img img {
    width:100%;
    border-radius: 10px;
}
.product-li-title {
    text-align:center;
    line-height:30px;
    font-size:22px;
    margin-bottom:20px;
}

.product-li-d {
    margin-bottom: 20px;
    line-height:28px;
}

.product-li-price {
    margin-bottom: 40px;
    color: #d44d44;
    font-size: 20px;
    line-height:40px;
}
.product-li-price span {
    float:left;
     margin-right:20px;
}

.product-li-price img {
    width: 90px;
    margin-top: 0px;
    border: none;
    cursor: pointer;
}


/*资讯*/
.article-bg {
    background-color: #f2f2f2;
}
.wrapper-article {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 1440px;
    min-width: 1px; /* Firefox */
    display: -webkit-box; /* Safari and Chrome */
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
}
.article-new {
    background-color: #fff; /* Firefox */
    -webkit-box-flex: 1.0; /* Safari and Chrome */
    box-flex: 1.0;
    padding: 30px;
    margin-right: 25px;
    width: 75%;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    border-color: rgba(0,0,0,.14);
    box-shadow: 0 3px 8px -6px rgba(0,0,0,.1);
    overflow: hidden;
}
.article-while {
    width: 25px;
}
.article-like {
    background-color: #fff;
    margin-right: 0;
    width: 300px;
    height:550px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    border-color: rgba(0,0,0,.14);
    box-shadow: 0 3px 8px -6px rgba(0,0,0,.1);
}
.article-like-title {
    height:50px;
    line-height:50px;
    font-size:18px;
    text-indent:20px;
    margin-bottom:25px;
}
.article-like-title h3 {
    font-size: 18px;
    font-weight:500;
}
.article-like-li {
    height:100px;
    margin-bottom:10px;
}
.article-like-li a{
    text-decoration:none;
    color:#333;
}
.like-img {
    width: 110px;
    float: left;
    margin-left: 10px;
}
.like-img img {
    width: 110px;
    border-radius: 5px;
}
.like-info {
    margin-left:130px;
    padding-top:5px;
    margin-right:10px;
    line-height:25px;
}

.article-page {
    height: 35px;
    margin: 50px auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
}
.page-li {
    list-style: none;
    float: left;
    margin-right: 30px;
}
.page-li a {
    display: block;
    text-decoration:none;
    text-align: center;
    border: 1px solid #aaa;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #fff;
    color: #555;
}

.page-select {
    background-color: #555 !important;
    color: #fff !important;
}


.article-li {
    /*margin-top: 50px;*/
    padding: 30px 0px;
    border-bottom: 1px solid #e6e7e8;
    overflow: hidden;
    height: 165px;
}

.article-li-left {
    width: 250px;
    height: 165px;
    float: left;
    overflow: hidden;
    border-radius: 9px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

    .article-li-left img {
        /*width: 250px;
        height: 165px;*/
        border: 0;
        border-radius: 9px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        width: 100%;
        height: auto;
    }

.article-li-left img:hover{
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
}

.article-li-right {
    margin-left: 275px; 
    line-height:30px;
}

.article-li-title {
    /*padding: 10px;*/
    font-size: 20px;
}

.article-li-title a{
    text-decoration:none;
    color:#333;
}

.article-li-title a:hover{
    /*text-decoration:underline;*/
    color:#000;
}

.article-li-summary {
    /*padding: 10px 0;*/
    color: #666;
    overflow: hidden;
}

.article-li-info {
    padding: 10px 0;
    padding-right: 30px;
    color: #999;
}

.article-li-date {
}

.wrapper-article {
    /*margin: 0 auto;*/
    /*width: 100%;*/
    /*padding: 70px 60px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.article-title {
    padding:10px 0;
    font-weight:700;
    font-size:30px;
    color:rgb(43,43,43);
    font-family:"Roboto", Verdana,"Helvetica","幼圆","PingFang SC",sans-serif;
}

.article-summary {
    border: 1px solid #e7e7e7;
    background-color: #f6f6f6;
    padding:20px;
    margin-top:15px;
    margin-bottom:15px;
    line-height:25px;
}

.article-info {
    line-height:30px;
    font-size:14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.article-info-img
{
    margin-left: 12px;
}
.article-info-span
{   
    margin-right: 30px;
    color:RGB(102,102,102)
}

.article-date {
}

.article-content img {
    max-width: 100% !important;
}

.article-relate {
    margin-top: 50px;
    margin-bottom:50px;
    line-height: 25px;
    font-size:16px;
}
    .article-relate a {
        text-decoration: none;
        color: #00a0e9;
    }
        .article-relate a:hover {
            text-decoration:underline;
        }
    .article-relate-left {
        float: left;
        line-height: 25px;
    }
.article-relate-right {
    float: right;
    line-height: 25px;
}

/*关于*/
.contact-bg {
    background-color: #fff;
}
.contact {
    width: 1000px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.contact-block {
    /*float:left;*/
    display: inline-block;
    width: 400px;
    margin-left: 50px;
    margin-right: 10px;
    /*background-color:#aaa;*/
}

.contact-img {
    float: left;
    width: 120px;
    height: 107px;
}

.contact-info {
    float: left;
    width: 250px;
    text-align: left;
    line-height: 30px;
    margin-left: 15px;
    font-size: 16px;
    white-space:nowrap;
}

.contact-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
}

/*

        @media only screen and (max-width: 960px) {

        }
        @media only screen and (min-width:960px) and (max-width: 1080px) {

        }

        */
@media only screen and (max-width: 720px) {
    html, body {
        width: 100%;
        /*background-image: url(/images/bg5.jpg);
        background-repeat:no-repeat;
        background-size: 100% 630px;    */
    }
}

@media only screen and (max-width: 960px) {

    .div1 {
        background-color: rgba(17,17,17,0.70);
        color: #fff;
        padding: 50px 0 330px 0;
        height: 100%;
    }

    .h1 {
        font-size: 35px !important;
        line-height: 81px !important;
    }

    .h2 {
        /*font-weight: 400;*/
        font-size: 35px !important;
        line-height: 52px !important;
        /*text-transform: none;*/
    }

    .h3 {
        font-size: 28px !important;
        line-height: 40px !important;
    }

    .h5 {
        font-size: 16px;
    }

    .footer-block-title {
        font-size:14px;
        font-weight:700;
        color:#cbcbcb;
    }

    .company {
        font-size: 120%;
    }

    .header-inner {
        padding: 20px 0 30px 0;
    }

    .spacer-small {
        display: block;
        height: 15px;
    }

    .spacer-big {
        display: block;
        height: 30px;
    }

  

    #logo {
        /*line-height: 60px;*/
        margin-left: 20px;
        /*float: left;*/
        /*display: inline-block;*/
    }

        #logo img {
            height: 80px;
        }

    #navIcon {
        display:inline-block;
        float:right;
        margin-right:20px;
        margin-top:10px;
    }

        #navIcon img {
            width: 38px;
            height: 38px;
        }

    #nav {
        display:none;
        margin-top: 0px;
        position: fixed;
        top: 0px;
        padding: 20px 0;
        background: black;
        z-index: 9;
        width: 100%;
        background-color: #fff;
    }

        #nav ul {
            /*line-height: 70px;*/
            /*padding-left: 0px;*/
        }

        #nav li {
            width: 100%;
            text-align: center;
            float:none;
            line-height: 75px;
            margin-right: 0px;
        }

        #nav a {
            width: 100%;
            display: block;
            color: #000;
            font-size: 18px;
            line-height: 75px;
        }

            #nav a:hover {
                /*color: #0a97f5;*/
                text-decoration: none;
            }

    .nv-select {
        font-weight:700;
        text-decoration: none !important;
    }


    .wrapper {
        margin: 0 auto;
        width: 100%;
    }

    .wrapper-out {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }


    .div2-item {
        float: left;
        width: 100%;
        /*height: 400px;*/
    }

    .div4 li {
        /*border-right: none;*/
    }

        .div4 li strong {
            font-size: 140%;
        }

        .div4 li p {
            font-size: 100%;
        }

   
    .div-qr img {
        width: 80%;
    }

    .div5-left {
        float: left;
        width:90%;
        height: 100%;
        line-height: 28px;
        color: #909090;
        padding-top: 15px;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: left;
            -ms-flex-align: left;
                align-items: left;
    }
    .div5-right
    {
        width:90%;
        height: 100%;
        float: left;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #footer-left {
        display: block;
        float: none;
        padding: 50px 30px 40px 30px;
        margin: 0;
        text-align: center;
        /*width: 100%;*/
    }

    #footer-right {
        display: block;
        float: none;
        padding: 50px 30px 40px 30px;
        text-align: center;
        margin: 0;
        /*width: 100%;*/
    }

   

    /*咨询*/
    .wrapper-article-li {
        padding: 0px;
    }

    .article-li {
        padding: 30px 0px;
        height: 85px;
    }

    .article-li-left {
        width: 135px;
        height: 85px;
        border-radius: 0px;
    }

        .article-li-left img {
        }

            .article-li-left img:hover {
                /*transform: scale(1.4);*/
            }

    .article-li-right {
        margin-left: 145px;
        line-height: 30px;
    }

    .article-li-title {
        font-size: 18px;
    }

        .article-li-title a {
        }

            .article-li-title a:hover {
            }

    .article-li-summary {
        display:none;
    }

    .article-li-info {
        padding: 0px;
    }

    .article-li-date {
    }

    .wrapper-article {
        padding: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .article-like {
        background-color: #fff;
        margin-right: 0;
        width: 100%;
        margin-top:30px;
        height: 200px;
        border-radius: 8px;
        border: 1px solid #dcdcdc;
        border-color: rgba(0,0,0,.14);
        box-shadow: 0 3px 8px -6px rgba(0,0,0,.1);
    }

    .article-new
    {
        width: 90%;
        padding: 5%;
        margin-right: 0;
        border-radius: 8px;
        border: 1px solid #dcdcdc;
        border-color: rgba(0,0,0,.14);
        box-shadow: 0 3px 8px -6px rgba(0,0,0,.1);
    }

    .article-title {
        text-align: center;
        padding: 15px 0;
        font-weight: 700;
        font-size: 25px;
    }

    .article-info {
        line-height: 30px;
        text-align: left;
        margin-left:15px;
        font-size:12px;
        color:#ccc;
        }

    .article-date {
    }

    .article-content {
        font-size: 18px;
    }

    .article-content img {
        max-width:100% !important;
    }

    .contact {
        width: 90%;
        margin: 0 auto 50px auto;
        text-align: center;
    }
    
    .contact-block {
        /*float:left;*/
        display: inline-block;
        margin-left: 50px;
        margin-right: 10px;
        margin-top:50px;
        /*background-color:#aaa;*/
    }
    
    .contact-img {
        float: left;
        width: 100px;
        height: 90px;
    }
    
    .contact-info {
        float: left;
        width: 50%;
        text-align: left;
        line-height: 30px;
        margin-left: 15px;
        font-size: 16px;
        white-space:nowrap;
    }
    
    .contact-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 35px;
    }


    .footer-info {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .footer-block {
        width: 100%;
        padding: 15px 15px 15px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

}
