.about-qiji {
    position: relative;
    background-color: rgb(77,77,77);
}

.about-part1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.about-item1 {
    color: white;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.about-text1 {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 2px;
}

.about-text1 p {
    margin: 2px 0px;
    line-height: 1.5;
}

.about-part2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.about-item2 {
    color: white;
    margin-top: 24px;
    font-size: 20px;
    font-weight: bold;
}

.about-text2 {
    color: white;
    text-align: center;
    font-size: 14px;
}

.tow-dime {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
    margin-top: 20px;
}

.background-img {
    position: absolute;
    display: flex;
    z-index: 1;
    top: 0;
}

.tow-dime img {
    width: 280px;
    height: 280px;
}

.telnumb {
    letter-spacing: 1px;
    font-size: 14px;
}

.about-text3 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: bold;
    color: rgb(234, 84, 4);
    margin: 32px 0px;
}

.g-footer {
    background-color: rgb(233, 234, 235);
    display: flex;
    flex-direction: column;
    padding: 25px 0px;
}

.shanhaiBeian {
    display: flex;
    justify-content: center;
    font-size: 12px;
}

.gonanBeian {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}


/* 未被访问的链接 */

.shanhaiBeian a,
.gonanBeian a {
    text-decoration: none;
    color: black;
}