.section {
    width: 100%;
    height: auto;
    float: left;
}

.main_top {
    width: 100%;
    height: auto;
    float: left;
    background-color: var(--color-343e83);
    padding: 80px 0 60px 0;
}

.main_top_box {
    width: 1200px;
    height: auto;
    display: table;
    margin: 0 auto;
}

.main_top_title {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    font-family: var(--font-family);
    font-size: 2.6rem;
    color: var(--color-ffffff);
    border-radius: 4px;
    display: table;
    margin: 0 auto;
}

.main_top_small {
    background: #f0f0f0;
    color: #343E83;
    padding: 5px 10px;
    border-radius: 4px;
}

.main_top_boxs {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0;
    border-radius: 4px;
    margin-top: 30px;
}

.main_top_til {
    width: 70%;
    height: auto;
    line-height: 30px;
    float: left;
    font-family: var(--font-family);
    font-size: 1rem;
    color: var(--color-f0f0f0);
    text-align: left;
    margin-bottom: 30px;
    margin-left: 15%;
    box-shadow: 0 0 0 2px #f0f0f0;
    border-radius: 4px;
    padding: 2%;
}

.main_top_tilp {
    width: auto;
    height: 40px;
    display: table;
    margin: 0 auto;
    font-family: var(--font-family);
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFE000;
}

.main_top_left {
    width: 30%;
    height: auto;
    float: left;
}

.main_top_left img {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 4px;
    box-shadow: 0 0 0 2px var(--color-f0f0f0);
}

.main_top_left p {
    width: 98%;
    height: auto;
    line-height: 30px;
    float: left;
    font-family: var(--font-family);
    font-size: 1rem;
    color: var(--color-f0f0f0);
    text-align: left;
    margin-top: 10px;
    margin-left: 1%;
}

.main_top_center {
    width: 30%;
    height: auto;
    float: left;
    margin: 0 5%;
}

.main_top_center img {
    width: 100%;
    height: auto;
    float: left;
    box-shadow: 0 0 0 2px var(--color-f0f0f0);
    border-radius: 4px;
}

.main_top_center p {
    width: 98%;
    height: auto;
    line-height: 30px;
    float: left;
    font-family: var(--font-family);
    font-size: 1rem;
    color: var(--color-f0f0f0);
    text-align: left;
    margin-top: 10px;
    margin-left: 1%;
}

.main_top_right {
    width: 30%;
    height: auto;
    float: left;
}

.main_top_right img {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 4px;
    box-shadow: 0 0 0 2px var(--color-f0f0f0);
}

.main_top_right p {
    width: 98%;
    height: auto;
    line-height: 30px;
    float: left;
    font-family: var(--font-family);
    font-size: 1rem;
    color: var(--color-f0f0f0);
    text-align: left;
    margin-top: 10px;
    margin-left: 1%;
}

.main_center {
    width: 1200px;
    height: auto;
    display: table;
    margin: 0 auto;
    position: relative;
}

.line_box {
    width: 24px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
}

.line {
    width: 4px;
    height: 100px;
    float: left;
    background-color: var(--color-343e83);
    margin-left: 10px;
    margin-right: 10px;
}

.yuan {
    width: 20px;
    height: 20px;
    background-color: var(--color-343e83);
    float: left;
    border-radius: 10px;
    margin-left: 2px;
    box-shadow: 0 0 0 4px var(--color-c3d2f1);
}

.main_center_left {
    width: 48%;
    height: auto;
    float: left;
    background-color: #343E83;
    margin-top: 60px;
    padding: 60px 0;
}

.left_1 {
    width: 100%;
    height: auto;
    float: left;
    /*border-top: 4px var(--color-343e83) solid;*/
}

.left_2 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 60px;
    /*border-top: 4px var(--color-343e83) solid;*/
}

.main_left_p1 {
    width: 90%;
    height: auto;
    line-height: 60px;
    float: left;
    font-family: var(--font-family);
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--color-ffe000);
    margin-left: 10%;
}

.main_left_p1:hover {
    color: var(--color-cf0a33);
}

.main_left_p2 {
    width: 80%;
    height: auto;
    line-height: 24px;
    float: left;
    font-family: var(--font-family);
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-333333);
    padding: 10px 2%;
    border-radius: 4px;
    background-color: var(--color-ffffff);
    margin-left: 10%;
}

