footer {
    height: 265px;
    background: #BD1A2D;
}

.footer-content {
    max-width: 1200px;
    margin: auto;
}
/* 底部四个链接的样式 */
.footer-select {
    padding-top: 25px;
    margin-bottom: 35px;
    display: flex;
}

.select-item {
    padding: 0;
    /*margin-right: 120px;*/
    color: #fff;
    cursor: pointer;
    position: relative;
    width:324px;
    text-align:center;
}

    .select-item .item-text {
        display: block;
    }

        .select-item .item-text img {
            vertical-align: middle;
        }

.item-child {
    display: none;
}

.item-child_hover {
    width: 600px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #333;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.item-child p {
    line-height: 40px;
}

    .item-child p a {
        color: inherit;
        text-decoration: none;
    }
/* 底部4项内容的样式 */
.footer-info {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    display: flex;
}

    .footer-info .left-info {
        width: 50%;
    }

        .footer-info .left-info p {
            margin: 0 0 10px;
        }

.gray {
    color: #ffffff66;
    margin-left: 15px;
}

.site {
    margin-right: 65px;
}

.icba {
    margin-right: 115px;
}

.beian {
    cursor: pointer;
}

    .beian a {
        color: #fff;
    }

        .beian a:hover {
            text-decoration: underline; /*鼠标放上去有下划线*/
            color: #fff;
        }
/* 底部右侧图形的样式 */
.rg-imgs {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .rg-imgs .QR {
        display: flex;
    }

.QR div {
    margin-right: 20px;
}

    .QR div img {
        width: 86px;
        height: 86px;
    }

    .QR div p {
        margin: 0 0 10px;
        text-align: center;
    }
