:root {
    --hue: #0067B8;
    --max-width: 1600px;
    --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;
}


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

.bgfno {
    background-color: none;
}

html,
body {
    font-family: "HarmonyOS-Regular", sans-serif, arial, verdana;
}

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

input,
button,
textarea,
select,
button {
    font-family: "HarmonyOS-Regular", sans-serif, arial, verdana;
    border: none;
}


.bgf {
    background: #fff !important;
}

.bgf3 {
    background: #F3F5FA;
}

.bgf4 {
    background: #f4f4f4;
}

.bgf5 {
    background: #F5F5F7;
}

.bgf6 {
    background: #f6f6f6;
}

.bgf8 {
    background: #f8f8f8;
}

.bgfa {
    background: #fafafa;
}

.bgm {
    background: var(--hue);
}


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

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

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

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


.fwn {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.mb_15_10 {
    margin-bottom: clamp(0.625rem, 0.563rem + 0.31vw, 0.938rem);
}

.mb_20_12 {
    margin-bottom: clamp(0.75rem, 0.65rem + 0.5vw, 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_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_70_30 {
    margin-bottom: clamp(1.875rem, 1.25rem + 3.13vw, 4.375rem);
}

.gap30 {
    row-gap: clamp(1.25rem, 1.105rem + 0.72vw, 1.875rem);
}

.gapc30 {
    column-gap: clamp(1.25rem, 1.105rem + 0.72vw, 1.875rem);
}

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

.gap10 {
    gap: 10px;
}

.gap5 {
    gap: 5px;
}

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


.wrapper {
    width: 88%;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
}

.w_1480 {
    width: 88%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.w_1400 {
    width: 88%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}


.header_box {
    position: relative;
    z-index: 4;
}


.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 0 clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

.logo {
    width: clamp(12.5rem, 11.406rem + 5.47vw, 16.875rem);
    position: relative;
}

.header_r {
    width: 80%;
    gap: clamp(0.938rem, -0.078rem + 5.08vw, 5rem);
}

.menu_dl {
    width: 70%;
        display: flex;
        justify-content: space-between;
    margin: 0;
    padding: 0;
}

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

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

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

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

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

.menu_down_icon {
    display: inline-block;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    margin-left: 2px;
}

.menu_down {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 3;
    width: 280px;
    background: #F6F7F8;
    transform: translate(-50%, 0);
    box-shadow: 0 4px 8px rgba(163, 163, 163, .25);
    padding: 10px 0;
}

.menu_down_item_a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    color: #222222;
    font-size: 16px;
    min-height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
    text-transform: capitalize;
    padding: 0px 24px;

}

.menu_down_item_a:hover {
    color: #FFF;
    background: var(--hue);
}

.menu_down_item {
    position: relative;
    display: block;
}

.menu_down_item_a .icon {
    margin-right: 5px;
}

a.menu_down_item_pro:hover {
    background: none;
}

.menu_down2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    transform: translate(0%, 0);
    right: 0px;
    z-index: 3;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    background: #f5f5f5;
    padding: 0 0;
    border-radius: 0;
    min-height: auto;
    height: auto;
}

.menu_down2_con {
    padding: clamp(1.25rem, 1rem + 1.25vw, 2.5rem) 0;
}

.menu_down2_img {
    background: #FFF;
    display: block;
}

.menu_down2_text {
    padding-top: 25px;
}

.menu_down2_list a {
    display: block;
    margin-top: 23px;
}

.menu_down_item_pro a:hover {
    color: var(--hue) !important;
}

.header_r_r {
    gap: 20px;
}

.header_r_r_line {
    height: 24px;
    border-left: 1px solid #ffffff;
}

.header_r_lag {
    position: relative;
}

.header_r_lag_tt {
    color: #fff;
    cursor: pointer;
    gap: 0 5px;
}

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

.header_r_lag_tt .icon2 {
    font-size: 20px;
}

.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_search {

    height: 40px;
    font-size: 24px;
    color: #ffffff;

    cursor: pointer;
}


.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_box.pro_det .header {
    position: relative !important;
}

.header_box.pro_det {
    background: #FFF;
    color: #333;
}

.header_box.pro_det .header,
.header.hover {
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(167, 167, 167, 25%);
}

.header_box.pro_det .header_top_l .item .iconfont,
.header.hover .header_top_l .item .iconfont {
    color: var(--hue) !important;
}

.header_box.pro_det .header_top_l .item .text,
.header.hover .header_top_l .item .text {
    color: #222222 !important;
}

.header_box.pro_det .header_r_r_line,
.header.hover .header_r_r_line {
    border-color: #AAAAAA;
}

.header_box.pro_det .header_r_lag .icon1,
.header.hover .header_r_lag .icon1 {
    color: #333333;
}

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

.header.hover .menu_tt::after,
.header_box.pro_det .menu_tt::after {
    border-bottom: 2px solid var(--hue);

}

.header.hover .logo2,
.header_box.pro_det .logo2 {
    opacity: 1;
    transition: all 0.5s;
}

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

/*
 * 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: #333;
    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;

}


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

.scroll_dots_bars .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 8px !important;
    position: relative;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    background: #C2C3C3;
}

.scroll_dots_bars .swiper-pagination-bullet-active {
    background-color: var(--hue);
}

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

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

.img_radius_10 {
    border-radius: 10px;
    overflow: hidden;
}

.img_100 img {
    width: 100%;
    transition: all 0.5s;
}

.img_100:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.public_btn1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    gap: 8px;
    color: #333;
    padding: 0 clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
    height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.public_btn2 {
    border-radius: calc(clamp(2.875rem, 2.7rem + 0.88vw, 3.75rem) / 2);
    height: clamp(2.875rem, 2.7rem + 0.88vw, 3.75rem);
    line-height: clamp(2.875rem, 2.7rem + 0.88vw, 3.75rem);
}

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

.public_btn1.hover {
    background: linear-gradient(to right, rgba(255, 0, 0, 1), rgba(168, 1, 1, 1));
    color: #FFF;
}

.public_btn1.hover2 {
    background: var(--hue);
    color: #FFF;
}

.public_btn1.dark {
    color: #fff;
    background: #222;
    border-color: #222;
}

.public_btn1.gr {
    border-color: #07AC33;
    background: #07AC33;
}

.public_btn1.white {
    background: #fff;
    border: 1px solid #FFF;
    color: #333;
}

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

.public_btn1.white2 {
    background: #FFF;
    border: 1px solid #fff;
    color: var(--hue);
}

.public_btn_out_line.white {
    border: 1px solid #fff;
    background: none;
    color: #FFF;
}

.public_btn_out_line.hover {
    color: var(--hue);
    background: none;
    border-color: var(--hue);
}

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


.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;
    min-width: clamp(1.875rem, 1.65rem + 1.13vw, 3rem);
    height: clamp(1.875rem, 1.65rem + 1.13vw, 3rem);
    font-size: 2rem;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: rgba(255, 255, 255, 1);
    font-size: 24px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}

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

}

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

.public_scroll_btn2 {
    background: none;
    border: none;
}


/* 返回顶部  */
.float_fixed {
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 3;
    width: clamp(2.875rem, 2.719rem + 0.78vw, 3.5rem);
}

.float_fixed_list {
    border-radius: 8px;
    box-shadow: 0 2px 6px 2px rgba(215, 215, 215, 50%);
}

.float_fixed .item {
    display: block;
    position: relative;
    background: #FFF;
    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: 8px;
}

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


.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(2.875rem, 2.719rem + 0.78vw, 3.5rem);
    height: clamp(2.875rem, 2.719rem + 0.78vw, 3.5rem);
    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(2.875rem, 2.719rem + 0.78vw, 3.5rem);
    color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    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:hover {
    background-color: var(--hue);

    .item_icon {
        color: #FFF;
    }
}

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

.back_top {
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--hue) !important;
}

.back_top .item_icon {
    box-shadow: none;
    background-color: var(--hue);
    color: #ffffff !important;
    border-radius: 8px;
    overflow: hidden;
}


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

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

.page_box a,
.page_box 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: #333333;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    width: clamp(2.188rem, 2.047rem + 0.7vw, 2.75rem);
    height: clamp(2.188rem, 2.047rem + 0.7vw, 2.75rem);
    background-color: #F6F7F8;
    border-radius: 4px;
}