.main_center_right {
    width: 48%;
    height: auto;
    float: right;
    background-color: #343E83;
    margin-top: 60px;
    padding: 60px 0;
}

.right_1 {
    width: 100%;
    height: auto;
    float: left;
    /*border-top: 4px var(--color-343e83) solid;*/
}

.right_1:nth-child(2) {
    margin-top: 60px;
}

.main_right_p1 {
    width: 90%;
    height: auto;
    line-height: 60px;
    float: right;
    font-family: var(--font-family);
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--color-ffe000);
    margin-left: 10%;
    text-align: left;
}

.main_right_p1:hover {
    color: var(--color-cf0a33);
}

.main_right_p2 {
    width: 80%;
    height: auto;
    line-height: 24px;
    float: left;
    font-family: var(--font-family);
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-333333);
    padding: 10px 2%;
    margin: 0 10%;
    border-radius: 4px;
    background-color: var(--color-ffffff);
}

.main_bottom {
    width: 1000px;
    height: auto;
    display: table;
    margin: 0 auto;
}

.main_bottom_title {
    width: 50%;
    height: auto;
    line-height: 60px;
    float: left;
    font-family: var(--font-family);
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-343e83);
    text-align: center;
    margin-top: 80px;
    margin-left: 25%;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 0 0 4px var(--color-343e83);
}

.main_bottom_title:hover {
    color: var(--color-cf0a33);
}

.main_bottom_p {
    width: 80%;
    height: auto;
    line-height: 24px;
    font-family: var(--font-family);
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-f0f0f0);
    padding: 10px;
    border-radius: 4px;
    background-color: var(--color-343e83);
    display: table;
    margin: 0 auto;
}

.qy_pic {
    width: 80%;
    height: auto;
    float: left;
    margin-left: 10%;
    margin-top: 15px;
    border-radius: 4px;
}

