*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    background: #F8F9FA;
    /*font-size: 1em;*/
    font-family: PingFang SC, Microsoft Yahei, SimHei, sans-serif;
    /*min-height: 500px;*/
}

a {
    /*color: grey;*/
    text-decoration: none;
    outline: none;
}

/*a:hover,
a:focus {
    color:cornflowerblue;
}
*/

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
}

/*.container {
    width: 100%;
    height: 100%;
}*/

/* Header */

/*.container > .header {
    width: 100%;
    padding: 20px 5%;
}
.container > .header > .logo {
    float: left;
    width: 120px;
    height: 120px;
}
.container > .header > .menu button {
    float: right;
    margin-top: 20px;
    padding: 10px 40px 10px 15px;
    color: #6E7886;
    border: 1px #A0ACBC solid;
    background: transparent url(../img/menuicon.svg) no-repeat right center;
}
.container > .header > .menu button:hover {
    color: #3C73B9;
    border: 1px #3C73B9 solid;
    background: #fff url(../img/menuicon_hover.svg) no-repeat right center;
    box-shadow:0px 0px 16px #99C8ED;
}
*/

/*.page-banner {
    width: 25%;
    position: absolute;
    z-index: 900;
    top: 50%;
    left: 20%;
    text-align: right;
    display: block;
}

.page-banner img {
    width: 100%;
    margin-top: -50%;
    max-width: 430px;
}*/

/* Footer */

.foot {
    /*   background: #202021 url(../img/footer/bgfoot.png) repeat-x top;*/
    height: 360px;
    width: 100%;
    background-color: #343F4F;
}

.foot-container {
    width: 74%;
    height: 320px;
    margin: 0 auto;
    position: relative;
}

.foot-container-left {
    width: 75%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.foot-container ul {
    font-size: 12px;
    width: 13%;
    display: inline-block;
    vertical-align: top;
    padding-top: 29px;
}

.foot-container ul p {
    font-size: 16px;
    line-height: 36px;
    color: white;
    font-weight: bold;
}

.foot-container ul a {
    font-size: 14px;
    line-height: 36px;
    color: white;
}

.foot-container ul a li：hover {
    color: #3C73B9;
}

#ul5 span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: white;
}

#ul5 {
    width: 20%;
}

.foot-container-right {
    width: 22%;
    display: inline-block;
    padding-top: 38px;
    position: absolute;
    vertical-align: top;
    /*    height: 88%;*/
    right: 0;
}

.foot-container-right-top {
    position: absolute;
    right: 0;
    display: inline-block;
    top: 38px;
}

.foot-container-right-pictrue1 {
    padding-right: 46px;
}

.copyright {
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #1C2737;
}

.zstack-logo {
    position: absolute;
    right: 0;
    bottom: 41px;
}

.zstack-logo img {
    /*    position: absolute;
right: 30px;
top: 20px;*/
}

.copyright span {
    line-height: 40px;
    font-size: 10px;
    color: #97A4B6;
}

.foot-container-right-pictrue {
    display: inline-block;
    vertical-align: middle;
}

.foot-container-right-pictrue img {
    height: 152px;
    width: 105px;
}

.footer-bottompart {
    text-align: left;
    clear: both;
}

.footer-bottompart ul {
    width: 11%;
    float: left;
    min-height: 250px;
    font-size: 14px;
    line-height: 40px;
    list-style: none;
    padding: 0;
}

/*#ul5{
    color: grey;
    width: 19%;
    -webkit-width: 20%;
}*/

.footer-bottompart ul p {
    color: #00BFFF;
    font-weight: bold;
    padding-top: 55px;
}

.footer-bottompart ul small {
    color: #00BFFF;
    padding-left: 7px;
}

.footer-bottompart ul a:hover, .footer-bottompart ul a li:focus {
    color: #00BFFF;
}

.footer-bottompart div {
    /*background-color: black;*/
    width: 13%;
    float: right;
    height: 151px;
    margin-top: 65px;
    margin-left: 5%;
}

/*.footer-bottompart > .clear-box {*/

/*width: 10%;*/

/*}*/

.footer-bottompart div img {
    width: auto;
    max-width: 80%;
    float: right;
}

.footer-bottompart span {
    color: #fff;
    font-size: 11px;
    float: right;
    text-align: right;
    letter-spacing: 1px;
    line-height: 18px;
    margin-top: 9.2%;
}

@media screen and (max-width: 1500px) {
    .foot-container-left ul a {
        font-size: 12px;
    }
    #ul5 {
        width: 216px;
    }
    #ul5 span {
        font-size: 12px;
    }
    .foot-container-left ul p {
        font-size: 14px;
    }
    .foot-container {
        width: 70%;
    }
    .foot-container-left ul {
        width: 140px;
    }
    .foot-container-left {
        width: 560px;
    }
    .foot-container-right {
        width: 300px;
    }
}

@media screen and (max-width: 1400px) {
    .foot-container {
        width: 80%;
    }
}

@media screen and (max-width: 1100px) {
    .foot-container {
        width: 90%;
    }
}