.page_box a:hover,
.page_box a.hover,
.page_box a.current,
.page_box span.current {
    color: #FFF;

    background: var(--hue);
}

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

}

.page_btn {
    font-weight: bold;
}

.page_box a.page_btn.prev {
    transform: rotateZ(-180deg);

}

.page_box a.page_btn.next {
    transform: rotateZ(0deg);

}

/* 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, .3)
}

.open_window_con {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 90%;
    max-height: 90vh;
    height: auto;
    max-width: 804px;
    overflow: hidden;
    background: #f5f5f5;

    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 10px;
}

.open_window_con2 {
    max-width: 500px;
}

.open_window_con3 {
    max-width: 900px;
}

.language_con a {
    color: #333;
}

.open_window_con_l {
    width: 39%;
    position: relative;
    overflow: hidden;
}

.open_window_con_l_img {

    width: 100%;
    height: 100%;
}

.open_window_con_l_img img {
    width: 100%;
    height: 100%;
}

.open_window_con_l_tt2 {
    text-decoration: underline;
}

.open_window_con_l_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem) clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

.open_window_con_r {
    width: 100%;
    background: #f5f5f5;
}

.open_window_con_rela {
    position: relative;
    height: 100%;
    padding: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem) clamp(0.938rem, 0.422rem + 2.58vw, 3rem);
}


.ind_box6_l_form_list_tt {
    text-transform: capitalize;
}

.open_window_con_r {
    .ind_box6_l_form_list_box {
        background: #FFF;
        border-radius: 6px;
    }

    .ind_box6_l_form_list dd {
        width: calc(50% - 0.5rem);

    }

    .ind_box6_l_form_list {
        row-gap: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
    }

    .ind_box6_l_form_list_btn_box .public_btn1 {
        width: clamp(17.5rem, 16rem + 7.5vw, 25rem);
        background: var(--hue);
        text-transform: uppercase;
    }
}

.pro_fm6_form {
    .ind_box6_l_form_list dd {
        width: calc(50% - 0.5rem);
    }

    .ind_box6_l_form_list_box {

        background: #FFF;
        border-radius: 6px;
    }

    .ind_box6_l_form_list_btn_box .public_btn1 {
        width: clamp(17.5rem, 16rem + 7.5vw, 25rem);
        background: var(--hue);
    }
}


.open_window_close {
    position: absolute;
    right: 10px;
    top: 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.5rem, 1.344rem + 0.78vw, 2.125rem);
    height: clamp(1.5rem, 1.344rem + 0.78vw, 2.125rem);
    color: #333;
    font-size: clamp(1.5rem, 1.344rem + 0.78vw, 2.125rem);
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;

}

.open_window_close::before {
    transform: rotateZ(45deg);
}

.open_window_con_r_title1 {
    margin-bottom: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
}


/* footer */
.footer {
    background: #1C262D;
}

.footer_t {
    padding-top: clamp(1.875rem, 1.141rem + 3.67vw, 4.813rem);
    padding-bottom: var(--space);
}

.footer_t_l {
    width: 25%;
}


.footer_t_l_logo {
    margin-bottom: clamp(0.938rem, 0.766rem + 0.86vw, 1.625rem);
}

.footer_t_l_logo img {
    display: block;
    height: clamp(3.5rem, 3.031rem + 2.34vw, 5.375rem);
}

.footer_t_l_text {
    margin-bottom: clamp(1.125rem, 0.828rem + 1.48vw, 2.313rem);
}

.footer_t_l_sm {
    gap: clamp(0.375rem, 0.156rem + 1.09vw, 1.25rem);

}

.footer_t_l_sm .icon {
    width: clamp(2.25rem, 2.094rem + 0.78vw, 2.875rem);
    height: clamp(2.25rem, 2.094rem + 0.78vw, 2.875rem);
    font-size: clamp(1.125rem, 1.063rem + 0.31vw, 1.375rem);
    line-height: clamp(2.25rem, 2.094rem + 0.78vw, 2.875rem);
    color: #FFF;
    text-align: center;
    border-radius: 50%;
}

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

.footer_t_l_sm .icon.icon-facebook1 {
    background: #3B5998;
}

.footer_t_l_sm .icon.icon-linkedin2 {
    background: #007BB5;
}

.footer_t_l_sm .icon.icon-tiktok {
    background: #000000;
}

.footer_t_l_sm .icon.icon-you-tube {
    background: #FF0000;
}

.footer_t_l_sm .icon.icon-instagram {
    background: #E4405F;
}

.footer_t_l_sm .icon.icon-pinterest1 {
    background: #BD081C;
}

.footer_t_l_sm .icon.icon-vk1 {
    background: #1976D2;
}


.footer_t_r {
    width: 65%;
}

.footer_t_item_pro {
    width: 30%;
}

.footer_t_item_link {
    width: 25%;
}

.footer_t_item_contact {
    width: 35%;
}


.footer_t_item_form form {
    width: 100%;
}

.footer_t_item_form .ind_box6_l_form_list_box {
    border: none;
    background: #404040;
    color: #FFF;
    border-radius: 0px;
    width: 100%;
}

.footer_t_item_form .ind_box6_l_form_list_text,
.footer_t_item_form .ind_box6_l_form_list_area {
    background: none;
    color: #FFF;


}

