﻿.home_subtitle {
    font-family: "Lato-Bold";
    color: #83af40;
    font-size: 24px;
    line-height: 38px;
}

    .home_subtitle span {
        color: #216497;
        display: inline-block;
        position: relative;
    }

        .home_subtitle span:before {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 3px;
            background: #83af41;
            left: -30px;
            top: 50%;
            transform: translateY(-50%);
            animation: moveopacity 2s ease-in-out infinite;
        }

        .home_subtitle span:after {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 3px;
            background: #216497;
            left: -20px;
            top: 50%;
            transform: translateY(-50%);
            animation: moveopacity 3s ease-in-out infinite;
        }

.subtitle {
    font-family: "Lato-Semibold";
    color: #000;
    font-size: 20px;
    line-height: 28px;
}

@keyframes moveopacity {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

.home {
    margin-top: 85px;
}

    .home p {
        width: 100%;
        color: #000;
    }

    .home .banner {
        width: 100%;
        height: 583px;
        position: relative;
        background: url(../images/h_banner.jpg) no-repeat center;
        background-size: cover;
    }

        .home .banner .h_bg_zg {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .home .banner .jpgu-container {
            position: absolute;
            bottom: 248px;
            left: 5.5%;
            flex-direction: column;
            display: flex;
            gap: 12px;
            height: auto;
            align-items: center;
            background: #fff;
            border: 1.008px solid rgba(255,255,255,.3);
            padding: 9.2px 14.208px;
            border-radius: 20px;
            opacity: 0;
            transform: scale(0);
            transition: opacity 1s,transform 1s;
        }

            .home .banner .jpgu-container.show {
                opacity: 1;
                transform: scale(1);
            }

            .home .banner .jpgu-container .jpgu_logo {
                width: 270px;
                padding: 8px;
                background-color: #fff;
                border-radius: 20px;
            }

            .home .banner .jpgu-container .linebreak {
                height: 100px;
                width: 1.5px;
                background-color: #fff;
            }

            .home .banner .jpgu-container .jpgu-text {
                font-family: Lato-Bold;
                font-size: 22px;
                color: #000;
            }

        .home .banner .home_title {
            position: absolute;
            left: 5.5%;
            bottom: -20px;
            width: 770px;
            height: auto;
            padding: 27px 35px;
            background: rgba(0,0,0,.13);
            border: 1px solid rgba(255,255,255,.3);
            border-radius: 20px;
            opacity: 1;
            z-index: 2;
            backdrop-filter: blur(30px);
            -webkit-backdrop-filter: blur(30px);
            opacity: 0;
            transform: scale(0);
            transition: opacity 1s,transform 1s;
        }

            .home .banner .home_title.show {
                opacity: 1;
                transform: scale(1);
            }

            .home .banner .home_title .home_head {
                font-family: "Lato-Bold";
                color: #fff;
                font-size: 22px;
                line-height: 22px;
            }

            .home .banner .home_title .home_head_tip {
                font-family: "Lato-Bold";
                color: #fff;
                font-size: 32px;
                line-height: 57px;
                padding: 5px 0;
            }

            .home .banner .home_title p {
                font-size: 16px;
                line-height: 20px;
                color: #fff;
            }

@media screen and (max-width:768px) {
    .home .banner .home_title p {
        font-size: 16px;
        line-height: 20px;
    }
}

.home .banner .home_title .home_btn_box {
    display: flex;
    width: 100%;
    max-width: 660px;
    padding: 15px 0 0 0;
}

    .home .banner .home_title .home_btn_box .home_btn {
        width: 155px;
        height: 36px;
        border-radius: 24px;
        background: #f87d1c;
        font-size: 14px;
        line-height: 20px;
        font-family: "Lato-Medium";
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        display: flex;
        transition: all ease-in-out 300ms;
        text-decoration: none;
    }

        .home .banner .home_title .home_btn_box .home_btn img {
            transition: all ease-in-out 300ms;
            width: 17px;
            height: 16px;
            position: relative;
            margin-right: 10px;
        }

@media screen and (min-width:960px) {
    .home .banner .home_title .home_btn_box .home_btn:hover {
        background-color: #83af41;
    }
}

.home .banner .home_title .home_btn_box p {
    line-height: 18px;
    width: 57%;
    padding-left: 30px;
}

.home .banner .home_tip {
    position: absolute;
    right: 2%;
    bottom: 3%;
    width: fit-content;
    height: auto;
    text-shadow: 0 3px 10px #000;
    color: #fff;
    font-family: "Lato-Italic";
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
}

@media screen and (max-width:1248px) {
    .home .banner .home_tip {
        left: 5.8%;
        right: unset;
        bottom: 70%;
    }
}

.home .section {
    display: flex;
    justify-content: space-between;
    padding: 80px 92px 30px;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

@media screen and (max-width:1248px) {
    .home .section {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 65px;
    }
}

@media screen and (max-width:1024px) {
    .home .section {
        gap: 65px;
    }
}

.home .section .aogs_why_bg {
    width: 100%;
    position: absolute;
    top: -40%;
    left: 0;
    height: 1065px;
}

.home .section .item {
    width: 32%;
    border-radius: 20px;
    padding: 0 30px 30px;
    opacity: 0;
    transition: opacity .5s;
    transition-delay: .4s;
}

@media screen and (max-width:768px) {
    .home .section .item {
        transition-delay: 0s !important;
    }
}

.home .section .item.show {
    opacity: 1;
}

@media screen and (max-width:1248px) {
    .home .section .item {
        width: 44.712vw;
    }
}

@media screen and (max-width:1024px) {
    .home .section .item {
        width: 1000px;
    }
}

.home .section .item .subtitle {
    width: auto;
    margin: 0 auto;
    padding: 15px 35px;
    color: #fff;
    background: #216497;
    box-shadow: 0 3px 10px rgba(194,194,194,.1607843137);
    border-radius: 30px;
    display: inline-block;
    position: relative;
    top: -20px;
    font-family: Lato-Bold;
}

.home .section .home_why {
    background: #eaeef5;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
}

    .home .section .home_why .bold {
        font-family: Lato-Bold;
    }

    .home .section .home_why .home_why_box {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .home .section .home_why .home_why_list {
        padding-top: 40px;
    }

        .home .section .home_why .home_why_list .home_why_item {
            height: auto;
            padding: 10px 30px;
            margin-bottom: 15px;
        }

            .home .section .home_why .home_why_list .home_why_item:first-child, .home .section .home_why .home_why_list .home_why_item:nth-child(3) {
                background: linear-gradient(90deg,rgba(26,84,125,.2),rgba(26,84,125,.2),rgba(26,84,125,0));
                border-left: 3px solid #1a547d;
            }

            .home .section .home_why .home_why_list .home_why_item:last-child, .home .section .home_why .home_why_list .home_why_item:nth-child(2) {
                background: linear-gradient(90deg,rgba(169,221,110,.2),rgba(169,221,110,.2),rgba(169,221,110,0));
                border-left: 3px solid #7b9b3c;
            }

.home .section .home_shape_blue {
    background: #eaeef5;
    z-index: 1;
    position: relative;
    transition-delay: .2s;
}

    .home .section .home_shape_blue .subtitle {
        background: #216497;
    }

    .home .section .home_shape_blue .home_shape_box {
        width: 100%;
        margin: 0 auto;
        z-index: 1;
        display: flex;
        flex-direction: column;
    }

        .home .section .home_shape_blue .home_shape_box .home_shape_txt {
            padding: 0 0 10px;
        }

            .home .section .home_shape_blue .home_shape_box .home_shape_txt .home_shape_cut {
                border-radius: 20px;
                width: 108%;
                position: relative;
                left: -3%;
                height: 39px;
                background: #d4deca;
                border-radius: 20px;
                font-family: "Lato-Italic";
                font-style: italic;
                text-align: center;
                font-size: 13px;
                line-height: 39px;
                margin-top: 10px;
            }

@media screen and (max-width:1024px) {
    .home .section .home_shape_blue .home_shape_box .home_shape_txt .home_shape_cut {
        width: 100%;
        left: unset;
        margin: 10px auto 0;
    }
}

.home .section .home_shape_blue .home_shape_box .home_shape_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    flex-direction: column;
}

    .home .section .home_shape_blue .home_shape_box .home_shape_list .shape_title {
        color: #000;
        font-family: "Lato-Semibold";
        font-size: 18px;
        line-height: 25px;
        display: flex;
    }

        .home .section .home_shape_blue .home_shape_box .home_shape_list .shape_title img {
            width: 24px;
            height: 23px;
            margin-right: 15px;
        }

    .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }

        .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb {
            padding: 5px 0;
            justify-content: space-between;
            position: relative;
            width: 100%;
            transition: opacity .3s;
            text-decoration: none;
        }

            .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
                width: 0;
                height: 1px;
                background-color: #000;
                transition: width .3s;
            }

@media screen and (min-width:1025px) {
    .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb:hover {
        cursor: pointer;
    }

        .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb:hover::after {
            width: 100%;
        }

        .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb:hover .shape_st {
            color: rgba(0,0,0,.5019607843);
        }

            .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb:hover .shape_st span svg {
                transform: translateX(50%);
            }

            .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb:hover .shape_st span .notransform {
                transform: none;
            }
}

.home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st {
    color: #000;
    font-family: "Lato-Bold";
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-right: 20px;
    transition: color .3s;
}

    .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st .flex {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        top: unset;
        margin-bottom: 1px;
        margin-top: -1px;
    }

        .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st .flex svg {
            width: 25px;
            height: 30px;
        }

        .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st .flex .trophy {
            width: 21px;
            height: 21px;
        }

    .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st .regular {
        position: relative;
        top: unset;
        font-family: Lato-Regular;
        justify-content: flex-start;
    }

    .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st span {
        position: absolute;
        right: 0;
        top: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st span svg {
            width: 12px;
            height: 10px;
            fill: #216497;
            transition: transform .3s;
        }

.home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb p {
    padding: 10px 0;
    color: #c00000;
    position: relative;
}

.home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item {
    margin-bottom: 0;
}

    .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item .shape_sb .shape_st {
        padding-bottom: 0;
    }

    .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item:last-child {
        border-bottom: 0;
    }

.home .section .home_shape {
    background: #f2f7ed;
    z-index: 1;
    position: relative;
    transition-delay: .2s;
}

    .home .section .home_shape .subtitle {
        background: #83af41;
    }

    .home .section .home_shape .home_shape_box {
        width: 100%;
        margin: 0 auto;
        z-index: 1;
        display: flex;
        flex-direction: column;
    }

        .home .section .home_shape .home_shape_box .home_shape_txt {
            padding: 0 0 10px;
        }

            .home .section .home_shape .home_shape_box .home_shape_txt .home_shape_cut {
                border-radius: 20px;
                width: 108%;
                position: relative;
                left: -3%;
                height: 39px;
                background: #d4deca;
                border-radius: 20px;
                font-family: "Lato-Italic";
                font-style: italic;
                text-align: center;
                font-size: 12px;
                line-height: 39px;
                margin-top: 10px;
            }

@media screen and (max-width:1024px) {
    .home .section .home_shape .home_shape_box .home_shape_txt .home_shape_cut {
        width: 100%;
        left: unset;
        margin: 10px auto 0;
    }
}

.home .section .home_shape .home_shape_box .home_shape_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    flex-direction: column;
}

    .home .section .home_shape .home_shape_box .home_shape_list .shape_title {
        color: #000;
        font-family: "Lato-Semibold";
        font-size: 18px;
        line-height: 25px;
        display: flex;
    }

        .home .section .home_shape .home_shape_box .home_shape_list .shape_title img {
            width: 24px;
            height: 23px;
            margin-right: 15px;
        }

    .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }

        .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb {
            padding: 5px 0;
            justify-content: space-between;
            position: relative;
            width: 100%;
            transition: opacity .3s;
            text-decoration: none;
        }

            .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
                width: 0;
                height: 1px;
                background-color: #000;
                transition: width .3s;
            }