@media (max-width: 600px) {
    .section {
        width: 100%;
        height: auto;
        float: left;
    }

    .main_top {
        width: 100%;
        height: auto;
        float: left;
        background-color: var(--color-343e83);
        padding: 80px 0 60px 0;
    }

    .main_top_box {
        width: 96%;
        height: auto;
        display: block;
        margin: 0 2%;
        float: left;
    }

    .main_top_title {
        width: auto;
        height: 30px;
        line-height: 30px;
        padding: 5px 10px;
        font-family: var(--font-family);
        font-size: 2rem;
        color: var(--color-ffffff);
        border-radius: 4px;
        display: table;
        margin: 0 auto;
    }

    .main_top_boxs {
        width: 92%;
        height: auto;
        float: left;
        padding: 20px 0;
        border-radius: 4px;
        margin: 10px 4% 0 4%;
    }

    .main_top_til {
        width: 100%;
        height: auto;
        line-height: 30px;
        float: left;
        font-family: var(--font-family);
        font-size: 1.25rem;
        color: var(--color-f0f0f0);
        text-align: left;
        margin-bottom: 30px;
        margin-left: 0%;
        box-shadow: 0 0 0 2px #f0f0f0;
        border-radius: 4px;
        padding: 2%;
    }

    .main_top_left {
        width: 90%;
        height: auto;
        float: left;
        margin: 0 5%;
    }

    .main_top_left img {
        width: 100%;
        height: auto;
        float: left;
        box-shadow: 0 0 0 2px var(--color-f0f0f0);
        border-radius: 4px;
    }

    .main_top_left p {
        width: 100%;
        height: auto;
        line-height: 30px;
        float: left;
        font-family: var(--font-family);
        font-size: 1.25rem;
        color: var(--color-f0f0f0);
        text-align: left;
    }

    .main_top_center {
        width: 90%;
        height: auto;
        float: left;
        margin: 40px 5%;
    }

    .main_top_center img {
        width: 100%;
        height: auto;
        float: left;
        box-shadow: 0 0 0 2px var(--color-f0f0f0);
        border-radius: 4px;
    }

    .main_top_center p {
        width: 100%;
        height: auto;
        line-height: 30px;
        float: left;
        font-family: var(--font-family);
        font-size: 1.25rem;
        color: var(--color-f0f0f0);
        text-align: left;
    }

    .main_top_right {
        width: 90%;
        height: auto;
        float: left;
        margin: 0 5%;
    }

    .main_top_center img {
        width: 100%;
        height: auto;
        float: left;
        box-shadow: 0 0 0 2px var(--color-f0f0f0);
        border-radius: 4px;
    }

    .main_top_right p {
        width: 100%;
        height: auto;
        line-height: 30px;
        float: left;
        font-family: var(--font-family);
        font-size: 1.25rem;
        color: var(--color-f0f0f0);
        text-align: left;
    }

    .main_center {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        float: left;
        position: relative;
    }

    .line_box {
        width: 24px;
        height: auto;
        position: absolute;
        top: -150px;
        left: 2%;
        margin-left: initial;
    }

    .line {
        width: 4px;
        height: 200px;
        float: left;
        background-color: var(--color-343e83);
        margin-left: 10px;
        margin-right: 10px;
    }

    .yuan {
        width: 20px;
        height: 20px;
        background-color: var(--color-343e83);
        float: left;
        border-radius: 10px;
        margin-left: 2px;
        box-shadow: 0 0 0 4px var(--color-c3d2f1);
    }

    .main_center_left {
        width: 94% !important;
        height: auto;
        float: left;
        margin-left: 3% !important;
        margin-top: 30px;
        padding: 20px 0;
    }

    .left_1 {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 0;
        /*border-top: 4px var(--color-343e83) solid;*/
    }

    .left_2 {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 12px;
        /*border-top: 4px var(--color-343e83) solid;*/
    }

    .main_left_p1 {
        width: 90%;
        height: auto;
        line-height: 30px;
        float: left;
        font-family: var(--font-family);
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--color-ffe000);
        margin-left: 5%;
        margin-top: 10px;
    }

    .main_left_p1:hover {
        color: var(--color-cf0a33);
    }

    .main_left_p2 {
        width: 90%;
        height: auto;
        line-height: 24px;
        float: left;
        margin-left: 5%;
        font-family: var(--font-family);
        font-size: 1.25rem;
        font-weight: 500;
        color: var(--color-000000);
        padding: 10px;
        border-radius: 4px;
        background-color: var(--color-ffffff);
    }

    .main_center_right {
        width: 94%;
        height: auto;
        float: left;
        margin-left: 3%;
        margin-top: 0;
        padding: 0 0 30px 0;
    }

    .right_1 {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 0;
        /*border-top: 4px var(--color-343e83) solid;*/
    }

    .right_1:nth-child(2) {
        margin-top: 20px;
    }

    .main_right_p1 {
        width: 90%;
        height: auto;
        line-height: 30px;
        margin-top: 0;
        float: left;
        font-family: var(--font-family);
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--color-ffe000);
        margin-left: 5%;
        text-align: left;
    }

    .main_right_p1:hover {
        color: #000;
    }

    .main_right_p2 {
        width: 90%;
        height: auto;
        line-height: 24px;
        float: left;
        margin-left: 5%;
        font-family: var(--font-family);
        font-size: 1.25rem;
        font-weight: 500;
        color: var(--color-000000);
        padding: 10px;
        border-radius: 4px;
        background-color: var(--color-ffffff);
    }

    .main_bottom {
        width: 90%;
        height: auto;
        display: block;
        margin: 0 5%;
        float: left;
    }

    .main_bottom_title {
        width: 100%;
        height: auto;
        line-height: 60px;
        float: left;
        font-family: var(--font-family);
        font-size: 2rem;
        font-weight: 600;
        color: #343e83;
        text-align: center;
        margin-top: 30px;
        margin-left: 0;
        margin-bottom: 20px;
        border-radius: 4px;
        box-shadow: 0 0 0 4px var(--color-343e83);
    }

    .main_bottom_title:hover {
        color: var(--color-cf0a33);
    }

    .main_bottom_p {
        width: 100%;
        height: auto;
        line-height: 24px;
        font-family: var(--font-family);
        font-size: 1.25rem;
        font-weight: 500;
        color: var(--color-f0f0f0);
        padding: 10px;
        border-radius: 4px;
        background-color: var(--color-343e83);
        display: table;
        margin: 0 auto;
    }

    .linelast {
        display: none;
    }

    .qy_pic {
        width: 100%;
        height: auto;
        float: left;
        margin-left: 0%;
        margin-top: 15px;
        border-radius: 4px;
    }
}