.footer_t_item_form .ind_box6_l_form_list_text {
    background: none;
    color: #FFF;
    height: 44px;
    line-height: 44px;
}

.footer_t_item_form .ind_box6_l_form_list_area {
    height: 120px;
}

.footer_t_item_form .ind_box6_l_form_list_tt {
    line-height: 44px;
}

.footer_t_item_form .public_btn1 {
    border-radius: 0px;
}

.footer_t_item_title {
    position: relative;
    margin-bottom: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
    padding-bottom: 25px;
}

.footer_t_item_title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 2px;
    background-color: var(--hue);

}

.footer_t_item_list .item {
    width: 100%;
    padding: clamp(0.25rem, 0.203rem + 0.23vw, 0.438rem) 0;
    line-height: 28px;
    color: #D3D3D3;
}

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

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

.footer_t_item_list .item .tt a {
    color: #D3D3D3;
}

.footer_t_item_list .item .tt a:hover,
.footer_t_item_list a.item:hover {
    text-decoration: underline;
    color: #ffffff;
}


.footer_t_item_contact .footer_t_item_list .item .icon {
    font-size: 20px;
}

.footer_t_item_contact .footer_t_item_list .item .tt {
    width: calc(100% - 20px);
    padding-left: 10px;
}

.footer_b {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: clamp(0.938rem, 0.797rem + 0.7vw, 1.5rem) 0;
}


/* location */
.location {
    width: 100%;
    color: #FFFFFF;
}

.location .wrapper {
    gap: 5px;
}

.location .icon {
}

.location a {
    color: #ffffff;
}

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


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

.banner {
    position: relative;
}

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

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

.banner_bars {
    position: absolute;
    bottom: clamp(0.938rem, 0.234rem + 3.52vw, 3.75rem);
    left: 0;
    width: 100%;
}

.banner_bars .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}


/* ind_box1 */
.ind_pro_item {
    height: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

.ind_pro_item_pic {
    display: block;
    overflow: hidden;

}

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

.ind_pro_item_con {
    width: 100%;
}

.ind_pro_item_con_t {
    width: 100%;
    padding: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem) clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem) clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.ind_pro_item_con_tt {
    color: #333;
    margin-bottom: 10px;
}

.ind_pro_item_con_text {
    min-height: clamp(3.125rem, 2.672rem + 2.27vw, 4.938rem);
}

.ind_pro_item_con_b {
    margin-top: 20px;
    margin-bottom: 20px;
}

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

.ind_pro_item:hover .ind_pro_item_con_tt {
    color: var(--hue);
}

.ind_pro_item_btn_box {
    padding: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
    padding-top: 0;
}

.ind_pro_item_btn {
    color: #222222;
    height: 44px;
    gap: 8px;
    background: var(--hue);
    color: #FFF;
    border-radius: 4px;
}

.ind_pro_item_btn:last-child {
    background: #FFF;
    color: #333;
    border: 1px solid var(--hue);
}

.ind_box1_swiper_pagination {
    margin-top: clamp(1.25rem, 0.625rem + 3.13vw, 3.75rem);
}

.ind_box1_title {
    gap: 20px;
    margin-top: clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
}


/* ind_box2 */
.ind_box2 {
    position: relative;
    z-index: 2;
}

.ind_box2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(42, 54, 65, 100%), rgba(42, 54, 65, 0%));
    opacity: 80%;
    z-index: -1;
}

.ind_box2_video {
    width: clamp(6.25rem, 4.922rem + 6.64vw, 11.563rem);
    height: clamp(6.25rem, 4.922rem + 6.64vw, 11.563rem);
    position: relative;
    z-index: 2;
    margin-top: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem);
    margin-bottom: clamp(1.875rem, -0.313rem + 10.94vw, 10.625rem);
}

.ind_box2_video .size {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
    animation: rotates linear 30s infinite reverse;
}

.ind_box2_video .iconfont {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0;
    bottom: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    font-size: clamp(1.625rem, 0.833rem + 3.33vw, 3.75rem);
    animation: rotates linear 30s infinite;
    color: var(--hue);
}

@keyframes rotates {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

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

.ind_box2_b {
    background-color: var(--hue);
    padding: 38px 0;
}

.ind_box2_b .wrapper {
    gap: 20px 0;
}

.ind_box2_b .item:first-child {
    border-left: 1px solid #5A9ACE;
}

.ind_box2_b .item {
    padding: 0 15px;
    border-right: 1px solid #5A9ACE;
}

.ind_box2_b .num {
    line-height: 1.2;
    margin-bottom: clamp(0rem, -0.234rem + 1.17vw, 0.938rem);
}


/* ind_box3 */
.ind_box3_list {
    gap: 4px;
}

.ind_box3_list_item {
    width: calc((50% - 12px) / 3);
    height: clamp(18.75rem, 12.188rem + 32.81vw, 45rem);
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box3_list_item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(13, 88, 148, 80%), rgba(13, 88, 148, 0%));
}


.ind_box3_list_item.hover {
    width: 50%;
}

.ind_box3_list_item_pic {
    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;
    height: 100%;
}

.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%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    background: rgba(0, 23, 39, .33);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
}

.ind_box3_list_item_con1 h3 {
    width: 100%;
    height: 100%;
    line-height: 1.3;
    text-align: center;

}

.ind_box3_list_item_con2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: clamp(18.75rem, 15.469rem + 16.41vw, 31.875rem);
    padding: clamp(0rem, -1.25rem + 6.25vw, 5rem) clamp(0.938rem, 0.234rem + 3.52vw, 3.75rem);
    opacity: 0;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box3_list_item_con2 .public_btn1 {
    border-radius: 30px;
    height: 44px;
}

.ind_box3_list_item_con2_tt {
    margin-bottom: 10px;
}

.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 */
.ind_box4_con {
    gap: clamp(0.625rem, 0.406rem + 1.09vw, 1.5rem);
}

.ind_box4_l {
    width: calc(50% - clamp(0.625rem, 0.406rem + 1.09vw, 1.5rem));
    height: auto;
}

.ind_box4_r {
    width: 50%;
    gap: clamp(0.625rem, 0.406rem + 1.09vw, 1.5rem);
}

.ind_box4_item {
    display: block;
    height: 100%;
    position: relative;
    z-index: 2;
}

.ind_box4_item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(42, 52, 65, 100%), rgba(42, 52, 65, 0%));
    opacity: 50%;
    z-index: 1;
}

.ind_box4_item .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ind_box4_item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

.ind_box4_item:hover .pic img {
    transform: scale(1.13, 1.13);
    -ms-transform: scale(1.13, 1.13);
    -webkit-transform: scale(1.13, 1.13);
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

.ind_box4_item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    z-index: 2;
}


