/* 尾部开始 */
.tail {
    width: 100%;
    height: 525px;
    background-color: #fff;
}

.tail-items {
    width: 1580px;
    height: 445px;
    border-top: 2px solid #01429a;
    margin: 0 auto;
    display: flex;
}

.tail-one,
.tail-three {
    width: 260px;
}

.tail-one h6 {
    font-size: 14px;
    color: #989898;
    padding-top: 50px;
    padding-bottom: 5px;
}



.tail-one span {
    display: inline;
    font-size: 20px;
    color: #01429a;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    padding-left: 10px;
    vertical-align: -4px;
}

.tail-one p {
    font-size: 14px;
    font-family: "avanti";
    font-weight: 500;
    color: #b2b2b2;

}

.round {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #01429a;
    text-align: center;
    color: #fff;
    line-height: 15px;
    font-weight: bold;
    margin-left: 10px;
}

.tail-one>div {
    margin-top: 50px;
}

.tail-two {
    display: flex;
    justify-content: space-evenly;
    width: 1080px;
    height: 340px;
    margin: 0 auto;
    border-right: 1px solid rgba(178, 178, 178, .3);
    border-left: 1px solid rgba(178, 178, 178, .3);
}

.margin {
    width: 30px;
    margin: 0 auto;
}

.tail-two dl {
    width: 100px;
    text-align: center;
}

.tail-two dt {
    font-size: 16px;
    font-weight: bolder;
    color: #1e1e1e;
}

.tail-two dd {
    font-size: 14px;
    font-weight: 500;
    color: #989898;
    margin-top: 20px;
}



.tail-three .code {
    width: 155px;
    height: 190px;
    border: 1px solid rgba(178, 178, 178, .3);
    text-align: center;
    margin-left: 105px;
}

.code img {
    margin: 10px;
}

.tencent {
    text-align: right;
}

.tencent img {
    margin-left: 15px;
    margin-top: 30px;
}

.article {
    display: flex;
    justify-content: space-between;
    width: 1580px;
    height: 80px;
    background-color: #01429a;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
}

.article ul {
    display: flex;
    width: 450px;
    justify-content: space-evenly;
}

.article li,
.article p {
    color: #fff;
    font-size: 14px;
    line-height: 80px;
}

.article p {
    margin-right: 50px;
}

.tail-one,
.tail-two,
.tail-three {
    margin-top: 50px;
}

.tail-two dd:hover {
    color: #01429a;
    font-weight: 900;
}

.article li:hover {
    text-decoration: underline;
}



/* 尾部结束 */