:root {
    --hue: #EE3A24;
    --max-width: 1440px;
    --space: clamp(2.5rem, 1.641rem + 4.3vw, 5.938rem);
}

.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.25rem, 1.105rem + 0.72vw, 1.875rem);
}

.gap36 {
    gap: clamp(0.938rem, 0.609rem + 1.64vw, 2.25rem);
}


.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: "NunitoSans-Regular", sans-serif;
    font-weight: 400;
}

html {
    scroll-padding-top: 120px;
}

input,
button,
textarea,
select,
button {
    font-family: "NunitoSans-Regular", 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;
}

.fmr {
    font-family: "NunitoSans-Regular";
}

.fmb {
    font-family: "NunitoSans-Bold";
}

.fmbk {
    font-family: "NunitoSans-Black";
}

.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 {
    height: 0;
    position: relative;
    z-index: 4;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 111px;
    padding: 0 clamp(1.25rem, -1.25rem + 3.13vw, 2.5rem);
    border-bottom: 1px solid #7C7C7C;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, .25); */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.logo {
    width: 219px;
    height: 110px;
    position: relative;
}

.logo img {
    width: 100%;
}

.logo .logo2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.menu_dl {
    gap: clamp(1.25rem, -4.375rem + 7.5vw, 3.125rem);
    margin: 0;
    padding: 0;
    padding-left: clamp(3.125rem, -24.063rem + 36.25vw, 12.188rem);
}

.menu_dl dd {
    position: relative;
    margin: 0;
    padding: 0;
}

.menu_dl dd.dd_pro {
    position: static;
}

.menu_tt {
    display: block;
    line-height: 110px;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    position: relative;
    text-transform: capitalize;
}

.menu_tt::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--hue);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.menu_dl dd.hover .menu_tt::after {
    opacity: 1;
}

.menu_dl dd.hover .menu_tt {
    color: var(--hue);
}