/* ind_box5 */
.ind_box5 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
}

.ind_box5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1C2125;
    opacity: 60%;
    z-index: -1;
}

.ind_box5_list {
    gap: clamp(0.625rem, 0.281rem + 1.72vw, 2rem);
    margin-bottom: clamp(0.938rem, -0.078rem + 5.08vw, 5rem);
}

.ind_box5_item {
    text-align: center;
    padding: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
    gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
    background-color: #ffffff;
    transition: all .6s;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
}

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

.ind_box5_item:hover .title,
.ind_box5_item:hover .iconfont {
    color: #ffffff !important;
}

.ind_box5_btn .public_btn1 {
    max-width: 320px;
    height: clamp(3.125rem, 2.969rem + 0.78vw, 3.75rem);
    margin: auto;
}

.ind_box6 {
    background-color: #F6F7F8;
}

/* ind_box7 */
.ind_box7_swiper {
    padding: 10px;
    width: calc((100% + 20px));
    position: relative;
    left: -10px;
}

.ind_box7_swiper_pagination {
    margin-top: clamp(0.938rem, 0.234rem + 3.52vw, 3.75rem);
}

.ind_box7_l {
    width: calc(41.5% - clamp(0.625rem, 3.13vw, 3.125rem));
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ind_box7_r {
    width: 58.5%;
    display: grid;
    gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);

}

.ind_box7_item {
    padding-bottom: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
    border-bottom: 1px solid #DDDDDD;
}

.ind_box7_item .pic {
    width: 45%;
    overflow: hidden;
}

.ind_box7_item .pic img {
    width: 100%;
    height: 100%;
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

.ind_box7_item .con {
    width: calc(55% - clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem));
}

.ind_box7_item .list {
    gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
    margin-bottom: clamp(0.313rem, 0.172rem + 0.7vw, 0.875rem);
}

.ind_box7_item .list .item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    gap: 8px;
}

.ind_box7_item .text {
    margin-top: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
    line-height: 1.6;
}

.ind_box7_item .btn {
    margin-top: clamp(0.625rem, 0.391rem + 1.17vw, 1.563rem);
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    gap: 5px;
}

.ind_box7_l .ind_box7_item {
    padding: 0;

}

.ind_box7_l .pic {
    width: 100%;
}

.ind_box7_l .con {
    width: 100%;
    padding: clamp(0.625rem, 0.391rem + 1.17vw, 1.563rem) clamp(0.625rem, 0.391rem + 1.17vw, 1.563rem) clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
}

.ind_box7_item:hover .item,
.ind_box7_item:hover .title {
    color: var(--hue) !important;
}

/* index */
/* index */
/* index */


/* contact */
/* contact */
/* contact */


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

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

.sub_banner_text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.sub_banner_text2 {
    top: auto;
    height: auto;
    bottom: 0;
}

.sub_banner_text_box {
    height: 100%;
}

.sub_banner_text_box1 {
    margin-top: clamp(0rem, -13.333rem + 20.83vw, 7.5rem);
    width: 100%;
    height: 100%;
}

.sub_banner_text_tt {
    color: #fff;
    line-height: 1.14;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
    margin-bottom: 13px;
    width: 100%;
}

/* contact7 */
/* contact7 */
/* contact7 */
.contact7_banner img {
    width: 100%;
    height: 100%;
}

/* contact7_one */
.contact7_one_l {
    width: 47%;
}

.contact7_one_r {
    width: 49%;
    padding: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
    background-color: #F6F7F8;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    border-radius: 10px;
}


.contact7_one_list .item {
    padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
    background-image: repeating-linear-gradient(-8deg, #0055ff, #0055ff 5px, transparent 5px, transparent 10px, #0055ff 10px), repeating-linear-gradient(82deg, #0055ff, #0055ff 5px, transparent 5px, transparent 10px, #0055ff 10px), repeating-linear-gradient(172deg, #0055ff, #0055ff 5px, transparent 5px, transparent 10px, #0055ff 10px), repeating-linear-gradient(262deg, #0055ff, #0055ff 5px, transparent 5px, transparent 10px, #0055ff 10px);
    background-size: 1px calc(0%), calc(0%) 1px, 1px calc(0%), calc(100% + 10.1px) 1px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    animation: borderAnimation 1s infinite linear;
    gap: clamp(0.625rem, 0.563rem + 0.31vw, 0.875rem);
    cursor: pointer
}

.contact7_one_list .item:hover .icon {
    background-color: var(--hue);
    color: #ffffff !important;
}

@keyframes borderAnimation {
    from {
        background-position: 0 0, -10.1px 0, 100% -10.1px, 0 100%;
    }

    to {
        background-position: 0 -10.1px, 0 0, 100% 0, -10.1px 100%;
    }
}

.contact7_one_list .text {
    width: calc(100% - clamp(3.75rem, 3.203rem + 2.73vw, 5.938rem));
    gap: clamp(0.313rem, 0.219rem + 0.47vw, 0.688rem);
    word-wrap: break-word;
    /* 旧标准，兼容老浏览器 */
    overflow-wrap: break-word;
    /* 新标准，推荐 */
    word-break: break-all;
    /* 强制任意位置断行（纯英文/链接必加） */

}

.contact7_one_list .icon {
    width: clamp(3.125rem, 2.797rem + 1.64vw, 4.438rem);
    height: clamp(3.125rem, 2.797rem + 1.64vw, 4.438rem);
    border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    border: 1px solid var(--hue);
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: all .6s;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
}


.contact7_one_list .item:hover .icon .hide {
    opacity: 1;
}


.contact7_one_r .title {
    margin-bottom: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
}

.contact7_one_form .list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}