@media screen and (min-width:1025px) {
    .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb:hover {
        cursor: pointer;
    }

        .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb:hover::after {
            width: 100%;
        }

        .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb:hover .shape_st {
            color: rgba(0,0,0,.5019607843);
        }

            .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb:hover .shape_st span svg {
                transform: translateX(50%);
            }

            .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb:hover .shape_st span .notransform {
                transform: none;
            }
}

.home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st {
    color: #000;
    font-family: "Lato-Bold";
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-right: 20px;
    transition: color .3s;
}

    .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st .flex {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        top: unset;
        margin-bottom: 1px;
        margin-top: -1px;
    }

        .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st .flex svg {
            width: 25px;
            height: 30px;
        }

        .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st .flex .trophy {
            width: 21px;
            height: 21px;
        }

    .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st .regular {
        position: relative;
        top: unset;
        font-family: Lato-Regular;
        justify-content: flex-start;
    }

    .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st span {
        position: absolute;
        right: 0;
        top: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st span svg {
            width: 12px;
            height: 10px;
            fill: #216497;
            transition: transform .3s;
        }

.home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb p {
    padding: 10px 0;
    color: #c00000;
    position: relative;
}

.home .section .home_shape .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item {
    margin-bottom: 0;
}

    .home .section .home_shape .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item .shape_sb .shape_st {
        padding-bottom: 0;
    }

    .home .section .home_shape .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item:last-child {
        border-bottom: 0;
    }

.home .section .home_look {
    background: #216497;
    z-index: 1;
    position: relative;
    border-radius: 20px;
    padding: 0 30px;
}

    .home .section .home_look .home_look_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;
    }

        .home .section .home_look .home_look_box .subtitle {
            color: #000;
            background: #fff;
        }

    .home .section .home_look .home_look_list {
        width: 100%;
        position: relative;
    }

        .home .section .home_look .home_look_list .home_look_item {
            width: 100%;
            position: relative;
            display: flex;
            height: auto;
            padding: 15px 0;
            border-bottom: 1px solid #ccc;
            justify-content: space-between;
            align-items: center;
            text-decoration: none;
        }

            .home .section .home_look .home_look_list .home_look_item:after {
                position: absolute;
                content: "";
                bottom: -1px;
                width: 0;
                height: 1px;
                background-color: #83af41;
                transition: width .3s;
                z-index: 10;
            }

            .home .section .home_look .home_look_list .home_look_item p {
                font-size: 14px;
                line-height: 18px;
                color: #fff;
                position: relative;
                display: flex;
                align-items: center;
                transition: .3s;
            }

                .home .section .home_look .home_look_list .home_look_item p span.text {
                    width: fit-content;
                    position: relative;
                }

                .home .section .home_look .home_look_list .home_look_item p span.home_look_image {
                    width: 27px;
                    text-align: center;
                    display: inline-flex;
                    margin-right: 12px;
                    line-height: 12px;
                    justify-content: center;
                }

                .home .section .home_look .home_look_list .home_look_item p img {
                    height: 18px;
                    width: auto;
                    transform: none;
                }

                .home .section .home_look .home_look_list .home_look_item p .img1 {
                    height: 17px;
                }

            .home .section .home_look .home_look_list .home_look_item img {
                width: 11px;
                height: 11px;
                transform: rotate(-35deg);
            }

            .home .section .home_look .home_look_list .home_look_item .arrow {
                transition: transform .3s;
            }

