.div1 {
    width: 100%;
}

.div1content {
    z-index: 2;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    line-height: 2;
}

.div1item {
    color: white;
    font-size: 32px;
    letter-spacing: 6px;
    font-weight: bold;
    line-height: 1;
}

.div1text {
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 4px;
}

.div2 {
    display: flex;
    justify-content: center;
    margin: 32px 0px;
}

.div2content {
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}

.pcaboutimg2 {
    z-index: 1;
    width: 85%;
}

.contentpart1 {
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    color: white;
}

.contentpart2 {
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    color: white;
}

.rowconten1,
.rowconten2,
.rowconten3,
.rowconten4,
.rowconten5,
.rowconten6,
.rowconten7,
.rowconten8 {
    display: flex;
    flex-basis: 25%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rowcontenitem {
    font-size: 20px;
    margin: 10px 0px;
    letter-spacing: 3px;
    font-weight: bold;
    width: 90%;
    text-align: center;
}

.rowcontentext {
    font-size: 14px;
    line-height: 2;
    margin: 0px 12px 10px 12px;
    letter-spacing: 2px;
    width: 90%;
    text-align: center;
}

@media screen and (max-width:1200px) {
    .div1 {
        width: 100%;
    }
    .div1content {
        width: 100%;
    }
    .div2 {
        width: 100%;
    }
    .div2content {
        width: 85%;
    }
}

@media screen and (min-width: 1200px) {
    .div1 {
        width: 100%;
    }
    .div1content {
        width: 100%;
    }
    .div2 {
        width: 100%;
    }
    .div2content {
        width: 85%;
    }
}


/* 未被访问的链接 */

.mentlist a:link {
    color: rgb(109, 117, 104);
    text-decoration: none;
}


/* 已被访问的链接 */

.mentlist a:visited {
    color: #00a4ff;
    text-decoration: none;
}

.div1 {
    background: url("https://website-1254406198.cos.ap-chengdu.myqcloud.com/webimg/pcImg/about/pcabout1.png");
    background-size: cover;
}

.div2content {
    background: url("https://website-1254406198.cos.ap-chengdu.myqcloud.com/webimg/pcImg/about/pcabout2.png");
    background-size: cover;
}