#box {
    min-width: 1200px;
    min-height: 1080px;
}
.main {
    background: url('img/bg_aboutus.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    margin: auto;
    background-size: cover;
}
#aboutwe::after {
    content: '';
    position: absolute;
    bottom: -12px;
    width: 0.346667rem;
    height: 0.04rem;
    background: #ffd43f;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
}
.footer {
    margin-top: 0;
}

.all {
    width: 1200px;
    margin: auto;
    padding-top: 72px;
}

.tit,
.tit-cpjs {
    color: #282828;
    font-size: 18px;
    position: relative;
    font-weight: bold;
}

.tit::before,
.tit-cpjs::before {
    content: '';
    top: 25%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffd43f;
    position: absolute;

}

.tit-cpjs {
    margin-top: 30px;
}

.con {
    color: #666666;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 8px;
}

.cpjs-img {
    margin-top: 15px;
}

.cpjs-img img {
    margin-right: 20px;
}

.tit-gnld {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tit-gnld-con span {
    color: #282828;
    font-size: 16px;
    font-weight: bold;
}

.tit-gnld-con {
    color: #666666;
    letter-spacing: 3px;
    line-height: 28px;
    font-size: 16px;
}

.erweims {
    margin-top: 15px;
    font-size: 14px;
    color: #666666;
    display: flex;
}
.erweims1,
.erweims2{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.erweims2{
    width: 146px;
    height: 146px;
}
#about_img{
    object-fit: contain;
    width: 100%;
}