.nav-div {
    display: flex;
    height: 80px;
    align-items: center;
}

.logo-div {
    width: 50%;
    display: flex;
    justify-content: center;
}

.nav-span {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: space-evenly;
}

.logo {
    width: 126px;
    height: 43px;
}

.text_1 {
    overflow-wrap: break-word;
    color: rgba(80, 199, 105, 1);
    font-size: 22px;
    font-family: PingFang SC-Bold;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
    line-height: 22px;
}

.text_2 {
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    font-family: PingFang SC-Medium;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
    line-height: 22px;
}

.banner-div {
    width: 100%;
}

.banner-div > img {
    width: 100%;
}

.cpjs {
    margin-top: 20px;
}

.cpjs-title-div {
    margin-left: 20%;
}

.cpjs-title {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: bold;
    display: flex;
    align-items: flex-end; /* 垂直居底对齐 */
}

.box-50c769 {
    width: 10px;
    height: 10px;
    background-color: #50c769;
    margin-left: 10px;
}

.cpjs-eng-title {
    margin-top: 10px;
    color: #dcdfe1;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
}

.cpjs-content-div {
    display: flex;
    align-items: stretch; /* 顶部对齐 */
}

.cpjs-content-left {
    width: 20%;
    color: #dcdfe1;
    font-size: 80px;
    font-family: PingFang SC-Heavy;
    font-weight: 800;
    text-align: right;
}

.cpjs-content {
    width: 40%;
    margin-left: 4%;
    font-size: 25px;

}

.cpjs-content > div {
    text-indent: 2em; /* 首行缩进2个字符 */
    margin-bottom: 16px; /* 段落间距 */
    line-height: 1.8; /* 行高，提升可读性 */
    letter-spacing: 4px;
}

.cpjs-img {
    width: 30%;
    height: 100%; /* 继承父级高度 */
    display: flex;
}

.cpjs-img > img {
    width: 100%;
    max-height: 100%; /* 限制最大高度 */
    object-fit: contain; /* 保持比例，不裁剪 */
}

.slogan {
    background-image: url("/img/FigmaDDSSlicePNGea1edb2f210a1093c764a9d3d629ff24.png");
    font-size: 30px;
    color: #fff;
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: space-evenly
}

.slogan-font {
    width: 70%;
    text-align: center;
    letter-spacing: 30px;
}

.slogan > img {
    width: 70px;
    height: 70px;
}

.bottom-div {
    height: 300px;
    background-image: url("/img/FigmaDDSSlicePNG50201e36135e24f3a034278ec56a00f6.png");
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: #fff;
    font-size: 27px;
    letter-spacing: 2px;
}

.bottom-div > div {
    width: 100%;
}

.bottom-div > div > div {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-left: 10%;
    margin-top: 20px;
}

.map-div {
    background: #f6f9ff;
}

.map-div > div {
    width: 80%;
    margin-left: 10%;
    padding: 20px;
}

.map-div > div > img {
    width: 100%;
    margin-top: 20px;
}

.map-font {
    font-size: 30px;
    letter-spacing: 3px;
}