@media screen and (min-width:769px) {
    .home .section .home_look .home_look_list .home_look_item:hover {
        cursor: pointer;
    }

        .home .section .home_look .home_look_list .home_look_item:hover:after {
            width: 100%;
        }

        .home .section .home_look .home_look_list .home_look_item:hover p {
            opacity: .5;
        }

        .home .section .home_look .home_look_list .home_look_item:hover .arrow {
            transform: translateX(50%);
        }
}

.home .section .home_look_impact {
    padding: 15px 30px;
    background: #83af41;
    z-index: 1;
    position: relative;
    border-radius: 20px;
    margin-top: 30px;
}

    .home .section .home_look_impact .home_look_impact_title {
        font-size: 20px;
        line-height: 24px;
        font-family: "Lato-Semibold";
        text-align: left;
        width: auto;
        margin: 0 auto;
        padding: 15px 35px;
        color: #000;
        background: #fff;
        box-shadow: 0 3px 10px rgba(194,194,194,.1607843137);
        border-radius: 30px;
        display: inline-block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -20px;
    }

    .home .section .home_look_impact .home_look_impact_box {
        width: 100%;
        padding-top: 30px;
        background: #83af41;
        color: #fff;
        border-radius: 20px;
        font-size: 24px;
        line-height: 42px;
        font-family: "Lato-Semibold";
        display: flex;
        justify-content: space-between;
    }

        .home .section .home_look_impact .home_look_impact_box p {
            font-family: "Lato-Semibold";
            color: #fff;
            font-size: 13px;
        }

        .home .section .home_look_impact .home_look_impact_box .look_dots {
            display: inline-block;
            position: relative;
            padding: 0;
            top: 10px;
            height: 50px;
            width: 1px;
            background: #ccc;
        }

