:root {
    --hue: #009DE1;
    --hue2: #003470;
    --max-width: 1440px;
    --space: clamp(2.5rem, 1.563rem + 4.69vw, 6.25rem);
}

.grid--1 {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--1 > * {
    grid-column: 1 !important;
}

.grid--2 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--3 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--4 {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--5 {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--6 {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--7 {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--8 {
    display: grid !important;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--9 {
    display: grid !important;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--10 {
    display: grid !important;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--11 {
    display: grid !important;
    grid-template-columns: repeat(11, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--12 {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    inline-size: 100%;
}

.grid--1-2 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    inline-size: 100%;
}

.grid--1-3 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
    inline-size: 100%;
}

.grid--2-1 {
    display: grid !important;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    inline-size: 100%;
}

.grid--2-3 {
    display: grid !important;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    inline-size: 100%;
}

.grid--3-1 {
    display: grid !important;
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
    inline-size: 100%;
}

.grid--3-2 {
    display: grid !important;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    inline-size: 100%;
}

.grid-rows--1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows--2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows--3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows--4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows--5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows--6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows--7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
}

.grid-rows--8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
}

.grid-rows--9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
}

.grid-rows--10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
}

.grid-rows--11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
}

.grid-rows--12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
}


/* xl */
@media (max-width: 1280px) {
    .width-xl-100 {
        width: 100% !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .show-xl {
        display: block !important;
    }

    .hide-xl {
        display: none !important;
    }


    .grid--xl-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid--xl-1 > * {
        grid-column: 1 !important;
    }

    .grid--xl-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid--xl-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grid--xl-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .grid--xl-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .grid--xl-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .grid--xl-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .grid--xl-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .grid--xl-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .grid--xl-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .grid--xl-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .grid--xl-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .grid-rows--xl-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .grid-rows--xl-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .grid-rows--xl-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .grid-rows--xl-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .grid-rows--xl-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .grid-rows--xl-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .grid-rows--xl-7 {
        grid-template-rows: repeat(7, minmax(0, 1fr));
    }

    .grid-rows--xl-8 {
        grid-template-rows: repeat(8, minmax(0, 1fr));
    }

    .grid-rows--xl-9 {
        grid-template-rows: repeat(9, minmax(0, 1fr));
    }

    .grid-rows--xl-10 {
        grid-template-rows: repeat(10, minmax(0, 1fr));
    }

    .grid-rows--xl-11 {
        grid-template-rows: repeat(11, minmax(0, 1fr));
    }

    .grid-rows--xl-12 {
        grid-template-rows: repeat(12, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .width-l-100 {
        width: 100% !important;
    }

    .flex-l-row {
        flex-direction: row !important;
    }

    .flex-l-column {
        flex-direction: column !important;
    }

    .flex-l-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-l-column-reverse {
        flex-direction: column-reverse !important;
    }

    .show-l {
        display: block !important;
    }

    .hide-l {
        display: none !important;
    }


    .grid--l-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid--l-1 > * {
        grid-column: 1 !important;
    }

    .grid--l-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid--l-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grid--l-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .grid--l-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .grid--l-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .grid--l-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .grid--l-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .grid--l-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .grid--l-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .grid--l-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .grid--l-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .grid-rows--l-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .grid-rows--l-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .grid-rows--l-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .grid-rows--l-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .grid-rows--l-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .grid-rows--l-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .grid-rows--l-7 {
        grid-template-rows: repeat(7, minmax(0, 1fr));
    }

    .grid-rows--l-8 {
        grid-template-rows: repeat(8, minmax(0, 1fr));
    }

    .grid-rows--l-9 {
        grid-template-rows: repeat(9, minmax(0, 1fr));
    }

    .grid-rows--l-10 {
        grid-template-rows: repeat(10, minmax(0, 1fr));
    }

    .grid-rows--l-11 {
        grid-template-rows: repeat(11, minmax(0, 1fr));
    }

    .grid-rows--l-12 {
        grid-template-rows: repeat(12, minmax(0, 1fr));
    }
}

/* m */
@media (max-width: 768px) {
    .width-m-100 {
        width: 100% !important;
    }

    .flex-m-row {
        flex-direction: row !important;
    }

    .flex-m-column {
        flex-direction: column !important;
    }

    .flex-m-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-m-column-reverse {
        flex-direction: column-reverse !important;
    }

    .show-m {
        display: block !important;
    }

    .hide-m {
        display: none !important;
    }


    .grid--m-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid--m-1 > * {
        grid-column: 1 !important;
    }

    .grid--m-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid--m-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grid--m-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .grid--m-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .grid--m-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .grid--m-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .grid--m-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .grid--m-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .grid--m-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .grid--m-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .grid--m-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .grid-rows--m-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .grid-rows--m-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .grid-rows--m-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .grid-rows--m-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .grid-rows--m-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .grid-rows--m-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .grid-rows--m-7 {
        grid-template-rows: repeat(7, minmax(0, 1fr));
    }

    .grid-rows--m-8 {
        grid-template-rows: repeat(8, minmax(0, 1fr));
    }

    .grid-rows--m-9 {
        grid-template-rows: repeat(9, minmax(0, 1fr));
    }

    .grid-rows--m-10 {
        grid-template-rows: repeat(10, minmax(0, 1fr));
    }

    .grid-rows--m-11 {
        grid-template-rows: repeat(11, minmax(0, 1fr));
    }

    .grid-rows--m-12 {
        grid-template-rows: repeat(12, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .width-s-100 {
        width: 100% !important;
    }

    .flex-s-row {
        flex-direction: row !important;
    }

    .flex-s-column {
        flex-direction: column !important;
    }

    .flex-s-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-s-column-reverse {
        flex-direction: column-reverse !important;
    }

    .show-s {
        display: block !important;
    }

    .hide-s {
        display: none !important;
    }


    .grid--s-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid--s-1 > * {
        grid-column: 1 !important;
    }

    .grid--s-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid--s-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grid--s-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .grid--s-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .grid--s-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .grid--s-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .grid--s-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .grid--s-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .grid--s-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .grid--s-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .grid--s-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .grid-rows--s-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .grid-rows--s-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .grid-rows--s-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .grid-rows--s-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .grid-rows--s-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .grid-rows--s-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .grid-rows--s-7 {
        grid-template-rows: repeat(7, minmax(0, 1fr));
    }

    .grid-rows--s-8 {
        grid-template-rows: repeat(8, minmax(0, 1fr));
    }

    .grid-rows--s-9 {
        grid-template-rows: repeat(9, minmax(0, 1fr));
    }

    .grid-rows--s-10 {
        grid-template-rows: repeat(10, minmax(0, 1fr));
    }

    .grid-rows--s-11 {
        grid-template-rows: repeat(11, minmax(0, 1fr));
    }

    .grid-rows--s-12 {
        grid-template-rows: repeat(12, minmax(0, 1fr));
    }
}


.fz85 {
    font-size: clamp(1.875rem, 1.016rem + 4.3vw, 5.313rem);
}

.fz72 {
    font-size: clamp(1.625rem, 0.554rem + 4.51vw, 4.5rem);
}

.fz70 {
    font-size: clamp(1.625rem, 0.6rem + 4.31vw, 4.375rem);
}

.fz68 {
    font-size: clamp(1.625rem, 0.647rem + 4.12vw, 4.25rem);
}

.fz66 {
    font-size: clamp(1.625rem, 0.694rem + 3.92vw, 4.125rem);
}

.fz64 {
    font-size: clamp(1.625rem, 0.74rem + 3.73vw, 4rem);
}

.fz62 {
    font-size: clamp(1.625rem, 0.787rem + 3.53vw, 3.875rem);
}

.fz60 {
    font-size: clamp(1.625rem, 0.833rem + 3.33vw, 3.75rem);
}

.fz58 {
    font-size: clamp(1.625rem, 0.88rem + 3.14vw, 3.625rem);
}

.fz56 {
    font-size: clamp(1.625rem, 0.926rem + 2.94vw, 3.5rem);
}

.fz54 {
    font-size: clamp(1.625rem, 0.973rem + 2.75vw, 3.375rem);
}

.fz52 {
    font-size: clamp(1.625rem, 1.02rem + 2.55vw, 3.25rem);
}

.fz50 {
    font-size: clamp(1.5rem, 0.895rem + 2.55vw, 3.125rem);
}

.fz48 {
    font-size: clamp(1.5rem, 0.941rem + 2.35vw, 3rem);
}

.fz46 {
    font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}

.fz44 {
    font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}

.fz42 {
    font-size: clamp(1.5rem, 1.081rem + 1.76vw, 2.625rem);
}

.fz40 {
    font-size: clamp(1.375rem, 0.956rem + 1.76vw, 2.5rem);
}

.fz38 {
    font-size: clamp(1.375rem, 1.002rem + 1.57vw, 2.375rem);
}

.fz36 {
    font-size: clamp(1.375rem, 1.049rem + 1.37vw, 2.25rem);
}

.fz34 {
    font-size: clamp(1.25rem, 0.924rem + 1.37vw, 2.125rem);
}

.fz32 {
    font-size: clamp(1.25rem, 0.971rem + 1.18vw, 2rem);
}

.fz30 {
    font-size: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
}

.fz28 {
    font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
}

.fz26 {
    font-size: clamp(1.125rem, 0.939rem + 0.78vw, 1.625rem);
}

.fz24 {
    font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
}

.fz22 {
    font-size: clamp(1rem, 0.86rem + 0.59vw, 1.375rem);
}

.fz20 {
    font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
}

.fz18 {
    font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
}

.fz16 {
    font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
}

.fz14 {
    font-size: 14px;
}


/* 水平排列，右对齐，垂直居中 */
.flex-row-end-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

/* 水平排列，右对齐，垂直顶部对齐 */
.flex-row-end-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}

/* 水平排列，右对齐，垂直底部对齐 */
.flex-row-end-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

/* 水平排列，左对齐，垂直居中 */
.flex-row-start-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

/* 水平排列，左对齐，垂直顶部对齐 */
.flex-row-start-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

/* 水平排列，左对齐，垂直底部对齐 */
.flex-row-start-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

/* 水平排列，居中对齐，垂直居中 */
.flex-row-center-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* 水平排列，居中对齐，垂直顶部对齐 */
.flex-row-center-start {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

/* 水平排列，居中对齐，垂直底部对齐 */
.flex-row-center-end {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

/* 水平排列，均匀分布，垂直居中 */
.flex-row-around-center {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

/* 水平排列，均匀分布，垂直顶部对齐 */
.flex-row-around-start {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

/* 水平排列，均匀分布，垂直底部对齐 */
.flex-row-around-end {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
}

/* 水平排列，间隔均匀，垂直居中 */
.flex-row-evenly-center {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

/* 水平排列，间隔均匀，垂直顶部对齐 */
.flex-row-evenly-start {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
}

/* 水平排列，间隔均匀，垂直底部对齐 */
.flex-row-evenly-end {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-end;
}

/* 水平排列，两端对齐，垂直居中 */
.flex-row-between-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* 水平排列，两端对齐，垂直顶部对齐 */
.flex-row-between-start {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

/* 水平排列，两端对齐，垂直底部对齐 */
.flex-row-between-end {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}


/* 水平排列，右对齐，垂直拉伸 */
.flex-row-end-stretch {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
}

/* 水平排列，左对齐，垂直拉伸 */
.flex-row-start-stretch {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

/* 水平排列，居中对齐，垂直拉伸 */
.flex-row-center-stretch {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

/* 水平排列，均匀分布，垂直拉伸 */
.flex-row-around-stretch {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
}

/* 水平排列，间隔均匀，垂直拉伸 */
.flex-row-evenly-stretch {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
}

/* 水平排列，两端对齐，垂直拉伸 */
.flex-row-between-stretch {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}


/* 垂直排列，顶部对齐，水平居中 */
.flex-column-start-center {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

/* 垂直排列，顶部对齐，水平左对齐 */
.flex-column-start-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/* 垂直排列，顶部对齐，水平右对齐 */
.flex-column-start-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

/* 垂直排列，居中对齐，水平居中 */
.flex-column-center-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 垂直排列，居中对齐，水平左对齐 */
.flex-column-center-start {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* 垂直排列，居中对齐，水平右对齐 */
.flex-column-center-end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

/* 垂直排列，底部对齐，水平居中 */
.flex-column-end-center {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

/* 垂直排列，底部对齐，水平左对齐 */
.flex-column-end-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

/* 垂直排列，底部对齐，水平右对齐 */
.flex-column-end-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

/* 垂直排列，均匀分布，水平居中 */
.flex-column-around-center {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

/* 垂直排列，均匀分布，水平左对齐 */
.flex-column-around-start {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

/* 垂直排列，均匀分布，水平右对齐 */
.flex-column-around-end {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
}

/* 垂直排列，间隔均匀，水平居中 */
.flex-column-evenly-center {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

/* 垂直排列，间隔均匀，水平左对齐 */
.flex-column-evenly-start {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
}

/* 垂直排列，间隔均匀，水平右对齐 */
.flex-column-evenly-end {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
}

/* 垂直排列，两端对齐，水平居中 */
.flex-column-between-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* 垂直排列，两端对齐，水平左对齐 */
.flex-column-between-start {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

/* 垂直排列，两端对齐，水平右对齐 */
.flex-column-between-end {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;

}


/* 垂直排列，顶部对齐，水平拉伸 */
.flex-column-start-stretch {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

/* 垂直排列，底部对齐，水平拉伸 */
.flex-column-end-stretch {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
}

/* 垂直排列，居中对齐，水平拉伸 */
.flex-column-center-stretch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

/* 垂直排列，均匀分布，水平拉伸 */
.flex-column-around-stretch {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
}

/* 垂直排列，间隔均匀，水平拉伸 */
.flex-column-evenly-stretch {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
}

/* 垂直排列，两端对齐，水平拉伸 */
.flex-column-between-stretch {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}


.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}


.gap30 {
    row-gap: clamp(1.125rem, 0.938rem + 0.94vw, 1.875rem);
}


.mt_0 {
    margin-top: 0;
}

.mb_0 {
    margin-bottom: 0;
}


.pt {
    padding-top: var(--space);
}

.pb {
    padding-bottom: var(--space);
}

.ptb {
    padding-top: var(--space);
    padding-bottom: var(--space);
}

.bgfixed {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


html,
body {
    font-family: "Inter-Regular", sans-serif;
    font-weight: 400;
}

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

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

.fmm {
    font-family: "Inter-Medium";
}

.fms {
    font-family: "Inter-SemiBold";
}

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


.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_box.pro_det {
    height: 100px;
}

.header_box.pro_det2 {
    height: 100px;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100px;
    padding: 0 clamp(2.5rem, -7.5rem + 12.5vw, 7.5rem);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.header_l {
    gap: clamp(1.25rem, -8.5rem + 12.19vw, 6.125rem);
}

.logo {
    width: 143px;
    height: 100px;
    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;
}

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

.menu_dl dd.dd_pro {
    position: static;
}

.menu_tt {
    line-height: 100px;
    color: #fff;
    font-size: 16px;
    font-family: "Inter-Bold";
    white-space: nowrap;
    position: relative;
    gap: 5px;
    text-transform: capitalize;
}

.menu_tt .icon {
    font-size: 14px;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
}

.menu_down_pro {
    display: none;
    position: fixed;
    left: 13%;
    top: 100px;
    max-width: 1320px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.menu_down_pro_l {
    width: 33.33%;
    background: #F0F4F9;
    padding: 26px 35px;
}

.menu_down_pro_l .item {
    line-height: 2.25;
    cursor: pointer;
    color: #444;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

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

.menu_down_pro_r {
    width: 66.67%;
    padding: clamp(1.563rem, -0.313rem + 2.34vw, 2.5rem) clamp(1.563rem, -4.563rem + 7.66vw, 4.625rem);
    height: 600px;
    overflow-y: auto;
}

.menu_down_pro_list {
    gap: clamp(1.563rem, -4.688rem + 7.81vw, 3.125rem);
}

.menu_down_pro_list a {
    display: block;
}

.menu_down_pro_list a .pic {
    overflow: hidden;
    margin-bottom: 6px;
}

.menu_down_pro_list a .pic img {
    width: 100%;
}

.menu_down_pro_list a .tt {
    color: #444;
    line-height: 1.4;
}

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

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


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

.menu_down a {
    display: block;
    color: #444;
    line-height: 30px;
    font-size: 16px;
    white-space: nowrap;
    padding: 3px 18px;
    text-transform: capitalize;
}

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

.header_r {
    gap: clamp(1.25rem, -1rem + 2.81vw, 2.375rem);
}

.header_r_l {
    gap: 10px;
}

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

.header_r_line {
    width: 1px;
    height: 23px;
    background: #A9A9A9;
}

.header_r_lag {
    position: relative;
}

.header_r_lag_tt {
    color: #fff;
    cursor: pointer;
    gap: 4px;
    color: #fff;
    height: 40px;
}

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

.header_r_lag_tt .icon2 {
    font-size: 16px;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
}

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

.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);
}

.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 3px 6px rgba(0, 0, 0, .15);
}

.header_box.pro_det .header {
    background: #fff;
    position: relative !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.header_box.pro_det2 .header {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

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

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

.header.hover .menu_tt,
.header_box.pro_det .menu_tt,
.header_box.pro_det2 .menu_tt {
    color: #444;
}

.header.hover .header_r_lag_tt,
.header_box.pro_det .header_r_lag_tt,
.header_box.pro_det2 .header_r_lag_tt,
.header.hover .header_r_search,
.header_box.pro_det .header_r_search,
.header_box.pro_det2 .header_r_search {
    color: #666;
}


/*
 * 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: var(--hue);
    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: #fff;
    border-radius: 4px;
    margin-bottom: 6px;
}

.mobile_menu_btn .line:last-child {
    margin-bottom: 0;
}

.mobile_search_icon,
.mobile_lag_icon {
    width: 40px;
    height: 52px;
    color: #fff;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
}

.mobile_menu_box {
    position: fixed;
    right: -110%;
    top: 0;
    z-index: 15;
    width: 75%;
    height: 100%;
    background: #fff;
    padding: 20px 15px;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_close {
    position: absolute;
    right: calc(clamp(1.125rem, 0.739rem + 1.93vw, 2.188rem) * -0.6);
    top: calc(clamp(1.125rem, 0.739rem + 1.93vw, 2.188rem) * -0.6);
    z-index: 15;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
}

.mobile_menu_box.show {
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_dl {
    margin: 0;
    padding-top: 20px;
}

.mobile_menu_dl dd {
    clear: both;
    margin: 0;
    line-height: 1.3;
    border-bottom: 1px solid #e1e1e1;
}

.mobile_menu_tt {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.mobile_menu_tt .text {
    width: calc(100% - 50px);
    color: #333;
    font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
    line-height: 24px;
    padding: clamp(0.625rem, 0.458rem + 0.83vw, 1.125rem) 0;
    text-transform: uppercase;
    font-family: "PlusJakartaSans-Bold";
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: var(--hue);
}

.mobile_menu_tt_icon {
    display: none;
    width: 44px;
    line-height: 44px;
    text-align: center;
    color: #333;
    font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    cursor: pointer;
}

.mobile_menu_down {
    display: none;
    padding: 6px 0 10px 12px;
}

.mobile_menu_down_clm {
    margin-bottom: 8px;
}

.mobile_menu_down_clm_tt {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    color: #333;
}

.mobile_menu_down_clm_tt .tt {
    width: calc(100% - 50px);
    color: #333;
    line-height: 20px;
    font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
    text-transform: capitalize;
    padding: clamp(0.313rem, 0.208rem + 0.52vw, 0.625rem) 0;
}

.mobile_menu_down_clm_tt .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    transform: rotateZ(90deg);
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon {
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
}

.mobile_menu_down_clm_list {
    display: none;
    padding: 5px 0 0 10px;
}

.mobile_menu_down_clm_list a {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    padding: 5px 0;
    position: relative;
}

.mobile_menu_tt_icon.hover {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}


.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: var(--hue);
}

.mobile_search_box {
    position: fixed;
    left: 0;
    top: 52px;
    z-index: 13;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fafafa;
}

.mobile_search_box form {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.mobile_search_text {
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    width: calc(100% - 40px);
    border: 0;
}

.mobile_search_btn {
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: var(--hue);
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    border: none;
    background: #fff;
}

.mobile_menu_b {
    margin-top: 40px;
}

.mobile_menu_b_clm {
    margin-bottom: 25px;
}

.mobile_menu_b_clm .tt {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}

.mobile_menu_b_clm .text {
    font-size: 14px;
    color: #333;
}

.mobile_menu_b_clm .text a {
    color: #333;
    word-break: break-all;
}


.mask,
.mobile_menu_mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mask {
    z-index: 13;
}


.scroll_dots .scroll_dots_bars {
    position: relative;
    padding-top: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
    z-index: 3;
    left: auto;
    bottom: auto !important;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    gap: clamp(0.438rem, 0.313rem + 0.63vw, 0.938rem);
}

.scroll_dots .scroll_dots_bars .swiper-pagination-bullet {
    width: clamp(0.625rem, 0.531rem + 0.47vw, 1rem);
    height: clamp(0.625rem, 0.531rem + 0.47vw, 1rem);
    opacity: 1;
    margin: 0;
    position: relative;
    background: #D9D9D9;
    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: 6px;
    color: #fff;
    min-width: clamp(11.25rem, 10.5rem + 3.75vw, 14.25rem);
    font-size: 16px;
    height: 50px;
    font-family: "Inter-Bold";
    border-radius: 5px;
    cursor: pointer;
    background: var(--hue);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.public_btn_out_line {
    background: none;
    color: #00428D;
    border: 1px solid #00428D;
}

.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);
}

.float_fixed .item {
    display: block;
    position: relative;
    background: var(--hue);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

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

.float_fixed .item:first-child {
    border-top-left-radius: 6px;
}

.float_fixed .item:last-child {
    border-bottom-left-radius: 6px;
}


.float_fixed .item .item_icon {
    position: relative;
    z-index: 3;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
    height: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
    font-size: clamp(1.125rem, 1rem + 0.63vw, 1.625rem);
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.float_fixed .item .item_con {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 210px;
    line-height: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: var(--hue);
    opacity: 0;
    font-size: 14px;
    padding-left: 14px;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.float_fixed .item .item_con .icon {
    font-size: clamp(1.125rem, 1rem + 0.63vw, 1.625rem);
    color: #fff;
    margin-right: 5px;
}

/* .float_fixed .item .item_con::after{
	position: absolute;
	top: 50%;
	left: 100%;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-left-width: 10px;
	border-right-width: 0;
	border-top-width: 10px;
	border-bottom-width:10px;
	border-color: transparent transparent transparent var(--hue);
	transform: translate(0,-50%);
} */


.float_fixed .item:hover .item_con {
    pointer-events: auto;
    opacity: 1;
    right: calc(100% - 5px);
}

.back_top .item_icon {
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
}


/* page */
/* page */
.page_box {
    padding: clamp(2.5rem, 2.21rem + 1.45vw, 3.75rem) 0 0;
}

.page_box .wp-pagenavi {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: clamp(0.188rem, 0.125rem + 0.31vw, 0.438rem);
}

.wp-pagenavi > a,
.wp-pagenavi > span {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    color: #333;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    width: clamp(2.25rem, 2.2rem + 0.25vw, 2.5rem);
    height: clamp(2.25rem, 2.2rem + 0.25vw, 2.5rem);
    border: 1px solid #C6C6C7;
}

.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 {
    font-weight: bold;
}

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

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

.open_window_close {
    position: absolute;
    right: 12px;
    top: 12px;
    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: 30px;
    height: 30px;
    color: #333;
    font-size: clamp(1.375rem, 1.281rem + 0.47vw, 1.75rem);
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.open_window_l {
    width: 38.6%;
}

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

.open_window_r {
    width: 61.4%;
    background: #fff;
    padding: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem) clamp(0.938rem, 0.369rem + 2.84vw, 2.5rem);
}

.open_window_r_list {
    margin: 0;
    padding: 0;
    gap: 15px;
}

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

.open_window_r_list_text,
.open_window_r_list_area {
    display: block;
    width: 100%;
    height: clamp(2.75rem, 2.594rem + 0.78vw, 3.375rem);
    font-size: 16px;
    padding-left: 15px;
    color: #333;
    background: #F0F4F9;
    outline: none;
    border-radius: 5px;
    border: 1px solid #A8BBCE;
}

.open_window_r_list_area {
    height: clamp(6.25rem, 5.297rem + 4.77vw, 10.063rem);
    resize: none;
    line-height: 1.5;
    padding: 12px 15px;
}

.open_window_r_list_text::-webkit-input-placeholder,
.open_window_r_list_area::-webkit-input-placeholder {
    color: #5A7A99;
}

.open_window_r_list_btn {
    display: block;
    width: 90%;
    width: 228px;
    height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
}


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

.banner_b {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
}

.banner_b img {
    width: 100%;
}


.banner {
    position: relative;
}

.banner_item {
    display: block;
    width: 100%;
}

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

.banner_video {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1920/836;
    object-fit: cover;
}

.banner_item_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background: rgba(4, 4, 4, .28);
}

.banner_item_con .wrapper {
    height: 100%;
}

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


/* location */
.location {
    padding: 5px 0;
    line-height: clamp(2.75rem, 2.5rem + 1.25vw, 3.75rem);
}

.location_det {
    background: #F0F4F9;
}

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

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


.ind_title1_tt1 {
    line-height: 1.1;
    margin-bottom: 5px;
}


.ind_box1_l {
    width: 40%;
}

.ind_box1_r {
    width: 50%;
    position: relative;
    margin-bottom: calc(clamp(0.938rem, 0.141rem + 3.98vw, 4.125rem));
}

.ind_box1_r .pic1 {
    width: 82.9%;
}

.ind_box1_r .pic2 {
    position: absolute;
    left: 0;
    bottom: calc(clamp(0.938rem, 0.141rem + 3.98vw, 4.125rem) * -1);
    width: 42.5%;
    border: 5px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}

.ind_box2 {
    background: linear-gradient(to bottom, rgba(236, 241, 249, 1) 0%, rgba(236, 241, 249, 0) 100%);
}

.ind_box2_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;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    aspect-ratio: 240/213;
    overflow: hidden;
    border: 1px solid #A4A4A4;
    margin: -1px 0 0 -1px;
}

.ind_box2_list .item .icon {
    width: clamp(3.125rem, 2.781rem + 1.72vw, 4.5rem);
    margin-bottom: 11px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box2_list .item .tt {
    padding: 0 8px;
}

.ind_box2_list .item:last-child {
    background: var(--hue);
}

.ind_box2_list .item:hover .icon {
    transform: rotateY(360deg);
}

.ind_box3_title_l {
    width: calc(100% - 180px);
}

.ind_box3_title_r {
    width: 177px;
}

.ind_box3_title_r .public_btn1 {
    min-width: 177px;
}


.ind_box3_list {
    gap: 8px;
}

.ind_box3_list_item {
    width: 290px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box3_list_item.hover {
    width: calc(100% - 16px - 580px);
}

.ind_box3_list_item_pic {
    height: clamp(25rem, -2.778rem + 43.4vw, 40.625rem);
}

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

.ind_box3_list_item_con1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 clamp(0.938rem, -1.396rem + 3.65vw, 2.25rem);
    background: linear-gradient(to right, rgba(0, 66, 141, .63) 0, rgba(37, 37, 37, 0) 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box3_list_item_con2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 clamp(1.875rem, -8.458rem + 16.15vw, 7.688rem);
    background: linear-gradient(to right, rgba(0, 66, 141, .84) 0, rgba(37, 37, 37, 0) 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}

.ind_box3_list_item.hover .ind_box3_list_item_con1 {
    opacity: 0;
}

.ind_box3_list_item.hover .ind_box3_list_item_con2 {
    opacity: 1;
}


.ind_box4_scroll_item {
    display: block;
}

.ind_box4_scroll_item_pic {
    overflow: hidden;
}

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

.ind_box4_scroll_item_con {
    padding: clamp(1.125rem, 1rem + 0.63vw, 1.625rem) 0 0 0;
}

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


.ind_box5_scroll {
    width: 100%;
}

.ind_box5_scroll_item {
    position: relative;
    height: clamp(15rem, 6.25rem + 43.75vw, 50rem);
}

.ind_box5_scroll_item_pic {
    width: 100%;
    height: 100%;
}

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

.ind_box5_scroll_item_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 66, 141, .84) 0, rgba(37, 37, 37, 0) 100%);
}

.ind_box5_scroll_item_con .tt1,
.ind_box5_scroll_item_con .tt2,
.ind_box5_scroll_item_con .tt3 {
    transform-origin: center center;
    max-width: 1200px;
    transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.ind_box5_scroll_item_con .tt1 {
    margin-bottom: clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
}

.ind_box5_scroll_item_con .tt2 {
    line-height: 1;
    font-size: clamp(2.5rem, 1.125rem + 6.88vw, 8rem);
    margin-bottom: clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
}

.ind_box5_scroll_item_con .tt2 .num {
    line-height: 0.7;
}

.ind_box5_scroll_item_con .tt3 {
    max-width: 672px;
}

.ind_box5_scroll .swiper-slide-active .ind_box5_scroll_item_con .tt1,
.ind_box5_scroll .swiper-slide-active .ind_box5_scroll_item_con .tt2,
.ind_box5_scroll .swiper-slide-active .ind_box5_scroll_item_con .tt3 {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}


.ind_box5_scroll_bars {
    position: absolute;
    left: 0;
    bottom: clamp(1rem, -0.406rem + 7.03vw, 6.625rem) !important;
    z-index: 2;
    width: 100%;
    gap: clamp(0.25rem, 0.109rem + 0.7vw, 0.813rem);
}

.ind_box5_scroll_bars .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    margin: 0;
    width: clamp(2.5rem, 0.625rem + 9.38vw, 10rem);
    height: clamp(0.125rem, 0.094rem + 0.16vw, 0.25rem);
    background: rgba(255, 255, 255, .42);
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box5_scroll_bars .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}


.ind_box6 {
    background: linear-gradient(to bottom, rgba(236, 241, 249, 1) 0%, rgba(236, 241, 249, 0) 100%);
}


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

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

.news_list_item {
    display: block;
}

.news_list_item_pic {
    overflow: hidden;
}

.news_list_item_pic img {
    width: 100%;
}

.news_list_item_con {
    position: relative;
    z-index: 2;
    width: calc(100% - clamp(0.938rem, 0.75rem + 0.94vw, 1.688rem) * 2);
    background: #fff;
    border-radius: 5px;
    padding: clamp(1.125rem, 0.938rem + 0.94vw, 1.875rem) clamp(0.938rem, 0.797rem + 0.7vw, 1.5rem);
    margin: calc(clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) * -1) auto 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

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

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

.news_list_item:hover .news_list_item_con_tt {
    color: var(--hue) !important;
}


.footer_inq {
    position: relative;
}

.footer_inq::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: clamp(5rem, 2.719rem + 11.41vw, 14.125rem);
    background: #39414C;
}

.footer_inq_con {
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .25);
}

.footer_inq_l {
    width: 39.16%;
}

.footer_inq_l_pic {
    overflow: hidden;
}

.footer_inq_l_pic img {
    width: 100%;
}

.footer_inq_l_con {
    padding: clamp(1.063rem, 0.797rem + 1.33vw, 2.125rem) clamp(0.938rem, 0.422rem + 2.58vw, 3rem);
    background: #053560;
}

.footer_inq_l_tt {
    margin-bottom: clamp(3.125rem, 0.922rem + 11.02vw, 11.938rem);
}

.footer_inq_l_b {
    column-gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
    row-gap: clamp(0.5rem, 0.469rem + 0.16vw, 0.625rem);
}

.footer_inq_l_b .item {
    color: #fff;
    gap: 6px;
}

.footer_inq_r {
    width: 60.84%;
    background: #fff;
    padding: clamp(1.563rem, 1.172rem + 1.95vw, 3.125rem) clamp(0.938rem, -0.078rem + 5.08vw, 5rem);
}

.footer_inq_r_list {
    margin: 0;
    padding: 0;
    column-gap: clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
    row-gap: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}

.footer_inq_r_list dd {
    width: calc((100% - clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem)) / 2);
    margin: 0;
    padding: 0;
}

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

.footer_inq_r_list_text,
.footer_inq_r_list_area {
    display: block;
    width: 100%;
    height: clamp(2.875rem, 2.75rem + 0.63vw, 3.375rem);
    color: var(--hue2);
    font-size: 16px;
    padding-left: 18px;
    border-radius: 5px;
    background: #F0F4F9;
    border: 1px solid #A8BBCE;
}

.footer_inq_r_list_area {
    height: clamp(8.75rem, 7.688rem + 5.31vw, 13rem);
    resize: none;
    padding: 14px 18px;
}

.footer_inq_r_list_text::-webkit-input-placeholder,
.footer_inq_r_list_area::-webkit-input-placeholder {
    color: #5A7A99;
}


.footer_cta {
    background: #39414C;
}

.footer {
    background: #39414C;
}

.footer_t {
    padding: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem) 0 clamp(1.563rem, 1.328rem + 1.17vw, 2.5rem);
    border-top: 1px solid #989898;
}

.footer_t_clm {
    column-gap: clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
    row-gap: clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem);
}

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

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

.footer_t_list2 {
    gap: clamp(0.5rem, 0.406rem + 0.47vw, 0.875rem);
}

.footer_t_list2 .item {
    line-height: 24px;
    color: #A8BBCE;
}

.footer_t_list2 .item .icon {
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.footer_t_list2 .item .tt {
    width: calc(100% - 24px);
    padding-left: 5px;
}

.footer_t_list2 .item .tt a {
    color: #A8BBCE;
}

.footer_t_list2 .item:hover .tt a {
    color: var(--hue);
}


.footer_b {
    background: #292D31;
    padding: clamp(0.875rem, 0.813rem + 0.31vw, 1.125rem) 0;
}

.footer_b_t_l {
    width: 60%;
    line-height: 22px;
    color: #93A3B5;
}

.footer_b_t_l a {
    color: #93A3B5;
}

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

.footer_b_r_sm {
    gap: 6px;
}

.footer_b_r_sm .icon {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: clamp(1.875rem, 1.688rem + 0.94vw, 2.625rem);
    height: clamp(1.875rem, 1.688rem + 0.94vw, 2.625rem);
    font-size: clamp(1rem, 0.938rem + 0.31vw, 1.25rem);
    color: #fff;
    background: rgba(18, 77, 143, .71);
    border: 1px solid rgba(18, 77, 143, .71);
    border-radius: 50%;
}

.footer_b_r_sm .icon:hover {
    background: var(--hue);
    border-color: var(--hue);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}


/* 404 */
.error_page {
    padding: clamp(3.75rem, 2.813rem + 4.69vw, 7.5rem) 0 clamp(5rem, 3.906rem + 5.47vw, 9.375rem);
}

.erroe_page_icon {
    width: clamp(12.5rem, 8.641rem + 19.3vw, 27.938rem);
}

.erroe_page_btn {
    width: 100%;
    max-width: 300px;
    border-radius: 25px;
}

.success_page_icon {
    height: clamp(4.375rem, 3.625rem + 3.75vw, 7.375rem);
}


/* pro_cover */
.pro_cover_box1_tip {
    width: 100%;
    max-width: 1200px;
    padding: 10px 15px;
}

.pro_cover_box1_tip a {
    color: #fff;
    text-decoration: underline;
}

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


.pro_cover_box2 {
    background: #F0F4F9;
}

.pro_cover_box2_l {
    width: 292px;
}

.pro_cover_box2_l_list {
    position: sticky;
    left: 0;
    top: 120px;
    width: 100%;
    gap: 10px;
}

.pro_cover_box2_l_list .item {
    line-height: 26px;
    color: #444;
    cursor: pointer;
}

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

.pro_cover_box2_r {
    width: calc(100% - 292px - clamp(1.25rem, -0.308rem + 3.25vw, 2.938rem));
}

.pro_cover_box2_list {
    gap: clamp(0.938rem, 0.361rem + 1.2vw, 1.563rem);
}

.pro_cover_box2_list_item {
    width: 91.7%;
    position: relative;
    background: #fff;
    padding: clamp(1.125rem, 0.5rem + 3.13vw, 3.625rem) 0 clamp(1.25rem, 0.5rem + 3.13vw, 3.75rem) clamp(0.938rem, 4.69vw, 4.688rem);
    box-shadow: 0 4px 7px rgba(0, 0, 0, .15);
}

.pro_cover_box2_list_item_con {
    width: 50%;
}

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

.pro_cover_box2_list_item_pic {
    width: 50%;
    position: relative;
    right: -8.3%;
    overflow: hidden;
}

.pro_cover_box2_list_item_pic img {
    width: 100%;
}

.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_con_tt {
    color: var(--hue);
}

/* sub_banner */
.sub_banner {
    position: relative;
    overflow: hidden;
}

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

.sub_banner_con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.sub_banner_con .wrapper {
    height: 100%;
}

.sub_banner_con_tt {
    padding: 0 clamp(0.938rem, 0.313rem + 3.13vw, 3.438rem);
    background: var(--hue);
    height: clamp(3.125rem, 2.219rem + 4.53vw, 6.75rem);
}


.pro_list_box2 {
    background: #F0F4F9;
}

.pro_list1 {
    margin: 0;
    padding: 0;
    column-gap: clamp(1.25rem, 1.219rem + 0.16vw, 1.375rem);
    row-gap: clamp(0.938rem, 0.234rem + 3.52vw, 3.75rem);
}

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

.pro_list1_item {
    height:100%;
    background: #fff;
    padding: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) clamp(0.938rem, 0.672rem + 1.33vw, 2rem);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.pro_list1_item_tt {
    color: #444;
}

.pro_list1_item_clm .item {
    color: #666;
    line-height: 20px;
}

.pro_list1_item_clm .item .icon {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666;
    margin-top: 7px;
}

.pro_list1_item_clm .item .tt {
    width: calc(100% - 6px);
    padding-left: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_list1_item_btn {
    width: 100%;
    color: var(--hue);
    height: clamp(2.5rem, 2.391rem + 0.55vw, 2.938rem);
    border: 1px solid var(--hue);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

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

.pro_list1_item:hover .pro_list1_item_tt {
    color: var(--hue);
}

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

.pro_list_box3_list {
    margin: 0;
    padding: 0;
    gap: 7px;
}

.pro_list_box3_list dd {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.pro_list_box3_list dd img {
    width: 100%;
}

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

.pro_list_box3_l {
    width: 60%;
}

.pro_list_box3_r {
    width: 30%;
}

.pro_list_box4 {
    background: #F0F4F9;
}

.pro_list_box4_scroll .swiper-slide {
    overflow: hidden;
}

.pro_list_box4_scroll .swiper-slide img {
    width: 100%;
}

.pro_list_box4_scroll .swiper-slide:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.pro_list_box4_scroll_btn_box {
    padding-top: clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem);
    gap: 14px;
}

.pro_list_box4_scroll_bars {
    width: auto !important;
    margin: 0 !important;
    padding-top: 0 !important;
}

.pro_list_box4_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: 24px;
    height: 24px;
    font-size: 18px;
    color: #231815;
    cursor: pointer;
}

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


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

.pro_list_box6_list .item {
    padding: clamp(1.875rem, 0.781rem + 5.47vw, 6.25rem) clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) clamp(1.25rem, 0.391rem + 4.3vw, 4.688rem);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_list_box6_list .item .icon {
    width: clamp(5rem, 3.344rem + 8.28vw, 11.625rem);
}

.pro_list_box6_list .item .text {
    text-align: left;
}

.pro_list_box6_list .item:first-child {
    background: #009FE3;
}

.pro_list_box6_list .item:nth-child(2) {
    background: #555;
}

.pro_list_box6_list .item:last-child {
    background: #206F98;
}

.pro_list_box6_list .item:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}


/* pro_det */
.pro_det_t {
    padding: 50px 0;
}

.pro_det_t_pic {
    overflow: hidden;
}

.pro_det_t_pic img {
    width: 100%;
}

.pro_det_t_down_btn {
    position: absolute;
    right: clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
    bottom: clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
    color: #fff;
    height: 42px;
    gap: 10px;
    background: rgba(0, 0, 0, .3);
    padding: 0 clamp(1.25rem, 1.047rem + 1.02vw, 2.063rem);
    border: 1px solid #fff;
    border-radius: 21px;
}

.pro_det_t_down_btn .icon {
    font-size: 18px;
}


.pro_det_b {
    padding: clamp(1.563rem, 1.25rem + 1.56vw, 2.813rem) 0;
}


.pro_det_b_bars_box {
    height: 50px;
    position: relative;
}

.pro_det_b_bars {
    position: relative;
    z-index: 2;
    padding: 0 clamp(0.938rem, 0.578rem + 1.8vw, 2.375rem);
    gap: clamp(0.625rem, 0.234rem + 1.95vw, 2.188rem);
    background: #F0F4F9;
}

.pro_det_b_bars .item {
    height: 52px;
    gap: 5px;
    color: #053059;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_det_b_bars .item .icon {
    font-size: 14px;
}

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


.pro_det_b_tabs {
    gap: var(--space);
}


.pro_det_item1_l {
    width: 48%;
}

.pro_det_item1_r {
    width: 48%;
}

.pro_det_item1_r iframe {
    width: 100%;
    aspect-ratio: 9/6;
}


.pro_det_b_img_scroll_box {
    position: relative;
    max-width: calc(clamp(0.938rem, 0.234rem + 3.52vw, 3.75rem) * 2 + 960px);
    padding: 0 clamp(0.938rem, 0.234rem + 3.52vw, 3.75rem);
    margin: 0 auto;
}

.pro_det_b_img_scroll_item .pic {
    display: block;
    overflow: hidden;
    position: relative;
}

.pro_det_b_img_scroll_item .pic img {
    width: 100%;
}

.pro_det_b_img_scroll_item .pic .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
    height: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
    color: #fff;
    font-size: clamp(1.125rem, 1rem + 0.63vw, 1.625rem);
    background: var(--hue);
}

.pro_det_b_img_scroll_item .tt {
    padding: clamp(1.063rem, 0.938rem + 0.63vw, 1.563rem) 0 0;
}

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

.pro_det_b_img_scroll_btn {
    position: absolute;
    top: 42%;
    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(1.875rem, 1.75rem + 0.63vw, 2.375rem);
    height: clamp(1.875rem, 1.75rem + 0.63vw, 2.375rem);
    font-size: clamp(1rem, 0.969rem + 0.16vw, 1.125rem);
    color: #fff;
    border-radius: 50%;
    background: #D9D9D9;
    cursor: pointer;
    margin-top: calc(clamp(1.875rem, 1.75rem + 0.63vw, 2.375rem) / 2 * -1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

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

.pro_det_b_img_scroll_btn.next {
    right: 0;
}

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

table {
    width: 100%;
}

table tr td {
    padding: 8px;
    border: 1px solid #A4A4A4;
}


.pro_det_b_clm3 {
    gap: clamp(0.938rem, 0.891rem + 0.23vw, 1.125rem);
}

.pro_det_b_clm3 .item {
    overflow: hidden;
}

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

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



.solu_list_l_tabs_item table tr{
    border:1px solid #C9C9C9;
}
.solu_list_l_tabs_item table tr:nth-child(odd){
    background: #E2E2E2;
}
.solu_list_l_tabs_item table tr:first-child{
    background: #6182ae;
    color: #fff;
}
.rela_pro {
    background: #F0F4F9;
}


.about_box2 {
    background: #F0F4F9;
}

.about_box2_l {
    width: 51%;
}

.about_box2_r {
    width: 44.1%;
    padding: clamp(1.125rem, 0.516rem + 3.05vw, 3.563rem) clamp(0.938rem, -0.359rem + 6.48vw, 6.125rem);
    background: rgba(150, 186, 202, .29);
}

.about_box3_clm1_l {
    width: 49%;
}

.about_box3_clm1_r {
    width: 40%;
}


.about_box4 {
    background: #F0F4F9;
}

.about_box4_btn_box {
    margin-top: -22px;
}

.about_box4_btn {
    width: 90%;
    height: clamp(4.375rem, 3.797rem + 2.89vw, 6.688rem);
    border-radius: clamp(2.188rem, 1.906rem + 1.41vw, 3.313rem);
    background: rgba(0, 157, 225, .69);
}

.about_box4_btn a {
    color: #fff;
}

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


.about_box6 {
    background: #F0F4F9;
}

.about_box6_title_l {
    width: 30%;
}

.about_box6_title_r {
    width: 62%;
}

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

.about_box6_box::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/aboout_partner_bg.png) no-repeat center center / cover;
}

.about_box6_pic img {
    display: block;
    max-width: none;
    height: clamp(16.25rem, 13.438rem + 14.06vw, 30.313rem);
    animation: marquee 40s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
    /* å‘å·¦ç§»åŠ¨è‡ªèº«å®½åº¦ */
}


.about_box7_bars {
    gap: clamp(0.625rem, 0.188rem + 2.19vw, 2.375rem);
    border-bottom: 1px solid #000;
}

.about_box7_bars .item {
    height: 40px;
    color: #003470;
    position: relative;
    cursor: pointer;
}

.about_box7_bars .item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background: #00428D;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_box7_bars .item.hover::after {
    opacity: 1;
}


.about_box7_list {
    column-gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
    row-gap: 15px;
}

.about_box7_list .item {
    overflow: hidden;
}

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

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


.news_list1 {
    margin: 0;
    padding: 0;
    column-gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
    row-gap: clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}

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

.news_list1_item {
    display: block;
}

.news_list1_item_pic {
    overflow: hidden;
}

.news_list1_item_pic img {
    width: 100%;
}

.news_list1_item_con {
    width: 88.47%;
    padding: clamp(1.125rem, 0.938rem + 0.94vw, 1.875rem) clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
    margin: calc(clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) * -1) auto 0;
    position: relative;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.news_list1_item_tt {
    height: calc(clamp(1rem, 0.953rem + 0.2vw, 1.125rem) * 1.5 * 3);
}

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


/* news_det */
.news_det_l {
    width: clamp(5rem, 4.656rem + 1.72vw, 6.375rem);
}

.news_det_l_time {
    width: clamp(5rem, 4.656rem + 1.72vw, 6.375rem);
    height: clamp(5rem, 4.656rem + 1.72vw, 6.375rem);
    color: #fff;
    line-height: 1.1;
    gap: 5px;
    border-radius: 50%;
    background: var(--hue);
}

.news_det_r {
    width: calc(100% - clamp(5rem, 4.656rem + 1.72vw, 6.375rem) - 18px);
}

.news_det_r_share .tt {
    gap: 5px;
}

.news_det_page_box {
    gap: 10px;
    padding-top: clamp(1rem, 0.875rem + 0.63vw, 1.5rem);
    border-top: 1px solid #888888;
}

.news_det_page_item a {
    color: #444;
    height: 30px;
    gap: 8px;
}

.news_det_page_item:first-child .icon {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.news_det_page_item:last-child a {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}


.rela_news {
    background: #F0F4F9;
}


.faq_l {
    width: calc(100% - 331px - clamp(1.563rem, -6.771rem + 13.02vw, 6.25rem));
}

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

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

.faq_list1_title1 {
    min-height: 50px;
    padding: 10px clamp(0.313rem, 0.172rem + 0.7vw, 0.875rem) 10px clamp(0.625rem, 0.25rem + 1.88vw, 2.125rem);
    background: #F0F4F9;
    cursor: pointer;
}

.faq_list1_title1 .tt {
    width: calc(100% - 30px);
}

.faq_list1_title1 .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-weight: bold;
    font-size: clamp(1.125rem, 1.031rem + 0.47vw, 1.5rem);
    color: var(--hue2);
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.faq_list1_down {
    padding: clamp(0.938rem, 0.828rem + 0.55vw, 1.375rem) clamp(0.625rem, 0.25rem + 1.88vw, 2.125rem);
}

.faq_list1 dd.hover .faq_list1_title1 .icon {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
}


.faq_r {
    width: 331px;
}

.faq_r_item {
    position: sticky;
    top: 100px;
    padding: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem) clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
    background: var(--hue2);
}

.faq_r_form_list {
    margin: 0;
    padding: 0;
    gap: 13px;
}

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

.faq_r_form_list_text,
.faq_r_form_list_area {
    display: block;
    width: 100%;
    color: var(--hue2);
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    height: clamp(2.875rem, 2.75rem + 0.63vw, 3.375rem);
    padding-left: 18px;
    background: #F0F4F9;
    border: 1px solid #A8BBCE;
    border-radius: 5px;
}

.faq_r_form_list_area {
    height: clamp(6.875rem, 6.266rem + 3.05vw, 9.313rem);
    resize: none;
    padding: 15px 18px;
}

.faq_r_form_list_btn {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    height: clamp(2.875rem, 2.75rem + 0.63vw, 3.375rem);
    border-radius: 5px;
    background: var(--hue);
    cursor: pointer;
}

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


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

.contact_box1_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: clamp(1.875rem, 1.719rem + 0.78vw, 2.5rem);
    height: clamp(1.875rem, 1.719rem + 0.78vw, 2.5rem);
    font-size: clamp(1rem, 0.938rem + 0.31vw, 1.25rem);
    border-radius: 50%;
}

.contact_box1_l_sm .icon.icon-facebook1 {
    color: #fff;
    background: #3B5998;
}

.contact_box1_l_sm .icon.icon-linkedin2 {
    color: #fff;
    background: #007BB5;
}

.contact_box1_l_sm .icon.icon-tiktok {
    color: #fff;
    background: #000000;
}

.contact_box1_l_sm .icon.icon-you-tube {
    color: #fff;
    background: #FF0000;
}

.contact_box1_l_sm .icon.icon-instagram-fill {
    color: #fff;
    background: #E4405F;
}

.contact_box1_l_sm .icon.icon-pinterest1 {
    color: #fff;
    background: #BD081C;
}

.contact_box1_l_sm .icon.icon-tuite1 {
    color: #fff;
    background: #000;
}

.contact_box1_l_sm .icon.icon-whatsapp1 {
    color: #fff;
    background: #25D366;
}

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


.contact_box1_l_clm {
    gap: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}

.contact_box1_l_clm .item .icon {
    width: clamp(1.875rem, 1.781rem + 0.47vw, 2.25rem);
    height: clamp(1.875rem, 1.781rem + 0.47vw, 2.25rem);
    border-radius: 50%;
    font-size: clamp(1.125rem, 1.094rem + 0.16vw, 1.25rem);
    color: var(--hue2);
    border: 1px solid var(--hue2);
}

.contact_box1_l_clm .item .tt {
    width: calc(100% - clamp(1.875rem, 1.719rem + 0.47vw, 2.25rem));
    padding-left: clamp(0.5rem, 0.375rem + 0.63vw, 1rem);
    padding-top: clamp(0.188rem, 0.156rem + 0.16vw, 0.313rem);
    color: #444;
}

.contact_box1_l_clm .item .tt a {
    color: #444;
}

.contact_box1_l_clm .item .tt a:hover {
    color: var(--hue);
}

.contact_box1_r {
    width: 49%;
    padding: clamp(1.125rem, 0.625rem + 2.5vw, 3.125rem) clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
    background: #F1F4F6;
}

.contact_box1_r_list1 {
    margin: 0;
    padding: 0;
    gap: 15px;
}

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

.contact_box1_r_list1_text,
.contact_box1_r_list1_area {
    display: block;
    width: 100%;
    height: 43px;
    font-size: 16px;
    color: #333;
    padding-left: 18px;
    background: #fff;
    border: 1px solid #DEDEDE;
}

.contact_box1_r_list1_area {
    height: clamp(6.875rem, 6.25rem + 3.13vw, 9.375rem);
    resize: none;
    padding: 14px 18px;
}

.contact_box1_r_list1_text::-webkit-input-placeholder,
.contact_box1_r_list1_area::-webkit-input-placeholder {
    color: #777;
}

.contact_box1_r_list1_btn {
    margin: 0 auto;
}

.solu_list_l {
    width: calc(100% - 331px - clamp(1.563rem, 1.031rem + 0.47vw, 1.875rem));
}
.solu_list_r{
    width:331px;
}

.solu_list_l_tabs {
    gap: clamp(1.563rem, 0.859rem + 3.52vw, 4.375rem);
}

.solu_list_l_title::after {
    content: "";
    display: block;
    width: clamp(3.75rem, 3.297rem + 2.27vw, 5.563rem);
    height: 4px;
    background: var(--hue);
    margin-top: 10px;
}


.solu_b_height {
    background: #F0F4F9;
}

.solu_b_height_list {
    gap: 15px;
}

.solu_b_height_list .item {
    padding: clamp(1.125rem, 0.25rem + 4.38vw, 4.625rem) clamp(0.625rem, 0.516rem + 0.55vw, 1.063rem);
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.solu_b_height_list .item .icon {
    width: clamp(5rem, 4.063rem + 4.69vw, 8.75rem);
    margin: 0 auto clamp(0.938rem, 0.734rem + 1.02vw, 1.75rem);
}

.solu_b_height_list .item:nth-child(1) {
    background: #009FE3;
}

.solu_b_height_list .item:nth-child(2) {
    background: #555555;
}

.solu_b_height_list .item:nth-child(3) {
    background: #206F98;
}

.solu_b_height_list .item:nth-child(4) {
    background: #009FE3;
}

.solu_b_height_list .item:nth-child(5) {
    background: #555555;
}

.solu_b_height_list .item:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}


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

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

.solu_list2_item {
    background: #F0F4F9;
}


.pro_cover_box2_list2 .pro_cover_box2_list_item {
    background: #F0F4F9;
    box-shadow: none;
}

.pro_cover_box2_list2 .pro_cover_box2_list_item_con {
    width: calc(97% - clamp(22.5rem, 13.269rem + 19.23vw, 32.5rem));
}

.pro_cover_box2_list2 .pro_cover_box2_list_item_pic {
    width: clamp(22.5rem, 13.269rem + 19.23vw, 32.5rem);
}


.solu_det_bars {
    background: #F0F4F9;
    padding: clamp(1.25rem, 0.385rem + 1.8vw, 2.188rem) clamp(0.938rem, 0.072rem + 1.8vw, 1.875rem);
}

.solu_det_bars_list > ul,
.solu_det_bars_list > ul > ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}

.solu_det_bars_list > ul > ul > ul,
.solu_det_bars_list > ul > ul > li {
    margin-bottom: 10px !important;
}

.solu_det_bars_list > ul > ul > li > a {
    display: block;
    color: #444;
    font-family: "Inter-Bold";
}

.solu_det_bars_list > ul > ul > ul > li > a {
    display: block;
    color: #444;
}

.solu_det_bars_list ul li a:hover {
    color: var(--hue);
}


.profile_bars_box {

}


.profile_bars {
    gap: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

.profile_bars a {
    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;
    padding: 0 clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
    color: #444;
    height: clamp(1.875rem, 1.641rem + 1.17vw, 2.813rem);
    border: 1px solid #A4A4A4;
    border-radius: 6px;
}

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

.profile_box2 {
    background: #F0F4F9;
}

.white-panel {
    position: absolute;
    width: calc((100% - 60px) / 3);
    margin-bottom: 60px;
}

.profile_gallery_item {
    display: block;
    background: #fff;
    padding: 7px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.profile_gallery_item .pic {
    overflow: hidden;
}

.profile_gallery_item .pic img {
    width: 100%;
}

.profile_gallery_item .tt {
    padding: clamp(0.75rem, 0.672rem + 0.39vw, 1.063rem) 10px;
    line-height: 1.4;
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

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

.profile_gallery_item:hover .tt {
    color: var(--hue) !important;
}


.attachment-full,
.banner_zy {
    width: auto;
    height: auto;
}

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


.pro_det_b_img_list{
    gap:clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem);
}