/* 导入样式表 */
@import url("/static/public/style-cn.css");
@import url("/static/public/parts-cn.css");

.box-main {
    margin: 0 auto;
    padding: 0;
    width: var(--box-main-width);
    border: none;
    box-shadow: none;
    background-color: #fff;
}

    .box-main h2 {
        margin: 10px auto;
        color: #FF4D00;
        font-size: 25px;
        line-height: 35px;
        font-weight: normal;
        letter-spacing: 1px;
        border-bottom: double 3px #FF6C00;
        padding-bottom: 3px;
        text-align: center;
    }

    .box-main h3 {
        font-size: 18px;
        font-weight: normal;
        color: #333;
    }

.box-son-bg {
    margin: 0 auto 30px auto;
    padding: 40px 50px 25px 50px;
    width: var(--box-main-width);
    min-height: calc(var(--box-main-width) * 0.564);
    box-shadow: 0px 0px 10px 5px #ccc;
    text-align: center;
    background-image: url(/cn/AboutUs/2025/images/a.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.box-son {
    margin: 0 auto 30px auto;
    padding: 0;
    width: var(--box-main-width);
    min-height: calc(var(--box-main-width) * 0.564);
    box-shadow: 0px 0px 10px 5px #ccc;
    text-align: center;
    background-image: none;
}

/* --- 目录 ------------------ */
.box-catalogue {
    background-image: url(/cn/AboutUs/2025/images/2.jpg);
    padding: 220px 200px 0 400px;
}

    .box-catalogue li {
        text-align: left;
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 50px;
        border-bottom: dashed 1px #ccc;
    }
/* ----------------------------- */

/* --- part-0 ------------------ */
.box-part-0 > p {
    padding: 10px 20px;
    border: dashed 1px #ccc;
    border-radius: 25px;
    text-align: justify;
}

    .box-part-0 > p > img {
        float: left;
        height: 135px;
        margin: -5px 8px 0 -15px;
    }
/* ----------------------------- */

/* --- part-1 ------------------ */
.box-part-1 div {
    margin: 0 0 25px 0;
    padding: 0;
    border: solid 1px #F6F6F6;
    border-radius: 15px;
    box-shadow: rgba(128, 128, 128, 0.4) 8px 8px 8px;
}

    .box-part-1 div p {
        padding: 0 15px 10px 15px;
    }

    .box-part-1 div img {
        float: right;
        max-width: 45%;
    }

.box-part-1 h3 {
    margin: 0 0 10px -20px;
    font-size: 16px;
    line-height: normal;
    padding: 2px 5px 3px 20px;
}

    .box-part-1 h3 span {
        color: #fff;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

.box-part-1 div:nth-child(2) h3 span {
    background-color: #4BB82C;
}

.box-part-1 div:nth-child(2) b {
    color: #4BB82C;
}

.box-part-1 div:nth-child(3) h3 span {
    background-color: #E8A711;
}

.box-part-1 div:nth-child(3) b {
    color: #E8A711;
}

.box-part-1 div:last-child h3 span {
    background-color: #7DC034;
}

.box-part-1 div:last-child b {
    color: #7DC034;
}
/* ----------------------------- */

/* --- part-2 ------------------ */
.box-part-2 > hr {
    float: left;
    width: 3%;
    height: 3100px;
    margin: -3115px 0 0 48.5%;
    background-color: #22AAB4; /*#00A8EC;*/
    border-top-right-radius: 25px;
}

.box-part-2 > ul {
    margin-top:20px;
    width: 100%;
    display: inline-block;
}

    .box-part-2 > ul > li:nth-child(2n+1) {
        float: left;
    }

    .box-part-2 > ul > li:nth-child(2n) {
        float: right;
    }

    .box-part-2 > ul > li {
        width: 48.5%;
        list-style: none;
        margin: 7px 0;
        padding: 0
    }

        .box-part-2 > ul > li:nth-child(2) {
            margin-top: 20px; /* 造成左右错落有致 */
        }

        .box-part-2 > ul > li > h3 {
            margin: 10px 0 0 0;
            padding: 0 15px;
            height: 28px;
            width: 50%;
            line-height: 28px;
            font-size: 16px;
            letter-spacing: 1px;
            color: #fff;
            background-color: #22AAB4;
            text-align: center;
        }

        .box-part-2 > ul > li:nth-child(2n) h3 {
            border-top-left-radius: 25px;
            border-bottom-right-radius: 25px; 

        }
        .box-part-2 > ul > li:nth-child(2n+1) h3 {
            margin-left: 50%;
            border-bottom-left-radius: 25px;
            border-top-right-radius: 25px;
        }

        .box-part-2 > ul > li > p {
            margin: 0;
            padding: 10px 15px;
            background-color: #f5f6f7;
            text-align: left;
            border-radius: 15px;
        }
/* ----------------------------- */

/* --- part-3 ------------------ */
.box-part-3 {
    width: 100%;
    display: inline-block;
}

    .box-part-3 > div {
        width: 48%;
        height: 400px;
        margin-bottom: 10px;
    }

        .box-part-3 > div:nth-child(2n) {
            float: left;
        }

        .box-part-3 > div:nth-child(2n+1) {
            float: right;
        }
/* ----------------------------- */

/* --- part-4 ------------------ */
.box-part-4 h3 {
    font-weight: normal;
    font-size: 25px;
    color: #FF4D00;
    letter-spacing: 0;
    text-align: center;
}

    .box-part-4 h3 small {
        font-size: 16px;
    }

.box-part-4 p {
    font-family:FangSong;
    margin-top: 15px;
}

.box-part-4 li {
    margin-bottom: 5px;
}

.box-part-4 > div {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    border-bottom: dashed 1px #ccc;
}

    .box-part-4 > div > div:first-child {
        float: left;
        width: 38%;
    }

    .box-part-4 > div > div:last-child {
        float: right;
        width: 60%;
    }
/* ----------------------------- */

