    /* Section2 */
    .section2 {
        z-index: 1;
        overflow: visible;
    }

    .section2::after {
        content: "";
        display: block;
        width: 50%;
        height: 150%;
        position: absolute;
        z-index: -1;
        right: 0;
        bottom: 0;
        background: rgba(238, 238, 238, .8);
    }

    .Box2 {
        position: relative;
        width: 100%;
        z-index: 2;
        display: flex;
        align-items: center;
    }

    .lt2 {
        position: relative;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .lt2 a {
        background: #1077d6;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        position: absolute;
        z-index: 2;
        display: none;
    }

    .lt2 a:nth-child(-n+3) {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .lt2 a:nth-child(1) {
        top: -70px;
        left: 280px;
    }

    .lt2 a:nth-child(2) {
        top: 95px;
        left: 380px;
    }

    .lt2 a:nth-child(3) {
        bottom: -70px;
        left: 280px;
    }

    .lt2 a h1 {
        color: #fff;
        font-size: 26px;
        text-align: center;
    }

    .lt2 a h2 {
        color: #fff;
        font-size: 18px;
        display: block;
        text-align: center;
    }

    .lt2 .bj2 {
        position: relative;
        z-index: 1;
    }


    .rt2 {
        width: 50%;
        padding-left: 100px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .rt2 h1 {
        width: 200px;
        height: 56px;
        background: #a2caee;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        font-weight: bold;
        color: #1077d6;
        text-align: center;
        margin-bottom: 15px;
    }

    .rt2 h1 span {
        font-weight: bold;
        color: #fff;
    }

    .rt2 h2 {
        color: #1077d6;
        font-size: 24px;
        line-height: 1.5;
        font-family: Arial;
        font-weight: bold;
        text-align: right;
        width: 100%;
        border-top: 1px solid #c8c8c8;

    }

    .rt2 h2 span {
        font-family: Arial;
        font-weight: bold;
        color: #b4b4b4;
        margin-left: 5px;
    }

    .rt2 h3 {
        margin: 15px 0;
        color: #1077d6;
        font-size: 30px;
        line-height: 1.5;
        text-align: right;
        font-weight: bold;
    }

    .desc2 {
        color: #1077d6;
        font-size: 16px;
        line-height: 2;
        text-align: right;
    }

    .desc2 b {
        font-size: 20px;
        font-weight: bold;
    }

    .rt2 a {
        color: #1077d6;
        font-size: 20px;
        line-height: 50px;
        width: 190px;
        height: 50px;
        background: url(/assets/images/more_bj.png) no-repeat;
        display: block;
        text-align: right;
        padding-right: 45px;
        margin-top: 45px;
    }

    @media (max-width: 1600px) {}

    @media (max-width: 1440px) {}

    @media (max-width: 1200px) {
        .lt2 {
            transform: scale(0.75);
            transform-origin: left;
        }

        .rt2 {
            padding-left: 60px;
        }

        .rt2 h3 {
            font-size: 24px;
        }
    }

    @media (max-width: 900px) {
        .section2::after {
            width: 100%;
        }

        .Box2 {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            flex-direction: column-reverse;
            grid-gap: 30px;
        }

        .rt2 {
            width: 100%;
            padding: 0;
            display: flex;
            align-items: center;
        }

        .rt2 * {
            text-align: center !important;
        }

        .rt2 a {
            text-align: right !important;
        }

        .lt2 {
            width: 100%;
            transform-origin: center;
        }

        .lt2 {
            width: auto;
        }
    }

    @media (max-width: 600px) {
        .lt2 {
            width: 100%;
            transform: none;
            display: flex;
            justify-content: space-evenly;
        }

        .lt2 .bj2 {
            display: none;
        }

        .lt2 a {
            position: unset;
            width: 90px;
            height: 90px;
        }

        .lt2 a h1 {
            font-size: 16px;
        }

        .lt2 a h2 {
            font-size: 12px;
        }

        .rt2 a {
            font-size: 16px;
            line-height: 30px;
            width: 110px;
            height: 30px;
            background: url(/assets/images/more_bj.png) no-repeat;
            background-size: contain;
            padding-right: 15px;
            margin-top: 15px;
        }
    }

    @media (max-width: 400px) {
        .lt2 a {
            width: 80px;
            height: 80px;
        }
    }

    /* searchbox */

    .searchbox {
        width: 100%;
        height: 100px;
        overflow: hidden;
        background: url(/assets/images/small_ban.png) no-repeat center/cover;
        position: relative;
    }

    .searchbox .ss {
        position: absolute;
        z-index: 2;
        left: calc(50% + 90px);
        top: 40px;
        width: 280px;
        height: 30px;
        display: flex;
        align-items: center;
    }

    .searchbox .ss .searchInput {
        width: calc(100% - 30px);
        height: 100%;
        padding-left: 10px;
        outline: none;
        background: #fff0;
        border: 1px solid #fff;
    }

    .searchbox .ss .searchInput::placeholder {
        color: #fff;
        font-size: 14px;
    }

    .searchbox .ss .subButn {
        width: 30px;
        height: 100%;
        background: url(/assets/img/search_1.png) #fff no-repeat center;
        background-size: 20px;
    }

    @media (max-width: 1200px) {
        .searchbox {
            height: 60px;
        }

        .searchbox .ss {
            top: 15px;
        }
    }

    @media (max-width: 900px) {
        .searchbox {
            background: var(--color);
        }

        .searchbox .ss {
            left: var(--container);
            width: calc(100% - var(--container) * 2);
        }
    }