.home .home_new_btn {
    position: relative;
    width: auto;
    height: 48px;
    border-radius: 24px;
    background: #83af41;
    text-align: center;
    display: inline-flex;
    padding: 0 15px;
    align-items: center;
    justify-content: space-around;
    z-index: 2;
    transition: background-color .3s;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (min-width:1025px) {
    .home .home_new_btn:hover {
        background-color: #216497;
    }

        .home .home_new_btn:hover .img-container svg {
            fill: #216497;
        }
}

.home .home_new_btn .img-container {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .home .home_new_btn .img-container svg {
        fill: #83af41;
        width: 13px;
        height: 11px;
        transition: fill .3s;
    }

.home .home_new_btn p {
    color: #fff;
    position: relative;
    right: 10px;
    width: auto;
    padding-left: 25px;
}

.home .home_meet {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 9% 0;
    text-align: center;
}

    .home .home_meet .home_subtitle {
        width: 92%;
        margin: 0 auto 30px;
        position: relative;
        text-align: center;
    }

    .home .home_meet .hidden {
        display: none !important;
    }

    .home .home_meet .home_meet_box.show {
        display: flex;
        flex-wrap: wrap;
        animation: fadeIn .6s ease;
    }

    .home .home_meet .home_meet_box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        z-index: 2;
        position: relative;
        gap: 1.375vw;
    }

        .home .home_meet .home_meet_box .home_meet_item {
            width: 165px;
            max-width: 165px;
            height: 100%;
            position: relative;
            padding: 0 15px 25px 15px;
            text-align: left;
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            opacity: 0;
            transform: scale(0);
            transition: opacity 1s,transform 1s;
        }

            .home .home_meet .home_meet_box .home_meet_item.show {
                opacity: 1;
                transform: scale(1);
            }

            .home .home_meet .home_meet_box .home_meet_item .home_meet_img {
                width: 174px;
                height: 200px;
                border-radius: 12px;
                overflow: hidden;
            }

                .home .home_meet .home_meet_box .home_meet_item .home_meet_img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .home .home_meet .home_meet_box .home_meet_item p {
                color: #000;
            }

            .home .home_meet .home_meet_box .home_meet_item .meet_name {
                padding: 15px 0 5px;
                line-height: 20px;
                font-family: "Lato-Bold";
                word-break: break-word;
            }

            .home .home_meet .home_meet_box .home_meet_item .meet_tip {
                font-family: "Lato-Regular";
                font-style: italic;
                font-size: 12px;
                line-height: 20px;
            }

.home .home_new {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 60px 5.75vw 100px;
    z-index: 1;
}

    .home .home_new .green_bg {
        position: absolute;
        top: -60%;
        left: 0;
        width: 100%;
        height: 1330px;
        pointer-events: none;
    }

    .home .home_new .home_subtitle {
        text-align: center;
        padding-bottom: 30px;
        position: relative;
        z-index: 1;
    }

    .home .home_new .home_new_box {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 1;
    }

        .home .home_new .home_new_box .home_new_wrapper {
            width: 100%;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            height: fit-content;
            gap: 12px;
        }

            .home .home_new .home_new_box .home_new_wrapper .owl-stage {
                display: flex;
                justify-content: center;
            }

        .home .home_new .home_new_box .new_cate {
            padding: 7px 24px;
            border-radius: 32px;
            color: #216497;
            font-family: "Lato-Regular";
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            background: #ecf4fc;
        }

        .home .home_new .home_new_box .home_new_item {
            width: 45%;
            flex-shrink: 0;
        }

            .home .home_new .home_new_box .home_new_item p {
                color: #000;
            }

            .home .home_new .home_new_box .home_new_item .home_new_img {
                width: 100%;
                height: 239px;
                border-radius: 20px;
                overflow: hidden;
            }

                .home .home_new .home_new_box .home_new_item .home_new_img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .home .home_new .home_new_box .home_new_item .home_new_share {
                padding: 15px;
                display: flex;
                justify-content: space-between;
            }

                .home .home_new .home_new_box .home_new_item .home_new_share a {
                    margin: 0 10px;
                }

                    .home .home_new .home_new_box .home_new_item .home_new_share a img {
                        width: 27px;
                        height: 27px;
                    }

            .home .home_new .home_new_box .home_new_item .home_new_txt {
                padding: 0 15px;
            }

                .home .home_new .home_new_box .home_new_item .home_new_txt .home_new_title {
                    padding: 10px 0 20px;
                    font-family: "Lato-Bold";
                    color: #000;
                    font-size: 18px;
                    line-height: 24px;
                }

        .home .home_new .home_new_box .home_new_item2 {
            width: 40%;
            max-width: 500px;
            padding-left: 25px;
            border-left: 1px solid #ccc;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

            .home .home_new .home_new_box .home_new_item2 p {
                color: #000;
            }

            .home .home_new .home_new_box .home_new_item2 .home_item2_item {
                margin-bottom: 15px;
                padding-bottom: 15px;
                border-bottom: 1px solid #ccc;
                display: flex;
                text-decoration: none;
            }

@media screen and (min-width:1025px) {
    .home .home_new .home_new_box .home_new_item2 .home_item2_item:hover .home_item2_img img {
        transform: scale(1.1);
    }

    .home .home_new .home_new_box .home_new_item2 .home_item2_item:hover .home_item2_txt .home_item2_box p {
        color: #216497;
    }
}

.home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_img {
    width: 182px;
    height: 105px;
    border-radius: 16px;
    overflow: hidden;
}

    .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .3s;
    }

.home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_txt {
    padding-left: 20px;
    width: 280px;
}

    .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_txt .home_item2_box {
        display: flex;
        margin-bottom: 10px;
        flex-direction: column;
    }

        .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_txt .home_item2_box .new_cate {
            background: #edf7e8;
            color: #83af41;
            margin-right: 20px;
        }

        .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_txt .home_item2_box p {
            font-family: Lato-Regular;
            transition: color .3s;
        }

        .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_txt .home_item2_box .bold {
            font-family: Lato-Bold;
        }

    .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_txt p {
        font-family: Lato-Bold;
    }

.home .home_new .home_new_box .home_new_item2 .home_new_btn p {
    color: #fff;
}

@media screen and (min-width:1600px) {
    .home_subtitle {
        font-size: 24px;
        line-height: 38px;
    }

        .home_subtitle span:before {
            width: 5px;
            height: 5px;
            border-radius: 3px;
            left: -30px;
        }

        .home_subtitle span:after {
            width: 5px;
            height: 5px;
            border-radius: 3px;
            left: -20px;
        }

    .subtitle {
        font-size: 1.25vw;
        line-height: 1.75vw;
    }

    .home {
        margin-top: 5.3vw;
    }

        .home .banner {
            height: 36.5vw;
        }

            .home .banner .jpgu-container {
                position: absolute;
                bottom: 15.5vw;
                left: 5.5%;
                display: flex;
                gap: .75vw;
                height: auto;
                align-items: center;
                background: #fff;
                border: .063vw solid rgba(255,255,255,.3);
                padding: .575vw .888vw;
                border-radius: 1.25vw;
            }

                .home .banner .jpgu-container .jpgu_logo {
                    width: 16.875vw;
                    padding: .5vw;
                    background-color: #fff;
                    border-radius: 1.25vw;
                }

                .home .banner .jpgu-container .linebreak {
                    height: 6.25vw;
                    width: .094vw;
                    background-color: #fff;
                }

                .home .banner .jpgu-container .jpgu-text {
                    font-family: Lato-Bold;
                    font-size: 1.375vw;
                }

            .home .banner .home_title {
                bottom: -1.25vw;
                width: 46vw;
                padding: 1.688vw 2.188vw;
                border: 1px solid rgba(255,255,255,.3);
                border-radius: 1.25vw;
                backdrop-filter: blur(1.875vw);
                -webkit-backdrop-filter: blur(1.875vw);
            }

                .home .banner .home_title .home_head {
                    font-size: 1.3vw;
                    line-height: 1.375vw;
                }

                .home .banner .home_title .home_head_tip {
                    font-size: 2vw;
                    line-height: 3.875vw;
                    padding: .2vw 0;
                }

                .home .banner .home_title p {
                    font-size: 1vw;
                    line-height: 1.25vw;
                }

                .home .banner .home_title .home_btn_box {
                    max-width: 40.625vw;
                    padding: .938vw 0 0 0;
                }

                    .home .banner .home_title .home_btn_box .home_btn {
                        width: 9.688vw;
                        height: 2.25vw;
                        border-radius: 1.5vw;
                        font-size: .875vw;
                        line-height: 1.25vw;
                    }

                        .home .banner .home_title .home_btn_box .home_btn img {
                            width: 1.063vw;
                            height: 1vw;
                        }

                    .home .banner .home_title .home_btn_box p {
                        line-height: 1.125vw;
                        padding-left: 1.875vw;
                    }

            .home .banner .home_tip {
                width: 18.125vw;
                height: auto;
                text-shadow: 0 .188vw .625vw #000;
                font-size: .75vw;
                line-height: .875vw;
            }

        .home .section {
            padding: 5vw 5.75vw 1.875vw;
        }

            .home .section .aogs_why_bg {
                height: 66.563vw;
            }

            .home .section .item {
                border-radius: 1.25vw;
                padding: 0 1.875vw 1.875vw;
            }

                .home .section .item .subtitle {
                    padding: .925vw 2.185vw;
                    box-shadow: 0 .185vw .63vw rgba(194,194,194,.1607843137);
                    border-radius: 1.875vw;
                    top: -1.25vw;
                }

            .home .section .home_why .home_why_list {
                padding-top: 2.325vw;
                width: 24.563vw;
            }

                .home .section .home_why .home_why_list .home_why_item {
                    width: 24.563vw;
                    height: auto;
                    padding: .625vw 1.875vw;
                    margin-bottom: 0.8vw;
                }

                    .home .section .home_why .home_why_list .home_why_item:first-child, .home .section .home_why .home_why_list .home_why_item:nth-child(3) {
                        border-left: .188vw solid #1a547d;
                    }

                    .home .section .home_why .home_why_list .home_why_item:last-child, .home .section .home_why .home_why_list .home_why_item:nth-child(2) {
                        border-left: .188vw solid #7b9b3c;
                    }

            .home .section .home_shape_blue .home_shape_box .home_shape_txt {
                padding: 0 0 .63vw;
            }

                .home .section .home_shape_blue .home_shape_box .home_shape_txt .home_shape_cut {
                    border-radius: 1.25vw;
                    height: 2.438vw;
                    border-radius: 1.25vw;
                    font-size: .813vw;
                    line-height: 2.438vw;
                    margin-top: .625vw;
                }

            .home .section .home_shape_blue .home_shape_box .home_shape_list {
                padding: .625vw 0;
            }

                .home .section .home_shape_blue .home_shape_box .home_shape_list .shape_title {
                    font-size: 1.125vw;
                    line-height: 1.563vw;
                }

                    .home .section .home_shape_blue .home_shape_box .home_shape_list .shape_title img {
                        width: 1.5vw;
                        height: 1.438vw;
                        margin-right: .938vw;
                    }

                .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item {
                    margin-bottom: 1.25vw;
                    border-bottom: .063vw solid #ccc;
                }

                    .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb {
                        padding: .313vw 0;
                    }

                        .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st {
                            font-size: 1vw;
                            line-height: 1.5vw;
                            position: relative;
                        }

                            .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st .flex {
                                gap: .938vw;
                                margin-bottom: .313vw;
                            }

                                .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st .flex svg {
                                    width: 1.563vw;
                                    height: 1.875vw;
                                }

                                .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st .flex .trophy {
                                    width: 1.313vw;
                                    height: 1.313vw;
                                }

                            .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st span {
                                top: .938vw;
                            }

                                .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st span svg {
                                    width: .75vw;
                                    height: .63vw;
                                }

                        .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb p {
                            padding: .63vw 0;
                        }

                .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item {
                    margin-bottom: 0;
                }

                    .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item .shape_sb .shape_st {
                        padding-bottom: 0;
                    }

                    .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item:last-child {
                        border-bottom: 0;
                    }

            .home .section .home_shape .home_shape_box .home_shape_txt {
                padding: 0 0 .63vw;
            }

                .home .section .home_shape .home_shape_box .home_shape_txt .home_shape_cut {
                    border-radius: 1.25vw;
                    height: 2.438vw;
                    border-radius: 1.25vw;
                    font-size: .8vw;
                    line-height: 2.438vw;
                    margin-top: .625vw;
                }

            .home .section .home_shape .home_shape_box .home_shape_list {
                padding: .625vw 0;
            }

                .home .section .home_shape .home_shape_box .home_shape_list .shape_title {
                    font-size: 1.125vw;
                    line-height: 1.563vw;
                }

                    .home .section .home_shape .home_shape_box .home_shape_list .shape_title img {
                        width: 1.5vw;
                        height: 1.438vw;
                        margin-right: .938vw;
                    }

                .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item {
                    margin-bottom: 1.25vw;
                    border-bottom: .063vw solid #ccc;
                }

                    .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb {
                        padding: .313vw 0;
                    }

                        .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st {
                            font-size: 1vw;
                            line-height: 1.5vw;
                            position: relative;
                        }

                            .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st .flex {
                                gap: .938vw;
                                margin-bottom: .313vw;
                            }

                                .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st .flex svg {
                                    width: 1.563vw;
                                    height: 1.875vw;
                                }

                                .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st .flex .trophy {
                                    width: 1.313vw;
                                    height: 1.313vw;
                                }

                            .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st span {
                                top: .938vw;
                            }

                                .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st span svg {
                                    width: .75vw;
                                    height: .63vw;
                                }

                        .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb p {
                            padding: .63vw 0;
                        }

                .home .section .home_shape .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item {
                    margin-bottom: 0;
                }

                    .home .section .home_shape .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item .shape_sb .shape_st {
                        padding-bottom: 0;
                    }

                    .home .section .home_shape .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item:last-child {
                        border-bottom: 0;
                    }

            .home .section .home_look .home_look_box {
                padding-bottom: 1.875vw;
            }

            .home .section .home_look .home_look_list .home_look_item {
                padding: .938vw 0;
                border-bottom: .063vw solid #ccc;
            }

                .home .section .home_look .home_look_list .home_look_item p {
                    font-size: .875vw;
                    line-height: 1.125vw;
                }

                    .home .section .home_look .home_look_list .home_look_item p:after {
                        bottom: -.063vw;
                        height: .063vw;
                    }

                    .home .section .home_look .home_look_list .home_look_item p span.home_look_image {
                        width: 1.688vw;
                        margin-right: .75vw;
                        line-height: .75vw;
                        justify-content: center;
                    }

                    .home .section .home_look .home_look_list .home_look_item p img {
                        height: 1.125vw;
                    }

                    .home .section .home_look .home_look_list .home_look_item p .img1 {
                        height: 1.063vw;
                    }

                    .home .section .home_look .home_look_list .home_look_item p:after {
                        width: 100%;
                        height: .125vw;
                        bottom: -1vw;
                    }

                .home .section .home_look .home_look_list .home_look_item img {
                    width: .688vw;
                    height: .688vw;
                }

            .home .section .home_look_impact {
                padding: .925vw 1.925vw;
                border-radius: 1.25vw;
                margin-top: 2.25vw;
            }

                .home .section .home_look_impact .home_look_impact_title {
                    font-size: 1.25vw;
                    line-height: 1.5vw;
                    padding: .925vw 2.135vw;
                    box-shadow: 0 .315vw .63vw rgba(194,194,194,.1607843137);
                    border-radius: 1.875vw;
                    top: -1.25vw;
                }

                .home .section .home_look_impact .home_look_impact_box {
                    width: 100%;
                    padding-top: 1.925vw;
                    font-size: 1.5vw;
                    line-height: 2.625vw;
                    border-radius: 1.25vw;
                }

                    .home .section .home_look_impact .home_look_impact_box p {
                        font-size: .813vw;
                    }

                    .home .section .home_look_impact .home_look_impact_box .look_dots {
                        top: .625vw;
                        height: 3.125vw;
                        width: .063vw;
                        background: #ccc;
                    }

        .home .home_new_btn {
            width: auto;
            height: 3vw;
            border-radius: 1.5vw;
            padding: 0 .938vw;
        }

            .home .home_new_btn .img-container {
                width: 1.875vw;
                height: 1.875vw;
                border-radius: .938vw;
            }

                .home .home_new_btn .img-container svg {
                    width: .813vw;
                    height: .688vw;
                }

            .home .home_new_btn p {
                right: .625vw;
                width: auto;
                padding-left: 1.563vw;
            }

        .home .home_meet {
            padding: 1.875vw 9% 0;
        }

            .home .home_meet .home_subtitle {
                width: 92%;
                margin: 0 auto 1.875vw;
            }

            .home .home_meet .home_meet_box {
                gap: unset;
            }

                .home .home_meet .home_meet_box .home_meet_item {
                    width: 16%;
                    max-width: 12.5vw;
                    padding-bottom: 1.563vw;
                }

                    .home .home_meet .home_meet_box .home_meet_item .home_meet_img {
                        width: 10.875vw;
                        height: 12.5vw;
                        border-radius: .75vw;
                    }

                    .home .home_meet .home_meet_box .home_meet_item .meet_name {
                        padding: .938vw 0 .313vw;
                        line-height: 1.25vw;
                    }

                    .home .home_meet .home_meet_box .home_meet_item .meet_tip {
                        font-size: .875vw;
                        line-height: 1.25vw;
                    }

        .home .home_new {
            padding: 3.75vw 5.75vw 6.25vw;
            z-index: 1;
        }

            .home .home_new .green_bg {
                height: 83.125vw;
            }

            .home .home_new .home_subtitle {
                padding-bottom: 1.875vw;
            }

            .home .home_new .home_new_box .new_cate {
                padding: .438vw 1.5vw;
                border-radius: 2vw;
                font-size: 1vw;
                line-height: 1.5vw;
            }

            .home .home_new .home_new_box .home_new_item .home_new_img {
                max-width: 25.938vw;
                height: 14.938vw;
                border-radius: 1.25vw;
            }

            .home .home_new .home_new_box .home_new_item .home_new_share {
                padding: .938vw;
            }

                .home .home_new .home_new_box .home_new_item .home_new_share a {
                    margin: 0 .63vw;
                }

                    .home .home_new .home_new_box .home_new_item .home_new_share a img {
                        width: 1.688vw;
                        height: 1.688vw;
                    }

            .home .home_new .home_new_box .home_new_item .home_new_txt {
                padding: 0 .938vw;
            }

                .home .home_new .home_new_box .home_new_item .home_new_txt .home_new_title {
                    padding: .625vw 0 1.25vw;
                    font-size: 1.125vw;
                    line-height: 1.5vw;
                }

            .home .home_new .home_new_box .home_new_item2 {
                max-width: 31.25vw;
                padding-left: 1.563vw;
                border-left: .063vw solid #ccc;
            }

                .home .home_new .home_new_box .home_new_item2 .home_item2_item {
                    margin-bottom: .938vw;
                    padding-bottom: .938vw;
                    border-bottom: .063vw solid #ccc;
                }

                    .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_img {
                        width: 11.375vw;
                        height: 6.563vw;
                    }

                    .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_txt {
                        padding-left: 1.25vw;
                        width: 17.5vw;
                    }

                        .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_txt .home_item2_box {
                            margin-bottom: .625vw;
                        }

                            .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_txt .home_item2_box .new_cate {
                                margin-right: 1.25vw;
                            }
}

@media screen and (max-width:1488px) {
    .home .section {
        padding: 80px 4% 30px;
    }

        .home .section .home_shape .home_shape_blue .home_shape_box .home_shape_txt .home_shape_cut {
            line-height: 18px;
            padding: 10px 0;
        }

    .home .home_meet {
        padding: 30px 6% 0;
    }
}

@media screen and (max-width:1360px) {
    .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_txt {
        width: 180px;
    }
}

@media screen and (max-width:1070px) {
    .home .home_new .home_new_box {
        flex-wrap: wrap;
        justify-content: center;
        gap: 2.688vw;
    }

        .home .home_new .home_new_box .home_new_item {
            width: 420px;
        }

        .home .home_new .home_new_box .home_new_item2 {
            width: 100%;
            max-width: unset;
            align-items: center;
            border-left: unset;
            border-top: 1px solid #ccc;
            padding-left: unset;
            padding-top: 25px;
        }

            .home .home_new .home_new_box .home_new_item2 .home_item2_item {
                width: 100%;
            }

                .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_img {
                    flex-shrink: 0;
                }

                .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_txt {
                    width: 100%;
                    flex-grow: 1;
                }
}

@media screen and (max-width:768px) {
    .subtitle {
        font-family: "Lato-Semibold";
        color: #000;
        font-size: 4.651vw;
        line-height: 6.512vw;
    }

    .home_subtitle {
        font-size: 24px;
        line-height: 8.837vw;
    }

        .home_subtitle span:before {
            width: 1.163vw;
            height: 1.163vw;
            border-radius: .698vw;
            left: -6.977vw;
        }

        .home_subtitle span:after {
            width: 1.163vw;
            height: 1.163vw;
            border-radius: .698vw;
            left: -4.651vw;
        }

    .home .section .home_shape .home_shape_blue .home_shape_box .home_shape_txt .home_shape_cut {
        text-align: left;
        height: unset;
        padding: 2.326vw;
    }

    .home .section .home_why {
        background: #eaeef5;
        position: relative;
        z-index: 1;
    }

        .home .section .home_why .home_why_box {
            width: 100%;
            display: flex;
            flex-direction: column;
            margin-top: 20px;
        }

        .home .section .home_why p {
            font-size: 16px !important;
            line-height: 20px !important;
        }

        .home .section .home_why .home_why_list {
            padding-top: 11.628vw;
        }

            .home .section .home_why .home_why_list .home_why_item {
                height: auto;
                padding: 2.326vw 6.977vw;
                margin-bottom: 4vw;
            }

                .home .section .home_why .home_why_list .home_why_item:first-child, .home .section .home_why .home_why_list .home_why_item:nth-child(3) {
                    background: linear-gradient(90deg,rgba(26,84,125,.2),rgba(26,84,125,.2),rgba(26,84,125,0));
                    border-left: .698vw solid #1a547d;
                }

                .home .section .home_why .home_why_list .home_why_item:last-child, .home .section .home_why .home_why_list .home_why_item:nth-child(2) {
                    background: linear-gradient(90deg,rgba(169,221,110,.2),rgba(169,221,110,.2),rgba(169,221,110,0));
                    border-left: .698vw solid #7b9b3c;
                }

    .home .section .home_shape_blue {
        background: #eaeef5;
        z-index: 1;
        position: relative;
    }

        .home .section .home_shape_blue .subtitle {
            background: #216497;
        }

        .home .section .home_shape_blue .home_shape_box {
            width: 100%;
            margin: 0 auto;
            z-index: 1;
            display: flex;
            flex-direction: column;
        }

            .home .section .home_shape_blue .home_shape_box .home_shape_txt {
                padding: 0 0 2.326vw;
            }

                .home .section .home_shape_blue .home_shape_box .home_shape_txt .home_shape_cut {
                    border-radius: 4.651vw;
                    width: 108%;
                    position: relative;
                    left: -3%;
                    height: unset;
                    background: #d4deca;
                    border-radius: 4.651vw;
                    font-family: "Lato-Italic";
                    text-align: center;
                    font-size: 3.023vw;
                    line-height: 4.07vw;
                    margin-top: 2.326vw;
                }
}

@media screen and (max-width:768px) and (max-width:238.14vw) {
    .home .section .home_shape_blue .home_shape_box .home_shape_txt .home_shape_cut {
        width: 100%;
        left: unset;
        margin: 2.326vw auto 0;
    }
}

@media screen and (max-width:768px) {
    .home .section .home_shape_blue .home_shape_box .home_shape_list {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 2.326vw 0;
        flex-direction: column;
    }

        .home .section .home_shape_blue .home_shape_box .home_shape_list .shape_title {
            color: #000;
            font-family: "Lato-Semibold";
            font-size: 4.186vw;
            line-height: 5.814vw;
            display: flex;
        }

            .home .section .home_shape_blue .home_shape_box .home_shape_list .shape_title img {
                width: 5.581vw;
                height: 5.349vw;
                margin-right: 3.488vw;
            }

        .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item {
            width: 100%;
            height: auto;
            margin-bottom: 4.651vw;
            border-bottom: .233vw solid #ccc;
        }

            .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb {
                padding: 1.163vw 0;
                justify-content: space-between;
            }

                .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st {
                    color: #000;
                    font-family: "Lato-Semibold";
                    font-size: 16px;
                    line-height: 5.581vw;
                    position: relative;
                }

                    .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st span {
                        position: absolute;
                        right: 0;
                        top: 3.488vw;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }

                        .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st span svg {
                            width: 2.791vw;
                            height: 2.326vw;
                            fill: #216497;
                        }

                .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_item .shape_sb p {
                    padding: 2.326vw 0;
                    color: #c00000;
                    position: relative;
                    font-size: 16px !important;
                    line-height: 20px !important;
                }

        .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item {
            margin-bottom: 0;
        }

            .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item .shape_sb .shape_st {
                padding-bottom: 0;
            }

            .home .section .home_shape_blue .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item:last-child {
                border-bottom: 0;
            }

    .home .section .home_shape {
        background: #f2f7ed;
        z-index: 1;
        position: relative;
    }

        .home .section .home_shape .subtitle {
            background: #83af41;
        }

        .home .section .home_shape .home_shape_box {
            width: 100%;
            margin: 0 auto;
            z-index: 1;
            display: flex;
            flex-direction: column;
        }

            .home .section .home_shape .home_shape_box .home_shape_txt {
                padding: 0 0 2.326vw;
            }

                .home .section .home_shape .home_shape_box .home_shape_txt .home_shape_cut {
                    border-radius: 4.651vw;
                    width: 108%;
                    position: relative;
                    left: -3%;
                    height: unset;
                    background: #d4deca;
                    border-radius: 4.651vw;
                    font-family: "Lato-Italic";
                    text-align: center;
                    font-size: 3.5vw;
                    line-height: 4.07vw;
                    margin-top: 2.326vw;
                    padding: 8px 5px;
                }
}

@media screen and (max-width:768px) and (max-width:238.14vw) {
    .home .section .home_shape .home_shape_box .home_shape_txt .home_shape_cut {
        width: 100%;
        left: unset;
        margin: 2.326vw auto 0;
    }
}

@media screen and (max-width:768px) {
    .home .section .home_shape .home_shape_box .home_shape_list {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 2.326vw 0;
        flex-direction: column;
    }

        .home .section .home_shape .home_shape_box .home_shape_list .shape_title {
            color: #000;
            font-family: "Lato-Semibold";
            font-size: 4.186vw;
            line-height: 5.814vw;
            display: flex;
        }

            .home .section .home_shape .home_shape_box .home_shape_list .shape_title img {
                width: 5.581vw;
                height: 5.349vw;
                margin-right: 3.488vw;
            }

        .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item {
            width: 100%;
            height: auto;
            margin-bottom: 4.651vw;
            border-bottom: .233vw solid #ccc;
        }

            .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb {
                padding: 1.163vw 0;
                justify-content: space-between;
            }

                .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st {
                    color: #000;
                    font-family: "Lato-Semibold";
                    font-size: 16px;
                    line-height: 5.581vw;
                    position: relative;
                }

                    .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st span {
                        position: absolute;
                        right: 0;
                        top: 3.488vw;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }

                        .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb .shape_st span svg {
                            width: 2.791vw;
                            height: 2.326vw;
                            fill: #216497;
                        }

                .home .section .home_shape .home_shape_box .home_shape_list .home_shape_item .shape_sb p {
                    padding: 2.326vw 0;
                    color: #c00000;
                    position: relative;
                    font-size: 16px !important;
                    line-height: 20px !important;
                }

        .home .section .home_shape .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item {
            margin-bottom: 0;
        }

            .home .section .home_shape .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item .shape_sb .shape_st {
                padding-bottom: 0;
            }

            .home .section .home_shape .home_shape_box .home_shape_list .home_shape_now_box .home_shape_item:last-child {
                border-bottom: 0;
            }

    .home .section .home_look {
        background: #216497;
        z-index: 1;
        position: relative;
        border-radius: 4.651vw;
        padding: 0 6.977vw;
    }

        .home .section .home_look .home_look_box {
            width: 100%;
            display: flex;
            flex-direction: column;
            padding-bottom: 6.977vw;
        }

            .home .section .home_look .home_look_box .subtitle {
                color: #000;
                background: #fff;
            }

        .home .section .home_look .home_look_list {
            width: 100%;
            position: relative;
        }

            .home .section .home_look .home_look_list .home_look_item {
                width: 100%;
                position: relative;
                display: flex;
                height: auto;
                padding: 3.488vw 0;
                border-bottom: .233vw solid #ccc;
                justify-content: space-between;
                align-items: center;
            }

                .home .section .home_look .home_look_list .home_look_item p {
                    font-size: 14px;
                    line-height: 18px;
                    color: #fff;
                    position: relative;
                    display: flex;
                    align-items: center;
                    width: auto;
                }

                    .home .section .home_look .home_look_list .home_look_item p span.home_look_image {
                        width: 6.279vw;
                        text-align: center;
                        display: inline-flex;
                        margin-right: 2.791vw;
                        line-height: 2.791vw;
                        justify-content: center;
                    }

                    .home .section .home_look .home_look_list .home_look_item p img {
                        height: 4.186vw;
                        width: auto;
                        transform: none;
                    }

                    .home .section .home_look .home_look_list .home_look_item p .img1 {
                        height: 3.953vw;
                    }

                .home .section .home_look .home_look_list .home_look_item img {
                    width: 2.558vw;
                    height: 2.558vw;
                    transform: rotate(-35deg);
                }

                .home .section .home_look .home_look_list .home_look_item:hover {
                    cursor: pointer;
                }

                    .home .section .home_look .home_look_list .home_look_item:hover p:after {
                        opacity: 1;
                    }

    .home .section .home_look_impact {
        padding: 3.488vw 6.977vw;
        background: #83af41;
        z-index: 1;
        position: relative;
        border-radius: 4.651vw;
        margin-top: 6.977vw;
    }

        .home .section .home_look_impact .home_look_impact_title {
            font-size: 4.651vw;
            line-height: 5.581vw;
            font-family: "Lato-Semibold";
            text-align: left;
            width: auto;
            margin: 0 auto;
            padding: 3.488vw 8.14vw;
            color: #000;
            background: #fff;
            box-shadow: 0 .698vw 2.326vw rgba(194,194,194,.1607843137);
            border-radius: 6.977vw;
            display: inline-block;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -4.651vw;
        }

        .home .section .home_look_impact .home_look_impact_box {
            width: 100%;
            padding-top: 6.977vw;
            background: #83af41;
            color: #fff;
            border-radius: 4.651vw;
            font-size: 24px;
            line-height: 9.767vw;
            font-family: "Lato-Semibold";
            display: flex;
            justify-content: space-between;
        }

            .home .section .home_look_impact .home_look_impact_box p {
                font-family: "Lato-Semibold";
                color: #fff;
                font-size: 3.023vw;
            }

            .home .section .home_look_impact .home_look_impact_box .look_dots {
                display: inline-block;
                position: relative;
                padding: 0;
                top: 2.326vw;
                height: 11.628vw;
                width: .233vw;
                background: #ccc;
            }

    .home .home_meet .home_meet_box .home_meet_item {
        width: 40.698vw;
        max-width: 40.698vw;
        padding-bottom: 5.814vw;
        font-size: 16px;
        line-height: 20px;
    }

        .home .home_meet .home_meet_box .home_meet_item .home_meet_img {
            width: 40.465vw;
            height: 46.512vw;
            border-radius: 2.791vw;
        }

        .home .home_meet .home_meet_box .home_meet_item .meet_name {
            padding: 3.488vw 0 1.163vw;
        }

        .home .home_meet .home_meet_box .home_meet_item .meet_tip {
            font-size: 14px;
            line-height: 20px;
        }

    .home .banner {
        height: 183.721vw;
        background: url(../images/h_banner_mobile.jpg) no-repeat center;
        background-size: cover;
    }

        .home .banner .home_tip {
            width: 67.442vw;
            height: auto;
            text-shadow: 0 .698vw 2.326vw #000;
            color: #fff;
            font-family: "Lato-Italic";
            font-size: 2.791vw;
            line-height: 3.256vw;
            right: 22.8px;
            bottom: 8.8px;
        }

        .home .banner .jpgu-container {
            position: relative;
            left: unset;
            margin: 0 auto;
            width: 93.023vw;
            bottom: -49vw;
            padding: 2.279vw;
            flex-direction: column;
        }
}

@media screen and (max-width:768px) and (max-width:392px) {
    .home .banner .jpgu-container {
        bottom: -54vw;
    }
}

@media screen and (max-width:768px) and (max-width:375px) {
    .home .banner .jpgu-container {
        bottom: -53vw;
    }
}

@media screen and (max-width:768px) {
    .home .banner .jpgu-container .linebreak {
        display: none;
    }

    .home .banner .jpgu-container .jpgu-logo {
        width: 230px;
        padding: 8px;
        background-color: #fff;
        border-radius: 20px;
    }

    .home .banner .jpgu-container .jpgu-text {
        font-size: 18px;
    }

    .home .banner .home_title {
        position: relative;
        left: unset;
        bottom: -75.593vw;
        width: 93.023vw;
        margin: 0 auto;
        padding: 4.279vw;
    }
}

@media screen and (max-width:768px) and (max-width:392px) {
    .home .banner .home_title {
        bottom: -82.093vw;
    }
}

@media screen and (max-width:768px) and (max-width:375px) {
    .home .banner .home_title {
        bottom: -75.093vw;
    }
}

@media screen and (max-width:768px) {
    .home .banner {
        height: 750px;
    }

    .home .banner .home_title .home_head {
        font-size: 18px;
        line-height: 25px;
    }

    .home .banner .home_title .home_head_tip {
        font-size: 23px;
        line-height: 36px;
    }

    .home .banner .home_title p {
        margin-top: 4.186vw;
        font-size: 14px;
        line-height: 18px;
    }

    .home .banner .home_title .home_btn_box {
        flex-direction: column;
        padding: 4.186vw 0;
        max-width: 153.488vw;
    }

        .home .banner .home_title .home_btn_box .home_btn {
            width: 36.047vw;
            height: 8.372vw;
            border-radius: 5.581vw;
            background: #f87d1c;
            font-size: 14px;
            line-height: 20px;
        }

            .home .banner .home_title .home_btn_box .home_btn img {
                width: 3.953vw;
                height: 3.721vw;
                position: relative;
                margin-right: 2.326vw;
            }

        .home .banner .home_title .home_btn_box p {
            margin-top: 4.186vw;
            padding-left: unset;
            width: unset;
            line-height: 18px;
        }

    .home .banner .home_tip {
        left: unset;
        text-align: right;
    }

    .home .home_new .home_new_box {
        gap: 5.688vw;
    }

        .home .home_new .home_new_box .owl-dots {
            margin-top: 2.326vw;
            transform: rotate(0);
            position: absolute;
            right: 45%;
            top: 100%;
        }

        .home .home_new .home_new_box .home_new_item {
            flex-shrink: 0;
            width: 85.116vw;
        }

        .home .home_new .home_new_box .home_new_item2 {
            border-top: unset;
            padding-top: 10.465vw;
        }

            .home .home_new .home_new_box .home_new_item2 .home_item2_item {
                flex-direction: column;
            }

                .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_img {
                    width: 86.163vw;
                    height: 52.558vw;
                }

                .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_txt {
                    width: 90%;
                    padding-left: unset;
                    padding-top: 3.721vw;
                }

                    .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_txt .home_item2_box {
                        margin-bottom: 2.325vw;
                    }

                        .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_txt .home_item2_box .new_cate {
                            margin-right: 4.65vw;
                            font-size: 16px;
                        }

                        .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_txt .home_item2_box p {
                            font-size: 16px;
                            line-height: 5.116vw;
                        }

                    .home .home_new .home_new_box .home_new_item2 .home_item2_item .home_item2_txt p {
                        font-size: 16px;
                        line-height: 5.116vw;
                    }

    .home .home_new_btn {
        height: 11.163vw;
        border-radius: 5.581vw;
        background: #83af41;
        padding: 0 3.488vw;
    }

        .home .home_new_btn .img-container {
            width: 6.977vw;
            height: 6.977vw;
            border-radius: 3.488vw;
        }

            .home .home_new_btn .img-container svg {
                width: 3.023vw;
                height: 2.558vw;
            }

            .home .home_new_btn .img-container p {
                right: 2.326vw;
                padding-left: 5.814vw;
                font-size: 16px;
                line-height: 5.116vw;
            }
}

@media screen and (max-width:430px) {
    .home .banner {
        height: 790px;
    }

    .home .section .home_why .home_why_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: -20px;
    }

    .home .banner .home_title .home_head {
        font-size: 19px;
        line-height: 25px;
    }

    .home .banner .home_title .home_head_tip {
        font-size: 24px;
        line-height: 36px;
    }
}

@media screen and (max-width:1024px) {
    .hvr-bob:hover {
        transition: none;
        animation: none;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