.menu_down {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 3;
    width: 280px;
    padding: 10px 0;
    background: #fff;
    overflow: hidden;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

.menu_down a {
    display: block;
    color: #666;
    line-height: 30px;
    white-space: nowrap;
    padding: 10px 18px;
    text-transform: capitalize;
}

.menu_down a:last-child {
    border-bottom: none;
}

.menu_down a:hover {
    color: #fff;
    background: var(--hue);
}

.header_r {
    gap: clamp(0.938rem, -0.938rem + 2.34vw, 1.875rem);
}

.header_r_search {
    width: 30px;
    height: 30px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.header_r_lag {
    position: relative;
}

.header_r_lag_tt {
    width: 30px;
    height: 30px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.header_r_lag_tt .icon1 {
    font-size: 26px;
}

.header_r_lag_down {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 140px;
    background: #fff;
    border-radius: 10px;
    padding: 8px 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.header_r_lag_down a {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: center;
}

.header_r_lag_down a:hover {
    color: var(--hue);
}

.header_r_btn {
    width: 144px;
    height: 50px;
    color: #fff;
    background: var(--hue);
}


.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;
    box-shadow: 0 4px 8px rgba(167, 166, 166, .25);
}

.header_box.pro_det {
    height: 111px;
}

.location_det2 {
    padding: 10px 0;
}

.header_box.pro_det .header {
    border-bottom: none;
    box-shadow: 0 4px 8px rgba(167, 166, 166, .25);
    position: relative !important;
}

.header.hover .logo .logo1,
.header_box.pro_det .logo .logo1 {
    opacity: 0;
}

.header.hover .logo .logo2,
.header_box.pro_det .logo .logo2 {
    opacity: 1;
}

.header.hover .menu_tt,
.header_box.pro_det .menu_tt,
.header.hover .header_r_search,
.header.hover .header_r_lag_tt,
.header_box.pro_det .header_r_search,
.header_box.pro_det .header_r_lag_tt {
    color: #333;
}

.header.hover .menu_tt::after,
.header_box.pro_det .menu_tt::after {
    background: var(--hue);
}


/*
 * 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: #333;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
}

.mobile_search_icon {
    font-size: 20px;
}

.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: capitalize;
    font-family: "NunitoSans-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.781rem + 2.34vw, 3.125rem);
    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.469rem + 0.78vw, 1.25rem);
}

.scroll_dots .scroll_dots_bars .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    margin: 0;
    position: relative;
    background: #BFBFBF;
    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;
    gap: 5px;
    color: #fff;
    min-width: 160px;
    height: 44px;
    border-radius: 22px;
    background: var(--hue);
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.public_btn2 {
    width: clamp(11.25rem, 10.313rem + 4.69vw, 15rem);
    height: clamp(2.75rem, 2.656rem + 0.47vw, 3.125rem);
    border-radius: clamp(1.375rem, 1.328rem + 0.23vw, 1.563rem);
    gap: 4px;
}

.public_btn_out_line {
    background: none;
    border: 1px solid #DCDCDC;
}

.public_btn1.hover {
    color: #fff;
    background: var(--hue);
    border-color: var(--hue);
}

.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);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.float_fixed .item {
    display: block;
    position: relative;
    background: #fff;
}

.float_fixed .item:last-child {
    border-bottom: none;
}

.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: var(--hue);
    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 .item_icon {
    color: #fff;
    background: var(--hue);
}

.float_fixed .item:hover .item_con {
    pointer-events: auto;
    opacity: 1;
    right: calc(100% - 5px);
    color: #fff;
    background: var(--hue);
}

/* .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);
    background: #fff;
}

.page_box2 .wp-pagenavi > span,
.page_box2 .wp-pagenavi > a {
    background: #F5F5F5;
}

.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: 1104px;
    overflow: hidden;
    background: #fff;
    transform: translate(-50%, -50%);
}

.open_window_con_rela {
    position: relative;
    height: 100%;
}

.open_window_close {
    position: absolute;
    right: 10px;
    top: 10px;
    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: 36px;
    height: 36px;
    color: #5A5A68;
    font-size: 26px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.open_window_l {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.open_window_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.open_window_l .tt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: clamp(1.125rem, 0.547rem + 2.89vw, 3.438rem) clamp(0.938rem, 0.609rem + 1.64vw, 2.25rem);
    background: rgba(22, 16, 16, .7);
}

.open_window_r {
    width: 50%;
    padding: clamp(1.563rem, 1.016rem + 2.73vw, 3.75rem) clamp(0.938rem, 0.234rem + 3.52vw, 3.75rem);
}

.open_window_form_list {
    row-gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
    margin: 0;
    padding: 0;
}

.open_window_form_list dd {
    margin: 0;
    padding: 0;
}

.open_window_form_text_box {
    position: relative;
}

.open_window_form_text_icon {
    position: absolute;
    top: 50%;
    left: 8px;
    font-size: 16px;
    color: var(--hue);
    transform: translateY(-50%)
}

.open_window_form_text_text,
.open_window_form_text_area {
    display: block;
    width: 100%;
    height: clamp(2.625rem, 2.5rem + 0.63vw, 3.125rem);
    font-size: 16px;
    padding-left: 15px;
    color: #333;
    background: #fff;
    outline: none;
    border: 1px solid #CBD5E0;
    border-radius: 4px;
}

.open_window_form_text_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_text_text::-webkit-input-placeholder,
.open_window_form_text_area::-webkit-input-placeholder {
    color: #999;
}

.open_window_form_btn {
    display: block;
    width: 220px;
    height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
    cursor: pointer;
    color: #fff;
    background: var(--hue);
    border-radius: clamp(1.25rem, 1.172rem + 0.39vw, 1.563rem);
}


/* banner */
.banner_box {
    position: relative;
}

.banner {
    position: relative;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
}

.scroll_dots .banner_bars {
    position: absolute !important;
    left: 0 !important;
    bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) !important;
    z-index: 3 !important;
    width: 100%;
    gap: clamp(0.313rem, -2.5rem + 3.75vw, 1.25rem);
}


.ind_title1_tt1 {
    margin-bottom: clamp(0.5rem, 0.422rem + 0.39vw, 0.813rem);
}

.ind_title1_tt {
    line-height: 1.3;
}

.ind_title1_text {
    padding-top: clamp(0.313rem, 0.25rem + 0.31vw, 0.563rem);
}


.ind_box1_con {
    gap: clamp(0.938rem, 0.734rem + 1.02vw, 1.75rem);
}

.ind_box1_l {
    width: 32.08%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box1_r {
    width: calc(67.92% - clamp(0.938rem, 0.734rem + 1.02vw, 1.75rem));
    gap: clamp(0.938rem, 0.734rem + 1.02vw, 1.75rem);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box1_r_item {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box1_l_con {
    width: 100%;
    height: 100%;
    padding: clamp(1.063rem, 0.922rem + 0.7vw, 1.625rem) clamp(0.938rem, 0.797rem + 0.7vw, 1.5rem);
}

.ind_box1_con2 {
    padding: clamp(1.25rem, 0.781rem + 2.34vw, 3.125rem) clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

.ind_box1_con a {
    display: block;
    height: 100%;
    position: relative;
}


.ind_box1_pic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
}

.ind_box1_r_item1 {
    width: calc((100% - clamp(0.938rem, 0.734rem + 1.02vw, 1.75rem)) / 2);
    height: clamp(13.75rem, 11.797rem + 9.77vw, 21.563rem);
}

.ind_box1_r_item2 {
    width: calc((100% - clamp(0.938rem, 0.734rem + 1.02vw, 1.75rem) * 2) / 3);
    height: clamp(11.25rem, 9.688rem + 7.81vw, 17.5rem);
}

.ind_box1_l:hover,
.ind_box1_r_item:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}


.ind_box2_con {
    padding: 0 clamp(0.938rem, 0.649rem + 0.6vw, 1.25rem);
}

.ind_box2_scroll_item {
    display: block;
    background: #fff;
    padding: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.ind_box2_scroll_item_pic {
    overflow: hidden;
}

.ind_box2_scroll_item_pic img {
    width: 100%;
}

.ind_box2_scroll_item_con {
    padding: clamp(1.125rem, 0.984rem + 0.7vw, 1.688rem) 0 clamp(0.5rem, 0.422rem + 0.39vw, 0.813rem);
}

.ind_box2_scroll_item_tt {
    margin-bottom: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box2_scroll_item:hover .ind_box2_scroll_item_pic img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.ind_box2_scroll_item:hover .ind_box2_scroll_item_tt {
    color: var(--hue) !important;
}

.ind_box2_scroll_bars.swiper-pagination-progressbar {
    position: relative;
    left: auto;
    height: 3px;
    background: none;
    border-bottom: 1px solid #CEC6C6;
    margin: clamp(1.25rem, 0.313rem + 4.69vw, 5rem) auto;
}

.ind_box2_scroll_bars.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    top: 1px;
    background: var(--hue);
    height: 3px;
}


.ind_cta_box {
    background: url(../images/ind_cta_bg.png) no-repeat center center / cover;
    padding: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem) clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
}

.ind_cta_l {
    width: 60%;
}

.ind_cta_r {
    width: 30%;
}

.ind_cta_r_btn {
    padding: 0 clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
    border-radius: 0;
}


.ind_box3_t {
    padding: clamp(3.125rem, 1.563rem + 7.81vw, 9.375rem) 0 clamp(2.5rem, 1.125rem + 6.88vw, 8rem);
}


.ind_box3_t_l {
    width: 45.2%;
}

.ind_box3_t_r {
    width: 36%;
}

.ind_box3_t_r a {
    display: block;
    position: relative;
}

.ind_box3_t_r a .icon {
    width: clamp(9.375rem, 7.656rem + 8.59vw, 16.25rem);
    height: clamp(9.375rem, 7.656rem + 8.59vw, 16.25rem);
    -webkit-animation: fa-spin 30s infinite linear;
    animation: fa-spin 30s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}


.ind_box3_b {
    padding: clamp(1.563rem, 1.391rem + 0.86vw, 2.25rem) 0;
    background: rgba(22, 16, 16, .5);
}

.ind_box3_b_list {
    border-left: 1px solid #7C7C7C;
}

.ind_box3_b_list .item {
    padding: 0 clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
    border-right: 1px solid #7C7C7C;
}


.ind_box4_scroll .swiper-slide {
    height: auto !important;
}

.ind_box4_scroll_item {
    display: block;
    height: 100%;
    padding: clamp(1.875rem, 1.719rem + 0.78vw, 2.5rem) clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box4_scroll_item .icon {
    position: relative;
    width: clamp(2.75rem, 2.594rem + 0.78vw, 3.375rem);
    height: clamp(2.75rem, 2.594rem + 0.78vw, 3.375rem);
    margin: 0 auto clamp(0.938rem, 0.797rem + 0.7vw, 1.5rem);
}

.ind_box4_scroll_item .icon .icon2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.ind_box4_scroll_item .tt {
    color: #000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box4_scroll_item .text {
    color: #999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.ind_box4_scroll_item:hover {
    background: var(--hue);
}

.ind_box4_scroll_item:hover .icon .icon1 {
    opacity: 0;
}

.ind_box4_scroll_item:hover .icon .icon2 {
    opacity: 1;
}

.ind_box4_scroll_item:hover .tt,
.ind_box4_scroll_item:hover .text {
    color: #fff;
}


.ind_box5 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box5::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(22, 16, 16, .7) 30%, rgba(22, 16, 16, 0) 100%);
}

.ind_box5_l {
    width: clamp(25rem, 9.286rem + 24.55vw, 38.75rem);
    border-right: 1px solid #7C7C7C;
    position: relative;
    z-index: 2;
    padding-left: clamp(1.25rem, -2.321rem + 5.58vw, 4.375rem);
    padding-right: clamp(1.25rem, -0.179rem + 2.23vw, 2.5rem);
    padding-bottom: clamp(1.563rem, 1.016rem + 2.73vw, 3.75rem);
}

.ind_box5_l_bars {
    gap: clamp(0.625rem, -0.446rem + 1.67vw, 1.563rem);
}

.ind_box5_l_bars .item {
    cursor: pointer;
}

.ind_box5_l_bars .item .icon {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    margin-top: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box5_l_bars .item .tt {
    width: calc(100% - 8px);
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box5_l_bars .item.hover .icon {
    background: var(--hue);
}

.ind_box5_l_bars .item.hover .tt {
    font-size: 20px;
    color: var(--hue);
    font-family: "NunitoSans-Bold";
}

.ind_box5_r {
    width: calc(100% - clamp(25rem, 9.286rem + 24.55vw, 38.75rem));
    padding-left: clamp(0.938rem, 0.625rem + 1.56vw, 2.5rem);
    padding-bottom: clamp(1.563rem, 1.016rem + 2.73vw, 3.75rem);
    position: relative;
    z-index: 2;
}

.ind_box5_r_scroll {
    height: 100%;
    max-width: 558px;
    margin: 0;
}

.ind_box5_r_scroll .swiper-slide {
    height: auto !important;
}

.ind_box5_r_scroll_item {
    height: 100%;
}


.ind_box6_scroll_item {
    background: #fff url(../images/ind_case_bg.png) no-repeat right center / auto 100%;;
}

.ind_box6_scroll_item_l {
    width: 62.5%;
    overflow: hidden;
}

.ind_box6_scroll_item_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind_box6_scroll_item_r {
    width: 37.5%;
    padding: clamp(1.125rem, 0.781rem + 1.72vw, 2.5rem) clamp(0.938rem, 0.313rem + 3.13vw, 3.438rem);

}

.ind_box6_scroll_item_r_add {
    gap: 10px;
}

.ind_box6_scroll_item_r_add .icon {
    color: #A1A1A1;
}

.ind_box6_scroll_item_r_tt {
    color: #1A1A1A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box6_scroll_item:hover .ind_box6_scroll_item_l img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.ind_box6_scroll_item:hover .ind_box6_scroll_item_r_tt {
    color: var(--hue);
}


.ind_box6_scroll_btn_box {
    gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
    padding-top: clamp(1.563rem, 0.703rem + 4.3vw, 5rem);
}

.ind_box6_scroll_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: clamp(2.875rem, 2.594rem + 1.41vw, 4rem);
    height: clamp(2.875rem, 2.594rem + 1.41vw, 4rem);
    color: var(--hue);
    font-size: clamp(1.125rem, 1.063rem + 0.31vw, 1.375rem);
    border-radius: 50%;
    border: 1px solid var(--hue);
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box6_scroll_btn.prev {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.ind_box6_scroll_btn:hover,
.ind_box6_scroll_btn.hover {
    color: #fff;
    background: var(--hue);
}


.ind_box7 .wrapper {
    max-width: 1600px;
}

.ind_box7_l {
    width: 35.33%;
}

.ind_box7_l_scroll {
    border-top: 1px dashed #DDDDDD;
    padding-top: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
}

.ind_box7_l_scroll_item {
    overflow: hidden;
}

.ind_box7_l_scroll_item img {
    width: 100%;
}

.ind_box7_l_scroll_item:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}


.ind_box7_r {
    width: 60.6%;
}

.ind_box7_r_pic img {
    width: 100%;
}

.ind_box7_r_pic_con .item {
    position: absolute;
    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(0.75rem, 0.656rem + 0.47vw, 1.125rem);
    height: clamp(0.75rem, 0.656rem + 0.47vw, 1.125rem);
    background: rgba(238, 58, 36, .3);
    border-radius: 50%;
}

.ind_box7_r_pic_con .item::after {
    content: "";
    display: block;
    width: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
    height: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
    border-radius: 50%;
    background: var(--hue);
}

.ind_box7_r_pic_con .item.item1 {
    width: clamp(1.125rem, 0.906rem + 1.09vw, 2rem);
    height: clamp(1.125rem, 0.906rem + 1.09vw, 2rem);
    background: url(../images/ind_about_map_icon1.png) no-repeat center center / 100% auto;
}


.ind_box8_scroll_item {
    background: #fff;
}

.ind_box8_scroll_item_pic {
    display: block;
    overflow: hidden;
}

.ind_box8_scroll_item_pic img {
    display: block;
    width: 100%;
}

.ind_box8_scroll_item_con {
    padding: clamp(1.125rem, 0.953rem + 0.86vw, 1.813rem) clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) clamp(1.375rem, 1.094rem + 1.41vw, 2.5rem);
}


.ind_box8_scroll_item_clm1 {
    gap: clamp(0.5rem, 0.391rem + 0.55vw, 0.938rem);
}

.ind_box8_scroll_item_clm1 .line {
    width: 1px;
    height: 16px;
    background: #B4B7BE;
}

.ind_box8_scroll_item_title {
    color: #1A1A1A;
    margin-bottom: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box8_scroll_item:hover .ind_box8_scroll_item_pic img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.ind_box8_scroll_item:hover .ind_box8_scroll_item_title {
    color: var(--hue);
}


.footer_inq {
    background: url(../images/footer_inq_bg.png) no-repeat center center / cover;
    padding: clamp(1.875rem, 1.594rem + 1.41vw, 3rem) 0;
}

.footer_inq_l {
    width: 30%;
}

.footer_inq_r {
    width: 67%;
}

.footer_inq_r_clm1 {
    gap: 16px;
}

.footer_inq_r_clm1_text {
    display: block;
    width: 100%;
    height: 50px;
    padding-left: 22px;
    font-size: 16px;
    color: #fff;
    position: relative;
    border-radius: 25px;
    background: none;
    background: rgba(255, 255, 255, .4);
    border: 1px solid #fff;
}

.footer_inq_r_clm1_text::-webkit-input-placeholder {
    color: #fff;
}

.footer_inq_r_clm1_icon {
    position: absolute;
    left: 12px;
    top: 0;
    font-size: 18px;
    line-height: 50px;
    color: var(--hue);
}

.footer_inq_r_clm_btn {
    width: 150px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 25px;
    background: var(--hue);
}

.footer {
    background: #161010;
}

.footer_t {
    padding: clamp(1.563rem, 1.016rem + 2.73vw, 3.75rem) 0;
}

.footer_t_l {
    width: 26.38%;
}

.footer_t_l_logo {
    height: clamp(3.125rem, 2.313rem + 4.06vw, 6.375rem);
}

.footer_t_l_sm {
    gap: 6px;
}

.footer_t_l_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: 30px;
    height: 30px;
    font-size: 20px;
    color: #fff;
}

.footer_t_l_sm .icon:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.footer_t_r {
    width: 68%;
}

.footer_t_r_item1 {
    width: 54%;
}

.footer_t_r_item2 {
    width: 40%;
}

.footer_t_r_list1 {
    gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.footer_t_r_list1 a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.footer_t_r_list1 a:hover {
    text-decoration: underline;
}

.footer_t_r_list2 {
    line-height: 24px;
    gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.footer_t_r_list2 .item .icon {
    width: 24px;
    height: 24px;
    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: var(--hue);
    font-size: 22px;
}

.footer_t_r_list2 .item .tt {
    width: calc(100% - 24px);
    padding-left: 10px;
    color: #fff;
}

.footer_t_r_list2 .item .tt a {
    color: #fff;
}

.footer_t_r_list2 .item .tt a:hover {
    text-decoration: underline;
}

.footer_b {
    border-top: 1px solid #353F4A;
    padding: clamp(0.875rem, 0.813rem + 0.31vw, 1.125rem) 0;
}


/* pro_cover */
.sub_banner {
    position: relative;
    height: clamp(15rem, 10rem + 25vw, 35rem);
    padding-top: 111px;
    text-align:center;
}

.location {
    position: relative;
    z-index:2;
    width: 100%;
    color: #fff;
    line-height: 50px;
}
.location .wrapper{
    white-space:nowrap;overflow: hidden;text-overflow:ellipsis;
}

.location2 {
    position: absolute;
    left: 0;
    top: 0;
}

.location .icon {
    margin-right: 6px;
}

.location a {
    color: #fff;
    margin: 0 2px;
}

.location_det {
    color: #999;
}

.location_det a {
    color: #999;
}

.location_det a:hover {
    color: var(--hue);
}

.sub_banner_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 111px;
}

.sub_banner_con .wrapper {
    height: 100%;
}

.sub_banner_search {
    width: clamp(17.5rem, 7.875rem + 48.13vw, 56rem);
    border-radius: clamp(0.5rem, 0.438rem + 0.31vw, 0.75rem);
    overflow: hidden;
}

.sub_banner_search_text {
    width: calc(100% - clamp(3.125rem, 2.406rem + 3.59vw, 6rem));
    height: clamp(3rem, 2.625rem + 1.88vw, 4.5rem);
    background: #fff;
    font-size: 16px;
    color: #1A1A1A;
    padding-left: clamp(1.125rem, 0.938rem + 0.94vw, 1.875rem);
}

.sub_banner_search_text::-webkit-input-placeholder {
    color: #999;
}

.sub_banner_search_btn {
    width: clamp(3.125rem, 2.406rem + 3.59vw, 6rem);
    height: clamp(3rem, 2.625rem + 1.88vw, 4.5rem);
    color: #fff;
    background: var(--hue) url(../images/search_icon.png) no-repeat center center / 100% auto;
    cursor: pointer;
    border: none;
}


/* pro_cover */
.pro_cover_box1_l {
    width: 49%;
}

.pro_cover_box1_r {
    width: 47.2%;
}


.pro_cover_box2_list {
    gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.pro_cover_box2_list_item {
    display: block;
    position: relative;
    overflow: hidden;
}

.pro_cover_box2_list_item_pic {
    overflow: hidden;
}

.pro_cover_box2_list_item_pic img {
    width: 100%;
}

.pro_cover_box2_list_item_con1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(22, 16, 16, 0) 0%, rgba(22, 16, 16, 1) 100%);
    padding: 0 15px clamp(1rem, 0.875rem + 0.63vw, 1.5rem);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_cover_box2_list_item_con2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
    background: rgba(22, 16, 16, .8);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_cover_box2_list_item:hover .pro_cover_box2_list_item_pic img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.pro_cover_box2_list_item:hover .pro_cover_box2_list_item_con1 {
    opacity: 0;
}

.pro_cover_box2_list_item:hover .pro_cover_box2_list_item_con2 {
    opacity: 1;
}

.pro_cover_box4 {
    width: 100%;
    overflow: hidden;
}

.pro_cover_box4_scroll,
.pro_cover_box4_scroll .swiper-wrapper {
    overflow: visible;
}

.pro_cover_box4_scroll_item_pic {
    overflow: hidden;
}

.pro_cover_box4_scroll_item_pic img {
    width: 100%;
}

.pro_cover_box4_scroll_item_tt {
    color: #333;
    padding: clamp(1.125rem, 0.938rem + 0.94vw, 1.875rem) 0 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_cover_box4_scroll_item:hover .pro_cover_box4_scroll_item_pic img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.pro_cover_box4_scroll_item:hover .pro_cover_box4_scroll_item_tt {
    color: var(--hue);
}

.pro_cover5_scroll_item {
    gap: clamp(0.938rem, 0.672rem + 1.33vw, 2rem);
}

.pro_cover5_scroll_item .item {
    overflow: hidden;
}

.pro_cover5_scroll_item .item img {
    width: 100%;
}

.pro_cover5_scroll_item_item_r {
    gap: clamp(0.938rem, 0.672rem + 1.33vw, 2rem);
}

.pro_cover5_scroll_item .item:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}


/* pro_jh */
.projh_box1_bars {
    gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.projh_box1_bars .item {
    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;
    height: clamp(2.875rem, 2.719rem + 0.78vw, 3.5rem);
    background: #F2F2F2;
    padding: 0 clamp(1.125rem, 0.938rem + 0.94vw, 1.875rem);
    border-radius: clamp(1.438rem, 1.359rem + 0.39vw, 1.75rem);
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.projh_box1_bars .item.hover {
    color: #fff;
    background: var(--hue);
}

.projh_box1_tabs_item_l {
    width: 47.22%;
}

.projh_box1_tabs_item_l img {
    width: 100%;
}

.projh_box1_tabs_item_r {
    width: 47.22%;
}

.projh_box1_tabs_item_r_text {
    padding-bottom: clamp(1.25rem, 1.016rem + 1.17vw, 2.188rem);
    border-bottom: 1px solid #D9D9D9;
}

.projh_box1_tabs_item_r_clm {
    gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
    font-size: 16px;
    line-height: 24px;
}

.projh_box1_tabs_item_r_clm .item {
    color: var(--hue);
}

.projh_box1_tabs_item_r_clm .item .icon {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--hue);
    margin-top: 9px;
}

.projh_box1_tabs_item_r_clm .item .tt {
    width: calc(100% - 6px);
    padding-left: 9px;
}

.projh_box1_tabs_item_r_clm .item:hover {
    text-decoration: underline;
}

.pro_jh_box2_l {
    width: 50%;
    position: relative;
}

.pro_jh_box2_l_con {
    width: 100%;
    height: 100%;
    padding-right: clamp(0.938rem, -0.188rem + 5.63vw, 6.563rem);
    padding-left: clamp(0.938rem, -1.875rem + 14.06vw, 15rem);
    background: rgba(22, 16, 16, .8);
}

.pro_jh_box2_l_clm {
    gap: clamp(0.875rem, 0.7rem + 0.88vw, 1.75rem);
}

.pro_jh_box2_l_clm .item .icon {
    width: 40px;
}

.pro_jh_box2_l_clm .item .con {
    width: calc(100% - 40px);
    padding-left: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.pro_jh_box2_l_clm .item .con .tt {
    margin-bottom: 5px;
}


.pro_jh_box2_r {
    width: 50%;
}

.pro_jh_box2_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_jh_box3_scroll_item {
    display: block;
}

.pro_jh_box3_scroll_item_pic {
    overflow: hidden;
}

.pro_jh_box3_scroll_item_pic img {
    width: 100%;
}

.pro_jh_box3_scroll_item_tt {
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_jh_box3_scroll_item:hover .pro_jh_box3_scroll_item_tt {
    color: var(--hue);
    text-decoration: underline;
}

.pro_jh_box3_scroll_item:hover .pro_jh_box3_scroll_item_pic img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}


.pro_list1 {
    margin: 0;
    padding: 0;
    gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.pro_list1 dd {
    margin: 0;
    padding: 0;
}


/* pro_det */
.pro_det_t {
    padding: clamp(0.625rem, 0.234rem + 1.95vw, 2.188rem) 0 clamp(1.875rem, 1.172rem + 3.52vw, 4.688rem);
}

.pro_det_t_pic {
    width: 48.61%;
}

.pro_det_t_pic_scroll img {
    width: 100%;
}

.pro_det_t_pic_scroll .scroll_dots_bars {
    padding-top: 18px;
}

.pro_det_t_r {
    width: 47.29%;
}

.pro_det_t_r_clm {
    padding: clamp(0.938rem, 0.734rem + 1.02vw, 1.75rem) 0;
    border-top: 1px dashed #D9D9D9;
    border-bottom: 1px dashed #D9D9D9;
    gap: clamp(0.625rem, 0.5rem + 0.63vw, 1.125rem);
}

.pro_det_t_r_clm .item {
    font-size: 16px;
    line-height: 24px;
}

.pro_det_t_r_clm .item .tt_box {
    width: 167px;
}

.pro_det_t_r_clm .item .tt_box .icon {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
    margin-top: 9px;
}

.pro_det_t_r_clm .item .tt_box .tt {
    white-space: nowrap;
    padding-left: 8px;
}

.pro_det_t_r_clm .item .text {
    width: calc(100% - 167px);
}


.pro_det_t_r_btn_box {
    gap: 12px;
}

.pro_det_t_r_btn {
    color: var(--hue);
    border-color: var(--hue);
}


.pro_det_b_tabs_item:nth-child(2n) {
    background: #f5f5f5;
}

.pro_det_b_title1 {
    margin-bottom: clamp(0.875rem, 0.781rem + 0.47vw, 1.25rem);
}

table {
    width: 100%;
    background: #fff;
}

table tr td {
    color: #333;
    padding: 8px;
    border: 1px solid #ddd;
}


.pro_det_b_tabs_item_faq_l_list {
    margin: 0;
    padding: 0;
    border-top: 1px solid #ddd;
}

.pro_det_b_tabs_item_faq_l_list dd {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.pro_det_b_tabs_item_faq_l_list_tilte {
    cursor: pointer;
    padding: 0 clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.pro_det_b_tabs_item_faq_l_list_tilte .tt {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: calc(100% - 40px);
    font-family: "NunitoSans-Bold";
    min-height: clamp(3.125rem, 2.656rem + 2.34vw, 5rem);
}

.pro_det_b_tabs_item_faq_l_list_tilte .icon {
    width: 40px;
    height: 40px;
}

.pro_det_b_tabs_item_faq_l_list_down {
    display: none;
    padding: 0 calc(clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) + 40px) clamp(0.938rem, 0.797rem + 0.7vw, 1.5rem) clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.pro_det_b_tabs_item_faq_l_list dd.hover .pro_det_b_tabs_item_faq_l_list_tilte .icon::before {
    content: "\e729";
}


.pro_det_cta_l {
    width: 44.1%;
}

.pro_det_cta_l_b .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.781rem + 1.72vw, 4.5rem);
    height: clamp(3.125rem, 2.781rem + 1.72vw, 4.5rem);
    color: #fff;
    font-size: clamp(1.5rem, 1.313rem + 0.94vw, 2.25rem);
    border-radius: 50%;
    background: var(--hue);
}

.pro_det_cta_l_b .con {
    width: calc(100% - clamp(3.125rem, 2.781rem + 1.72vw, 4.5rem));
    padding-left: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.pro_det_cta_l_b .con .text {
    color: #fff;
}

.pro_det_cta_r {
    width: 47.22%;
    background: #fff;
    padding: clamp(1.25rem, 0.781rem + 2.34vw, 3.125rem) clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
}

.pro_det_cta_r_list {
    margin: 0;
    padding: 0;
    column-gap: 16px;
    row-gap: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem);
}

.pro_det_cta_r_list dd {
    width: calc((100% - 16px) / 2);
    margin: 0;
    padding: 0;
}

.pro_det_cta_r_list dd.ddw {
    width: 100%;
}

.pro_det_cta_r_list_text_box {
    position: relative;
}

.pro_det_cta_r_list_text,
.pro_det_cta_r_list_area {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    border: 1px solid #C5CBD9;
}

.pro_det_cta_r_list_icon {
    position: absolute;
    left: 10px;
    top: 15px;
    font-size: 16px;
}

.pro_det_cta_r_list_text::-webkit-input-placeholder,
.pro_det_cta_r_list_area::-webkit-input-placeholder {
    color: #666;
}

.pro_det_cta_r_list_area {
    height: clamp(6.875rem, 6.469rem + 2.03vw, 8.5rem);
    padding: 15px 20px;
}

.pro_det_cta_r_list dd.ddw p {
    width: 100%;
}

.pro_det_cta_r_list_submit {
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 20px;
    background: var(--hue);
    cursor: pointer;
}


.pro_det_b_bars {
    position: relative;
    width: 100%;
    z-index: 2;
    background: #fff;
    box-shadow: 0 4px 4px rgba(186, 186, 186, .25);
}

.pro_det_b_bars_l {
    width: calc(100% - clamp(2.5rem, 2.156rem + 1.72vw, 3.875rem));
    padding-right: 16px;
    overflow: hidden;
}

.pro_det_b_bars_list {
    padding: clamp(0.813rem, 0.672rem + 0.7vw, 1.375rem) 0;
    gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
    overflow-x: auto;
}

.pro_det_b_bars_list::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: #fff;
}

.pro_det_b_bars_list::-webkit-scrollbar-button {
}

.pro_det_b_bars_list::-webkit-scrollbar-track {
}

.pro_det_b_bars_list::-webkit-scrollbar-track-piece {
}

.pro_det_b_bars_list::-webkit-scrollbar-thumb {
    width: 3px;
    height: 3px;
    background: var(--hue);
}

.pro_det_b_bars_list::-webkit-scrollbar-corner {
    background: none;
}


.pro_det_b_bars_list.hover {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

.pro_det_b_bars_list .item {
    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;
    white-space: nowrap;
    height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
    color: #333;
    border-radius: clamp(1.25rem, 1.172rem + 0.39vw, 1.563rem);
    padding: 0 clamp(0.75rem, 0.625rem + 0.63vw, 1.25rem);
    background: #F0F0F0;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_det_b_bars_list .item.hover,
.pro_det_b_bars_list .item:hover {
    color: #fff;
    background: var(--hue);
}

.pro_det_b_bars_r {
    width: clamp(2.5rem, 2.156rem + 1.72vw, 3.875rem);
    border-left: 1px solid #ddd;
}

.pro_det_b_bars_r_btn {
    color: #CACACA;
    cursor: pointer;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_det_b_bars_r_btn.hover {
    transform: rotateZ(270deg);
    -webkit-transform: rotateZ(270deg);
    -ms-transform: rotateZ(270deg);
}


/* about */
.about_box1_item {
    padding: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem) clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
    border-right: 1px solid #666;
}

.about_box1_item_num {
    color: #333;
    font-size: clamp(2.5rem, 1.563rem + 4.69vw, 6.25rem);
    margin-bottom: clamp(1.875rem, -0.281rem + 10.78vw, 10.5rem);
}

.about_box1_item_title .icon {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hue);
}

.about_box1_item_title .tt {
    width: calc(100% - 8px);
    padding-left: 8px;
}

.about_box1_item_text {
    padding-left: 16px;
}


.about_box2_l {
    width: 50%;
}

.about_box2_l a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.about_box2_l a > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_box2_l a .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    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.625rem + 6.88vw, 10.5rem);
    height: clamp(5rem, 3.625rem + 6.88vw, 10.5rem);
    background: rgba(0, 0, 0, .5);
}

.about_box2_l a .icon img {
    width: clamp(2.875rem, 2.219rem + 3.28vw, 5.5rem);
}

.about_box2_l a:hover > img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.about_box2_r {
    width: 50%;
    padding-left: clamp(0.938rem, -0.078rem + 5.08vw, 5rem);
    padding-right: clamp(0.938rem, -2.578rem + 17.58vw, 15rem);
    background: #161010 url(../images/about_icon1.png) no-repeat right -10% bottom -10% / clamp(8.75rem, 2.937rem + 29.06vw, 32rem) auto;
}


.about_box3 {
    background: url(../images/about_his_bg.png) no-repeat center bottom / cover;
}

.about_box3_bars_scroll {
    position: relative;
    overflow: hidden;
}

.about_box3_bars_scroll::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #ADA3A2;
}

.about_box3_bars_scroll_item {
    cursor: pointer;
}

.about_box3_bars_scroll_item .years {
    color: #333;
    line-height: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.about_box3_bars_scroll_item .icon_box {
    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: 44px;
    height: 44px;
    border-radius: 50%;
    background: none;
    margin: 0 auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_box3_bars_scroll_item .icon_box .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: 30px;
    height: 30px;
    border-radius: 50%;
    background: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_box3_bars_scroll_item .icon_box .icon::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #E5C8C4;
}

.about_box3_bars_scroll .swiper-slide.swiper-slide-thumb-active .about_box3_bars_scroll_item .years {
    color: var(--hue);
    font-size: clamp(1.375rem, 1.281rem + 0.47vw, 1.75rem);
    font-family: "NunitoSans-Bold";
}

.about_box3_bars_scroll .swiper-slide.swiper-slide-thumb-active .about_box3_bars_scroll_item .icon_box {
    background: rgba(238, 58, 36, .1);
}

.about_box3_bars_scroll .swiper-slide.swiper-slide-thumb-active .about_box3_bars_scroll_item .icon_box .icon {
    background: rgba(238, 58, 36, .2);
}

.about_box3_bars_scroll .swiper-slide.swiper-slide-thumb-active .about_box3_bars_scroll_item .icon_box .icon::after {
    background: var(--hue);
}


.about_box3_scroll_rela {
    padding: 0 clamp(0rem, -10.096rem + 21.03vw, 10.938rem);
    position: relative;
    overflow: hidden;
}

.about_box3_scroll_btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    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.125rem + 1.88vw, 4rem);
    height: clamp(2.5rem, 2.125rem + 1.88vw, 4rem);
    color: var(--hue);
    font-size: clamp(1.125rem, 0.969rem + 0.78vw, 1.75rem);
    border-radius: 50%;
    background: #fff;
    margin-top: calc((clamp(2.5rem, 2.125rem + 1.88vw, 4rem) / 2) * -1);
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_box3_scroll_btn.prev {
    left: 0;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.about_box3_scroll_btn.next {
    right: 0;
}

.about_box3_scroll_btn:hover {
    color: #fff;
    background: var(--hue);
}


.about_box3_scroll_item_pic {
    width: clamp(18.75rem, 13.385rem + 11.18vw, 24.563rem);
    overflow: hidden;
}

.about_box3_scroll_item_pic img {
    width: 100%;
}

.about_box3_scroll_item_r {
    width: calc(100% - clamp(18.75rem, 13.385rem + 11.18vw, 24.563rem) - clamp(1.25rem, 0.096rem + 2.4vw, 2.5rem));
}


.about_box4_l {
    width: 47.22%;
    overflow: hidden;
}

.about_box4_l:hover img,
.about_box5_r:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}


.about_box4_r {
    width: 47.22%;
}

.about_box4_r .pro_det_b_tabs_item_faq_l_list dd.hover .pro_det_b_tabs_item_faq_l_list_tilte .icon {
    color: var(--hue);
}


.about_box5_l {
    width: 47.22%;
}

.about_box5_r {
    width: 47.22%;
    overflow: hidden;
}


.about_box6_scroll_box {
    position: relative;
    padding: 0 8px;
}

.about_box6_scroll_btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    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.25rem, 1.938rem + 1.56vw, 3.5rem);
    height: clamp(2.25rem, 1.938rem + 1.56vw, 3.5rem);
    font-size: clamp(1rem, 0.875rem + 0.63vw, 1.5rem);
    border-radius: 50%;
    color: var(--hue);
    background: #fff;
    cursor: pointer;
    margin-top: calc((clamp(2.25rem, 1.938rem + 1.56vw, 3.5rem) / 2) * -1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_box6_scroll_btn.prev {
    left: clamp(0.625rem, 0.406rem + 1.09vw, 1.5rem);
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.about_box6_scroll_btn.next {
    right: clamp(0.625rem, 0.406rem + 1.09vw, 1.5rem);
}

.about_box6_scroll_btn:hover {
    color: #fff;
    background: var(--hue);
}

.about_box6_scroll_item {
    display: block;
    overflow: hidden;
}

.about_box6_scroll_item img {
    width: 100%;
}

.about_box6_scroll_item:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}


.resource_l {
    width: 63.19%;
}

.resource_l_list {
    margin: 0;
    padding: 0;
    gap: clamp(0.938rem, 0.797rem + 0.7vw, 1.5rem);
}

.resource_l_list dd {
    margin: 0;
    padding: 0;
}

.resource_l_list_item {
    background: #F9F8F8;
    padding: clamp(0.813rem, 0.641rem + 0.86vw, 1.5rem) clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
    border-radius: 4px;
}

.resource_l_list_item .icon {
    width: clamp(1.5rem, 0.941rem + 2.35vw, 3rem);
}

.resource_l_list_item .tt {
    width: calc(100% - clamp(1.5rem, 0.941rem + 2.35vw, 3rem) - clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem));
    padding-left: clamp(0.5rem, 0.344rem + 0.78vw, 1.125rem);
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.resource_l_list_item:hover .tt,
.resource_l_list_item:hover .icon1,
.resource_l_list_item:hover .icon2 {
    color: #fff !important;
}

.resource_l_list_item:hover {
    background: var(--hue);
}

.resource_r {
    width: 31.25%;

}

.resource_r_con {
    background: url(../images/resource_bg.png) no-repeat center center / cover;
    padding: clamp(1.563rem, 1.047rem + 2.58vw, 3.625rem) clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

.resource_r_form_title {
    text-transform: uppercase;
}

.resource_r_form_list {
    margin: 0;
    padding: 0;
    gap: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem);
}

.resource_r_form_list dd {
    margin: 0;
    padding: 0;
}

.resource_r_form_list_text,
.resource_r_form_list_area {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #999;
    padding-left: 19px;
    background: #fff;
}

.resource_r_form_list_area {
    height: clamp(6.25rem, 5.813rem + 2.19vw, 8rem);
    padding: 14px clamp(0.625rem, 0.484rem + 0.7vw, 1.188rem);
}

.resource_r_form_list_btn {
    display: block;
    width: 144px;
    height: 44px;
    color: #fff;
    font-size: 16px;
    background: var(--hue);
    cursor: pointer;
    margin: 0 auto;
}

.resource_r_form_list_icon {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 50px;
    color: var(--hue);
}


.solu_list1 {
    margin: 0;
    padding: 0;
    gap: clamp(1.25rem, 6.25vw, 6.25rem);
}

.solu_list1 dd {
    margin: 0;
    padding: 0;
}

.solu_list1_item {
    row-gap: clamp(1rem, 0.625rem + 1.88vw, 2.5rem);
}

.solu_list1_item_pic {
    width: 47.22%;
    overflow: hidden;
}

.solu_list1_item_pic img {
    display: block;
    width: 100%;
}

.solu_list1_item_con {
    width: 47.22%;
}

.solu_list1_item_tt {
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.solu_list1_item:hover .solu_list1_item_pic img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.solu_list1_item:hover .solu_list1_item_tt {
    color: var(--hue);
}

.solu_list1 dd:nth-child(2n) .solu_list1_item {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}


/* solu_det */
.solu_det_box1_clm1 {
    border-bottom: 1px solid #D9D9D9;
}

.solu_det_box1_clm1_l {
    width: 47.22%;
}

.solu_det_box1_clm1_r {
    width: 47.22%;
}

.solu_det_box1_clm1_r img {
    width: 100%;
}

.solu_det_box1_clm2 {
    gap: clamp(1.25rem, 6.25vw, 6.25rem);
}

.solu_det_box1_clm1_l_clm {
    gap: clamp(0.813rem, 0.594rem + 1.09vw, 1.688rem);
}

.solu_det_box1_clm1_l_clm .item .icon {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
    margin-top: calc((clamp(0.875rem, 0.828rem + 0.2vw, 1rem) * 1.75 - 6px) / 2);
}

.solu_det_box1_clm1_l_clm .item .con {
    width: calc(100% - 6px);
    padding-left: 8px;
}

.solu_det_box1_clm2_item:nth-child(2n) {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}


.service_list {
    column-gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
    row-gap: clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem);
}

.service_list_item {
    display: block;
    overflow: hidden;
}

.service_list_item_pic {
    overflow: hidden;
}

.service_list_item_pic img {
    width: 100%;
}

.service_list_item_tt {
    color: #333;
    padding: clamp(1rem, 0.953rem + 0.23vw, 1.188rem) 0 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.service_list_item:hover .service_list_item_pic img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.service_list_item:hover .service_list_item_tt {
    color: var(--hue);
}


.service_det_l {
    width: clamp(18.75rem, 7.639rem + 17.36vw, 25rem);
}

.service_det_l_item1_title {
    padding-left: 20px;
    padding-bottom: clamp(1rem, -0.111rem + 1.74vw, 1.625rem);
    border-bottom: 1px solid #DED7D6;
}

.service_det_l_list {
    gap: clamp(0.625rem, -0.486rem + 1.74vw, 1.25rem);
}

.service_det_l_list a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    line-height: 34px;
    padding-left: 20px;
    color: #333;
}

.service_det_l_list a .icon {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
    margin-top: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.service_det_l_list a .tt {
    width: calc(100% - 6px);
    padding-left: 8px;
}

.service_det_l_list a.hover,
.service_det_l_list a:hover {
    color: var(--hue);
    text-decoration: underline;
}

.service_det_l_list a.hover .icon,
.service_det_l_list a:hover .icon {
    background: var(--hue);
}

.service_det_r {
    width: calc(100% - clamp(18.75rem, 7.639rem + 17.36vw, 25rem) - clamp(1.875rem, -1.903rem + 5.9vw, 4rem));
}

.service_det_r_clm2_l {
    width: 49.5%;
}

.service_det_r_clm2_r {
    width: 45.6%;
}


.service_det_r_clm2_l_list {
    gap: clamp(0.5rem, 0.375rem + 0.63vw, 1rem);
    line-height: 24px;
}

.service_det_r_clm2_l_list .item .icon {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
    margin-top: 8px;
}

.service_det_r_clm2_l_list .item .tt {
    width: calc(100% - 6px);
    padding-left: 8px;
}


/* news */
.news_list_bars {
    padding: 0;
}

.news_list1 {
    margin: 0;
    padding: 0;
    column-gap: clamp(0.938rem, 0.484rem + 2.27vw, 2.75rem);
    row-gap: clamp(1.125rem, 0.625rem + 2.5vw, 3.125rem);
}

.news_list1 dd {
    margin: 0;
    padding: 0;
}


/* news_det */
.news_det_l {
    width: calc(100% - clamp(23.438rem, 12.326rem + 17.36vw, 29.688rem) - clamp(1.25rem, -5.417rem + 10.42vw, 5rem));
}

.news_det_l_clm1 {
    gap: clamp(0.5rem, -0.234rem + 3.67vw, 3.438rem);
}

.news_det_l_clm1 .item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    gap: 6px;
}

.news_det_con {
    border-top: 1px solid #D9D9D9;
    padding: clamp(1.063rem, 0.781rem + 1.41vw, 2.188rem) 0;
}

.news_det_l_b {
    border-top: 1px solid #D9D9D9;
    padding-top: clamp(1.563rem, 1.016rem + 2.73vw, 3.75rem);
}


.news_det_r {
    width: clamp(23.438rem, 12.326rem + 17.36vw, 29.688rem);
}

.news_det_form_list {
    margin: 0;
    padding: 0;
    column-gap: 19px;
    row-gap: 20px;
}

.news_det_form_list dd {
    width: calc((100% - 19px) / 2);
    margin: 0;
    padding: 0;
}

.news_det_form_list dd.ddw {
    width: 100%;
}

.news_det_form_list_title {
    margin-bottom: 8px;
}

.news_det_form_text,
.news_det_form_area {
    display: blockb;
    width: 100%;
    height: 50px;
    color: #333;
    font-size: 16px;
    padding-left: 16px;
    border: 1px solid #DBD8D7;
}

.news_det_form_area {
    height: clamp(7.5rem, 6.094rem + 7.03vw, 13.125rem);
    resize: none;
    padding: 16px 16px;
}

.news_det_r_list {
    row-gap: clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem);
}

.news_det_r_list_item {
    row-gap: 16px;
}

.news_det_r_list_item_pic {
    width: 150px;
    overflow: hidden;
}

.news_det_r_list_item_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_det_r_list_item_con {
    width: calc(100% - 150px);
    padding-left: 16px;
}

.news_det_r_list_item_con_time {
    margin-bottom: 8px;
}

.news_det_r_list_item_con_tt {
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news_det_r_list_item:hover .news_det_r_list_item_pic img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.news_det_r_list_item:hover .news_det_r_list_item_con_tt {
    color: var(--hue);
}


/* contact */
.contact_box1_l {
    width: 47.3%;
}


.contact_box1_l_list {
    gap: clamp(0.938rem, 0.672rem + 1.33vw, 2rem);
}

.contact_box1_l_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.875rem + 1.25vw, 4.125rem);
    height: clamp(3.125rem, 2.875rem + 1.25vw, 4.125rem);
    border-radius: 50%;
    font-size: clamp(1.625rem, 1.5rem + 0.63vw, 2.125rem);
    color: var(--hue);
    border: 1px solid var(--hue);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.contact_box1_l_list .item .con {
    width: calc(100% - clamp(3.125rem, 2.875rem + 1.25vw, 4.125rem));
    padding-left: clamp(0.5rem, 0.313rem + 0.94vw, 1.25rem);
    padding-top: 8px;
}

.contact_box1_l_list .item .con .tt {
    margin-bottom: clamp(0.25rem, 0.188rem + 0.31vw, 0.5rem);
}

.contact_box1_l_list .item .con .text a {
    color: #333;
}

.contact_box1_l_list .item .con .text a:hover {
    color: var(--hue);
}

.contact_box1_l_list .item:hover .icon {
    color: #fff;
    background: var(--hue);
}

.contact_box1_l_sm_con {
    gap: clamp(0.188rem, 0.047rem + 0.7vw, 0.75rem);
}

.contact_box1_l_sm_con .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.469rem + 2.03vw, 3.5rem);
    height: clamp(1.875rem, 1.469rem + 2.03vw, 3.5rem);
    font-size: clamp(1rem, 0.844rem + 0.78vw, 1.625rem);
    border-radius: 50%;
    border: 1px solid transparent;
}

.contact_box1_l_sm_con .icon.icon-facebook1 {
    color: #3B5998;
    border-color: #3B5998;
}

.contact_box1_l_sm_con .icon.icon-linkedin2 {
    color: #007BB5;
    border-color: #007BB5;
}

.contact_box1_l_sm_con .icon.icon-tiktok {
    color: #000000;
    border-color: #000000;
}

.contact_box1_l_sm_con .icon.icon-you-tube {
    color: #FF0000;
    border-color: #FF0000;
}

.contact_box1_l_sm_con .icon.icon-instagram-fill {
    color: #E4405F;
    border-color: #E4405F;
}

.contact_box1_l_sm_con .icon.icon-pinterest1 {
    color: #BD081C;
    border-color: #BD081C;
}

.contact_box1_l_sm_con .icon.icon-tuite1 {
    color: #000;
    border-color: #000;
}

.contact_box1_l_sm_con .icon.icon-whatsapp1 {
    color: #25D366;
    border-color: #25D366;
}

.contact_box1_l_sm_con .icon:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.contact_box1_r {
    width: 47.22%;
    background: #fff;
    padding: clamp(1.875rem, 1.422rem + 2.27vw, 3.688rem) clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.contact_box1_r_list {
    margin: 0;
    padding: 0;
    gap: clamp(0.875rem, 0.797rem + 0.39vw, 1.188rem);
}

.contact_box1_r_list dd {
    margin: 0;
    padding: 0;
}

.contact_box1_r_list_text_box {
    position: relative;
}

.contact_box1_r_list_icon {
    position: absolute;
    left: 13px;
    top: 0;
    font-size: 16px;
    line-height: 50px;
    color: var(--hue);
}

.contact_box1_r_list_text,
.contact_box1_r_list_area {
    display: block;
    width: 100%;
    font-size: 16px;
    height: 50px;
    color: #333;
    border-radius: 4px;
    padding-left: 20px;
    border: 1px solid #EAE5E5;
}

.contact_box1_r_list_area {
    height: clamp(7.5rem, 6.203rem + 6.48vw, 12.688rem);
    resize: none;
    padding: 14px 20px;
}

.contact_box1_r_list_text:focus,
.contact_box1_r_list_area:focus {
    border-color: var(--hue);
}


.contact_box1_r_list_btn {
    width: 230px;
    height: 56px;
    border-radius: 28px;
}


/* 404 */
.error_page {
    padding-top: clamp(3.125rem, 1.797rem + 6.64vw, 8.438rem);
    padding-bottom: clamp(3.75rem, 1.125rem + 13.13vw, 14.25rem);
}

.error_box_icon {
    height: clamp(5rem, 3.125rem + 9.38vw, 12.5rem);
}

.error_box_tt {
}

.error_box_text {
}


/* success */
.success_box_icon {
    width: clamp(5.625rem, 4.688rem + 4.69vw, 9.375rem);
}

.attachment-full {
    width: 100%; /* 让图片宽度填满其容器 */
    height: auto; /* 让高度自动按比例缩放 */
    object-fit: cover; /* 关键属性：保证图片覆盖整个容器，并保持比例，可能会裁剪边缘 */
    /* 或者使用 `contain` 如果你想完整显示图片而不裁剪 */
    /* object-fit: contain; */
}

.sub_banner {
    background: no-repeat center center / cover;
}


.pro_table table tr td a:hover{
    color:var(--hue) !important;
}