.contact7_one_form .list .item {
    background-color: #ffffff;
    width: calc((100% - clamp(0.625rem, 0.531rem + 0.47vw, 1rem)) / 2);
    margin-top: clamp(0.625rem, 0.531rem + 0.47vw, 1rem);
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    padding: 0px clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.contact7_one_form .list .btn {
width: calc((100% - clamp(0.625rem, 0.531rem + 0.47vw, 1rem)) / 2);
    margin-top: clamp(0.625rem, 0.531rem + 0.47vw, 1rem);
    display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
}

.contact7_one_form .list .item.textarea,
.contact7_one_form .list .item.submit {
    width: 100%;
}

.contact7_one_form .list .item input {
    width: 100%;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
    color: #666666;
    background-color: #ffffff;
}

.contact7_one_form .list .item.textarea textarea::placeholder,
.contact7_one_form .list .item input::placeholder {
    color: #666666;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
}


.contact7_one_form .list .item.textarea textarea {
    width: 100%;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: #666666;
    height: 120px;
    resize: none;
    background-color: transparent;
    padding-top: clamp(0.625rem, 0.516rem + 0.55vw, 1.063rem);
}

.contact7_one_form .list .item.submit {
    border: none;
    margin-top: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
    padding-left: 0;
    background-color: transparent;
}

.contact7_one_form .list .item.submit input {
    width: 100%;
    color: #ffffff;
    cursor: pointer;
    background-color: var(--hue);
    border-radius: 4px;
    width: 240px;
    margin: auto;
    display: block;
    font-size: 16px;
    padding: 0;
}

.contact_three {
    background-color: #F6F7F8;
}


.contact_three_item {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}

.contact_three_item .pic {

    width: 100%;
    overflow: hidden;
}

.contact_three_item .pic img {
    width: 100%;
    height: 100%;
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

.contact_three_item:hover .pic img {
    transform: scale(1.13, 1.13);
    -ms-transform: scale(1.13, 1.13);
    -webkit-transform: scale(1.13, 1.13);
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

.contact_three_item .con {
    display: grid;
    gap: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
    padding: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.contact_three_swiper_pagination {
    margin-top: clamp(0.938rem, 0.234rem + 3.52vw, 3.75rem);
}

/* contact */
/* contact */
/* contact */


/* blog_det */
/* blog_det */
/* blog_det */
.blog_det_l {
    width: calc(100% - clamp(18.75rem, -4.583rem + 36.46vw, 31.875rem) - clamp(0rem, -1.406rem + 7.03vw, 5.625rem));
}

.blog_det_r {
    width: clamp(18.75rem, -4.583rem + 36.46vw, 31.875rem);
}

.blog_det_l_title {
    margin-bottom: clamp(1.125rem, -0.208rem + 2.08vw, 1.875rem);
}

.blog_det_l_clm1 {
    gap: clamp(0.5rem, 0.078rem + 2.11vw, 2.188rem);
}

.blog_det_l_clm1 .item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.blog_det_l_con {
    padding-top: clamp(1.125rem, 0.906rem + 1.09vw, 2rem);
    padding-bottom: clamp(1.125rem, 0.906rem + 1.09vw, 2rem);
}

.blog_det_l_con h3 {
    margin: 15px 0;
}

.blog_det_l_sm {
    gap: 5px;
}

.blog_det_r1_line {
    width: 100%;
    height: 1px;
    background: #D2D2D2
}

.blog_det_form .contact7_one_form .item input,
.blog_det_form .contact7_one_form .item {
    background-color: #F6F7F8;
    border-radius: 4px;

}

.blog_det_form .contact7_one_form .item textarea::placeholder,
.blog_det_form .contact7_one_form .item input::placeholder {
    color: #888888;
}

.blog_det_form .contact7_one_form .item.submit input {
    width: 160px;
    margin: 0;
    border-radius: 30px;
    font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
    font-family: "HarmonyOS-Bold";
}


.blog_det_r_search_tt {
    .blog_det_r_title {
        border-bottom: 0;
    }
}

.blog_det_r_search {
    padding: 0 !important;

    form {
        width: 100%;

    }

    .blog_det_r_search_form {
        border-radius: 30px;
        border: 1px solid #CFCFCF;
        height: 56px;
        line-height: 56px;
    }

    .search_box_r_btn {
        margin-right: 20px;
        color: #666 !important;
    }

    .search_box_sub {
        color: #9B9E9E;
    }

    .search_box_text::placeholder {
        text-transform: capitalize;
        color: #555555;
        font-size: 16px;
    }
}

.blog_det_r_clm {
    margin-bottom: clamp(1.25rem, 0.781rem + 2.34vw, 3.125rem);
}

.blog_det_r_title {
    padding-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
    border-bottom: 1px solid #DCDCDC;
}

.blog_det_r_list1 {
    padding: clamp(0.938rem, 0.725rem + 1.06vw, 2rem) 0;
    gap: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
}

.blog_det_r_list1 a .pic {
    width: 150px;
    overflow: hidden;
    border-radius: 10px;
}

.blog_det_r_list1 a .pic img {
    width: 100%;
    height: 100%;
}

.blog_det_r_list1 a .con {
    width: calc(100% - 150px);
    display: grid;
    gap: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
    padding-left: clamp(0.5rem, 0.391rem + 0.55vw, 0.938rem);
}

.blog_det_r_list1 a .con .time {

    margin-top: 5px;
}

.blog_det_r_list1 a .con .tt {

    color: var(--hue);
    line-height: 1.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

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

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

.blog_det_r_list2 {
    padding-top: clamp(0.938rem, 0.734rem + 1.02vw, 1.75rem);
}

.blog_det_r_list2 a {
    display: block;
    color: #222222;
}

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

.blog_det_r_list2 a::before {
    content: '';
    width: 5px;
    height: 5px;
    position: relative;
    top: -3px;
    border-radius: 50%;
    background: #222222;
    margin-right: 10px;
    display: inline-block;
}

.blog_det_r_list2 a:hover::before {
    background-color: var(--hue);
}

.blog_det_r_list2 a .pic {
    overflow: hidden;
    aspect-ratio: 385/302;
    border-radius: 10px;
    border: 1px solid #DEE2E6;
}

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

.blog_det_r_list2 a .tt {
    color: #333;
    text-align: center;
    margin: 11px 0 clamp(1.25rem, 0.139rem + 1.74vw, 1.875rem);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

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

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

/* news_del */
/* news_del */
/* news_del */


/* news_list */
/* news_list */
/* news_list */
.blog_list1 {
    margin: 0;
    padding: 0;
    margin-top: clamp(1.25rem, 0.781rem + 2.34vw, 3.125rem);
}

.blog_list1 dd {
    margin: 0;
    padding: 0;


}

.blog_list1 dd:hover {
    background: #F6F7F8;
}


.blog_list1 dd .wrapper {
    border-bottom: 1px solid #D9D9D9;
    padding-top: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
    padding-bottom: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

.blog_list1_item_pic {
    width: clamp(22.5rem, 8.5rem + 21.88vw, 30.375rem);
    display: block;
    overflow: hidden;
    aspect-ratio: 486/300;
    border-radius: 10px;
    transition: all 0s;
    -webkit-transition: all 0s;
}

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

.blog_list1_item_con {
    width: calc(100% - clamp(22.5rem, 8.5rem + 21.88vw, 30.375rem));
    padding: 0 clamp(0rem, -0.781rem + 3.91vw, 3.125rem) 0;
}

.blog_list1_item_con_clm1 {
    gap: 8px;

    margin-bottom: 12px;
}

.blog_list1_item_con_clm1 .line {
    width: clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem);
    height: 1px;
    background: var(--hue);
}

.blog_list1_item_con_clm1 .line2 {
    width: 1px;
    height: 12px;
    background: var(--hue);
}

.blog_list1_item_con_tt {
    color: #222222;
    padding-bottom: 13px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.blog_list1_item_con_text {
    margin-bottom: clamp(0.938rem, 0.766rem + 0.86vw, 1.625rem);
}

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

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

/* news_list */
/* news_list */
/* news_list */

/* appliction_list */
/* appliction_list */
/* appliction_list */
.appliction_list_list {
    gap: clamp(0.938rem, 0.234rem + 3.52vw, 3.75rem);
}

.appliction_list_item {
    display: block;
    background-color: #F6F7F8;
}

.appliction_list_item .pic {
    width: 100%;
    overflow: hidden;
}

.appliction_list_item .pic img {
    width: 100%;
    height: 100%;
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

.appliction_list_item:hover .pic img {
    transform: scale(1.13, 1.13);
    -ms-transform: scale(1.13, 1.13);
    -webkit-transform: scale(1.13, 1.13);
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

.appliction_list_item .con {
    padding: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem) clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
}

.appliction_list_item .title {
    margin-bottom: 10px;
}

.appliction_list_item .public_btn1 {
    margin-top: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
    width: 160px;
    height: 44px;
    border-radius: 4px;
    padding: 0;
}

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

.appliction_list_item:hover .text,
.appliction_list_item:hover .title {
    color: #ffffff !important;
}

.appliction_list_item:hover .public_btn1 {
    background-color: #ffffff !important;
    color: var(--hue) !important;
}

.application_list_two {
    background-color: #F6F7F8;
}


/* appliction_list */
/* appliction_list */
/* appliction_list */

/* service */
/* service */
/* service */
.service_one_item:nth-child(2n) {
    background-color: #F6F7F8;
}

.service_one_item:nth-child(2n) .wrapper {

    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.service_one_l {
    width: 50%;
}

.service_one_r {
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
}

.service_one_r img {
    width: 100%;
    height: 100%;
    transition: all .6s;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
}

.service_one_r:hover img {
    transform: scale(1.13, 1.13);
    -ms-transform: scale(1.13, 1.13);
    -webkit-transform: scale(1.13, 1.13);
    transition: all .6s;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
}

.service_one_list .item {
    gap: clamp(0.625rem, 0.284rem + 1.7vw, 1.563rem);
    margin-top: clamp(0.625rem, 0.17rem + 2.27vw, 1.875rem);
}

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

.service_one_list .title {
    margin-bottom: 10px;
}


.service_two {
    background-color: #F6F6F6;
}

.aboSeven2_lunbo_img {
    position: relative;


}


.aboSeven2_lunbo_year {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    font-size: 30px;
}

.swiper-slide-active .aboSeven2_lunbo_year {
    left: 20px;
    top: -30px;
    font-size: 50px;
    color: var(--hue);
}


.aboSeven2_lunbo {
    .item {
        border-radius: 10px;
        background: #FFFFFF;

    }

    .aboSeven2_lunbo_img {
        overflow: hidden;
        width: 100%;

    }

    .aboSeven2_lunbo_img img {
        width: 100%;
        height: 100%;
    }

    .aboSeven2_lunbo_con {
        padding: clamp(0.625rem, 0.17rem + 2.27vw, 1.875rem);
    }

    .aboSeven2_luobo_tt {
        color: #222222;
    }

    .aboSeven2_luobo_text {
        color: #333333;
    }
}

.aboSeven2_lunbo .item:hover {
    background: var(--hue);

    .aboSeven2_luobo_tt {
        color: #FFF;
    }

    .aboSeven2_luobo_text {
        color: #FFF;
    }
}


.aboSeven1_lunbo {
    padding: 0 clamp(0.625rem, -0.057rem + 3.41vw, 2.5rem);
}

.aboSeven1_lunbo .swiper-slide-thumb-active .item .dots {
    border: 3px solid var(--hue);
    color: var(--hue);
}

.aboSeven1_lunbo .swiper-slide.swiper-slide-visible.swiper-slide-next.swiper-slide-thumb-active .item .year {
    color: #222222;
}

.aboBoxSeven1 {
    position: relative;
    padding-bottom: 46px;
}

.aboSeven1_lunbo .item {
    cursor: pointer;
}

.aboSeven1_lunbo .item .dots {
    width: clamp(1.875rem, 1.7rem + 0.88vw, 2.75rem);
    height: clamp(1.875rem, 1.7rem + 0.88vw, 2.75rem);

    border: 4px solid #E3E3E3;
    border-radius: 50%;
    background: #FFF;
    margin: 0 auto;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    position: relative;
    color: #222222;
    font-family: "HarmonyOS-Bold";
}


.aboSeven1_lunbo .item .year {
    text-align: center;
    padding-top: clamp(0.375rem, 0.313rem + 0.31vw, 0.625rem);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboSeven1_lunbo::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: calc(clamp(1.875rem, 1.7rem + 0.88vw, 2.75rem) / 2);
    left: auto;
    width: calc(100% - 80px);
    height: 0;
    border-bottom: 1px solid #CACACA;
}

/* service_three */
.service_three_list {
    display: grid;
    gap: 20px;
}

.service_three_item {
    cursor: pointer;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    overflow: hidden;
    padding: clamp(0.625rem, 0.391rem + 1.17vw, 1.563rem) clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
    gap: 0 clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.service_three_item .con {
    width: calc(100% - clamp(1.25rem, 0.781rem + 2.34vw, 3.125rem));
}

.service_three_item .title {

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

.service_three_item .text {
    margin-top: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
    display: none;
}

.service_three_item .title .iconfont {
    color: #A9ADB8;
}

.service_three_item.hover .title .iconfont {
    color: var(--hue);
}

.service_three_item.hover .title .iconfont::before {
    content: "\e624";
}

/* service */
/* service */
/* service */
/* factory*/
/* factory*/
/* factory*/
.about3_con_item1_img {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.about3_con_item1_img img {
    width: 100%;
    height: 100%;
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

.about3_con_item1_img:hover img {
    transform: scale(1.13, 1.13);
    -ms-transform: scale(1.13, 1.13);
    -webkit-transform: scale(1.13, 1.13);
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

/* factory*/
/* factory*/
/* factory*/
/* certification  */
/* certification  */
/* certification  */

.about2_con_item {
    position: relative;
    border-radius: 10px;
    background: #FFF;
    padding: 20px;

    padding-top: calc(clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem) / 2);
    margin-top: clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem);
}

.about2_con_item:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.about2_con_item_icon {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem);
    height: clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem);
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.about2_con_item_icon img {
    width: 66%;
}

.about2_con_item_tt {
    margin-top: 20px;
}

.about2_con_item_pic {
    margin-top: 8px;
    width: 100%;
}

.about2_scroll_item_text {
    margin-top: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
}

.img_1001 {
    width: 100%;
}

.img_1001 img {
    width: 100%;
}


/* certification  */
/* certification  */
/* certification  */

/* about */
/* about */
/* about */

.about_cate {
    padding-top: calc(var(--space) * 0.7)
}

.about_cate_item {
    width: clamp(12.5rem, 11.25rem + 6.25vw, 17.5rem);
    height: clamp(3.125rem, 2.906rem + 1.09vw, 4rem);
    border-radius: 4px;
    background: #F5F5F5;

    a {
        color: #222
    }
}

.about_cate_item:hover,
.about_cate_item.hover {
    background: var(--hue);

    a {
        color: #FFF
    }
}

.about1_l_tt1 {
    margin-bottom: 10px;
}

.about1_img {
    position: relative;
}

.about1_l {
    width: calc(740 / 1600 * 100%);
}

.about1_l_tt {
    margin-bottom: 8px;
}

.about1_r {
    width: calc(780 / 1600 * 100%);
    position: relative;
}

.about1_r_img {
    width: 100%;
}

.about1_r_img img {
    width: 100%;
}


.about1_scroll_item {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.about1_scroll_item img {
    width: 100%;
    height: 100%;
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

.about1_scroll_item:hover img {
    transform: scale(1.13, 1.13);
    -ms-transform: scale(1.13, 1.13);
    -webkit-transform: scale(1.13, 1.13);
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

.about1_b {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
    padding: clamp(1.875rem, 1.328rem + 2.73vw, 4.063rem) 0;
}

.about1_b::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--hue);
    opacity: 90%;
    z-index: -1;
}

.about1_b .iconfont {
    margin-bottom: clamp(0.313rem, -0.078rem + 1.95vw, 1.875rem);
}

.about1_b .num {
    line-height: 1;
    margin-bottom: clamp(0.313rem, 0.078rem + 1.17vw, 1.25rem);
}

/* about3 */
.about3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
}

.about3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--hue);
    opacity: 90%;
    z-index: -1;
}

.about3 .contact7_one_form .item {
    border-radius: 8px;
}

.about3 .contact7_one_form .item textarea::placeholder,
.about3 .contact7_one_form .item input::placeholder {
    color: #888888 !important;
}

.about3 .contact7_one_form .item.submit input {
    background-color: #ffffff;
    color: var(--hue);
    border-radius: 8px;
    font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
    font-family: "HarmonyOS-Bold";
}

/* about */
/* about */
/* about */

/* pro_list */
/* pro_list */
/* pro_list */
.list_one {
    background-color: #F6F7F8;
}

.list_one .wrapper {
    gap: clamp(0.938rem, 0.234rem + 3.52vw, 3.75rem);
}

.list_one_l {
    width: clamp(12.5rem, 8.75rem + 18.75vw, 27.5rem);
    display: grid;
    gap: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem) 0;
}

.list_one_r {
    width: calc(100% - clamp(13.438rem, 8.984rem + 22.27vw, 31.25rem));
}

.list_one_box {
    padding-bottom: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
}

.list_one_title {
    background-color: var(--hue);
    line-height: clamp(3.125rem, 2.656rem + 2.34vw, 5rem);
    padding: 0 clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}

.list_one_table {
    padding: clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem) clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem) 20px;
    display: grid;
    gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
}

.list_one_table_item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    gap: 10px;
}

.list_one_table_left {
    line-height: 1.6;
}

.list_one_table_list {
    padding-left: 15px;
}

.list_one_table_list .item {
    display: block;
    margin-top: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}

.list_one_table_item.hover .list_one_table_left,
.list_one_table_item .hover h4,
.list_one_table_item.hover .list_one_table_tt {
    color: var(--hue) !important;
}

.list_one_swiper .item {
    display: block;
}

.list_one_swiper .pic {
    width: 100%;
}

.list_one_swiper .pic img {
    width: 100%;
    height: 100%;
}

.list_one_swiper .con {
    display: grid;
    gap: 10px;
    padding: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}

.list_one_swiper_pagination {
    padding: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem) 0 0 clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}


.list_one_list {
    display: grid;
    gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) 0;
}

.list_one_item {
    background-color: #ffffff;
    padding: clamp(0.625rem, 0.406rem + 1.09vw, 1.5rem) clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

.list_one_item .pic {
    display: inline-block;
    width: 48%;
    overflow: hidden;
}

.list_one_item .pic img {
    width: 100%;
    height: 100%;
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

.list_one_item:hover .pic img {
    transform: scale(1.13, 1.13);
    -ms-transform: scale(1.13, 1.13);
    -webkit-transform: scale(1.13, 1.13);
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

.list_one_item .con {
    width: calc(52% - clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem));
}

.list_one_item .title {
    margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.list_one_item .list {
    display: grid;
    gap: clamp(0.375rem, 0.234rem + 0.7vw, 0.938rem) 0;
}

.list_one_item .item {
    line-height: 1.6;
    position: relative;
    z-index: 2;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    padding-left: 9px;
}

.list_one_item .item::before {
    content: "";
    position: relative;
    top: 9px;
    left: -9px;
    min-width: 8px;
    height: 8px;
    background-color: var(--hue);
    border-radius: 50%;
}

.list_one_item .item .tt1 {
    margin-right: 15px;
    white-space: nowrap;
}

.list_one_item .btn {
    margin-top: clamp(0.625rem, 0.156rem + 2.34vw, 2.5rem);
    gap: clamp(0.625rem, 0.406rem + 1.09vw, 1.5rem);
}

.list_one_item .ind_pro_item_btn {
    width: 170px;
}

/* pro_list */
/* pro_list */
/* pro_list */

/* pro_del */
/* pro_del */
/* pro_del */
/* del_one */
.del_one {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
}

.del_one .location {
    padding: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem) 0 clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) 0;
}

.del_one .location a,
.del_one .location {
    color: #888888;
}

.del_one_r,
.del_one_l {
    width: 48%;
}

.del_one_max_swiper {
    margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.del_one_l .item {
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
}

.del_one_l .item img {
    width: 100%;
    height: 100%;
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

.del_one_l .item:hover img {
    transform: scale(1.13, 1.13);
    -ms-transform: scale(1.13, 1.13);
    -webkit-transform: scale(1.13, 1.13);
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

.del_one_min_swiper .item {
    border: 1px solid transparent;
}

.del_one_min_swiper .swiper-slide-thumb-active .item {
    border-color: var(--hue);
}

.del_one_type {
    padding: clamp(0.625rem, 0.391rem + 1.17vw, 1.563rem) 5px;
    margin-top: clamp(0.625rem, 0.391rem + 1.17vw, 1.563rem);
    display: grid;
    gap: clamp(0.375rem, 0.234rem + 0.7vw, 0.938rem) 0;
    background-image: repeating-linear-gradient(-4deg, #aaaaaa, #aaaaaa 6px, transparent 6px, transparent 12px, #aaaaaa 12px), repeating-linear-gradient(86deg, #aaaaaa, #aaaaaa 6px, transparent 6px, transparent 12px, #aaaaaa 12px), repeating-linear-gradient(176deg, #aaaaaa, #aaaaaa 6px, transparent 6px, transparent 12px, #aaaaaa 12px), repeating-linear-gradient(266deg, #aaaaaa, #aaaaaa 6px, transparent 6px, transparent 12px, #aaaaaa 12px);
    background-size: 1px 0%, 100% 1px, 1px 0%, 100% 1px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
}

.del_one_type .item {
    line-height: 1.6;
    position: relative;
    z-index: 2;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    padding-left: 9px;
}

.del_one_type .item::before {
    content: "";
    position: relative;
    top: 9px;
    left: -9px;
    min-width: 8px;
    height: 8px;
    background-color: var(--hue);
    border-radius: 50%;
}

.del_one_type .item .tt1 {
    margin-right: 15px;
    white-space: nowrap;
}

.del_one_btn {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    gap: clamp(0.625rem, 0.5rem + 0.63vw, 1.125rem);
    margin-top: clamp(0.625rem, 0.156rem + 2.34vw, 2.5rem);
}

.del_one_btn a {
    padding: 0 clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
    line-height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid var(--hue);
}

.del_one_btn a:first-child {
    background-color: var(--hue);
    color: #ffffff;
}

/* del_two */
.del_two_pic {
    gap: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
}

.del_two_pic .item {
    width: 100%;
    overflow: hidden;
}

.del_two_pic .item img {
    width: 100%;
    height: 100%;
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

.del_two_pic .item:hover img {
    transform: scale(1.13, 1.13);
    -ms-transform: scale(1.13, 1.13);
    -webkit-transform: scale(1.13, 1.13);
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}

/* del_three */
.del_three {
    background-color: #F6F7F8;
}


.del_three_table table {
    width: 100%;
}

.del_three_table td {
    background-color: #ffffff;
    padding: clamp(0.313rem, 0.156rem + 0.78vw, 0.938rem) clamp(0.313rem, 0.078rem + 1.17vw, 1.25rem);
    border: 1px solid #DDDDDD;
    color: #333333;
}

.del_three_table tr:first-child td {
    font-family: "HarmonyOS-Bold";
}


table {
    width: 100%;
}

table tr td {
    background-color: #ffffff;
    padding: clamp(0.313rem, 0.156rem + 0.78vw, 0.938rem) clamp(0.313rem, 0.078rem + 1.17vw, 1.25rem);
    border: 1px solid #DDDDDD;
    color: #333333;
}

table tr:first-child td {
    font-family: "HarmonyOS-Bold";
}

/* del_five */
.del_five {
    background-color: #F6F7F8;
}

.del_five_list {
    margin-top: clamp(0.938rem, 0.313rem + 3.13vw, 3.438rem);
    display: grid;
    gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.del_five_list .title {
    margin-bottom: 5px;
}

/* del_seven */
.del_seven {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
}


.del_seven .contact7_one_form .item textarea::placeholder,
.del_seven .contact7_one_form .item input::placeholder {
    color: #888888 !important;
}

.del_seven .contact7_one_form .item.submit input {
    border-radius: 8px;
    font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
    font-family: "HarmonyOS-Bold";
}

/* pro_del */
/* pro_del */
/* pro_del */
/* box_404 */
/* box_404 */
/* box_404 */
.box_404_con {
    height: 100vh;
}

/* box_404 */
/* box_404 */
/* box_404 */


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

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



.ind_box1_swiper .swiper-slide,
.application_list_two_swiper .swiper-slide {
    height: auto;
}

.ind_box1_swiper .ind_pro_item,
.application_list_two_swiper .ind_pro_item {
    height: 100%;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


.ind_box1 {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }



.appliction_list_list a {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .appliction_list_item .public_btn1 {
        margin-left: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
        margin-bottom: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
    }


.blog_det_form {
	padding-top: clamp(2.188rem, 1.622rem + 2.38vw, 4.063rem);
}








.new_deOne1_l_06 {
    border-top: 1px solid #888888;
    padding-top: clamp(1.25rem, 1.156rem + 0.4vw, 1.563rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.new_deOne1_l_06 .item a {
    column-gap: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deOne1_l_06 .item a .iconfont {
    font-size: 24px;
    color: #444444;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.new_deOne1_l_06 .item a span {
    color: #444;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.new_deOne1_l_06 .item a:hover .iconfont,
.new_deOne1_l_06 .item a:hover span {
    color: var(--hue);
}

.new_deOne1_l_06 .item:nth-child(1) a .iconfont {
        transform: rotateZ(180deg);
    }






.Mobile_footer_nav_box {
    display: none;
        height: 60px;
    }
    .Mobile_footer_nav {
        position: fixed;
        z-index: 6;
        left: 0;
        bottom: 0;
        width: 100%;
        background: var(--hue);
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .Mobile_footer_nav .item {
        width: calc(100% / 4);
    }

    .Mobile_footer_nav .item a {
        height: 60px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    
    .Mobile_footer_nav .item a .icon {
        width: 28px;
    }
    
    .Mobile_footer_nav .item a .icon img {
        width: 100%;
    }
    
    .Mobile_footer_nav .item a .text {
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
    }



.gt_switcher-popup span{
  color:#fff;
}

.gt_switcher-popup{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
    gap:3px;
}
.gt_white_content a{
    color:#333;
}
.header.hover .gt_switcher-popup,
.header.hover .gt_switcher-popup span{
    color:#333;
}


.mobile_header_top_r_lag .gt_languages{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
}
.mobile_header_top_r_lag .gt_white_content a.glink img{
    width: 18px;
}
.mobile_header_top_r_lag .gt_white_content a.glink span{
    color: #333;
    font-size: 12px;
}
.mobile_header_top_r_lag .gt_white_content a.glink.gt-current-lang span{
    color: var(--hue);
    font-weight: bold;
}





.del_two2 {
        padding-top: 20px;
    }

    .del_two2_01 {
        padding-bottom: clamp(1.25rem, 0.967rem + 1.19vw, 2.188rem);
        column-gap: clamp(0.75rem, 0.316rem + 1.83vw, 2.188rem);
        row-gap: 10px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .del_two2_01 .item {
        font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
        padding: clamp(0.438rem, 0.381rem + 0.24vw, 0.625rem) clamp(0.75rem, 0.675rem + 0.32vw, 1rem);
        color: #fff;
        background: var(--hue);
        border-radius: 6px;
        cursor: pointer;
        -ms-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

    .del_two2_01 .item.hover,
    .del_two2_01 .item:hover {
        background: #05487c;
    }