:root {
    --hue: #17A345;
    --max-width: 1440px;
    --space: clamp(2.813rem, 1.484rem + 6.64vw, 8.125rem);
}

.grid--1 {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--1 > * {
    grid-column: 1 !important;
}

.grid--2 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--3 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--4 {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--5 {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--6 {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--7 {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--8 {
    display: grid !important;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--9 {
    display: grid !important;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--10 {
    display: grid !important;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--11 {
    display: grid !important;
    grid-template-columns: repeat(11, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--12 {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--1-2 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    inline-size: 100%;
}

.grid--1-3 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
    inline-size: 100%;
}

.grid--2-1 {
    display: grid !important;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    inline-size: 100%;
}

.grid--2-3 {
    display: grid !important;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    inline-size: 100%;
}

.grid--3-1 {
    display: grid !important;
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
    inline-size: 100%;
}

.grid--3-2 {
    display: grid !important;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    inline-size: 100%;
}

.grid-rows--1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows--2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows--3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows--4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows--5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows--6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows--7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
}

.grid-rows--8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
}

.grid-rows--9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
}

.grid-rows--10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
}

.grid-rows--11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
}

.grid-rows--12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
}


/* xl */
@media (max-width: 1280px) {
    .width-xl-100 {
        width: 100% !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .show-xl {
        display: block !important;
    }

    .hide-xl {
        display: none !important;
    }


    .grid--xl-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid--xl-1 > * {
        grid-column: 1 !important;
    }

    .grid--xl-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid--xl-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grid--xl-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .grid--xl-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .grid--xl-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .grid--xl-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .grid--xl-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .grid--xl-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .grid--xl-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .grid--xl-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .grid--xl-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .grid-rows--xl-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .grid-rows--xl-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .grid-rows--xl-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .grid-rows--xl-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .grid-rows--xl-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .grid-rows--xl-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .grid-rows--xl-7 {
        grid-template-rows: repeat(7, minmax(0, 1fr));
    }

    .grid-rows--xl-8 {
        grid-template-rows: repeat(8, minmax(0, 1fr));
    }

    .grid-rows--xl-9 {
        grid-template-rows: repeat(9, minmax(0, 1fr));
    }

    .grid-rows--xl-10 {
        grid-template-rows: repeat(10, minmax(0, 1fr));
    }

    .grid-rows--xl-11 {
        grid-template-rows: repeat(11, minmax(0, 1fr));
    }

    .grid-rows--xl-12 {
        grid-template-rows: repeat(12, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .width-l-100 {
        width: 100% !important;
    }

    .flex-l-row {
        flex-direction: row !important;
    }

    .flex-l-column {
        flex-direction: column !important;
    }

    .flex-l-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-l-column-reverse {
        flex-direction: column-reverse !important;
    }

    .show-l {
        display: block !important;
    }

    .hide-l {
        display: none !important;
    }


    .grid--l-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid--l-1 > * {
        grid-column: 1 !important;
    }

    .grid--l-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid--l-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grid--l-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .grid--l-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .grid--l-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .grid--l-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .grid--l-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .grid--l-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .grid--l-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .grid--l-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .grid--l-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .grid-rows--l-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .grid-rows--l-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .grid-rows--l-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .grid-rows--l-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .grid-rows--l-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .grid-rows--l-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .grid-rows--l-7 {
        grid-template-rows: repeat(7, minmax(0, 1fr));
    }

    .grid-rows--l-8 {
        grid-template-rows: repeat(8, minmax(0, 1fr));
    }

    .grid-rows--l-9 {
        grid-template-rows: repeat(9, minmax(0, 1fr));
    }

    .grid-rows--l-10 {
        grid-template-rows: repeat(10, minmax(0, 1fr));
    }

    .grid-rows--l-11 {
        grid-template-rows: repeat(11, minmax(0, 1fr));
    }

    .grid-rows--l-12 {
        grid-template-rows: repeat(12, minmax(0, 1fr));
    }
}

/* m */
@media (max-width: 768px) {
    .width-m-100 {
        width: 100% !important;
    }

    .flex-m-row {
        flex-direction: row !important;
    }

    .flex-m-column {
        flex-direction: column !important;
    }

    .flex-m-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-m-column-reverse {
        flex-direction: column-reverse !important;
    }

    .show-m {
        display: block !important;
    }

    .hide-m {
        display: none !important;
    }


    .grid--m-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid--m-1 > * {
        grid-column: 1 !important;
    }

    .grid--m-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid--m-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grid--m-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .grid--m-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .grid--m-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .grid--m-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .grid--m-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .grid--m-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .grid--m-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .grid--m-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .grid--m-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .grid-rows--m-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .grid-rows--m-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .grid-rows--m-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .grid-rows--m-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .grid-rows--m-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .grid-rows--m-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .grid-rows--m-7 {
        grid-template-rows: repeat(7, minmax(0, 1fr));
    }

    .grid-rows--m-8 {
        grid-template-rows: repeat(8, minmax(0, 1fr));
    }

    .grid-rows--m-9 {
        grid-template-rows: repeat(9, minmax(0, 1fr));
    }

    .grid-rows--m-10 {
        grid-template-rows: repeat(10, minmax(0, 1fr));
    }

    .grid-rows--m-11 {
        grid-template-rows: repeat(11, minmax(0, 1fr));
    }

    .grid-rows--m-12 {
        grid-template-rows: repeat(12, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .width-s-100 {
        width: 100% !important;
    }

    .flex-s-row {
        flex-direction: row !important;
    }

    .flex-s-column {
        flex-direction: column !important;
    }

    .flex-s-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-s-column-reverse {
        flex-direction: column-reverse !important;
    }

    .show-s {
        display: block !important;
    }

    .hide-s {
        display: none !important;
    }


    .grid--s-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid--s-1 > * {
        grid-column: 1 !important;
    }

    .grid--s-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid--s-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grid--s-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .grid--s-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .grid--s-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .grid--s-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .grid--s-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .grid--s-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .grid--s-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .grid--s-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .grid--s-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .grid-rows--s-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .grid-rows--s-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .grid-rows--s-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .grid-rows--s-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .grid-rows--s-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .grid-rows--s-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .grid-rows--s-7 {
        grid-template-rows: repeat(7, minmax(0, 1fr));
    }

    .grid-rows--s-8 {
        grid-template-rows: repeat(8, minmax(0, 1fr));
    }

    .grid-rows--s-9 {
        grid-template-rows: repeat(9, minmax(0, 1fr));
    }

    .grid-rows--s-10 {
        grid-template-rows: repeat(10, minmax(0, 1fr));
    }

    .grid-rows--s-11 {
        grid-template-rows: repeat(11, minmax(0, 1fr));
    }

    .grid-rows--s-12 {
        grid-template-rows: repeat(12, minmax(0, 1fr));
    }
}


.fz85 {
    font-size: clamp(1.875rem, 1.016rem + 4.3vw, 5.313rem);
}

.fz72 {
    font-size: clamp(1.625rem, 0.554rem + 4.51vw, 4.5rem);
}

.fz70 {
    font-size: clamp(1.625rem, 0.6rem + 4.31vw, 4.375rem);
}

.fz68 {
    font-size: clamp(1.625rem, 0.647rem + 4.12vw, 4.25rem);
}

.fz66 {
    font-size: clamp(1.625rem, 0.694rem + 3.92vw, 4.125rem);
}

.fz64 {
    font-size: clamp(1.625rem, 0.74rem + 3.73vw, 4rem);
}

.fz62 {
    font-size: clamp(1.625rem, 0.787rem + 3.53vw, 3.875rem);
}

.fz60 {
    font-size: clamp(1.625rem, 0.833rem + 3.33vw, 3.75rem);
}

.fz58 {
    font-size: clamp(1.625rem, 0.88rem + 3.14vw, 3.625rem);
}

.fz56 {
    font-size: clamp(1.625rem, 0.926rem + 2.94vw, 3.5rem);
}

.fz54 {
    font-size: clamp(1.625rem, 0.973rem + 2.75vw, 3.375rem);
}

.fz52 {
    font-size: clamp(1.625rem, 1.02rem + 2.55vw, 3.25rem);
}

.fz50 {
    font-size: clamp(1.5rem, 0.895rem + 2.55vw, 3.125rem);
}

.fz48 {
    font-size: clamp(1.5rem, 0.941rem + 2.35vw, 3rem);
}

.fz46 {
    font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}

.fz44 {
    font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}

.fz42 {
    font-size: clamp(1.5rem, 1.081rem + 1.76vw, 2.625rem);
}

.fz40 {
    font-size: clamp(1.375rem, 0.956rem + 1.76vw, 2.5rem);
}

.fz38 {
    font-size: clamp(1.375rem, 1.002rem + 1.57vw, 2.375rem);
}

.fz36 {
    font-size: clamp(1.375rem, 1.049rem + 1.37vw, 2.25rem);
}

.fz34 {
    font-size: clamp(1.25rem, 0.924rem + 1.37vw, 2.125rem);
}

.fz32 {
    font-size: clamp(1.25rem, 0.971rem + 1.18vw, 2rem);
}

.fz30 {
    font-size: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
}

.fz28 {
    font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
}

.fz26 {
    font-size: clamp(1.125rem, 0.939rem + 0.78vw, 1.625rem);
}

.fz24 {
    font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
}

.fz22 {
    font-size: clamp(1rem, 0.86rem + 0.59vw, 1.375rem);
}

.fz20 {
    font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
}

.fz18 {
    font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
}

.fz16 {
    font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
}

.fz14 {
    font-size: 14px;
}


/* 水平排列，右对齐，垂直居中 */
.flex-row-end-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

/* 水平排列，右对齐，垂直顶部对齐 */
.flex-row-end-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}

/* 水平排列，右对齐，垂直底部对齐 */
.flex-row-end-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

/* 水平排列，左对齐，垂直居中 */
.flex-row-start-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

/* 水平排列，左对齐，垂直顶部对齐 */
.flex-row-start-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

/* 水平排列，左对齐，垂直底部对齐 */
.flex-row-start-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

/* 水平排列，居中对齐，垂直居中 */
.flex-row-center-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* 水平排列，居中对齐，垂直顶部对齐 */
.flex-row-center-start {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

/* 水平排列，居中对齐，垂直底部对齐 */
.flex-row-center-end {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

/* 水平排列，均匀分布，垂直居中 */
.flex-row-around-center {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

/* 水平排列，均匀分布，垂直顶部对齐 */
.flex-row-around-start {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

/* 水平排列，均匀分布，垂直底部对齐 */
.flex-row-around-end {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
}

/* 水平排列，间隔均匀，垂直居中 */
.flex-row-evenly-center {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

/* 水平排列，间隔均匀，垂直顶部对齐 */
.flex-row-evenly-start {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
}

/* 水平排列，间隔均匀，垂直底部对齐 */
.flex-row-evenly-end {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-end;
}

/* 水平排列，两端对齐，垂直居中 */
.flex-row-between-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* 水平排列，两端对齐，垂直顶部对齐 */
.flex-row-between-start {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

/* 水平排列，两端对齐，垂直底部对齐 */
.flex-row-between-end {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}


/* 水平排列，右对齐，垂直拉伸 */
.flex-row-end-stretch {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
}

/* 水平排列，左对齐，垂直拉伸 */
.flex-row-start-stretch {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

/* 水平排列，居中对齐，垂直拉伸 */
.flex-row-center-stretch {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

/* 水平排列，均匀分布，垂直拉伸 */
.flex-row-around-stretch {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
}

/* 水平排列，间隔均匀，垂直拉伸 */
.flex-row-evenly-stretch {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
}

/* 水平排列，两端对齐，垂直拉伸 */
.flex-row-between-stretch {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}


/* 垂直排列，顶部对齐，水平居中 */
.flex-column-start-center {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

/* 垂直排列，顶部对齐，水平左对齐 */
.flex-column-start-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/* 垂直排列，顶部对齐，水平右对齐 */
.flex-column-start-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

/* 垂直排列，居中对齐，水平居中 */
.flex-column-center-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 垂直排列，居中对齐，水平左对齐 */
.flex-column-center-start {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* 垂直排列，居中对齐，水平右对齐 */
.flex-column-center-end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

/* 垂直排列，底部对齐，水平居中 */
.flex-column-end-center {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

/* 垂直排列，底部对齐，水平左对齐 */
.flex-column-end-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

/* 垂直排列，底部对齐，水平右对齐 */
.flex-column-end-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

/* 垂直排列，均匀分布，水平居中 */
.flex-column-around-center {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

/* 垂直排列，均匀分布，水平左对齐 */
.flex-column-around-start {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

/* 垂直排列，均匀分布，水平右对齐 */
.flex-column-around-end {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
}

/* 垂直排列，间隔均匀，水平居中 */
.flex-column-evenly-center {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

/* 垂直排列，间隔均匀，水平左对齐 */
.flex-column-evenly-start {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
}

/* 垂直排列，间隔均匀，水平右对齐 */
.flex-column-evenly-end {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
}

/* 垂直排列，两端对齐，水平居中 */
.flex-column-between-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* 垂直排列，两端对齐，水平左对齐 */
.flex-column-between-start {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

/* 垂直排列，两端对齐，水平右对齐 */
.flex-column-between-end {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;

}


/* 垂直排列，顶部对齐，水平拉伸 */
.flex-column-start-stretch {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

/* 垂直排列，底部对齐，水平拉伸 */
.flex-column-end-stretch {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
}

/* 垂直排列，居中对齐，水平拉伸 */
.flex-column-center-stretch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

/* 垂直排列，均匀分布，水平拉伸 */
.flex-column-around-stretch {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
}

/* 垂直排列，间隔均匀，水平拉伸 */
.flex-column-evenly-stretch {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
}

/* 垂直排列，两端对齐，水平拉伸 */
.flex-column-between-stretch {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}


.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}


.gap30 {
    row-gap: clamp(1.125rem, 0.938rem + 0.94vw, 1.875rem);
}


.mt_0 {
    margin-top: 0;
}

.mb_0 {
    margin-bottom: 0;
}


.pt {
    padding-top: var(--space);
}

.pb {
    padding-bottom: var(--space);
}

.ptb {
    padding-top: var(--space);
    padding-bottom: var(--space);
}

.bgfixed {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


html,
body {
    font-family: "DIN-2014_Demi", sans-serif;
    font-weight: 400;
}

html {
    scroll-padding-top: 120px;
}

input,
button,
textarea,
select,
button {
    font-family: "DIN-2014_Demi", sans-serif;
    font-weight: 400;
    border: none;
}

.bgf {
    background: #fff;
}

.bgf3 {
    background: #F3F5FA;
}

.bgf4 {
    background: #f4f4f4;
}

.bgf5 {
    background: #F5F5F7;
}

.bgf6 {
    background: #f6f6f6;
}

.bgf8 {
    background: #f8f8f8;
}

.bgfa {
    background: #fafafa;
}

.bgm {
    background: var(--hue);
}

.fwn {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.fmb {
    font-family: "DIN-2014_Bold";
}

.fmr {
    font-family: "DIN-2014_Demi";
}

.mb_8_4 {
    margin-bottom: clamp(0.313rem, 0.266rem + 0.23vw, 0.5rem);
}

.mb_10_6 {
    margin-bottom: clamp(0.375rem, 0.313rem + 0.31vw, 0.625rem);
}

.mb_12_7 {
    margin-bottom: clamp(0.438rem, 0.359rem + 0.39vw, 0.75rem);
}

.mb_15_10 {
    margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

.mb_18_12 {
    margin-bottom: clamp(0.75rem, 0.656rem + 0.47vw, 1.125rem);
}

.mb_20_14 {
    margin-bottom: clamp(0.875rem, 0.781rem + 0.47vw, 1.25rem);
}

.mb_24_18 {
    margin-bottom: clamp(1.125rem, 1.031rem + 0.47vw, 1.5rem);
}

.mb_30_18 {
    margin-bottom: clamp(1.125rem, 0.938rem + 0.94vw, 1.875rem);
}

.mb_35_20 {
    margin-bottom: clamp(1.25rem, 1.016rem + 1.17vw, 2.188rem);
}

.mb_40_25 {
    margin-bottom: clamp(1.563rem, 1.328rem + 1.17vw, 2.5rem);
}

.mb_45_25 {
    margin-bottom: clamp(1.563rem, 1.25rem + 1.56vw, 2.813rem);
}

.mb_50_25 {
    margin-bottom: clamp(1.563rem, 1.172rem + 1.95vw, 3.125rem);
}

.mb_60_30 {
    margin-bottom: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem);
}

.mb_70_30 {
    margin-bottom: clamp(1.875rem, 1.25rem + 3.13vw, 4.375rem);
}

.wrapper {
    width: 88%;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
}

.w_1480 {
    width: 88%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.w_1400 {
    width: 88%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}


.header_box {
    position: relative;
    z-index: 4;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    padding: 35px clamp(0.938rem, -5.938rem + 8.59vw, 4.375rem);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.logo {
    width: 286px;
    height: clamp(2.813rem, 0.063rem + 3.44vw, 4.188rem);
    position: relative;
}

.header_r {
    width: calc(100% - 286px);
    gap: clamp(1.875rem, -12.5rem + 17.97vw, 9.063rem);
}

.menu_dl {
    gap: clamp(0.938rem, -2.188rem + 3.91vw, 2.5rem);
    margin: 0;
    padding: 0;
}

.menu_dl dd {
    position: relative;
    margin: 0;
    padding: 0;
}

.menu_dl dd.dd_pro {
    position: static;
}

.menu_tt {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    line-height: 50px;
    color: #333;
    font-size: 14px;
    gap: 3px;
    white-space: nowrap;
    position: relative;
    text-transform: uppercase;
}

.menu_tt .icon {
    font-size: 14px;
    font-weight: bold;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
}

.menu_down {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 3;
    width: 330px;
    padding: 0 15px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    box-shadow: 1px 3px 4px rgba(0, 0, 0, .25);
}

.menu_down a {
    color: #333;
    line-height: 30px;
    white-space: nowrap;
    border-bottom: 1px solid #ECECEC;
    text-transform: capitalize;
    padding: 12px 0;
}

.menu_down a .icon {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 16px;
    height: 16px;
}

.menu_down a .tt {
    width: calc(100% - 13px);
    padding-left: 3px;
}

.menu_down a:last-child {
    border-bottom: none;
}

.menu_down a:hover {
    color: var(--hue);
}

.header_r {
    gap: clamp(2.188rem, -11.563rem + 17.19vw, 9.063rem);
}

.header_r_r {
    gap: clamp(0.938rem, -0.938rem + 2.34vw, 1.875rem);
}


.header_r_r_btn {
    height: 45px;
    gap: 4px;
    color: var(--hue);
    padding: 4px clamp(0.938rem, -0.313rem + 1.56vw, 1.563rem) 0;
    background: #fff;
    border: 2px solid var(--hue);
    border-radius: 22px;
}

.header_r_r_btn .icon {
    font-size: 16px;
    position: relative;
    top: -1px;
}

.header_r_menu {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 52px;
    height: 52px;
    background: var(--hue) url(../images/header_menu.png) no-repeat center center;
    border-radius: 50%;
    cursor: pointer;
}


.header_r_menu_open {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 14;
    width: 500px;
    height: 100%;
    margin-right: -500px;
    padding: 60px 50px;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header_r_menu_open.hover {
    margin-right: 0;
    opacity: 1;
    pointer-events: auto;
}

.header_r_menu_open_con {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}

.header_r_menu_open_close {
    cursor: pointer;
}

.header_r_menu_list_item_title {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    padding: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem) 0;
}

.header_r_menu_list_item_title .tt {
    width: calc(100% - 22px);
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header_r_menu_list_item_title .icon {
    width: 22px;
    height: 22px;
    background: url(../images/menu_icon1.png) no-repeat center center;
    cursor: pointer;
}

.header_r_menu_list_item_title:hover .tt {
    color: var(--hue);
}

.header_r_menu_list_item_down {
    display: none;
    max-height: 400px;
    padding: 10px 0 10px 40px;
}

.header_r_menu_list_item_down a {
    display: block;
    width: 100%;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
}

.header_r_menu_list_item_down a:last-child {
    margin-bottom: 0;
}

.header_r_menu_list_item_down a:hover {
    color: var(--hue);
}

.header_r_menu_list_item.hover .header_r_menu_list_item_title .icon {
    background: url(../images/menu_icon2.png) no-repeat center center;
}


.header_r_menu_sm {
    padding-top: clamp(1.25rem, 0.469rem + 3.91vw, 4.375rem);
    gap: clamp(0.313rem, 0.266rem + 0.23vw, 0.5rem);
}

.header_r_menu_sm .icon {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: clamp(1.875rem, 1.688rem + 0.94vw, 2.625rem);
    height: clamp(1.875rem, 1.688rem + 0.94vw, 2.625rem);
    border-radius: 50%;
    font-size: clamp(1rem, 0.906rem + 0.47vw, 1.375rem);
    color: #fff;
    background: var(--hue);
}

.header_r_menu_sm .icon:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.search_box {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -450px;
    z-index: 15;
    width: 900px;
    height: 60px;
    padding: 10px;
    background: #f5f5f5;
}

.search_box_l {
    width: calc(100% - 90px);
}

.search_box_text {
    width: 100%;
    height: 40px;
    border: 0;
    font-size: 14px;
    padding-left: 20px;
    background: none;
}

.search_box_text::-webkit-input-placeholder {
    font-size: 14px;
    text-transform: uppercase;
}

.search_box_sub {
    width: 40px;
    height: 40px;
    font-size: 30px;
    color: var(--hue);
    border: 0;
    background: none;
}

.search_box_close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    color: #666;
    border: 0;
    background: none;
}

.search_box_close:hover {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.header.hover {
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

.header.hover .logo {
    height: 42px;
}


/*
 * wap head
 */
.mobile_header {
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_header_top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 14;
    width: 100%;
    height: 52px;
    background: #fff;
    box-shadow: 0 0 5px rgba(50, 50, 50, .2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_logo {
    height: 52px;
    margin-left: 0;
    padding: 0 15px;
}

.mobile_logo img {
    height: 34px;
    width: auto;
}

.mobile_header_top_r {
    gap: 5px;
}


.mobile_menu_btn {
    width: 54px;
    height: 52px;
    cursor: pointer;
}

.mobile_menu_btn .line {
    display: block;
    height: 3px;
    width: 28px;
    background: var(--hue);
    border-radius: 4px;
    margin-bottom: 6px;
}

.mobile_menu_btn .line:last-child {
    margin-bottom: 0;
}

.mobile_search_icon,
.mobile_lag_icon {
    width: 40px;
    height: 52px;
    color: #fff;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
}

.mobile_menu_box {
    position: fixed;
    right: -110%;
    top: 0;
    z-index: 15;
    width: 75%;
    height: 100%;
    background: #fff;
    padding: 20px 15px;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_close {
    position: absolute;
    right: calc(clamp(1.125rem, 0.739rem + 1.93vw, 2.188rem) * -0.6);
    top: calc(clamp(1.125rem, 0.739rem + 1.93vw, 2.188rem) * -0.6);
    z-index: 15;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
}

.mobile_menu_box.show {
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_dl {
    margin: 0;
    padding-top: 20px;
}

.mobile_menu_dl dd {
    clear: both;
    margin: 0;
    line-height: 1.3;
    border-bottom: 1px solid #e1e1e1;
}

.mobile_menu_tt {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.mobile_menu_tt .text {
    width: calc(100% - 50px);
    color: #333;
    font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
    line-height: 24px;
    padding: clamp(0.625rem, 0.458rem + 0.83vw, 1.125rem) 0;
    text-transform: uppercase;
    font-family: "PlusJakartaSans-Bold";
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: var(--hue);
}

.mobile_menu_tt_icon {
    display: none;
    width: 44px;
    line-height: 44px;
    text-align: center;
    color: #333;
    font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    cursor: pointer;
}

.mobile_menu_down {
    display: none;
    padding: 6px 0 10px 12px;
}

.mobile_menu_down_clm {
    margin-bottom: 8px;
}

.mobile_menu_down_clm_tt {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    color: #333;
}

.mobile_menu_down_clm_tt .tt {
    width: calc(100% - 50px);
    color: #333;
    line-height: 20px;
    font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
    text-transform: capitalize;
    padding: clamp(0.313rem, 0.208rem + 0.52vw, 0.625rem) 0;
}

.mobile_menu_down_clm_tt .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    transform: rotateZ(90deg);
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon {
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
}

.mobile_menu_down_clm_list {
    display: none;
    padding: 5px 0 0 10px;
}

.mobile_menu_down_clm_list a {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    padding: 5px 0;
    position: relative;
}

.mobile_menu_tt_icon.hover {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}


.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: var(--hue);
}

.mobile_search_box {
    position: fixed;
    left: 0;
    top: 52px;
    z-index: 13;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fafafa;
}

.mobile_search_box form {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.mobile_search_text {
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    width: calc(100% - 40px);
    border: 0;
}

.mobile_search_btn {
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: var(--hue);
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    border: none;
    background: #fff;
}

.mobile_menu_b {
    margin-top: 40px;
}

.mobile_menu_b_clm {
    margin-bottom: 25px;
}

.mobile_menu_b_clm .tt {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}

.mobile_menu_b_clm .text {
    font-size: 14px;
    color: #333;
}

.mobile_menu_b_clm .text a {
    color: #333;
    word-break: break-all;
}


.mask,
.mobile_menu_mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mask {
    z-index: 13;
}


.scroll_dots .scroll_dots_bars {
    position: relative;
    padding-top: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
    z-index: 3;
    left: auto;
    bottom: auto !important;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    gap: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

.scroll_dots .scroll_dots_bars .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    margin: 0;
    position: relative;
    background: #DCDCDC;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.scroll_dots2 .scroll_dots_bars .swiper-pagination-bullet {
    background: #F4F4F4;
}

.scroll_dots .scroll_dots_bars .swiper-pagination-bullet-active {
    background: var(--hue);
}


.public_scroll_bars {
    position: relative;
    width: 100%;
    height: 1px !important;
    background: #D9D9D9;
    margin-top: clamp(1.563rem, 1.219rem + 1.72vw, 2.938rem);
    margin-bottom: 2px;
}

.public_scroll_bars .swiper-pagination-progressbar-fill {
    top: -2px;
    height: 5px !important;
    background: var(--hue) !important;
    border-radius: 3px !important;
}


.lh12 {
    line-height: 1.2;
}

.lh13 {
    line-height: 1.3;
}

.lh14 {
    line-height: 1.4;
}

.lh15 {
    line-height: 1.5;
}

.lh16 {
    line-height: 1.625;
}

.lh17 {
    line-height: 1.75;
}

.lh18 {
    line-height: 1.875;
}


.lh15 img,
.lh16 img,
.lh17 img,
.lh18 img {
    height: auto !important;
}


.public_btn1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    color: #fff;
    background: var(--hue);

    min-width: clamp(11.25rem, 10.531rem + 3.59vw, 14.125rem);
    height: clamp(2.375rem, 2.25rem + 0.63vw, 2.875rem);
    padding: 0 clamp(1.125rem, 0.969rem + 0.78vw, 1.75rem);
    padding-top: 2px;
    border-radius: clamp(1.25rem, 1.203rem + 0.23vw, 1.438rem);
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.public_btn_out_line {
    background: none;
    border: 1px solid #DCDCDC;
}

.public_btn1.hover {

}

.public_btn1.dark {
    color: #fff;
    background: #222;
    border-color: #222;
}

.public_btn1.white {
    background: #fff;
}

.public_btn_out_line.white {
    border: 1px solid #dcdcdc;
}

.public_btn1:hover {
    color: #fff;
    background: var(--hue);
    border-color: var(--hue);
}

.public_scroll_bars {
    position: relative;
    width: 100%;
    height: 1px !important;
    background: #DFDFDF;
    margin-top: clamp(1.563rem, 1.219rem + 1.72vw, 2.938rem);
    margin-bottom: 2px;
}

.public_scroll_bars .swiper-pagination-progressbar-fill {
    top: -2px;
    height: 5px !important;
    background: var(--hue) !important;
    border-radius: 3px !important;
}


.public_scroll_btn1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: clamp(1.875rem, 1.641rem + 1.17vw, 2.813rem);
    height: clamp(1.875rem, 1.641rem + 1.17vw, 2.813rem);
    font-size: clamp(1rem, 0.938rem + 0.31vw, 1.25rem);
    border-radius: 6px;
    border: 1px solid #666;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.public_scroll_btn1.hover {
    color: #fff;
    background: var(--hue);
    border-color: var(--hue);
}

.public_scroll_btn1.prev {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}


/* 返回顶部  */
.float_fixed {
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 3;
    width: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
}

.float_fixed .item {
    display: block;
    position: relative;
    background: var(--hue);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.float_fixed .item:last-child {
    border-bottom: none;
}

.float_fixed .item:first-child {
    border-top-left-radius: 6px;
}

.float_fixed .item:last-child {
    border-bottom-left-radius: 6px;
}


.float_fixed .item .item_icon {
    position: relative;
    z-index: 3;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
    height: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
    font-size: clamp(1.125rem, 1rem + 0.63vw, 1.625rem);
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.float_fixed .item .item_con {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 210px;
    line-height: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: var(--hue);
    opacity: 0;
    font-size: 14px;
    padding-left: 14px;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.float_fixed .item .item_con .icon {
    font-size: clamp(1.125rem, 1rem + 0.63vw, 1.625rem);
    color: #fff;
    margin-right: 5px;
}

/* .float_fixed .item .item_con::after{
	position: absolute;
	top: 50%;
	left: 100%;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-left-width: 10px;
	border-right-width: 0;
	border-top-width: 10px;
	border-bottom-width:10px;
	border-color: transparent transparent transparent var(--hue);
	transform: translate(0,-50%);
} */

.float_fixed .item:hover,
.float_fixed .item:hover .item_con {
    background: #098231;
}

.float_fixed .item:hover .item_con {
    pointer-events: auto;
    opacity: 1;
    right: calc(100% - 5px);
}

.back_top .item_icon {
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
}


/* page */
/* page */
.page_box {
    padding: clamp(2.5rem, 2.21rem + 1.45vw, 3.75rem) 0 0;
}

.page_box .wp-pagenavi {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: clamp(0.313rem, 0.156rem + 0.78vw, 0.938rem);
}

.wp-pagenavi > a,
.wp-pagenavi > span {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    color: #333;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    width: clamp(2.25rem, 2.2rem + 0.25vw, 2.5rem);
    height: clamp(2.25rem, 2.2rem + 0.25vw, 2.5rem);
    border: 1px solid #DCDCDC;
    border-radius: 4px;
}

.page_box a:hover,
.page_box a.hover,
.page_box a.current,
.page_box span.current {
    color: #fff;
    background: var(--hue);
    border-color: var(--hue);
}

.wp-pagenavi > a:hover {
    color: #fff;
    background: var(--hue);
    border-color: var(--hue);
}

.page_btn {
}

.wp-pagenavi a.page_btn.prev {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}


/* open_inq */
.open_window {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
}

.open_window_mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.open_window_con {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 90%;
    max-height: 90vh;
    height: auto;
    max-width: 1400px;
    overflow: hidden;
    background: #fff;
    transform: translate(-50%, -50%);
}

.open_window_con_rela {
    position: relative;
    height: 100%;
    padding: clamp(2.188rem, 1.172rem + 5.08vw, 6.25rem) clamp(0.938rem, -0.391rem + 6.64vw, 6.25rem);
}

.open_window_close {
    position: absolute;
    right: clamp(0rem, -0.469rem + 2.34vw, 1.875rem);
    top: clamp(0rem, -0.469rem + 2.34vw, 1.875rem);
    z-index: 3;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: clamp(2.5rem, 2.188rem + 1.56vw, 3.75rem);
    height: clamp(2.5rem, 2.188rem + 1.56vw, 3.75rem);
    color: #fff;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.969rem + 0.78vw, 1.75rem);
    border-radius: 50%;
    border: clamp(0.125rem, 0.109rem + 0.08vw, 0.188rem) solid #fff;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.open_window_title_line {
    width: 60px;
    height: 4px;
    background: #fff;
}

.open_window_con_r_list {
    column-gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
    row-gap: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem);
    margin: 0;
    padding: 0;
}

.open_window_con_r_list_item {
    width: calc((100% - clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem)) / 2);
}

.open_window_con_r_list_item2 {
    width: 100%;
}

.open_window_con_r_list_text_box {
    position: relative;
}

.open_window_con_r_list_icon {
    position: absolute;
    top: 50%;
    left: 5px;
    font-size: 16px;
    color: #f00;
    transform: translateY(-50%)
}

.open_window_con_r_list_text,
.open_window_con_r_list_area {
    display: block;
    width: 100%;
    height: clamp(2.5rem, 2.188rem + 1.56vw, 3.75rem);
    font-size: 16px;
    padding-left: 15px;
    color: #333;
    background: #fff;
    outline: none;
}

.open_window_con_r_list_area {
    height: clamp(6.25rem, 4.797rem + 7.27vw, 12.063rem);
    resize: none;
    line-height: 1.5;
    padding: 12px clamp(0.875rem, 0.529rem + 0.72vw, 1.25rem);
}

.open_window_form_list_text::-webkit-input-placeholder,
.open_window_form_list_area::-webkit-input-placeholder {
    color: #333;
}


.open_window_form_list_btn {
    display: block;
    width: 90%;
    max-width: 400px;
    height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
    cursor: pointer;
    color: #fff;
    background: var(--hue);
}


/* banner */
.banner_box {
    position: relative;
}

.banner {
    position: relative;
}

.banner .swiper-slide {
    height: auto !important;
}

.banner_item {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_item_con {
    width: 75%;
    height: 100%;
    padding: clamp(7.5rem, 5.45rem + 10.25vw, 17.75rem) clamp(0.938rem, 0.25rem + 3.44vw, 4.375rem) clamp(3.125rem, 2.25rem + 4.38vw, 7.5rem);
}

.banner_item_con_tt {
    line-height: 1;
    font-size: clamp(2.5rem, 1.75rem + 3.75vw, 6.25rem);
    margin-bottom: clamp(0.938rem, -0.391rem + 6.64vw, 6.25rem);
}

.banner_item_con_b {
    max-width: 507px;
    margin-left: 15vw;
}

.banner_item_con_b_btn_box {
    gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.banner_item_con_b_btn {
    height: clamp(2.875rem, 2.563rem + 1.56vw, 4.125rem);
    padding: 0 clamp(1.125rem, 0.828rem + 1.48vw, 2.313rem);
    border-radius: clamp(1.125rem, 0.875rem + 1.25vw, 2.125rem);
    background: #fff;
    color: var(--hue);
    border: 2px solid var(--hue);
}

.banner_item_con_b_btn.hover {
    color: #fff;
    background: var(--hue);
}


.banner_bars {
    position: absolute;
    left: 0;
    bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) !important;
    z-index: 3;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    gap: 15px;
}

.banner_bars .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    margin: 0 !important;
    padding: 0;
    position: relative;
    background: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.banner_bars .swiper-pagination-bullet-active {
    background: var(--hue);
}


/* location */
.location {
    line-height: clamp(2.75rem, 2.5rem + 1.25vw, 3.75rem);
    border-bottom: 1px solid #DCDCDC;
}

.location .icon {
    margin-right: 4px;
}

.location a {
    color: #666;
}

.location a:hover {
    color: var(--hue);
}


.sub_main {
    background: linear-gradient(to right, rgba(249, 249, 249, 1) 0, rgba(233, 241, 236, 1) 100%);
}

.ind_box1_l {
    width: 58.33%;
}

.ind_box1_l a {
    display: block;
    position: relative;
    overflow: hidden;
}

.ind_box1_l a > img {
    width: 100%;
}

.ind_box1_l a .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: clamp(3.75rem, 2.844rem + 4.53vw, 7.375rem);
    height: clamp(3.75rem, 2.844rem + 4.53vw, 7.375rem);
    transform: translate(-50%, -50%);
}

.ind_box1_l a:hover > img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.ind_box1_r {
    width: 37.5%;
}


.ind_box2 {
    gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

.ind_box2_item {
    border-radius: clamp(1.25rem, 0.781rem + 2.34vw, 3.125rem);
    background: #fff;
    padding: clamp(1.25rem, 0.859rem + 1.95vw, 2.813rem) clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}

.ind_box2_item .icon {
    width: clamp(3.75rem, 3.281rem + 2.34vw, 5.625rem);
    height: clamp(3.75rem, 3.281rem + 2.34vw, 5.625rem);
    border-radius: 50%;
    background: var(--hue);
}

.ind_box2_item .con {
    max-width: calc(100% - clamp(3.75rem, 3.281rem + 2.34vw, 5.625rem));
    padding-left: 7px;
}

.ind_box2_item .con .num {
    line-height: 1.1;
}


.ind_box3_scroll {
    overflow: hidden;
}

.ind_box3_scroll_item {
    display: block;
    position: relative;
    height: clamp(25rem, 21.875rem + 15.63vw, 37.5rem);
}

.ind_box3_scroll_item_pic {
    width: 100%;
    height: 100%;
}

.ind_box3_scroll_item_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind_box3_scroll_item_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 48, 93, .16);
    padding: clamp(3.125rem, 1.422rem + 8.52vw, 9.938rem) clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) 0;
}

.ind_box3_scroll_item_con_btn {
    min-width: 176px;
}

.ind_box3_scroll_bars {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    backdrop-filter: blur(10px);
}

.ind_box3_scroll_bars .item {
    height: clamp(5rem, 4.063rem + 4.69vw, 8.75rem);
    border-right: 1px solid rgba(255, 255, 255, .2);
    cursor: pointer;
    gap: clamp(0.188rem, 0.125rem + 0.31vw, 0.438rem);
}

.ind_box3_scroll_bars .item .icon {
    position: relative;
    height: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
}

.ind_box3_scroll_bars .item .icon .icon2 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    opacity: 0;
}

.ind_box3_scroll_bars .item .tt {
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box3_scroll_bars .item.hover .icon .icon1 {
    opacity: 0;
}

.ind_box3_scroll_bars .item.hover .icon .icon2 {
    opacity: 1;
}

.ind_box3_scroll_bars .item.hover .tt {
    color: var(--hue);
}


.ind_box4 {
    padding-top: clamp(2.188rem, 1.484rem + 3.52vw, 5rem);
}

.ind_box4 {
    row-gap: clamp(1.25rem, -0.469rem + 8.59vw, 8.125rem);
}

.ind_box4_item {
    width: 48%;
    padding: 0 clamp(0.938rem, -0.547rem + 7.42vw, 6.875rem);
}

.ind_box4_item_line {
    width: 1px;
    background: #58585B;
}

.ind_line {
    width: 100%;
    height: 2px;
    background: var(--hue);
}


.ind_title_box_l {
    width: 40%;
}

.ind_title_box_r {
    width: 49%;
}

.ind_box5_list {
    margin: 0;
    padding: 0;
    gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.ind_box5_list dd {
    margin: 0;
    padding: 0;
}

.ind_box5_list_item {
    display: block;
    padding: clamp(1.25rem, 1.063rem + 0.94vw, 2rem) clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem);
    background: #fff;
    height: 100%;
}

.ind_box5_list_item_tt {
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box5_list_item_pic {
    overflow: hidden;
    aspect-ratio: 420/310;
    background: #EBECED;
}

.ind_box5_list_item_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ind_box5_list_item_clm {
    gap: 5px;
}

.ind_box5_list_item_clm .item {
    line-height: 27px;
}

.ind_box5_list_item_clm .item .icon {
    width: 8px;
    height: 8px;
    background: var(--hue);
    margin-top: 8px;
}

.ind_box5_list_item_clm .item .tt {
    width: calc(100% - 8px);
    padding-left: 10px;
}

.ind_box5_list_item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

.ind_box5_list_item:hover .ind_box5_list_item_pic img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.ind_box6_scroll .swiper-slide {
    height: auto !important;
}

.ind_box6_scroll_item {
    height: 100%;
}


.ind_box6_scroll {
    margin-left: clamp(0.938rem, 0.25rem + 3.44vw, 4.375rem);
}

.ind_box6_scroll_item {
    display: block;
    background: #eee;
    padding: clamp(1.25rem, 0.912rem + 1.69vw, 2.938rem) clamp(0.938rem, 0.775rem + 0.81vw, 1.75rem);
}

.ind_box6_scroll_b {
    padding-top: clamp(1.25rem, 1.025rem + 1.13vw, 2.375rem);
}

.ind_box6_scroll_b_l {
    gap: 6px;
}

.ind_box6_scroll_b_btn {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 58px;
    height: 30px;
    font-size: 20px;
    color: #333;
    border: 1px solid #58585B;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box6_scroll_b_btn:hover {
    color: #fff;
    background: var(--hue);
    border-color: var(--hue);
}

.ind_box6_scroll_b_btn.prev {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.ind_box6_scroll_item:hover .ind_box5_list_item_tt {
    color: var(--hue);
}

.ind_box6_scroll_item:hover .ind_box5_list_item_pic img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.ind_box6_scroll_b_r_num {
    gap: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
}


.ind_box7_scroll_item {
    padding: clamp(1.563rem, 1.328rem + 1.17vw, 2.5rem) clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
    background: #fff;
}

.ind_box7_scroll_item_icon {
    height: clamp(1.875rem, 1.578rem + 1.48vw, 3.063rem);
}

.ind_box7_scroll_item_b {
    padding-top: clamp(1.125rem, 0.781rem + 1.72vw, 2.5rem);
    border-top: 1px solid #D9D9D9;
}

.ind_box7_scroll_item_b .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.ind_box7_scroll_item_b .icon img {
    width: 100%;
}

.ind_box7_scroll_item_b .con {
    width: calc(100% - 70px);
    padding-left: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}


.ind_box8_list {
    gap: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem);
}

.ind_box8_list .item {
    background: #fff;
    padding: clamp(1.563rem, 1.016rem + 2.73vw, 3.75rem) clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box8_list .item .icon {
    width: clamp(5rem, 4.094rem + 4.53vw, 8.625rem);
    height: clamp(5rem, 4.094rem + 4.53vw, 8.625rem);
    background: var(--hue);
}

.ind_box8_list .item .con {
    width: calc(100% - clamp(5rem, 4.094rem + 4.53vw, 8.625rem));
    padding-left: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

.ind_box8_list .item:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}


.ind_box9 {
    background: url(../images/ind_bg1.png) no-repeat center center / cover;

}

.ind_box9_list {
    column-gap: clamp(0.938rem, 0.641rem + 1.48vw, 2.125rem);
    max-width: 1234px;
    margin: 0 auto;
}

.ind_box9_list .item {
    padding: clamp(0.625rem, 0.5rem + 0.63vw, 1.125rem) 0;
    border-bottom: 1px solid #D9D9D9;
}

.ind_box9_list .item .icon {
    width: 8px;
    height: 8px;
    background: var(--hue);
    margin-top: 7px;
}

.ind_box9_list .item .tt {
    width: calc(100% - 8px);
    line-height: 28px;
    padding-left: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
}


.ind_box10 {
    padding-left: clamp(0.938rem, 0.078rem + 4.3vw, 4.375rem);
    padding-right: clamp(0.938rem, 0.078rem + 4.3vw, 4.375rem);
}

.ind_box10_scroll_item {
    background: #fff;
    padding: clamp(1.563rem, 1.016rem + 2.73vw, 3.75rem) clamp(0.938rem, 0.469rem + 2.34vw, 2.813rem);
}

.ind_box10_scroll_item_l {
    width: 53.4%;
}

.ind_box10_scroll_item_l_b {
    border-top: 1px solid #58585B;
    border-bottom: 1px solid #58585B;
    padding: clamp(1.875rem, 1.25rem + 3.13vw, 4.375rem) 0 clamp(1.25rem, 0.875rem + 1.88vw, 2.75rem);
}

.ind_box10_scroll_item_r {
    width: 44%;
}

.ind_box10_scroll_b {
    gap: 8px;
}

.ind_box10_scroll_b_btn {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 58px;
    height: 30px;
    font-size: 20px;
    color: #333;
    border: 1px solid #58585B;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box10_scroll_b_btn:hover {
    color: #fff;
    background: var(--hue);
    border-color: var(--hue);
}

.ind_box10_scroll_b_btn.prev {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}


.ind_box11_list {
    gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
    margin: 0 auto;
    padding: 0;
    max-width: 1260px;
}

.ind_box11_list dd {
    margin: 0;
    padding: 0;
    background: #fff;
    padding: clamp(0.5rem, 0.359rem + 0.7vw, 1.063rem) clamp(0.625rem, 0.156rem + 2.34vw, 2.5rem);
    background: linear-gradient(to right, rgba(237, 237, 237, 1) 0, rgba(255, 255, 255, 1) 100%);
}

.ind_box11_list_title {
    min-height: clamp(2.5rem, 2.125rem + 1.88vw, 4rem);
    cursor: pointer;
}

.ind_box11_list_title .tt {
    width: calc(100% - 30px);
    color: #333;
    line-height: 1.2;
}

.ind_box11_list_title .icon {
    width: 26px;
    height: 26px;
    background: url(../images/ind_faq_icon1.png) no-repeat center center / clamp(1.25rem, 1.156rem + 0.47vw, 1.625rem) auto;
}

.ind_box11_list_down {
    display: none;
}

.ind_box11_list dd.hover .ind_box11_list_title .icon {
    background: url(../images/ind_faq_icon2.png) no-repeat center center / clamp(1.25rem, 1.156rem + 0.47vw, 1.625rem) auto;
}

.ind_box11_b_scroll .swiper-slide {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}


.footer {
    background: var(--hue) url(../images/footer_bg.png) no-repeat center center / cover;
}

.footer_t {
    padding: clamp(1.875rem, 1.328rem + 2.73vw, 4.063rem) 0 clamp(1.125rem, 0.75rem + 1.88vw, 2.625rem);
}

.footer_t_list {
    gap: 15px;
}

.footer_t_list_item_clm {
    gap: 8px;
}

.footer_t_list_item_clm .item {
    color: #fff;
    line-height: 24px;
}

.footer_t_list_item_clm .item .icon {
    width: 20px;
    height: 24px;
}

.footer_t_list_item_clm .item .tt {
    width: calc(100% - 20px);
}

.footer_t_list_item_clm .item:hover {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
}

.footer_m .wrapper {
    padding: clamp(1.125rem, 0.844rem + 1.41vw, 2.25rem) 0;
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.footer_m_l_logo {
    height: clamp(3.125rem, 2.844rem + 1.41vw, 4.25rem);
}

.footer_m_l_clm {
    gap: 10px;
}

.footer_m_l_clm .item {
    color: #fff;
    line-height: 24px;
}

.footer_m_l_clm .item .icon {
    width: 24px;
    height: 24px;
    font-size: 18px;
}

.footer_m_l_clm .item .tt {
    width: calc(100% - 24px);
}


.footer_m_l {
    width: 40%;
}

.footer_m_r {
    width: 50%;
}

.footer_m_r_list {
    margin: 0;
    padding: 0;
    column-gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
    row-gap: 10px;
}

.footer_m_r_list dd {
    width: calc((100% - clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem)) / 2);
    margin: 0;
    padding: 0;
}

.footer_m_r_list dd.ddw {
    width: 100%;
}

.footer_m_r_list_text,
.footer_m_r_list_area {
    width: 100%;
    height: clamp(3.125rem, 2.969rem + 0.78vw, 3.75rem);
    font-size: 16px;
    color: #fff;
    background: none;
    border-bottom: 1px solid #fff;
}

.footer_m_r_list_area {
    padding: 10px 0 0;
    resize: none;
}

.footer_m_r_list_text::placeholder,
.footer_m_r_list_area::placeholder {
    color: #fff;
}

.footer_m_r_list_btn {
    width: 226px;
    height: 48px;
    color: var(--hue);
    background: #fff;
    border-radius: 24px;
    cursor: pointer;
}


.footer_b .wrapper {
    padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
}

.footer_b_l {
    width: ;
}

.footer_b_r_sm {
    gap: 10px;
}

.footer_b_r_sm_con {
    gap: 5px;
}

.footer_b_r_sm_con .icon {
    color: #fff;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    font-size: clamp(1rem, 0.938rem + 0.31vw, 1.25rem);
    width: clamp(1.875rem, 1.688rem + 0.94vw, 2.625rem);
    height: clamp(1.875rem, 1.688rem + 0.94vw, 2.625rem);
    border-radius: 50%;
}

.footer_b_r_sm_con .icon.icon-facebook1 {
    background: #3B5998;
}

.footer_b_r_sm_con .icon.icon-linkedin2 {
    background: #007BB5;
}

.footer_b_r_sm_con .icon.icon-tiktok {
    background: #000000;
}

.footer_b_r_sm_con .icon.icon-you-tube {
    background: #FF0000;
}

.footer_b_r_sm_con .icon.icon-instagram-fill {
    background: #E4405F;
}

.footer_b_r_sm_con .icon.icon-pinterest1 {
    background: #BD081C;
}

.footer_b_r_sm_con .icon.icon-tuite1 {
    background: #000;
}

.footer_b_r_sm_con .icon:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}


/* pro_cover */

.sub_main_top {
    height: 132px;
}


.pro_c_box1_video {
    position: relative;
}

.pro_c_box1_video a {
    display: block;
    position: relative;
}

.pro_c_box1_video a > img {
    display: block;
    width: 100%;
}

.pro_c_box1_video a .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: clamp(3.75rem, 2.844rem + 4.53vw, 7.375rem);
    height: clamp(3.75rem, 2.844rem + 4.53vw, 7.375rem);
    transform: translate(-50%, -50%);
}

.pro_c_box1_video a:hover > img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.pro_c_box2_l {
    width: clamp(17.5rem, 10.833rem + 10.42vw, 21.25rem);
}

.pro_c_box2_l_con {
    position: sticky;
    left: 0;
    top: 62px;
    width: 100%;
}

.pro_c_box2_l_title {
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
}

.pro_c_box2_l_list {
    gap: clamp(0.5rem, -0.833rem + 2.08vw, 1.25rem);
}

.pro_c_box2_l_list a {
    height: clamp(2.5rem, 2.25rem + 1.25vw, 3.5rem);
    background: #DEDEDE;
    padding: 0 clamp(0.938rem, 0.797rem + 0.7vw, 1.5rem);
}

.pro_c_box2_l_list a .icon {
    width: 8px;
    height: 8px;
    background: var(--hue);
}

.pro_c_box2_l_list a .tt {
    color: #333;
    width: calc(100% - 8px);
    padding-left: 10px;
}

.pro_c_box2_l_list a:hover,
.pro_c_box2_l_list a.hover {
    background: var(--hue);
}

.pro_c_box2_l_list a:hover .icon,
.pro_c_box2_l_list a.hover .icon {
    background: #fff;
}

.pro_c_box2_l_list a:hover .tt,
.pro_c_box2_l_list a.hover .tt {
    color: #fff;
}


.pro_c_box2_r {
    width: calc(100% - clamp(17.5rem, 10.833rem + 10.42vw, 21.25rem) - clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem));
}

.pro_list1 {
    margin: 0;
    padding: 0;
    gap: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem);
}

.pro_list1 dd {
    margin: 0;
    padding: 0;
}

.pro_list1_item {
    height: 100%;
    padding: clamp(1.25rem, 0.969rem + 1.41vw, 2.375rem) clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem);
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_list1_item_tt {
    color: #333;
    padding: 0 11px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_list1_item_clm {
    padding: 0 11px;
    gap: 5px;
}

.pro_list1_item_clm .item {
    line-height: 22px;
}

.pro_list1_item_clm .item .icon {
    width: 8px;
    height: 8px;
    background: var(--hue);
    margin-top: 6px;
}

.pro_list1_item_clm .item .tt {
    width: calc(100% - 8px);
    padding-left: 8px;
    color: #666;
}

.pro_list1_item_pic {
    display: block;
    overflow: hidden;
    background: #F5F5F5;
}

.pro_list1_item_pic img {
    width: 100%;
}

.pro_list1_item_btn_box {
    gap: 10px;
}

.pro_list1_item_btn {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 110px;
    height: 33px;
    font-size: 14px;
    color: var(--hue);
    padding-top: 2px;
    border: 2px solid var(--hue);
    background: #fff;
    border-radius: 16px;
}

.pro_list1_item_btn:hover,
.pro_list1_item_btn.hover {
    color: #fff;
    background: var(--hue);
}

.pro_list1_item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}

.pro_list1_item:hover .pro_list1_item_tt {
    color: var(--hue);
}

.pro_list1_item:hover .pro_list1_item_pic img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.pro_c_box3_tabs_item1_clm_item_r_list {
    line-height: 27px;
    gap: clamp(0.5rem, 0.391rem + 0.55vw, 0.938rem);
}

.pro_c_box3_tabs_item1_clm_item_r_list .item .icon {
    width: 8px;
    height: 8px;
    background: var(--hue);
    margin-top: 8px;
}

.pro_c_box3_tabs_item1_clm_item_r_list .item .tt {
    width: calc(100% - 8px);
    padding-left: 8px;
}

.pro_c_box3_tabs_item1_clm_item_l {
    width: 50%;
}

.pro_c_box3_tabs_item1_clm_item_l img {
    width: 100%;
}

.pro_c_box3_tabs_item1_clm_item_r {
    width: 46.52%;
}


.pro_c_box3_tabs_item1_clm {
    gap: clamp(1.25rem, 0.781rem + 2.34vw, 3.125rem);
}

.pro_c_box3_tabs_item1_clm_item:nth-child(2n) {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}


.pro_c_box3_bars_box {
    min-height: clamp(3.125rem, 2.406rem + 3.59vw, 6rem);
}

.pro_c_box3_bars {
    background: #eee;
    min-height: clamp(3.125rem, 2.406rem + 3.59vw, 6rem);
    position: relative;
    z-index: 2;
    box-shadow: 1px 6px 10px rgba(0, 0, 0, .12);
}

.pro_c_box3_bars_con {
    width: 100%;
    padding: 0 clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
    overflow-x: auto;
}

.pro_c_box3_bars_l {
    width: calc(100% - 160px);
    white-space: nowrap;
    overflow-x: auto;
    gap: clamp(0.625rem, -6.597rem + 11.28vw, 4.688rem);
}

.pro_c_box3_bars_l_first a {
    color: #666;
    line-height: clamp(3.125rem, 2.406rem + 3.59vw, 6rem);
}

.pro_c_box3_bars_l_first a:hover {
    color: var(--hue);
}

.pro_c_box3_bars_l_list {
    gap: clamp(0.625rem, -6.597rem + 11.28vw, 4.688rem);
}

.pro_c_box3_bars_l2,
.pro_c_box3_bars_l2 .pro_c_box3_bars_l_list {
    gap: clamp(0.438rem, -0.543rem + 2.04vw, 1.5rem) !important;
}

.pro_c_box3_bars_l_list .item {
    line-height: clamp(3.125rem, 2.406rem + 3.59vw, 6rem);
    color: #666;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_c_box3_bars_l_list .item.hover,
.pro_c_box3_bars_l_list .item:hover {
    color: var(--hue);
}

.pro_c_box3_bars_r {
    width: 160px;
}

.pro_c_box3_bars_r_btn {
    min-width: 160px;
}


.pro_c_box3_tabs_item4_list {
    gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.pro_c_box3_tabs_item4_list_item {
    gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.pro_c_box3_tabs_item4_list_item_l {
    width: 57.29%;
}

.pro_c_box3_tabs_item4_list_item_r {
    width: calc(42.71% - clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem));
}

.pro_c_box3_tabs_item4_list_item:nth-child(2n) {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.pro_c_box3_tabs_item4_list_item_l:hover img,
.pro_c_box3_tabs_item4_list_item_r:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}


.pro_list_clm1_btn_box {
    gap: clamp(0.625rem, 0.484rem + 0.7vw, 1.188rem);
}

.pro_list_clm1_btn {
    color: var(--hue);
    background: #fff;
    height: clamp(2.875rem, 2.563rem + 1.56vw, 4.125rem);
    border-radius: clamp(1.438rem, 1.281rem + 0.78vw, 2.063rem);
    border: 2px solid var(--hue);
}

.pro_list_clm1_btn.hover {
    color: #fff;
    background: var(--hue);
}

.pro_list_clm2_con_l {
    width: 52.77%;
}

.pro_list_clm2_con_l img {
    width: 100%;
}

.pro_list_clm2_con_r {
    width: 44.44%;
}


.pro_list_box4_clm1_l {
    width: 54.9%;
}

.pro_list_box4_clm1_r {
    width: 42.36%;
}

.pro_list_box4_clm1_l img {
    width: 100%;
}


.pro_l_box4_clm2 {
    gap: 15px;
}

.pro_l_box4_clm2 .item {
    border: 1px solid #58585B;
    padding: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem) clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_l_box4_clm2 .item .icon {
    position: relative;
    width: clamp(3.125rem, 2.563rem + 2.81vw, 5.375rem);
    height: clamp(3.125rem, 2.563rem + 2.81vw, 5.375rem);
}

.pro_l_box4_clm2 .item .icon .icon2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.pro_l_box4_clm2 .item .tt {
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_l_box4_clm2 .item .text {
    color: #666;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_l_box4_clm2 .item:hover {
    background: linear-gradient(to left bottom, rgba(173, 209, 25, 1) 0, rgba(26, 164, 68, 1) 100%);
    border: 1px solid var(--hue);
}

.pro_l_box4_clm2 .item:hover .icon .icon1 {
    opacity: 0;
}

.pro_l_box4_clm2 .item:hover .icon .icon2 {
    opacity: 1;
}

.pro_l_box4_clm2 .item:hover .tt {
    color: #fff;
}

.pro_l_box4_clm2 .item:hover .text {
    color: #fff;
}

.pro_c_box3_tabs_item .ind_box6_scroll_item {
    background: #fff;
}

.pro_c_box3_tabs_item1_clm2 .pro_c_box3_tabs_item1_clm_item:nth-child(odd) {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.pro_c_box3_tabs_item1_clm2 .pro_c_box3_tabs_item1_clm_item:nth-child(even) {
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

.pro_l_box4_clm3_text table {
    width: 100%;
    background: #fff;
}

.pro_l_box4_clm3_text table tr td {
    color: #333;
    padding: 8px;
    font-size: clamp(0.875rem, 0.76rem + 0.24vw, 1rem);
    border: 1px solid #D9D9D9;
}

.pro_l_box4_clm3_text table tr:first-child td {
    color: #fff;
    background: var(--hue);
    font-size: clamp(1rem, 0.769rem + 0.48vw, 1.25rem);
}

.pro_l_box4_clm4 {
    gap: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
}

.pro_l_box4_clm4_item {
    background: #fff;
    padding: clamp(1.125rem, 0.938rem + 0.94vw, 1.875rem) clamp(0.938rem, 0.234rem + 3.52vw, 3.75rem) clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
}

.pro_l_box4_clm4_item_clm {
    border-top: 1px solid #D9D9D9;
    padding-top: clamp(1.125rem, 0.844rem + 1.41vw, 2.25rem);
    gap: clamp(0.5rem, 0.391rem + 0.55vw, 0.938rem);
}

.pro_l_box4_clm4_item_clm .item {
    line-height: 27px;
}

.pro_l_box4_clm4_item_clm .item .icon {
    width: 8px;
    height: 8px;
    background: var(--hue);
    margin-top: 9px;
}

.pro_l_box4_clm4_item_clm .item .tt {
    width: calc(100% - 8px);
    padding-left: 9px;
    color: #666;
}

.pro_l_box4_clm5_scroll_item_pic {
    padding: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
    border: 1px solid #DCDCDC;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.pro_l_box4_clm5_scroll_item_tt {
    padding-top: 14px;
}


/* pro_det */
.pro_det_t {
    background: url(../images/pro_det_t_bg.png) no-repeat center center / cover;
    padding-top: clamp(7.5rem, 5.45rem + 10.25vw, 17.75rem);
}

.pro_det_t_l {
    width: 52.08%;
    row-gap: 10px;
}

.pro_det_t_l_bars {
    width: clamp(5.625rem, 1.181rem + 6.94vw, 8.125rem);
    gap: clamp(0.625rem, -0.486rem + 1.74vw, 1.25rem);
}

.pro_det_t_l_bars .item {
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.pro_det_t_l_bars .item.hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.pro_det_t_l_scroll {
    width: calc(100% - clamp(5.625rem, 1.181rem + 6.94vw, 8.125rem) - clamp(0.625rem, -0.486rem + 1.74vw, 1.25rem));
}

.pro_det_t_r {
    width: 45.13%;
}


/* about */

.about_box2 {
    position: relative;
    overflow: hidden;
}

.about_box2 a > img {
    display: block;
    width: 100%;
}

.about_box2 a .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: clamp(3.75rem, 2.844rem + 4.53vw, 7.375rem);
    height: clamp(3.75rem, 2.844rem + 4.53vw, 7.375rem);
    transform: translate(-50%, -50%);
}

.about_box2 a:hover > img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}


.about_box3_list {
    gap: 10px;
}

.about_box3_list .item {
    width: clamp(5rem, 3.906rem + 5.47vw, 9.375rem);
}

.about_box3_list .item .icon {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: clamp(5rem, 3.906rem + 5.47vw, 9.375rem);
    height: clamp(5rem, 3.906rem + 5.47vw, 9.375rem);
    background: #fff;
}

.about_box3_list .item .icon img {
    width: clamp(2.5rem, 2.094rem + 2.03vw, 4.125rem);
}

.about_box3_list .item .tt {
    padding-top: 20px;
    text-transform: capitalize;
}

.about_box3_list .item_icon {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: clamp(1.25rem, 1.063rem + 0.94vw, 2rem);
    height: clamp(5rem, 3.906rem + 5.47vw, 9.375rem);
}


.about_cul_list {
    gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.about_cul_list .item {
    background: #fff;
    padding: clamp(1.25rem, 1rem + 1.25vw, 2.25rem) clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) clamp(1.25rem, 0.875rem + 1.88vw, 2.75rem);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_cul_list .item .icon {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: clamp(3.125rem, 2.5rem + 3.13vw, 5.625rem);
    height: clamp(3.125rem, 2.5rem + 3.13vw, 5.625rem);
    color: var(--hue);
    font-size: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem);
    border-radius: 50%;
    background: #F5F5F5;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_cul_list .item .tt {
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_cul_list .item .text {
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_cul_list .item:hover {
    background: var(--hue);
}

.about_cul_list .item:hover .icon {
    background: #fff;
}

.about_cul_list .item:hover .tt,
.about_cul_list .item:hover .text {
    color: #fff;
}


/* ~~~~~~ddd,css~~~~~~ */
/* ~~~~~~ddd,css~~~~~~ */
/* ~~~~~~ddd,css~~~~~~ */

/* ~~~~contact,css */
/* ~~~~contact,css */
/* ~~~~contact,css */
.subPage_banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.subPage_banner_w {
    height: clamp(11.875rem, 4.688rem + 35.94vw, 40.625rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.subPage_banner1 {
    width: 100%;
}

.subPage_crumbs {
    padding-top: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.subPage_crumbs .icon {
    width: clamp(1.125rem, 1.063rem + 0.31vw, 1.375rem);
}

.subPage_crumbs .icon img {
    display: block;
    width: 100%;
}

.subPage_crumbs .r_box {
    color: #666666;
    padding: clamp(0.125rem, 0.109rem + 0.08vw, 0.188rem) 0 0 5px;
}

.subPage_crumbs .r_box a {
    color: #666;
}

.subPage_crumbs .r_box a:hover {
    color: var(--hue);
    text-decoration: underline;
}

.conBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.conOne1_l {
    width: 52.8%;
}

.sub_section_title .text {
    padding-top: clamp(0.375rem, 0.344rem + 0.16vw, 0.5rem);
}

.conOne1_l_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conOne1_l_02 .item {
    width: 50%;
    border-bottom: 1px solid #EEEEEE;
    padding: clamp(0.875rem, 0.641rem + 0.99vw, 1.75rem) 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.conOne1_l_02 .item .iconfont {
    font-size: clamp(1.875rem, 1.708rem + 0.7vw, 2.5rem);
    color: #333333;
    text-align: center;
    width: clamp(2.75rem, 2.382rem + 1.55vw, 4.125rem);
    height: clamp(2.75rem, 2.382rem + 1.55vw, 4.125rem);
    line-height: clamp(2.75rem, 2.382rem + 1.55vw, 4.125rem);
    border-radius: 50%;
    background: #F5F5F5;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.conOne1_l_02 .item:hover .iconfont {
    color: #ffffff;
    background: var(--hue);
}

.conOne1_l_02 .item .r_box {
    width: calc(100% - clamp(2.75rem, 2.382rem + 1.55vw, 4.125rem));
    padding: 0 clamp(0rem, -0.251rem + 1.06vw, 0.938rem) 0 clamp(0.75rem, 0.616rem + 0.56vw, 1.25rem);
}

.conOne1_l_02 .item .r_box .title {
    color: #333333;
}

.conOne1_l_02 .item .r_box .text {
    color: #666666;
    padding-top: clamp(0.25rem, 0.188rem + 0.31vw, 0.5rem);
}

.conOne1_l_02 .item .r_box .text a {
    color: #666666;
    word-break: break-all;
}

.conOne1_l_02 .item .r_box .text a:hover {
    color: var(--hue);
    text-decoration: underline;
}

.conOne1_l_02 .item.w_100 {
    width: 100%;
}

.conOne1_l_02 > .item:nth-child(1),
.conOne1_l_02 > .item:nth-child(2) {
    border-top: 1px solid #ECECEC;
}

.conOne1_l_03 {
    padding-top: clamp(1.25rem, 0.779rem + 1.98vw, 2.813rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.conOne1_l_03 .title {
    color: #020B21;
    padding-right: clamp(0.625rem, 0.512rem + 0.48vw, 1rem);
}

.conOne1_l_03 .media_box {
    column-gap: clamp(0.5rem, 0.368rem + 0.56vw, 0.938rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.conOne1_l_03 .media_box a {
    font-size: clamp(1.125rem, 0.974rem + 0.63vw, 1.625rem);
    color: #fff;
    text-align: center;
    width: clamp(1.75rem, 1.486rem + 1.11vw, 2.625rem);
    height: clamp(1.75rem, 1.486rem + 1.11vw, 2.625rem);
    line-height: clamp(1.75rem, 1.486rem + 1.11vw, 2.625rem);
    border-radius: 50%;
}

.conOne1_l_03 .media_box a:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.conOne1_l_03 .media_box > a:nth-child(1) {
    background: #3B5999;
}

.conOne1_l_03 .media_box > a:nth-child(2) {
    background: #0178B2;
}

.conOne1_l_03 .media_box > a:nth-child(3) {
    background: #FF011D;
}

.conOne1_l_03 .media_box > a:nth-child(4) {
    background: #219EF2;
}

.conOne1_l_03 .media_box > a:nth-child(5) {
    background: #090B0D;
}

.conOne1_r {
    width: 44.4%;
}

.conOne1_r_01 {
    border-radius: 10px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.14);
}

.conOne1_r_01_1 {
    background: #F5F5F5;
    border-bottom: 1px solid #DCDCDC;
    padding: clamp(1.25rem, 1.156rem + 0.4vw, 1.563rem) clamp(0.938rem, 0.655rem + 1.19vw, 1.875rem) clamp(0.938rem, 0.749rem + 0.79vw, 1.563rem);
}

.conOne1_r_form {
    padding: clamp(1rem, 0.548rem + 1.9vw, 2.5rem) clamp(0.938rem, 0.655rem + 1.19vw, 1.875rem) clamp(1.25rem, 0.779rem + 1.98vw, 2.813rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.conOne1_r_form .item {
    width: calc((100% - clamp(0.75rem, 0.599rem + 0.63vw, 1.25rem)) / 2);
    margin-bottom: clamp(0.75rem, 0.637rem + 0.48vw, 1.125rem);
}

.conOne1_r_form .item .input_tt {
    color: #333333;
    padding-bottom: clamp(0.25rem, 0.175rem + 0.32vw, 0.5rem);
}

.conOne1_r_form .item input {
    font-family: "DIN-2014_Demi", sans-serif;
    font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
    color: #444;
    width: 100%;
    border-radius: 5px;
    height: clamp(2.375rem, 2.149rem + 0.95vw, 3.125rem);
    border: 1px solid #DCDCDC;
    padding: 0 10px 0 15px;
    background: #FFFFFF;
}

.conOne1_r_form .item.w100 {
    width: 100%;
}

.conOne1_r_form .item textarea {
    font-family: "DIN-2014_Demi", sans-serif;
    font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
    color: #444;
    width: 100%;
    border-radius: 5px;
    height: clamp(5.625rem, 4.494rem + 4.76vw, 9.375rem);
    border: 1px solid #DCDCDC;
    padding: 12px 10px 10px 15px;
    background: #FFFFFF;
    resize: none;
}

.conOne1_r_form .btn {
    width: 100%;
    padding-top: 5px;
}

.conOne1_r_form .btn input {
    font-family: "DIN-2014_Demi";
    font-size: clamp(1rem, 0.962rem + 0.16vw, 1.125rem);
    color: #fff;
    width: 100%;
    height: clamp(2.375rem, 2.224rem + 0.63vw, 2.875rem);
    border-radius: 30px;
    background: var(--hue);
    border: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.conOne1_r_form .btn input:hover {
    opacity: 0.8;
}

.conOne1_r_form .bot_text {
    width: 100%;
    color: #666666;
    text-align: center;
    padding-top: clamp(0.75rem, 0.599rem + 0.63vw, 1.25rem);
}

.conBoxTwo img {
    width: 100%;
}

/* ~~~~contact,css~~end */
/* ~~~~contact,css~~end */
/* ~~~~contact,css~~end */


/* ~~~~Blog_det,css */
/* ~~~~Blog_det,css */
/* ~~~~Blog_det,css */
.new_deOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.new_deOne1_l {
    width: 67.4%;
}

.new_deOne1_l_01 {
    color: #333333;
}

.new_deOne1_l_02 {
    padding: clamp(1.125rem, 0.899rem + 0.95vw, 1.875rem) 0 clamp(1.125rem, 0.993rem + 0.56vw, 1.563rem);
    border-bottom: 1px solid #EEEEEE;
    column-gap: clamp(0.938rem, 0.278rem + 2.78vw, 3.125rem);
    row-gap: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deOne1_l_02 .item {
    color: #666666;
    column-gap: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deOne1_l_03 {
    color: #333333;
    padding: clamp(1.25rem, 1.062rem + 0.79vw, 1.875rem) 0 clamp(1.563rem, 0.997rem + 2.38vw, 3.438rem);
}

.new_deOne1_l_04 {
    border-radius: 20px;
    background: #FFFFFF;
    padding: clamp(0.625rem, 0.458rem + 0.7vw, 1.25rem) clamp(0.938rem, 0.77rem + 0.7vw, 1.563rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.new_deOne1_l_04 .item {
    width: calc((100% - 30px) / 2);
}

.new_deOne1_l_04 .item a {
    display: block;
    padding: clamp(0.5rem, 0.467rem + 0.14vw, 0.625rem) clamp(0.938rem, 0.854rem + 0.35vw, 1.25rem) clamp(0.5rem, 0.467rem + 0.14vw, 0.625rem) 0;
}

.new_deOne1_l_04 .item a .title {
    color: #333333;
}

.new_deOne1_l_04 .item a .text {
    color: #666666;
    padding-top: 6px;
}

.new_deOne1_l_04 .item a:hover .text {
    color: var(--hue);
    text-decoration: underline;
}

.new_deOne1_l_04 > .item:nth-child(1) {
    border-right: 1px solid #DCDCDC;
}

.new_deOne1_r {
    width: 29.9%;
    border-left: 1px solid #EEEEEE;
    padding-left: 2.8%;
}

.new_deOne1_r_01 {
    border: 1px solid #DCDCDC;
    background: #FFFFFF;
    border-radius: 10px;
}

.new_deOne1_r_01 {
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
}

.new_deOne1_r_01_tt {
    color: #333333;
    border-bottom: 1px solid #DCDCDC;
    padding: clamp(0.688rem, 0.578rem + 0.55vw, 1.125rem) 12px clamp(0.688rem, 0.578rem + 0.55vw, 1.125rem) clamp(0.813rem, 0.703rem + 0.55vw, 1.25rem);
}

.new_deOne1_r_01_list {
    padding: 6px clamp(0.813rem, 0.703rem + 0.55vw, 1.25rem);
}

.new_deOne1_r_01_list .item {
    border-bottom: 1px solid #DCDCDC;
}

.new_deOne1_r_01_list > .item:last-child {
    border-bottom: none;
}

.new_deOne1_r_01_list .item a {
    padding: 11px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deOne1_r_01_list .item a .img_box {
    width: clamp(6.875rem, 6.641rem + 1.17vw, 7.813rem);
    border-radius: 6px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.new_deOne1_r_01_list .item a .img_box img {
    width: 100%;
}

.new_deOne1_r_01_list .item a:hover .img_box img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.new_deOne1_r_01_list .item a .r_box {
    width: calc(100% - clamp(6.875rem, 6.641rem + 1.17vw, 7.813rem));
    padding-left: 10px;
}

.new_deOne1_r_01_list .item a .r_box .date {
    color: #666666;
}

.new_deOne1_r_01_list .item a .r_box .title {
    color: #333333;
    padding-top: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.new_deOne1_r_01_list .item a:hover .r_box .title {
    color: var(--hue);
}

.new_deOne1_r_02 {
    position: sticky;
    top: 65px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: clamp(1.563rem, 1.374rem + 0.79vw, 2.188rem) clamp(0.938rem, 0.843rem + 0.4vw, 1.25rem) clamp(1.875rem, 1.592rem + 1.19vw, 2.813rem);
    margin-top: 30px;
}

.new_deOne1_r_02_tt {
    color: #fff;
    padding-bottom: clamp(1rem, 0.887rem + 0.48vw, 1.375rem);
}

.new_deOne1_r_02_form .item {
    margin-bottom: clamp(0.75rem, 0.599rem + 0.63vw, 1.25rem);
}

.new_deOne1_r_02_form .item input {
    font-family: "DIN-2014_Demi", sans-serif;
    font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
    color: #FFFFFF;
    width: 100%;
    height: clamp(2.375rem, 2.149rem + 0.95vw, 3.125rem);
    padding: 0 10px 0 15px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 5px;
}

.new_deOne1_r_02_form .item textarea {
    font-family: "DIN-2014_Demi", sans-serif;
    font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
    color: #444;
    width: 100%;
    height: clamp(5.625rem, 4.306rem + 5.56vw, 10rem);
    padding: 12px 10px 10px 15px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    resize: none;
}

.new_deOne1_r_02_form .item ::placeholder {
    color: #fff;
}

.new_deOne1_r_02_form .btn input {
    font-family: "DIN-2014_Bold";
    font-size: clamp(1rem, 0.962rem + 0.16vw, 1.125rem);
    color: var(--hue);
    width: 100%;
    height: clamp(2.375rem, 2.224rem + 0.63vw, 2.875rem);
    border-radius: 30px;
    background: #fff;
    border: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.new_deOne1_r_02_form .btn input:hover {
    opacity: 0.8;
}

.cas_deOne1_r_02 {
    margin-top: clamp(1.25rem, 0.982rem + 1.13vw, 2.25rem);
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    overflow: hidden;
}

.cas_deOne1_r_02_top {
    background: #FFFFFF;
    padding: clamp(0.75rem, 0.688rem + 0.31vw, 1rem) clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cas_deOne1_r_02_top .icon {
    width: clamp(1.875rem, 1.719rem + 0.78vw, 2.5rem);
}

.cas_deOne1_r_02_top .icon img {
    width: 100%;
}

.cas_deOne1_r_02_top span {
    width: calc(100% - clamp(1.563rem, 1.479rem + 0.35vw, 1.875rem));
    color: #444444;
}

.cas_deOne1_r_02_bot {
    border-top: 1px solid #DCDCDC;
    background: #FFFFFF;
    padding: clamp(0.125rem, 0.031rem + 0.47vw, 0.5rem) 15px clamp(0.125rem, 0.031rem + 0.47vw, 0.5rem) clamp(0.5rem, 0.313rem + 0.94vw, 1.25rem);
}

.new_deBoxTwo_w {
    border-top: 2px solid var(--hue);
}

/* ~~~~Blog_det,css~~end */
/* ~~~~Blog_det,css~~end */
/* ~~~~Blog_det,css~~end */


/* ~~~~Blog,css */
/* ~~~~Blog,css */
/* ~~~~Blog,css */
.blogBoxOne1 {
    column-gap: clamp(0.75rem, 0.469rem + 1.41vw, 1.875rem);
    row-gap: clamp(1.063rem, 0.859rem + 1.02vw, 1.875rem);
}

.blogOne1_item a {
    height: 100%;
    background: #FFFFFF;
    padding: clamp(1.25rem, 0.859rem + 1.95vw, 2.813rem) clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem) clamp(1.125rem, 0.938rem + 0.94vw, 1.875rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.blogOne1_item_top {
    padding: 0 clamp(0.5rem, 0.313rem + 0.94vw, 1.25rem);
}

.blogOne1_item_top .date {
    color: var(--hue);
}

.blogOne1_item_top .title {
    color: #333333;
    padding-top: clamp(0.313rem, 0.188rem + 0.63vw, 0.813rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.blogOne1_item a:hover .blogOne1_item_top .title {
    color: var(--hue);
}

.blogOne1_item_bot .text {
    color: #666666;
    padding: clamp(0.438rem, 0.219rem + 1.09vw, 1.313rem) clamp(0.5rem, 0.313rem + 0.94vw, 1.25rem) 0;
    margin-bottom: clamp(0.813rem, 0.578rem + 1.17vw, 1.75rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blogOne1_item_bot .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.blogOne1_item_bot .img_box img {
    width: 100%;
}

.blogOne1_item a:hover .blogOne1_item_bot .img_box img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.blogOne1_item_bot .btn {
    padding-top: clamp(0.875rem, 0.641rem + 1.17vw, 1.813rem);
}

.paging_padding {
    padding-top: clamp(2.188rem, 1.622rem + 2.38vw, 4.063rem);
}

.public_paging .wp-pagenavi {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_paging .wp-pagenavi a {
    cursor: pointer;
}

.public_paging .wp-pagenavi a,
.public_paging .wp-pagenavi > span {
    display: block;
    font-size: clamp(1rem, 0.967rem + 0.14vw, 1.125rem);
    color: #232323;
    text-align: center;
    width: clamp(2rem, 1.849rem + 0.63vw, 2.5rem);
    height: clamp(2rem, 1.849rem + 0.63vw, 2.5rem);
    line-height: clamp(2rem, 1.849rem + 0.63vw, 2.5rem);
    padding: 0;
    margin: 0 clamp(0.25rem, 0.2rem + 0.21vw, 0.438rem);
    border-radius: 4px;
    border: 1px solid #dddddd;
    background: #ffffff;
}

.public_paging .wp-pagenavi a > span {
    border: none;
    padding: 0;
    margin: 0;
}

.public_paging .wp-pagenavi a:hover {
    color: #ffffff;
    background: var(--hue);
    border-color: var(--hue);
}

.public_paging .wp-pagenavi a.paginationjs-prev,
.public_paging .wp-pagenavi a.paginationjs-next,
.public_paging .wp-pagenavi a.previouspostslink,
.public_paging .wp-pagenavi a.nextpostslink {
    width: clamp(4.375rem, 4.04rem + 1.41vw, 5.625rem);
}

.public_paging .wp-pagenavi a.hover {
    color: #ffffff;
    background: var(--hue);
    border-color: var(--hue);
}

.public_paging .wp-pagenavi > span.current {
    color: #ffffff;
    background: var(--hue);
    border-color: var(--hue);
}

.blogBoxTwo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* ~~~~Blog,css~~end */
/* ~~~~Blog,css~~end */
/* ~~~~Blog,css~~end */


/* ~~~~case,css */
/* ~~~~case,css */
/* ~~~~case,css */
.caseBoxOne1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: clamp(1.563rem, 1.172rem + 1.95vw, 3.125rem);
}

.caseBoxOne1 > .ind_box10_scroll_item:nth-child(even) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* ~~~~case,css~~end */
/* ~~~~case,css~~end */
/* ~~~~case,css~~end */


/* ~~~~application,css */
/* ~~~~application,css */
/* ~~~~application,css */
.appBoxOne1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: clamp(1.563rem, 1.328rem + 1.17vw, 2.5rem);
}

.appOne1_item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.appOne1_item_l {
    width: 50%;
    border-radius: 20px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.appOne1_item_l img {
    width: 100%;
}

.appOne1_item a:hover img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.appOne1_item_r {
    width: 46.7%;
}

.appOne1_item_r .title {
    color: #333333;
    text-transform: capitalize;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.appOne1_item a:hover .appOne1_item_r .title {
    color: var(--hue);
}

.appOne1_item_r .text {
    color: #666666;
    padding-top: clamp(0.438rem, 0.359rem + 0.39vw, 0.75rem);
}

.appOne1_item_r .btn {
    padding-top: clamp(1.188rem, 1.047rem + 0.7vw, 1.75rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.appBoxOne1 > .appOne1_item:nth-child(even) a {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* ~~~~application,css~~end */
/* ~~~~application,css~~end */
/* ~~~~application,css~~end */


/* ~~~~application_det,css */
/* ~~~~application_det,css */
/* ~~~~application_det,css */
.app_deOne1 {
    column-gap: clamp(0.813rem, 0.719rem + 0.47vw, 1.188rem);
    row-gap: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.app_deOne1 > .public_btn1:nth-child(2) {
    color: var(--hue);
    border: 2px solid #17A345;
    background: #FFFFFF;
}

.app_deOne2 {
    margin-top: clamp(1.688rem, 1.328rem + 1.8vw, 3.125rem);
    border-radius: 20px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.app_deOne2 img {
    width: 100%;
}

.app_deOne2:hover img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.app_deTwo1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: clamp(1.563rem, 1.172rem + 1.95vw, 3.125rem);
}

.app_deTwo1_item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.app_deTwo1_item_l {
    width: 47.4%;
    color: #666666;
}

.app_deTwo1_item_r {
    width: 50%;
    border-radius: 20px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.app_deTwo1_item_r img {
    width: 100%;
}

.app_deTwo1_item_r:hover img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.app_deTwo1 > .app_deTwo1_item:nth-child(even) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.app_deBoxThree_w {
    border-top: 2px solid var(--hue);
    border-bottom: 2px solid var(--hue);
}

.app_deBoxFive {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.app_deFive1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.app_deFive1_l {
    width: 34.7%;
}

.app_deFive1_l_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.app_deFive1_l_01 .iconfont {
    font-size: clamp(1.25rem, 1.156rem + 0.47vw, 1.625rem);
    color: #fff;
    text-align: center;
    width: clamp(2.125rem, 2.031rem + 0.47vw, 2.5rem);
    height: clamp(2.125rem, 2.031rem + 0.47vw, 2.5rem);
    line-height: clamp(2.125rem, 2.031rem + 0.47vw, 2.5rem);
    border-radius: 50%;
    background: #17A345;
}

.app_deFive1_l_01 .r_box {
    width: calc(100% - clamp(2.125rem, 2.031rem + 0.47vw, 2.5rem));
    color: #FFFFFF;
    padding-left: 9px;
}

.app_deFive1_l_01 .r_box a {
    color: #fff;
}

.app_deFive1_l_01 .r_box a:hover {
    text-decoration: underline;
}

.app_deFive1_r {
    width: 56.9%;
}

.app_deFive1_r_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.app_deFive1_r_form .item {
    width: calc((100% - clamp(0.75rem, 0.625rem + 0.63vw, 1.25rem)) / 2);
    margin-bottom: clamp(0.75rem, 0.625rem + 0.63vw, 1.25rem);
}

.app_deFive1_r_form .item input {
    font-family: "DIN-2014_Demi", sans-serif;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: #333333;
    width: 100%;
    height: clamp(2.375rem, 2.156rem + 1.09vw, 3.25rem);
    background: #fff;
    border-radius: 10px;
    border: none;
    padding: 0 10px 0 12px;
}

.app_deFive1_r_form .item textarea {
    font-family: "DIN-2014_Demi", sans-serif;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: #333333;
    width: 100%;
    height: clamp(5.625rem, 4.031rem + 7.97vw, 12rem);
    background: #fff;
    border-radius: 10px;
    border: none;
    padding: 12px 10px 10px 12px;
    resize: none;
}

.app_deFive1_r_form .item.w_100 {
    width: 100%;
}

.app_deFive1_r_form .btn {
    width: 100%;
    padding-top: 2px;
    text-align: center;
}

.app_deFive1_r_form .btn input {
    font-family: "DIN-2014_Bold";
    font-size: 16px;
    color: #fff;
    width: clamp(11.25rem, 7.5rem + 18.75vw, 26.25rem);
    height: clamp(2.375rem, 2.219rem + 0.78vw, 3rem);
    border: none;
    background: var(--hue);
    border-radius: 30px;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.app_deFive1_r_form .btn input:hover {
    opacity: 0.8;
}

/* ~~~~application_det,css~~end */
/* ~~~~application_det,css~~end */
/* ~~~~application_det,css~~end */


/* ~~~~About,css */
/* ~~~~About,css */
/* ~~~~About,css */


/* ~~~~About,css~~end */
/* ~~~~About,css~~end */
/* ~~~~About,css~~end */


.caseBoxOne .ind_box10 {
    max-width: 1880px;
    margin: 0 auto;
}


.attachment-full,
.banner_zy {
    width: auto;
    height: auto;
}

.bg_zy {
    background: no-repeat center center /cover;
}



