:root {
    --hue: #049392;
    --max-width: 1600px;
    --space: clamp(1.875rem, 1.25rem + 3.13vw, 5rem);

}
.pro_det_t_r_clm1 p{
	padding: 0 ;
    margin:0;
}
.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";
}

.fme {
    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: 20px;
}


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

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

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


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


.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height:96px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    background: #FFF;
    padding:  0 clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

.header_top{
	height: 50px;
	width: 100%;
}
.header_top .wrapper{
	height: 100%;
}
.header_top_r a{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #333;
	line-height: 36px;
	font-size: 20px;
	text-align: center;
	background: #FFF;
}
.logo {
	 
	/* height: 100px; */
	position: relative;
}

h2{
	text-transform: capitalize;
}
.header_r{
	width: calc(100% - 265px);
	gap: clamp(1.25rem, -3.75rem + 6.67vw, 2.5rem);
}

.menu_dl {
	gap: clamp(0rem, -4.286rem + 6.7vw, 3.75rem);
	margin: 0;
	padding: 0;
}
@media (max-width: 1440px) {
    .ind_pro_item_btn_box.grid--2{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
 .grid--xl-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.menu_dl dd {
	position: relative;
	margin: 0;
	padding: 0;
}

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

.menu_tt::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 26px;
	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 {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 3;
	width: 340px;
	background:#F5F5F5;
	 
	transform: translate(-50%, 0);
 
	border-radius: 6px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    padding: 10px 0;
}

.menu_down a {
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color:#333;
	font-size: 16px;
	min-height: clamp(3.125rem, -0.625rem + 5vw, 4.375rem);
    text-transform: capitalize;
	padding: 10px 28px;
	 
}
.menu_down a:last-child{
	border-bottom: 0;
}
.menu_down a:hover{
	color:#FFF;
	background: var(--hue);
}
.menu_down a.hover{
	color:#FFF;
	background: var(--hue);
}
.menu_down_item{
    position: relative;
    display: block;
}
.menu_down a .icon{
    margin-right: 5px;
}
.menu_down_item_a{
   
}
.menu_down_item_pro a {
    padding: 0;
    text-align: left;
    
}
.menu_down_item_pro a:hover{
    background: none;
}
.menu_down2_list{
    width: 100%;
    text-align: left;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 10px;
}
.menu_down2_list a{
    width: 100%;
    text-align: left;
    min-height: 38px;
    padding-left: 15px;
    font-size: 14px;
    white-space:nowrap;overflow: hidden;text-overflow:ellipsis;
    display:block;
    
}
.menu_down2_list a:hover{
    background: none;
    color: var(--hue);
    
}
.menu_down2_text{
    padding-top: 17px;
    width: 100%;
    padding-left: 15px;
    font-size:16px;
}
.menu_down2{
    display: none;
    position: absolute;
	top: 100px;
	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;
}

.menu_down2{

}
.menu_down_icon{
    transform: rotate(90deg);
    display: inline-block;
}
.header_r_r{
	gap: 20px;
}

.header_r_lag{
	position: relative;
}
.header_r_lag_tt{
	gap: 3px;
	height: 40px;
	cursor: pointer;
}
.header_r_lag_tt .icon1{
	width: 24px;
	height: 24px;
	color: #666;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}
.header_r_r_line{
    height: 24px;
    border-left: 1px solid #666;
}
.header_r_lag_tt .icon2{
	width: 16px;
	height: 16px;
	transform:rotate(90deg);
	font-size: 16px;
	color:#666;
}
.header_r_lag_tt .tt{
	color:#FFF;
}
.header_r_lag_dw{
    opacity: 0;
    position: absolute;
    top: 100%;
    background: #fff;
    left: 0%;
    transform: translate(-50%, 0);
    width: 100px;
    padding: 15px 10px;
}

.header_r_lag_dw a{
    color: #333;
    font-size: 16px;
}


.header_r_search{
 
	height: 40px;
	font-size: 24px;
	color: #666;
 
	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.hover {
    position: fixed;

    top: 0;

}

.header_box.pro_det .header {

    color: #333;

}

.header.hover .menu_tt, .header_box.pro_det .menu_tt {

}

.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;
    padding-top: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
    z-index: 3;
    left: auto;
    bottom: auto !important;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    gap: clamp(0.438rem, 0.313rem + 0.63vw, 0.938rem);
}

.scroll_dots .scroll_dots_bars .swiper-pagination-bullet {
    width: clamp(0.625rem, 0.531rem + 0.47vw, 1rem);
    height: clamp(0.625rem, 0.531rem + 0.47vw, 1rem);
    opacity: 1;
    margin: 0;
    position: relative;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    background: #DCDCDC;

}

/* .scroll_dots .scroll_dots_bars .swiper-pagination-bullet::before{
	position: absolute;
	width: 6px;
	height: 6px;
	content: "";
	border-radius: 50%;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
	z-index: 2;
} */
.scroll_dots .scroll_dots_bars .swiper-pagination-bullet-active {
    background:#c8a70e;
}

.scroll_dots3 .scroll_dots_bars .swiper-pagination-bullet {
    border-color: #fff;
}

.scroll_dots3 .scroll_dots_bars .swiper-pagination-bullet-active {
    background: #FFF;
}

/* .scroll_dots .scroll_dots_bars .swiper-pagination-bullet-active{
	background: var(--hue);
} */
.scroll_dots2 .scroll_dots_bars {
    gap: clamp(0.625rem, 0.5rem + 0.63vw, 1.25rem);
    height: 2px;
}

.scroll_dots2 .scroll_dots_bars .swiper-pagination-bullet {
    width: clamp(0.938rem, 0.313rem + 3.13vw, 4.063rem);
    height: 2px;
    background: #DCDCDC;
}


.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;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    gap: 5px;
    color: #333;
    min-width: 240px;
    padding: 0 clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
    height: clamp(2.25rem, 2.125rem + 0.63vw, 2.875rem);
    border-radius: 5px;
    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(1.875rem, 1.563rem + 1.56vw, 3.125rem);
}

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

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

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

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


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

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

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

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

.float_fixed .item:hover{
    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: 5px;
}
.back_top .item_icon {
    transform: rotateZ(-90deg);
}


.blog_det_form{
    margin-top:clamp(1.25rem, 0.775rem + 2.38vw, 3.625rem);
    margin-left:auto;
    margin-right:auto;
}
.blog_det_r1_line{
	width:100%;
    height:1px;
    background:#D2D2D2;
}
/* 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: var(--hue);
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    width: clamp(2.25rem, 2.2rem + 0.25vw, 2.5rem);
    height: clamp(2.25rem, 2.2rem + 0.25vw, 2.5rem);

    border: 1px solid var(--hue);
    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;
    margin-right:10px;
}
.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);
}


/* 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;
    left: 0;
    bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) !important;
    z-index: 2;
    width: 100%;
    gap: clamp(0.313rem, -2.5rem + 3.75vw, 1.25rem);
}

.banner_bars .item {
    width: clamp(2.5rem, 1.563rem + 4.69vw, 6.25rem);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.banner_bars .item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.banner_bars .item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.banner_bars .item.active::after {
    opacity: 1;
}

.banner_bars .item.active::before {
    opacity: 0;
}

.banner_num_line {
    width: 100%;
    height: 2px;
    position: relative;
    background: #404040;
}

.banner_num_line .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    background: var(--hue);
    border-radius: 1px;
}

.bannerLine {
    -webkit-animation-name: bannerLine;
    animation-name: bannerLine;
    animation-duration: 5.6s !important;
}

@keyframes bannerLine {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}
/* banner_b */

.banner_b_item{
    background: #f5f5f5;
    border-radius: 10px;
    padding: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem) clamp(1.25rem, 1rem + 1.25vw, 2.5rem) ;
}
.banner_b_item_con{
    width: 100%;
}
.banner_b_item_text2 {
    margin-top: 25px ;
    margin-bottom: 48px;
}
.banner_b_item_more{}

.banner_b_item_more_icon{
    transform: rotate(-180deg);
}
.banner_b_item_span{
    padding-bottom: 3px;
    border-bottom: 2px solid #333;
}
.ind_title1{
    width: 100%;
}
.ind_title1_tt {
    line-height:1.16;
}

.ind_title1_top {
    margin-bottom: clamp(0.75rem, 0.613rem + 0.69vw, 1.438rem);
}

.ind_title1_text {
    padding-top: 10px;
}
.ind_title1_text a{
    text-decoration: underline;
}
.ind_title1_line {
    width: 60px;
    height: 4px;
    background:  var(--hue);
    margin-top:  clamp(0.75rem, 0.613rem + 0.69vw, 1.438rem);;
     
}

.ind_title1_line2 {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(33, 102, 107, 0));
}




.ind_box1_list{
	margin: 0;
	padding: 0 clamp(0rem, -0.25rem + 1.25vw, 1.25rem);
    
}

.ind_box1_list dd{
	margin: 0;
	padding: 0;
	
}
.ind_pro_item_con{
	width: 100%;
}
.ind_pro_item{
	height: 100%;
	background:#F6F7F8;
	overflow: hidden;
    
 
}
.ind_pro_item_pic{
	display: block;
	overflow: hidden;
}
.ind_pro_item_pic img{
	display: block;
   
	width: 100%;
}
.ind_pro_item_con_t{
	width: 100%;
	padding: 10px 10px;
}
.ind_pro_item_con_tt{
	color:#333;
	margin-bottom: 10px;
}
.ind_pro_item_con_text {
    min-height: 79px;
}
.ind_pro_item_con_b{
	margin-top: 20px;
	margin-bottom: 20px;
}
.ind_pro_item_con_btn{
	height: 36px;
	gap: 6px;
	color:#FFF;
	border-radius: 18px;
	background: var(--hue);
	max-width: 160px;
}
.ind_pro_item_con_btn:last-child{
	border-right: 0;
}
.ind_pro_item_con_btn:hover{
	color:#FFF;
	background: var(--hue);
}

.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: #333;
	height: clamp(2.25rem, 2.2rem + 0.25vw, 2.5rem);
	gap: 8px;
	background:var(--hue);
    color: #FFF;
    border-radius: 4px;
}
.ind_pro_item_btn:last-child{
	background:#FFF;
    color: #333;
}
.ind_pro_item_btn:hover{
	color: var(--hue);
}





/* ind_box1 */
.ind_box2_l{
    width: 50%;
}
.ind_box2_r{
    width: 50%;
    position: relative;
    min-height: 200px;
}
.ind_box2_scroll {
    margin-top: clamp(0.625rem, 0.25rem + 1.88vw, 2.5rem);
    padding: 5px;
}

.ind_box2_scroll .swiper-slide {
    height: auto;
}

.ind_box2_scroll_item {
    position: relative;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: #FFF;

}

.ind_box2_scroll_item_t {

}

.ind_box2_scroll_item_pic {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.ind_box2_scroll_item_pic img {
    display: block;

    width: 100%;
}

.show {
    opacity: 1;
    transition: all 0.5s;
}

.hide {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
}

.ind_box2_scroll_item:hover .hide {
    opacity: 1;
    transition: all 0.5s;
}

.ind_box2_scroll_item_con {
    text-align: left;
}

.ind_box2_scroll_item_con_text {
    margin-top: 13px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ind_box2_scroll_item_con_tt2 {
    line-height: 1.3;
    font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
    color: #333;
}

.ind_box2_scroll_item_con_box {
    padding: clamp(0.625rem, 0.375rem + 1.25vw, 1.875rem) clamp(0.625rem, 0.412rem + 1.06vw, 1.688rem);
}

.ind_box2_scroll_item_con_btn {

    gap: 8px;
}

.ind_box2_scroll_item_con_btn .icon {

}

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

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

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


.ind_box2_scroll_bars {
    position: relative;
    height: 10px !important;
    border-bottom: 1px solid #B9B9B9;

    background: none;
    margin-bottom: 2px;
}

.ind_box2_scroll_bars .swiper-pagination-progressbar-fill {
    top: 0px;
    height: 10px;
    position: relative;
    background: none;

    /* background: url(../images/scroll_right.png) no-repeat right center; */
    border-bottom: 3px solid var(--hue);
}

.ind_box2_scroll_bars .swiper-pagination-progressbar-fill::after {
    /* content: ' ';
	display: block;
	width: 20px;
	height: 10px;
	background-image: url(../images/scroll_right.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 2px;
	z-index: 2;
	right: -10px;*/
}

/* ind_box3 */
.ind_box3_con{

}

.ind_box3_con_item1{
    background: #FFF;
    border-radius: 10px;
    padding: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem) clamp(1.25rem, 1rem + 1.25vw, 2.5rem) ;
}
.ind_box3_con_item1_con{
    width: 100%;
}
.ind_box3_con_item1_img{
    width: clamp(4.375rem, 4.175rem + 1vw, 5.375rem);
    height: clamp(4.375rem, 4.175rem + 1vw, 5.375rem);
    border-radius: 50%;
    background: #f5f5f5;

}
.ind_box3_con_item1_text2 {
    margin-top: 25px ;
    margin-bottom: 48px;
}
.ind_box3_con_item1_more{}

.ind_box3_con_item1_more_icon{
    transform: rotate(90deg);
}
.ind_box3_con_item1_span{
     padding-bottom: 3px;
    border-bottom: 2px solid #333;
}
.ind_box3_con_item_pic{
    width: 100%;
    overflow: hidden;
}
.ind_box3_con_item_pic img{ 
    width: 100%;
}




.banner_text_con_r {
    width: 39.5%;
    position: relative;

    height: 368px;
}

.ind_box3_m_play {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .1);
    border: 1px solid #FFF;
    padding: 20px;
    border-radius: 50%;
}

.indThree1_02 {
    position: relative;
    width: clamp(6.25rem, 4.75rem + 7.5vw, 13.75rem);
    cursor: pointer;
    display: block;
}

.indThree1_02 img {
    width: 100%;
}

.indThree1_02 .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: clamp(3.125rem, 2.375rem + 3.75vw, 6.875rem);
}

@-webkit-keyframes el_rotate {
    0% {
        -ms-transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

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

@keyframes el_rotate {
    0% {
        -ms-transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

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

.indThree1_02 > img {
    -webkit-animation: el_rotate 35s linear infinite;
    animation: el_rotate 35s linear infinite;
}


.ind_box3_b {

    gap: clamp(0.938rem, 0.853rem + 0.42vw, 1.25rem);
 
   
}
.ind_box3_b .wrapper{
    gap: 4px;
}

.ind_box3_b .item {

    border-radius: 6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    padding: clamp(0.625rem, 0.4rem + 1.13vw, 1.75rem) 0px;
    background: var(--hue);
}

.ind_box3_b .item::after {
    /* content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,.3);
    position: absolute;
    right: 0; */
}

.ind_box3_b .item:last-child::after {
    display: none;
}

.ind_box3_b .item .icon {
    position: relative;
    width: clamp(3.125rem, 2.786rem + 1.69vw, 4.375rem);
    height: clamp(3.125rem, 2.786rem + 1.69vw, 4.375rem);
    position: relative;
}

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

.ind_box3_b .item .num {
    /* -webkit-text-stroke: 2px var(--hue); */
    color: #FFF;
     
    padding-top: 14px;
    font-family: "HarmonyOS-Bold";
}

.ind_box3_b .item .tt {
    color: #FFF;
     padding: 0 clamp(1.25rem, 0.625rem + 3.13vw, 4.375rem);
    padding-bottom: clamp(0.625rem, 0.4rem + 1.13vw, 1.75rem);
    font-family: "HarmonyOS-Bold";
    text-transform: capitalize;
   
}


.susThree1_top {
    height: 150vh;
}

.susThree1_top1 {
    position: sticky;
    top: 0;
    height: 100vh;
}

.susThree1_top1_bg {
    width: 100%;
    height: 100%;
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -ms-transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}



.ind_box2_list{
	gap: 2px;
}
.ind_box2_list_item{
	width: 264px;
	height: 598px;
	position: relative;
	overflow: hidden;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box2_list_item:nth-child(2){
	 
}
.ind_box2_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;
}
.ind_box2_list_item_pic img{
	height: 598px;
	max-width: none;
}
.ind_box2_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_box2_list_item_con1 h3{
    width: 100%;
    height: 100%;
    line-height: 1;
	/*  writing-mode: vertical-rl; 垂直从右到左 */
    text-align: center;
  
}

.ind_box2_list_item_con2{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 clamp(0.938rem, 0.359rem + 2.89vw, 3.25rem) clamp(0.938rem, 0.672rem + 1.33vw, 2rem);
	opacity: 0;
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box2_list_item_con2_text{
	 
}

.ind_box2_list_item.hover{
	width:  570px;
}
.ind_box2_list_item.hover .ind_box2_list_item_con1{
	opacity: 0;
}
.ind_box2_list_item.hover .ind_box2_list_item_con2{
	opacity: 1;
}




.ind_box4_item{
    position: relative;
}

.ind_box4_con_item{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.ind_box4_con_item_text{
    width: 85%;
}

 
.ind_box4_srcoll{
    position: relative;
}
.ind_box4_srcoll_item{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.ind_box4_srcoll_item>img{ 
    width: 100%;
}
.ind_box4_srcoll_item_text{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.ind_box4_srcoll_item_text2{
    height: 100%;
    padding-left:clamp(2.5rem, 1.975rem + 2.63vw, 5.125rem);
    padding-right: clamp(2.5rem, 1.975rem + 2.63vw, 5.125rem);
}


.ind_box5 {

}
.ind_box5_con{
    gap: clamp(1.25rem, 0.625rem + 3.13vw, 4.375rem);
    .img_100{
        overflow: visible;
    }
}

.ind_box5_scroll {
    padding: 20px 0;
    overflow: visible;
}

.public_scroll_btn_box {
    gap: clamp(1.25rem, 1rem + 1.25vw, 2.5rem)
}

.ind_box5_t_l {
    width: 55%;
}

.ind_box5_scrol_item {
    position: relative;
    transform: scale(.98);
    transition: all 0.5s ease-in-out;
}

.ind_box5_scrol_item_img {
    width: 100%;
}

.ind_box5_scrol_item_img img {
    width: 100%;
    filter: grayscale(100%);
    transition: all 0.5s ease-in-out;
}

.ind_box5_scrol_item_text_box {
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.ind_box5_scrol_item_tt {
    width: 100%;
    padding: 15px;

}

.ind_box5_scrol_item_text {

}

.swiper-slide-active .ind_box5_scrol_item_img img {
    filter: grayscale(0%);
    transition: all 0.5s ease-in-out;

}

.swiper-slide-active .ind_box5_scrol_item_tt {

    transition: all 0.5s ease-in-out;
    font-size: 30px;
}

.swiper-slide-active .ind_box5_scrol_item {

    transition: all 0.5s ease-in-out;
    transform: scale(1.08);
}

.swiper-slide-active .ind_box5_scrol_item_text_box {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.ind_box5_btn_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
}

.ind_box5_b_l {
    width: 42.1%;
}

.ind_box5_b_r {
    width: 52.5%;
}

.ind_box6 {
    width: 100%;
}
.ind_box6_l{
    width: calc(520 / 1440 * 100%);
}
.ind_box6_r1{
    width: calc(760 / 1440 * 100%);
}
.ind_box6_scroll_box {
    width: calc(100% - 127px);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: clamp(1.25rem, 0.875rem + 1.88vw, 3.125rem);
    box-shadow: 0 3px 10px  rgba(0, 0, 0, 0.15);
}

.ind_box6_scroll {


}

.ind_box6_scrol_item {
    position: relative;
}

.ind_box6_scrol_item_l {
    width: 70%;
    border-radius: 10px;
}

.ind_box6_scrol_item_l img {
    width: 100%;
}

.ind_box6_scrol_item_r {
    border-radius: 10px;
    width: 480px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 1);
    padding-top: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
    padding-bottom: clamp(0.875rem, 0.425rem + 2.25vw, 3.125rem);
    padding-left: clamp(0.938rem, 0.625rem + 1.56vw, 2.5rem);
    padding-right: clamp(0.938rem, 0.625rem + 1.56vw, 2.5rem);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

.ind_box6_scrol_item_t_img {
    min-width: clamp(3.125rem, 2.95rem + 0.88vw, 4rem);

    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.ind_box6_scrol_item_t_img2 {
    min-width: clamp(3.125rem, 2.413rem + 3.56vw, 6.688rem);
}

.ind_box6_scrol_item_tt{

}
.ind_box6_scrol_item_text {

    margin-top: clamp(0.75rem, 0.662rem + 0.44vw, 1.188rem);
}

.ind_box6_scrol_item_b {
    margin-top: 30px;
}

.ind_box6_scrol_item_t_tt {
    margin-bottom: 10px;
}

.swiper-slide-active .ind_box6_scrol_item {

}

.ind_box6_scroll_box_btn {
    width: 120px;
}

.ind_box6_scroll_box_btn_l {
    width: clamp(6.25rem, 5.625rem + 3.13vw, 9.375rem);
}

.ind_box6_scroll_box_btn_r {
    width: calc(100% - clamp(6.25rem, 5.625rem + 3.13vw, 9.375rem));

}


.ind_box6_list {
    gap: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
    width: 80%;
    margin: 0 auto;
}

.ind_box6_list_item {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.20);
    gap: 14px;
    padding: clamp(0.938rem, 0.65rem + 1.44vw, 2.375rem) 20px clamp(0.625rem, 0.5rem + 0.63vw, 1.25rem);
    cursor: pointer;
}

.ind_box6_list_item_img {
    position: relative;
}

.ind_box6_list_item_text {
    gap: 10px;
}

.ind_box6_list_item_text_tt {
    color: #333;
}

.ind_box6_list_item_tt2 {
    color: #666;
}

.ind_box6_list_item:hover .hide {
    opacity: 1;
    transition: all 0.5s;
}

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

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


.ind_box7 {

}


.ind_box7_l {
    width: calc(701 / 1440 * 100%);
    position: relative;
}

.ind_box7_r {
    width: calc(701 / 1440 * 100%);
    
}

.ind_box7_l_img {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.ind_box7_l_img img {
    width: 100%;
}

.ind_box7_l_img:hover img {
    transform: scale(1.05);
}

.ind_box7_l_time {
    gap: 10px;
}

.ind_box7_l_tt {
    height: clamp(2.125rem, 1.9rem + 1.13vw, 3.25rem);
    line-height: clamp(2.125rem, 1.9rem + 1.13vw, 3.25rem);
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    padding: 0 clamp(0.625rem, 0.45rem + 0.88vw, 1.5rem);
}

.ind_box7_l_con {
   
    width: 100%;
   
    gap: 12px;
    padding: 0 20px;

}

.ind_box7_scroll {
    position: relative;

}

.scroll_dots .scroll_dots_bars.ind_box7_scroll_bar {
    position: absolute !important;
    bottom: 30px !important;
    left: clamp(1.125rem, 0.85rem + 1.38vw, 2.5rem) !important;
    z-index: 2;
    justify-content: flex-start !important;
}

.ind_box7_l_con_tt {
    color: #333;
    line-height: 1.4;
 
}

.ind_box7_scroll_item {
    position: relative;
}

.ind_box7_l_con2_time {
    gap: 20px;
}

 

.ind_box7_r_item:hover .ind_box7_l_time2 {
    color: var(--hue) !important;

}

.ind_box7_r_item {

    border-bottom: 1px solid #E7E9EB;
    padding-bottom: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);

}

.ind_box7_r_item:last-child {
    border-bottom: none;
}

.ind_box7_r_item:hover {


}

.ind_box7_r_item:hover .ind_box7_l_con_tt {
    color: var(--hue);

}

.ind_box7_l:hover .ind_box7_l_con_tt {
    color: var(--hue);

}

.ind_box7_l_con_tt2 {
    width: 100%;
}

.ind_box7_scroll_item_btn {
    border-bottom: 2px solid var(--hue);
    gap: 12px;
    padding-bottom: 6px;
    color: var(--hue);
}



.ind_box7_con {
    margin-top: clamp(1.25rem, 0.875rem + 1.88vw, 3.125rem);
}

.ind_box7_r_l {
    width: clamp(6.25rem, 4rem + 11.25vw, 17.5rem);
    border-radius: 10px;
    overflow: hidden;
}

.ind_box7_r_r {
    width: calc(100% - clamp(6.25rem, 4rem + 11.25vw, 17.5rem));
}

.ind_box7_r_r .ind_box7_l_tt {
    padding: 0;
}

.ind_box7_r_r .ind_box7_l_con {
    padding: 0;
}

.ind_box7_l_time2 {
    position: relative;

    padding-right: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);

}

.ind_box8_item{
    position: relative;
}
.ind_box8_item_con{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.ind_box8_item_icon{
    margin-bottom: 20px;
}
.ind_box8_item_title{
    margin-bottom: 13px;
}

.ind_box8_item_text{
    height: 0px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.ind_box8_item:hover{
    .ind_box8_item_text{
        height: auto;
        transition: all 0.5s ease-in-out;
    }
}
/* .ind_box7_l_time2::before{
	content: '';
	display: inline-block;
	width:1px;
	height:  clamp(0.625rem, 0.425rem + 1vw, 1.625rem);
	background: #666;
	margin-right:clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem) ;
} */
.ind_box6_l {
    width: 39.58%;
}

.ind_box6_r {

    border-radius: 5px;
}

.ind_box6_l_tt2_item_icon {
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--hue);
    color: #FFF;
    font-size: 18px;
    margin-right: 10px;
}

.ind_box6_l_tt2 {
    gap: 20px;
}

.ind_box6_l_tt2_item_text {
    margin-top: 5px;
}


.ind_box6_l_form_list {
    row-gap: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem);
    /* column-gap: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem); */
    padding: 0;
    margin: 0;
}

.footer_form .ind_box6_l_form_list {
    column-gap: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem);
}

.ind_box6_l_form_list dd {
    width: 49%;
    margin: 0;
    padding: 0;
}

.ind_box6_l_form_list dd.dww {
    width: 100%;
}

.ind_box6_l_form_list_box {
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 0 15px;
    background: rgba(230, 230, 230, .5);
}

.about3_form{
    .ind_box6_l_form_list_box{
        background: #FFF;
    }
}
.ind_box6_l_form_list_box:hover {
    border-color: var(--hue);
}

.ind_box6_l_form_list_tt {
    white-space: nowrap;
    line-height: clamp(2.5rem, 2.375rem + 0.63vw, 3.125rem);
    text-transform: capitalize;
    color: #666;
}

.ind_box6_l_form_list_text_box {
    width: 100%;
}

.ind_box6_l_form_list_text,
.ind_box6_l_form_list_area {
    display: block;
    width: 100%;
    color: #333;
    line-height: clamp(2.5rem, 2.375rem + 0.63vw, 3.125rem);
    border: none;
    background: none;
    font-size: 16px;
}

.ind_box6_l_form_list_area {
    height: clamp(3.75rem, 3.412rem + 1.69vw, 5.438rem);
    line-height: 1.6;
    resize: none;
    padding: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem) 0 10px;
}

.ind_box6_l_form_list_text::-webkit-input-placeholder,
.ind_box6_l_form_list_area::-webkit-input-placeholder {
    color: #666;
}

.pro_det4_form .ind_box6_l_form_list {
    margin-top: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
    padding: 0 clamp(0.625rem, 0.15rem + 2.38vw, 3rem);
}

.ind_box6_l_form_list_btn {
    width: 100%;
    color: #FFF;
    height: clamp(2.5rem, 2.375rem + 0.63vw, 3.125rem);
    border-radius: 40px;
    border: 1px solid var(--hue);
    background: var(--hue);
    cursor: pointer;
    width: 320px;
}

/* footer */
.footer{
	background: #333;
	border-top: clamp(0.188rem, 0.109rem + 0.39vw, 0.5rem) solid var(--hue);
}
.footer_t{
	padding-top: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem);
	padding-bottom: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem);
}

.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(2.5rem, 2.234rem + 1.33vw, 3.563rem);
}

.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-tuite1{
	background: #007BB5;
}



.footer_t_r{
	width: 68%;
}

.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{
	margin-bottom: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}


.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{
	transform:translateX(3px);
	-webkit-transform:translateX(3px);
}



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




/***/
.pro_list1 {
    margin-top: -150px;
}

.pro_list1_1 {
    padding-top: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem);
    padding-bottom: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem);
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    padding-left: clamp(0.313rem, 0.125rem + 0.94vw, 1.25rem);
    padding-right: clamp(0.313rem, 0.125rem + 0.94vw, 1.25rem);
    border-radius: 10px;
}

.pro_list1_2 {
    margin-top: 30px;
}

.pro_list1_2_item {
    padding-bottom: clamp(1.25rem, 1.105rem + 0.72vw, 1.875rem);
    border-bottom: 1px dashed #b9b9b9;
}

.pro_list1_2_item1 {
    border: 0;
    padding-bottom: 0;
}

.pro_list1_2_item_span {
    padding: clamp(0.0rem, 0.375rem + 0.63vw, 1.125rem) 0;
    min-width: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
}

.pro_list1_2_item_span1 {
    min-width: 152px;
    margin-top: 10px;
    display: block;
}

.pro_list1_2_item_a {
    color: #333;
    padding: clamp(0rem, -0.225rem + 1.13vw, 1.125rem) clamp(0.938rem, 0.788rem + 0.75vw, 1.688rem);
    border-radius: 30px
}

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

.pro_list1_3 {
    margin-top: clamp(1.875rem, 1.375rem + 2.5vw, 4.375rem);
}

.pro_item {
    padding: 18px;
    padding-bottom: 47px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #b9b9b9;

}

.pro_item_pic {
    width: 100%;
    display: block;
	overflow: hidden;

}

.pro_item_pic img {
    width: 100%;
}
.pro_item_pic:hover img{
    transform: scale(1.1);
}
.pro_item_title {
    color: #333;
    margin-top: clamp(1rem, 0.825rem + 0.88vw, 1.875rem);
}

.pro_item_text {
    width: 100%;

}

.pro_item_text2 {
    width: 100%;
    text-align: left;
    margin-top: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
}

.pro_item_text2_item {
    gap: clamp(0.625rem, 0.563rem + 0.31vw, 0.938rem);
}

.pro_item_text2_item span {
    width: 49%;
}

.pro_item_text2_span1 {
    min-width: 150px;
}

.pro_item_btn {
    width: 60%;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.pro_item_btn a {
    background: #FFF;
}

.pro_item:hover {
    border-color: var(--hue);

    .pro_item_title {
        color: var(--hue);
    }

    .pro_item_btn a {
        border-color: var(--hue);
        color: var(--hue);
        background: #FFF;
    }
}


.pro_list2_l {
    width: calc(695 / 1440 * 100%);
    position: relative;
	overflow: hidden;
}
.pro_list2_l:hover img{
transform:scale(1.1,1.1);

}
.pro_list2_r {
    width: calc(704 / 1440 * 100%);
    overflow: hidden;
}

.pro_list2_text {
    padding: 18px 30px;
    background: rgba(255, 255, 255, .74);
    border-radius: 10px;
    max-width: 380px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.pro_list3 {
    padding: clamp(2.5rem, 1.75rem + 3.75vw, 6.25rem) 0 clamp(1.563rem, 1rem + 2.81vw, 4.375rem) 0;
}


.pro_list4 {

}

.pro_list4_scroll {
    padding: 20px 60px;

}

.public_scroll_btn_box {
    gap: clamp(1.25rem, 1rem + 1.25vw, 2.5rem)
}

.pro_list4_t_l {
    width: 55%;
}

.pro_list4_scroll .swiper-slide {
    border-radius: 10px;
}

.pro_list4_scrol_item {
    position: relative;
    transform: scale(.9) translate(0, -10%);
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

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

.pro_list4_scrol_item_img img {
    width: 100%;
    /* filter: grayscale(100%); */
    transition: all 0.5s ease-in-out;
}
.pro_list4_scrol_item_img:hover img{
	transform: scale(1.1);
}
.pro_list4_scrol_item_text_box {
    width: 100%;
    opacity: 0;
    padding: 5%;
    transition: all 0.5s ease-in-out;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
    border-radius: 10px;
}

.pro_list4_scrol_item_tt {
    width: 100%;
}

.pro_list4_scrol_item_text {

}

.swiper-slide-active .pro_list4_scrol_item_img img {
    filter: grayscale(0%);
    transition: all 0.5s ease-in-out;

}

.swiper-slide-active .pro_list4_scrol_item_tt {

    transition: all 0.5s ease-in-out;
    font-size: 30px;
}

.swiper-slide-active .pro_list4_scrol_item {

    transition: all 0.5s ease-in-out;
    transform: scale(1.08);
}

.swiper-slide-active .pro_list4_scrol_item_text_box {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.pro_list4_btn_box {
    position: absolute;
    top: 94%;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
}

/* ind_box5 end */
.pro_list5_box {

}

.pro_list5_box_img {
    position: relative;
    cursor: pointer;
}

.pro_list5_box_img img {
    width: 100%;
}

.pro_list5_text {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
    padding: 10px;
    color: #FFF;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pro_list5_box_img:hover {
    .pro_list5_text {
        opacity: 1;
    }
}

.pro_list_box11_l {
    width: 332px;
    border-radius: 10px;
    border: 1px solid #D3D3D3;
    padding-top: clamp(1.25rem, 0.925rem + 1.63vw, 2.875rem) ;
     padding-left:   clamp(1.25rem, 0.925rem + 1.63vw, 2.875rem);
     padding-bottom: clamp(1.25rem, 0.925rem + 1.63vw, 2.875rem)  ;
    position: sticky;
    top: 147px;
    z-index: 3;
}

.pro_list_box11_l a {
    display: flex;
    width: 100%;
    padding: 15px 0;
    color: #333;
    border-bottom: 1px solid #b9b9b9;
    justify-content: space-between;
    align-items: center;
    padding-right: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);

}

.pro_list_box11_l a .icon {
    font-size: 18px;
}

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

.pro_list_box11_l_a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	width: calc(100% - 40px);
}

.pro_list_box11_l_a::before {
    content: '';
    display: inline-block;
    min-width: 8px;
    height: 8px;
    background: #333;
    border-radius: 4px;
    margin-right: 5px;
 
}

.pro_list_box11_l a:hover, .pro_list_box11_l a.hover {
    color: var(--hue);

    .pro_list_box11_l_a::before {
        background: var(--hue);
    }
}

.pro_list_box11_r {
    width: calc(100% - 332px - clamp(0.75rem, 0.438rem + 1.56vw, 2.313rem));
}


.pro_list_box5_l_list {
    padding: 0;
    margin: 0;
    width: 100%;
}

.pro_list_box5_l_list dd {
    margin: 0;
    padding: 24px clamp(0.625rem, 0.375rem + 1.25vw, 1.875rem)   ;
 
    border-radius: 10px;
    width: 100%;
    background: #FFF
}

.pro_list_box5_l_list_tt {
    
    cursor: pointer;
    color: #333;
}

.pro_list_box5_l_list_tt .icon1 {
    
    font-size:clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem) ;
    text-align: center;
    line-height: clamp(1.5rem, 1.406rem + 0.47vw, 1.875rem);
    color: var(--hue);
    min-width: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;

}

.pro_list_box5_l_list_tt .tt {
    width: calc(100% - clamp(1.5rem, 1.406rem + 0.47vw, 1.875rem));

    line-height: 1.4;
    padding: 0 clamp(0.5rem, 0.438rem + 0.31vw, 0.75rem);
    padding-left: 0;
}

.pro_list_box5_l_list_tt .icon2 {
    width: clamp(1.5rem, 1.406rem + 0.47vw, 1.875rem);
    height: clamp(1.5rem, 1.406rem + 0.47vw, 1.875rem);
    font-size:clamp(1rem, 0.875rem + 0.63vw, 1.625rem);
    text-align: center;
    line-height: clamp(1.5rem, 1.406rem + 0.47vw, 1.875rem);
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
     font-weight: bold;
}

.pro_list_box5_l_list_down {
    display: none;


}

.pro_list_box5_l_list dd.hover .pro_list_box5_l_list_tt .icon1 {
  
}

.pro_list_box5_l_list dd.hover .pro_list_box5_l_list_tt .icon2 {
    
    width: clamp(1.5rem, 1.406rem + 0.47vw, 1.875rem);
    height: clamp(1.5rem, 1.406rem + 0.47vw, 1.875rem);
 
    transform: rotateZ(0deg);
    border-radius: 50%;

}

.pro_list_box5_l_list dd.hover .pro_list_box5_l_list_tt .icon2::before {
    content: "\e60a";

}


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

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

/* .sub_banner::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
} */
.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 {
    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%;
 
}

.sub_banner_text_tt2 {
    color: #fff;
    margin-bottom: 28px;
    gap: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem);
}

.sub_banner_text_tt2_icon1 {
    transform: rotate(-180deg);
}

.sub_banner_text_tt2_icon2 {

}


.pro_list_nav {
    width: 332px;
    border-radius: 10px;
    overflow: hidden;
    background: #727272;
}


.pro_list_nav_list {

    padding-top: clamp(0.75rem, 0.525rem + 1.13vw, 1.875rem);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: clamp(1.875rem, 1.688rem + 0.94vw, 2.813rem);
}

.pro_list_nav_list_item {
    padding: clamp(0.75rem, 0.594rem + 0.78vw, 1.375rem) 10px clamp(0.75rem, 0.594rem + 0.78vw, 1.375rem) 0;
}

.pro_list_nav_list_item:last-child {
    border-bottom: none;
}

.pro_list_nav_list_item_tt .tt {
    width: calc(100% - 30px);
    color: #FFF;
    min-height: 30px;
    padding: clamp(0.313rem, 0.266rem + 0.23vw, 0.5rem) 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_list_nav_list_item_tt .icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;

}

.pro_list_nav_list_item_down {
    display: none;
    padding-left: 33px;
}

.pro_list_nav_list_item_down .item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    padding: clamp(0.313rem, 0.266rem + 0.23vw, 0.5rem) 0;
}

.pro_list_nav_list_item_down .item .icon {
    /* transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg); */
}

.pro_list_nav_list_item_down .item .tt {
    width: calc(100% - 7px);
    padding-left: 10px;
    line-height: 1.375;
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

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

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


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

.pro_list_nav_list_item.hover .pro_list_nav_list_item_tt .tt {
    color: var(--hue);
}

.pro_list_nav_list_item.hover .pro_list_nav_list_item_tt .icon {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    color: var(--hue);
}

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

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

.pro_list_box1_t {

}

.pro_list_box_r {
    width: calc(100% - 332px - clamp(0.75rem, 0.438rem + 1.56vw, 2.313rem));
}


.pro_list_box1_b_list {
    gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
    position: relative;
}


.pro_list_nav_list_item_down2_text {
    padding-left: 16px;
}


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

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

.pro_list_box_r .ind_box2_scroll_item_t {
    padding: 10px;
}

.pro_list_box_r .ind_box2_scroll_item_con {
    padding-top: 20px;
    padding-bottom: 26px;
}

.pro_rel_scroll .ind_box2_scroll_item_t {
    padding: 10px;
}

.pro_rel_scroll .ind_box2_scroll_item_con {
    padding-top: 20px;
    padding-bottom: 26px;
}


/* pro_det */
.pro_det_t {
     padding-top: clamp(1.875rem, 1.375rem + 2.5vw, 4.375rem);
}

.pro_det_t_con {

}

.pro_det_t_l {
    width: calc(702 / 1440 * 100%);
    overflow: hidden;
}
.pro_det_t_r {
    width: calc(692 / 1440 * 100%);
}

.pro_deOne1_l_lunbo {
    border-radius: 10px;
    border-radius: clamp(0.625rem, 0.5rem + 0.63vw, 1.25rem);
        overflow: hidden;

}

.pro_deOne1_l_lunbo .item {
    position: relative;
    border-radius: clamp(0.625rem, 0.5rem + 0.63vw, 1.25rem);
        overflow: hidden;
    aspect-ratio: 4 / 3;
}

.pro_deOne1_l_lunbo .item img {
    width: 100%;
    border-radius:clamp(0.625rem, 0.5rem + 0.63vw, 1.25rem);
        overflow: hidden;
    height: 100%;
  object-fit: cover; /* 关键：让图片等比缩放并填满容器，超出部分会被裁剪 */

}

/* .pro_deOne1_l_lunbo .item:hover img ,.pro_list_box1_l:hover img{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
} */
.pro_deOne1_l_bot {
    padding-top: clamp(0.938rem, 0.831rem + 0.45vw, 1.25rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deOne1_l_bot_prev,
.pro_deOne1_l_bot_next {
    width: clamp(1.875rem, 1.75rem + 0.63vw, 2.5rem);
    background: #FFF;
    border-radius: 4px;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    color: var(--hue);

}

.pro_deOne1_l_bot_prev:hover,
.pro_deOne1_l_bot_next:hover {
    background: var(--hue);
    color: #FFF;
}

.pro_deOne1_l_bot_prev .icon {
    transform: rotateZ(180deg);;
}

.pro_deOne1_l_dots {
    width: calc(100% - clamp(1.875rem, 1.75rem + 0.63vw, 2.5rem) - clamp(1.875rem, 1.75rem + 0.63vw, 2.5rem) - clamp(0.938rem, 0.831rem + 0.45vw, 1.25rem) - clamp(0.938rem, 0.831rem + 0.45vw, 1.25rem));
    margin: 0;
    overflow: hidden;
}

.pro_deOne1_l_dots .item {

    border-radius: 10px;

    overflow: hidden;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    aspect-ratio: 4 / 3;
}

.pro_deOne1_l_dots .item img {
    width: 100%;
	height: 100%;
  object-fit: cover; /* 关键：让图片等比缩放并填满容器，超出部分会被裁剪 */
}

.pro_deOne1_l_dots .swiper-slide.swiper-slide-thumb-active .item {
   border: 2px solid var(--hue);
}


.pro_deOne1_l_lunbo .ind_box3_m_play {
    left: 35px;
    top: auto;
    bottom: 35px;
    transform: none
}

.pro_deOne1_l_lunbo .indThree1_02 {
    width: auto;
    padding: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
}

.pro_deOne1_l_lunbo .indThree1_02 > img {
    width: 95px;
}

.pro_deOne1_l_lunbo .indThree1_02 .icon {
    width: auto;
}

.pro_deOne1_l_lunbo .indThree1_02 .icon img {
    width: 20px;
}



.pro_list_box1_l {
    width: calc(720 / 1440 * 100%);
}

.pro_list_box1_r {
    width: calc(650 / 1440 * 100%);
}

.pro_list_box1_r img {
    width: 100%;
}



.pro_det_t_r_title {
    margin-bottom: clamp(0.75rem, -0.75rem + 1.88vw, 1.125rem);
}

.pro_det_t_r_text1 {
    /*margin-bottom: clamp(0.875rem, -1.625rem + 3.13vw, 1.5rem);*/
}

.pro_det_t_r_clm1 {
    

    padding: clamp(1rem, -2.5rem + 4.38vw, 1.875rem) 0;
    margin-bottom: clamp(1rem, -2.5rem + 4.38vw, 1.875rem);
    border-bottom: 1px dashed #D9D9D9;
}

.pro_det_t_r_clm1 .item {

    padding: 5px 0;
    gap: 10px;

}
.pro_det_t_r_clm1 .item::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666;
    display: inline-block;
    margin-right: 5px;
}
.pro_det_t_r_clm1 .item:last-child {
    border-bottom: none;
}

.pro_det_t_r_clm1 .item .item_tt {

}

.pro_det_t_r_clm1 .item .tt {

}

.pro_det_t_r_color {
    gap: 20px;
}

.pro_det_color_item {
    padding: 4px;
    width: 60px;
    height: 32px;
}

.pro_det_color_item.hover {
    border: 1px solid var(--hue);
}


.pro_det_t_r_btn_box {
    flex-wrap: wrap;
    gap: clamp(1.25rem, 0.875rem + 1.88vw, 3.125rem);
    .public_btn1{
        border-radius: 30px;
    }
}

.pro_det_t_r_btn_box a.public_btn1 {

    min-width: 180px;
}

.pro_det_t_r_share {
    padding-top: clamp(0.938rem, -1.563rem + 3.13vw, 1.563rem);
}


.pro_det_b_bars_box {
    height: calc(clamp(3.125rem, 2.278rem + 4.24vw, 6.25rem)  );
    position: relative;
}

.pro_det_b_bars {
    position: relative;
    width: 100%;
    z-index: 3;
    background: #FFF;
   
    border-bottom: 1px solid #DFDFDF;
}

.pro_det_b_bars_list .item {
    width: 20%;
    height: clamp(3.125rem, 2.278rem + 4.24vw, 6.25rem);
    color: #333;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
   
}

.pro_det_b_bars_list .item .icon {
    margin-bottom: 3px;
}

.pro_det_b_bars_list .item.hover {
   
    border-bottom: 4px solid var(--hue);
    margin-bottom: -2px;
}

.proh2::before {
    width: 11px;
    height: clamp(2.25rem, 2.025rem + 1.13vw, 3.375rem);
    content: "";
    display: inline-block;
    background-color: var(--hue);

}

.pro_det_b_bars_list_icon {
    transform: rotateZ(90deg);
    display: inline-block;

}

.pro_list_box1_text {

}

.pro_list_box1_text1 {
    margin-bottom: 20px;
}

.video_box a {
    display: block;

    overflow: hidden;
    position: relative;
}

.video_box a > img {
    width: 100%;
}

.video_box a .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: clamp(3.75rem, 2.801rem + 4.75vw, 7.25rem);
    height: clamp(3.75rem, 2.801rem + 4.75vw, 7.25rem);
    transform: translate(-50%, -50%);
    z-index: 2;
}

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

.video_box a .icon > img {
    width: auto;
}

.about1_img_v {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pro_scroll_1_item_text {
    height: 70%;
}

.pro_scroll1_bot {
    padding-top: clamp(0.938rem, 0.831rem + 0.45vw, 1.25rem);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/*
.pro_scroll1_bot_prev,
.pro_scroll1_bot_next {
    width: clamp(3.125rem, 2.625rem + 2.5vw, 5.625rem);
    background: #F5F5F5 ;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
	color: var(--hue);

}

.pro_scroll1_bot_prev:hover,
.pro_scroll1_bot_next:hover {
    background: var(--hue);
	color: #FFF;
} */
.pro_scroll1_bot_prev .icon {
    transform: rotateZ(180deg);;
}

.pro_scroll1_dots {

    overflow: hidden;
}

.pro_scroll1_dots .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #666;
    gap: 10px;
}

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

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

.pro_det3{
    gap: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

.pro_det3_item{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.pro_det3_item>img{ 
    width: 100%;
}
.pro_det3_item_text{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.pro_det3_item_text2{
    height: 100%;
    padding: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}



.pro_det3_scroll {
  
   
}

.pro_det3_scroll_item {
    width: 100%;
    position: relative;
}

.pro_det3_scroll_item_text {
    
    width: 100%;
}
.pro_det3_scroll_item_tt{
    width: 100%;
}
.pro_det3_scroll_item_img {
    width: 100%;
    position: relative;
}

.pro_det3_scroll_item_img img {
    width: 100%;
}

.pro_det3_scroll_item_img_hover {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    background: rgba(255, 255, 255, .9);
    opacity: 0;
    transition: all 0.5s;
}

.pro_det3_scroll_item:hover .pro_det3_scroll_item_img_hover {
    opacity: 1;
    transition: all 0.5s;
}

.sv1_con {
    gap: clamp(1.25rem, 0.25rem + 5vw, 6.25rem);
}

.sv1_con .pro_det3_scroll_item {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.sv_icon {
    width: clamp(3.75rem, 3.6rem + 0.75vw, 4.5rem);
    height: clamp(3.75rem, 3.6rem + 0.75vw, 4.5rem);
    border-radius: 50%;
    border: 1px solid var(--hue);
    background: #FFF;
    position: absolute;
    right: 20px;
    bottom: -20px;
}

/* oem**/


.aboSeven1_prev {
    /* position: absolute;
    z-index: 2;
    top: 1px;
    height: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
    left: -20px;
    color: #333;
    transform: rotateZ(-180deg);
    font-size: 32px !important; */
    margin-left: -20px;

}

.aboSeven1_next {
    margin-right: -20px;
    /* position: absolute;
    z-index: 2;
    top: 1px;
    height: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
    right: -20px;
    color: #333;

    font-size: 32px !important; */
}


.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;
    margin-top: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
    padding: 0 20px;
}

.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 #DCDCDC;
    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: #333;
}


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

.aboBoxSeven1::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: calc(clamp(1.875rem, 1.7rem + 0.88vw, 2.75rem) / 2);
    left: 10px;
    width: calc(100% - 20px);
    height: 0;
    border-bottom: 1px dashed var(--hue);
}

.aboSeven2_lunbo_img {
    position: relative;
}

.aboSeven2_lunbo .item {
  
}

.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: #F5f5f5;

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

    }
    .aboSeven2_lunbo_con{
        padding: 20px;
    }
    .aboSeven2_luobo_tt{
        color: #333;
    }
    .aboSeven2_luobo_text{
        color: #666;
    }
}
.aboSeven2_lunbo .item:hover{
    background: var(--hue);
    .aboSeven2_luobo_tt{
        color: #FFF;
    }
    .aboSeven2_luobo_text{
        color: #FFF;
    }
}



.pro_det3_scroll_item_text2 {
    gap: 10px;
    padding: clamp(1rem, 0.825rem + 0.88vw, 1.875rem);

}

.sv_icon_img {
    position: relative;
}

.sv1_con .pro_det3_scroll_item:hover {
    .pro_det3_scroll_item_tt {
        color: var(--hue) !important;
    }

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

    .hide {
        opacity: 1;
        transition: all 0.5s;
    }
}

.pro_det3_scroll_item_tt {
    width: 100%;
}

.pro_det3_scroll_item_tt2 {
    width: 100%;
}


.pro_scroll_1 {

}

.pro_scroll_1_item {
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
}

.sv2_l {
    width: calc(718 / 1440 * 100%);
	overflow: hidden;
}
.sv2_l:hover img{
	transform: scale(1.05, 1.05);
}
.sv2_r {
    width: calc(722 / 1440 * 100%);
    background: #FFF;
    border-radius: 10px;
    padding: clamp(0.625rem, 0.25rem + 1.88vw, 2.5rem) clamp(0rem, -0.75rem + 3.75vw, 3.75rem);
    position: relative;
}

.sv2_item_text {
    line-height: 1.2;
    cursor: pointer;
}

.sv2_r_num {
    font-size: clamp(3.125rem, 2.75rem + 1.88vw, 5rem);
    text-shadow: -2px -2px 0 #b9b9b9,
    2px -2px 0 #b9b9b9,
    -2px 2px 0 #b9b9b9,
    2px 2px 0 #b9b9b9;
    color: #fff;
    text-align: right;
    width: 100%;
    height: clamp(3.125rem, 2.75rem + 1.88vw, 5rem);
}


.sv2_btn {
    position: absolute;
    width: 100%;
    gap: clamp(1.25rem, 0.875rem + 1.88vw, 3.125rem);
    bottom: clamp(0.625rem, 0.25rem + 1.88vw, 2.5rem);
    right: clamp(0rem, -0.75rem + 3.75vw, 3.75rem);
}


.sv3_con {
    padding: 0 clamp(0rem, -0.5rem + 2.5vw, 2.5rem);
}

.sv3_con_item:nth-child(2) {
    flex-direction: column-reverse;
}

.sv3_con_item img {
    width: 100%;
}

.sv3_con_item:hover img{
	transform: scale(1.02, 1.02);
}
.sv_box4_scroll_item_pic {
    overflow: hidden;
    padding: 20px;
    background: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    position: relative;
}

.sv_box4_scroll_item_pic::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
}

.sv_box4_scroll_item_pic img {
    display: block;
    width: 100%;

}

.sv_box4_scroll_item_con {
    padding: clamp(1rem, 0.844rem + 0.78vw, 1.625rem) 0 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.sv_box4_scroll_item_tt {
    margin-bottom: clamp(0.625rem, 0.516rem + 0.55vw, 1.063rem);
}

.sv_box4_scroll .swiper-slide {
    width: 38.31%;
}

.sv_box4_scroll .swiper-slide img {
    width: 100%;

}

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

.sv_box4_scroll .swiper-slide-active .sv_box4_scroll_item_pic::after {
    opacity: 0;
}

.sv_box4_scroll .swiper-slide-active .sv_box4_scroll_item_con {
    opacity: 1;
}


.sv_box4_scroll_btn {
    position: absolute;
    top: 38%;
    z-index: 2;

}

.sv_box4_scroll_btn.prev {
    left: 0;

}

.sv_box4_scroll_btn.next {
    right: 0;
}

.sv5_con_item {
    padding: clamp(1rem, 0.825rem + 0.88vw, 1.875rem) clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
    border-radius: 10px;
    border: 1px solid #b9b9b9;
    background: #FFF;
}

.sv5_con_item_box {
    gap: 25px;
}

.sv5_con_item_con {
    gap: 15px;
}

.sv5_con_item_text {
    gap: 25px;
}

.sv5_con_item_tt {
    color: #333;
}

.sv5_con_item_pic {
    position: relative;
    min-width: 50px;
}

.sv5_con_item_icon {
    min-width: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
    height: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
    border: 1px solid #b9b9b9;
    border-radius: 50%;
    color: #333;
}

.sv5_con_item:hover {

    .sv5_con_item_tt {
        color: var(--hue);
    }

    .hide {
        opacity: 1;
        transition: all 0.5s;
    }

    .sv5_con_item_icon {
        background: var(--hue);
        border-color: var(--hue);
        color: #FFF;
    }
}


/*
.pro_det5_scroll{
	width: calc(50% + 50vw);
}
.pro_det5_t_r_btn{
	border-color :#FFF ;
	color: #FFF;
}
.pro_det5_t_r_btn:hover{
	background:#FFF;
	color: var(--hue);
} */


.pro_det5 img {
    width: 100%;
}

.pro_det_rela_scroll {
    padding-bottom: 40px;
}

.pro_det5_l {
    width: calc((579 / 1440) * 100%);
}

.pro_det5_r {
    width: calc((825 / 1440) * 100%);
}

.pro_list_box4 .ind_title1_tt {
    margin-bottom: 8px;
}

.pro_list_box4 .ind_box6_b_l {
    width: 63%;
}

.pro_list_box4 .ind_box6_b_r {
    width: 35%;
}


.ind_box6_b_l_img {

}

.ind_box6_b_l .ind_title1_tt {
    text-decoration: underline;
}

.pro_det1_video a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 1;
}

.pro_det_b_tabs_item3_l {
    width: 35.5%;
}

.pro_det_b_tabs_item3_r {
    width: 62%;
}


.pro_det4_form .ind_box6_l_form_list_box {
    background: #FFF;
    border: 1px solid #b9b9b9;

}

.pro_det4_form .ind_box6_l_form_list_text {
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(245, 245, 245, 1);
    border-radius: 3px;
    text-indent: 20px;
}

.pro_det4_form .ind_box6_l_form_list_area {
    background: rgba(245, 245, 245, .5);
    border: 1px solid rgba(245, 245, 245, .5);
    border-radius: 3px;
    text-indent: 25px;
}

.pro_det4_form .ind_box6_l_form_list_box:focus, .pro_det4_form .ind_box6_l_form_list_box:hover {
    border-color: var(--hue);
}

.pro_det4_form .ind_box6_l_form_list_box:focus, .pro_det4_form .ind_box6_l_form_list_box:hover {
    border-color: var(--hue);
}

.pro_det4_form dd {
    width: 24%;
}

.pro_det4_form dd.dw {
    width: 100%;
}

.pro_det_table {
    width: 100%;
}

table {
    width: 80%;
    border: 1px solid #D9D9D9;
    margin:0 auto;

}

table tr td {
    padding: 8px;
    border: 1px solid #D9D9D9;
    color: #666;
    padding:10px 30px;
    text-align: center;
}

table tr td:first-child {
     
}


/* sv1 */
.sv1 {

}

/* oem**/
.oem1 {

}

.oem2_item_l {
    width: 50%;
}

.oem2_item_r {
    width: 50%;
}

.oem2_item_r_con {
    width: 70%;
}

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

.oem2_con {
    gap: clamp(1.875rem, 1.6rem + 1.38vw, 3.25rem);
}

.oem5_con img {
    width: 100%;
}

.oem6_con_item {
    display: block;
    padding: 20px;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    background: #FFF;
}

.oem6_con_item_img {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.oem6_con_item_img img {
    width: 100%;
}

.oem6_con_item_text {
    padding: 10px;
}

/* about1_con */
.about_cate{
    padding-top: calc(var(--space) * 0.7  );
}
.about_cate_item{
    width: 280px;
    height: 64px;
    border-radius: 4px;
    background: #F5F5F5;
    a{
        color: #222;
    }
}
.about_cate_item:hover,.about_cate_item.hover{
    background: var(--hue);
    a{
        color: #FFF;
    }
}

.about1 {

}

.about1_img {
    position: relative;
}

.about1_l {
    width: calc(790 / 1600 * 100%);
}
.about1_l_tt{
    margin-bottom: 8px;
}
.about1_r {
   width: calc(760 / 1600 * 100%);
    padding: 20px 20px 20px 0;
    position: relative;
}

.about1_r_img {
    width: 100%;
}

.about1_r_img img {
    width: 100%;
}

/* .about1_r::after {
    width: 30%;
    height: 100%;
    content: '';
    background: var(--hue);
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
} */

.about_video_box {
    position: absolute;
    top: 20px;
    left: 0;
    width: clamp(5rem, 4.425rem + 2.88vw, 7.875rem);
    height: clamp(5rem, 4.425rem + 2.88vw, 7.875rem);
    background: var(--hue);
    z-index: 1;
    cursor: pointer;

}

.about_video_box img {
    width: clamp(1.25rem, 1.175rem + 0.38vw, 1.625rem);
}


.about1_b {
   	background: var(--hue);
    backdrop-filter: blur(0px);
    border-radius: 12px;
}

.about1_b .item {
     
}


.about1_b .item .icon {
  
}

.about1_b .item .icon .icon2 {
     
}

.about1_b .item .item_con {

}

.about1_b .item .num {
    /* -webkit-text-stroke: 2px var(--hue); */
    color: #FFF;
}

.about1_b .item .tt {
    color: #FFF;
    padding: 0;
    padding-bottom: clamp(0.625rem, 0.4rem + 1.13vw, 1.75rem);
    max-width: 260px;

}

.about1_b .item:hover {

}

.about1_b .item:hover .num {

}

.about1_b .item:hover .tt {

}

.about1_b .item:hover .icon2 {
    opacity: 1;
    transition: all 0.5s;
}

.about2{

}
.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%;
}
.about3_con_scroll{
    padding: clamp(-0.625rem, -1.125rem + 2.5vw, 1.875rem);
}
.about3_con_scroll_item1_img{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

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

.about3_con_scroll_item1_img:hover img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.about4_con_item{
    background: #F6F7F8;
    padding: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
    border-radius: 20px;
}

.about4_con_item_tt2{
    line-height: 1.8;
    p::before{
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #333;
        margin-right: 5px;
        border-radius: 50%;
    }
}

.about4_con_scroll{
    padding: 5px ;
}
.about4_scroll_item{
    background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: clamp(1.25rem, 0.875rem + 1.88vw, 3.125rem) 10px;
}

.about4_scroll_item_pic{
    margin-bottom: clamp(1.25rem, 1.075rem + 0.88vw, 2.125rem);
}
.about4_scroll_item_con{
    margin-bottom: clamp(1.25rem, 1.075rem + 0.88vw, 2.125rem);
}
.about4_scroll_item_pic img{
    border-radius: 50%;
    overflow: hidden;
}
.shemei_tiem{ 
    width: 46px;
    height: 46px;
    border-radius: 50%;
}
.shemei_tiem:hover{
    transform: translateY(-3px);
}
.shemei_tiem.fb{
    background: #3B5999;
}
.shemei_tiem.in{
    background: #0178B2;
}
.shemei_tiem.wp{
    background: #12BC30;
}

.shemei_tiem_icon{
    position: relative;
}
.about4_scroll_item_con_tt{
    color: #333;
}
.about4_scroll_item_con_text{
    color: #666;
}
.about4_scroll_item:hover{
    background: var(--hue);
    color: #FFF !important;
    transition: all 0.5s;
    .about4_scroll_item_con_tt{
        color: #fff;
    }
    .about4_scroll_item_con_text{
        color: #fff;
    }
    .shemei_tiem{
        background: #FFF !important;
    }
    .hide{
        opacity: 1;
        transition: all 0.5s;
    }
    
}


.about5_con_item {
    
}

.about5_con_item_text {
   
}

.about5_con_item:hover {
  
}
.about5_con_item_img{
    min-width: 52px;
}

.about5_l{
    width: calc(780 / 1600 * 100%);
}

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

.about6_r_scrool_item_img{
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.about6_r_scrool_item_img img{ 
    width: 100%;
}
.about6_r_scrool_item_img:hover img{ 
    transform: scale(1.1);
    transition: all 0.5s;
}



.about6_r_a {
    border-bottom: 2px solid #FFF;
    color: #333;
    transition: all 0.5s;
    padding-bottom: 15px;
}

.about6_r_pic {
    position: relative;
}

.about6_r_a:hover, .about6_r_a.hover {
    color: var(--hue);
    border-bottom: 2px solid var(--hue);
    transition: all 0.5s;

    .hide {
        opacity: 1;
        transition: all 0.5s;
    }

    .show {
        opacity: 0;
        transition: all 0.5s;
    }
}


.about7_l{
    width: calc(650 / 1440 * 100%);
    border-radius: 10px;
}

.about7_r{
     width: calc(726 / 1440 * 100%);
}

.about7_r_con_item_text{
    margin-bottom: 8px;
}
.about7_r_con_item_img{
    min-width: clamp(3.563rem, 3.3rem + 1.31vw, 4.875rem);
}


/* dealer1  */
.dealer1_l{
    width: calc(650 / 1440 * 100%);
    border-radius: 10px;
    overflow: hidden;
}
.dealer1_r{
    width: calc(730 / 1440 * 100%);
}


.dealer2_con_item{
    background: #FFF;
    padding: clamp(1.25rem, 0.438rem + 4.06vw, 5.313rem);
}
.dealer2_con_item_title{
     
}
.dealer2_con_item_img{
    position: relative;
}
.dealer2_con_item:hover{
    .hide{
        opacity: 1;
        transition: all .5s;
    }
}
.dealer3_con_item{
    padding: clamp(1.25rem, 0.875rem + 1.88vw, 3.125rem) 0;
}

.dealer3_con_item:nth-child(2n){
    background: #F5f5f5;
    .wrapper{
        flex-direction: row-reverse;
    }
    
} 

.app_list_item_text{
    background: #f5f5f5;
    padding: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem) clamp(0.938rem, 0.813rem + 0.63vw, 1.563rem);
}

.app_list_item_tt{
    color: #222;
}
.app_list_item_tt2{
    color: #666;
}
.app_list_item:hover{
    .app_list_item_text{
        background: var(--hue);
    }
    .app_list_item_tt{
        color: #fff;
    }
    .app_list_item_tt2{
        color: #fff;
    }
}
.app1_l{
    width: calc(700 / 1440 * 100%);
    border-radius: 10px;
    overflow: hidden;
}
.app1_r{
    width: calc(690 / 1440 * 100%);
}
.news1_l{
    width: calc(454 / 1440 * 100%);
    border-radius: 10px;
    overflow: hidden;
}
.news1_r{
    width: calc(950 / 1440 * 100%);
}
.dealer3_con_item1 .wrapper{
     padding: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem) 0;
    border-bottom: 1px solid #DCDCDC;
}

/** fa
ctory*/

.fc1 {

}

.fc3_con_l {
    width: calc(948 / 1440 * 100%);
}

.fc3_con_r {
    width: calc(454 / 1440 * 100%);
}

.cate_box {

    border-bottom: 1px solid #D4D4D4;
}

.cate_box_con_item {
    gap: 15px;
    background: #FFFFFF;
    color: #333;
    min-height: 74px;
    line-height: 1.3;
    padding: clamp(1rem, 0.825rem + 0.88vw, 1.875rem);
    border-right: 1px solid #D4D4D4;

}

.cate_box_con_item:first-child {
    border-left: 1px solid #D4D4D4;
}

.cate_box_con_img {
    width: 24px;
    position: relative;
}

.cate_box_con_item:hover, .cate_box_con_item.hover {
    color: #FFF;
    background: var(--hue);
    font-family: "HarmonyOS-ExtraBold";
}


.about_box5_scroll_item {


    background: #fff;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.about_box5_scroll_item .pic {
    overflow: hidden;
    border: 1px solid #DCDCDC;
}

.about_box5_scroll_item .pic img {
    display: block;
    width: 100%;
}

.about_box5_scroll_item .tt_box {
    padding: clamp(0.75rem, 0.648rem + 0.51vw, 1.125rem) 0 0;
}

.about_box5_scroll_item .tt_box .tt {
    width: calc(100% - 34px);
}

.about_box5_scroll_item .tt_box .icon {
    width: 34px;
    height: 34px;
    font-size: 18px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    border-radius: 50%;
    background: var(--hue);
}

.about_box5_scroll_item_con {
    padding: clamp(0.625rem, 0.371rem + 1.27vw, 1.563rem);
    gap: 13px;
}

.shemei a {
    display: block;
    background: var(--hue);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
}


/* location */
.location {
    line-height: 50px;
    width: 100%;
    color: #666;
    background: #f5f5f5;
}

.location .wrapper {
    gap: 5px;
}

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

.location a {
    color: #666;
}

.location a:hover {
    color: var(--hue);
}
.prolist1{
    border-bottom: 1px solid #D9D9D9;
}
.prolist1_cate_item{
    padding: 32px 10px;

    text-align: center;
    a{
        
        color: #222;
    }
    
    .prolist1_img{
        width: 160px;
        height: 160px;
        border-radius: 50%;
        overflow: hidden;
        border:8px solid #F0F0F0;
        margin-bottom: 16px;
        
    }
    .prolist1_img img{
         transition: transform 0.6s;
        transform-style: preserve-3d; /* 保持3D空间 */
    }
 }

.prolist1_cate_item:hover,.prolist1_cate_item.hover{
    background: #F5f5f5;
    a{
        
    
    }
    .prolist1_img{
        border:8px solid var(--hue);
        
    }
     .prolist1_img img{
     	transition: transform 0.6s;
       transform: rotateY(180deg);
    }

}
.prolist2{
    .ind_pro_item{
        background: #FFF;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
    }
    .ind_pro_item_pic{
        background: #f5f5f5;
    }
}

.pro_det_t .location {
    color: #666;
    line-height: 60px;
}

.pro_det_t .location a {
    color: #666;
}

.pro_det_t .location .icon {
    color: #666;
}




/* pro_fm */
.pro_fm1_r{
    width: calc(650 / 1440 * 100%);
}
.pro_fm1_r img{
    width: 100%;
}
.pro_fm1_l{
    width: calc(670 / 1440 * 100%);
}

.pro_fm3_l{
    width: calc(710 / 1440 * 100%);
}
.pro_fm3_l img{
    width: 100%;
}
.pro_fm3_r{
    width: calc(710 / 1440 * 100%);
}



.pro_fm5_img{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.pro_fm5_img img{
    width: 100%;
    transition: all 0.5s;
}
.pro_fm5_img:hover img{
    transform: scale(1.1);
    transition: all 0.5s;
}




.pro_list3_scroll_item_img {
    width: 100%;
}

.pro_list3_scroll_item_img img {
    width: 100%;
}

.dist1_con_item_text {
    padding: 20px;
}

.dist1_con_item {
    background: #4E4E4E;
    border-radius: 20px;
    overflow: hidden;
}

.dist1_con_item_img {
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
}

.dist1_con_item_img img {
    width: 100%;
}

.dist1_con_item_text_tt2 {
    margin-top: 10px;
}

.dist2 {
    min-height: 180px;
    padding: 15px 0;
    background: var(--hue);
}

.dist3 {
    min-height: 600px;
    position: relative;
}

.dist3::before {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .5);
    z-index: 0;
    top: 0;
    left: 0;
}

.dist3_item {
    position: relative;
    z-index: 2;
    min-height: 600px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    width: 25%;
    transition: all 0.5s;
}

.dist3_item_con {

    gap: 20px;
    transition: all 0.5s;
}

.dist3_item_icon {
    position: relative;
    width: 30px;
    height: 30px;
    color: #FFF;
    text-align: center;

}

.dist3_item_icon::after {
    position: absolute;
    left: 0%;
    top: 20%;
    content: '';
    background: var(--hue);
    width: 100%;
    height: 30%;
    transform: rotate(-75deg) skew(15deg);
    z-index: -1;
}

.dist3_item_tt {
}

.dist3_item_tt2 {
    opacity: 0;
    transition: all 0.5s;
}

.dist3_item.hover {
    width: 40%;
    padding: 0 clamp(1.25rem, 0.25rem + 5vw, 6.25rem) 0 clamp(1.25rem, 0.25rem + 5vw, 6.25rem);
    transition: all 0.5s;

}

.dist3_item.hover .dist3_item_con {
    align-items: start;
    transition: all 0.5s;
    text-align: left;
}

.dist3_item.hover .dist3_item_tt2 {
    opacity: 1;
    transition: all 0.5s;
}

.dist4_l {
    width: 50%;
}

.dist4_r {
    width: 50%;
    padding-left: clamp(0.625rem, -0.162rem + 3.94vw, 4.563rem);

}

.dist4_l_img_box {
    width: 50vw;
    float: right;
}

.dist4_r .pro_det4_form {
    background: rgba(255, 255, 255, .05);
    border: 1px solid #FFF;
    padding-bottom: clamp(0.625rem, 0.125rem + 2.5vw, 3.125rem);
}

.case_list {

}

.cases_item {
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
}

.cases_item_text_btn {
    color: #666;
}

.cases_item_text_tt {
    color: #333;
}

.cases_item_text {
    width: 80%;
    padding: 4%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}

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

    .cases_item_text_btn {
        color: #fff;
    }

    .cases_item_text_tt {
        color: #fff;
    }
}

/* blog_det */
 
/* blog_det */

/* blog_det */
.blog_det_l{
	width: calc(100% - 300px - clamp(0.938rem, -1.84rem + 4.34vw, 2.5rem)*2 - 1px);
}
.blog_det_l_line{
	width: 1px;
	background: #eee;
}


.blog_det_l_title{
	margin-bottom: clamp(1.125rem, -0.208rem + 2.08vw, 1.875rem);
   margin-top: calc(clamp(0rem, -0.5rem + 2.5vw, 2.5rem) * -1);
}
.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_page{
	padding: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) clamp(0.625rem, 0.344rem + 1.41vw, 1.75rem);
	border-radius: 10px;
}
.blog_det_l_page_item{
	width: 47%;
}
.blog_det_l_page_item_line{
	width: 1px;
	background: #ECECEC;
}

.blog_det_l_page_item_tt{
	margin-bottom: 8px;
}
.blog_det_l_page_item_text{
	color:#666;
	line-height: 30px;
}
.blog_det_l_page_item_text .tt{
	width: 100%;
	color:#666;
}
.blog_det_l_page_item_text .time{
	width: 110px;
	text-align: right;
}
.blog_det_l_page_item_text:hover{
	text-decoration: underline;
	color: var(--hue);
}
.blog_det_l_page_item_text:hover .tt{
	color: var(--hue);
}
.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 rgba(0, 0, 0, 0.1);
        height: 56px;
        line-height: 56px;
    }
    .search_box_r_btn{
        margin-right: 20px;
        color: #666 !important;
    }
    .search_box_sub{
        color: #9B9E9E;
    }
}

.blog_det_l_line{
	background: #eee;
}
.blog_det_r{
	width: 300px;
}

.blog_det_r_clm{
 
	 
}
.blog_det_r_title{
	padding: 20px 0px;
 
	border-bottom: 1px solid #DCDCDC;
}

.blog_det_r_list1{
		padding: clamp(0.938rem, 0.725rem + 1.06vw, 2rem) 0;
		gap: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}
.blog_det_r_list1 a{
	 
 
}
.blog_det_r_list1 a .pic{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.blog_det_r_list1 a .pic img{
	width: 100%;
	height: 100%;
}
.blog_det_r_list1 a .con{
	width:  100%;
	 
    padding-top:10px;
    padding-bottom: 10px;
}
.blog_det_r_list1 a .con .time{
 
	margin-top: 5px;
}
.blog_det_r_list1 a .con .tt{
	color: #333;
	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: clamp(0.938rem, 0.725rem + 1.06vw, 2rem) clamp(0rem, -0.25rem + 1.25vw, 1.25rem);
}
.blog_det_r_list2 a{
	display: block;
    color:#333;
}
.blog_det_r_list2 a:hover{
    color: var(--hue);
    text-decoration: underline;
}
.blog_det_r_list2 a::before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333;
    margin-right: 10px;
    display: inline-block;
}
.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);
}



.blog_list1{
	margin: 0;
	padding: 0;
}
.blog_list1 dd{
	margin: 0;
	padding: 0;
   
 
	
}
.blog_list1 dd:hover{
    background: #F5F5F5;
}
.blog_list1 dd:last-child{
	margin-bottom: 0;
    .wrapper{
        border-bottom: 0px solid #E5E5E5;
    }
}
.blog_list1 dd .wrapper{
    border-bottom: 1px solid #E5E5E5;
     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: #333;
	padding: clamp(0.813rem, 0.703rem + 0.55vw, 1.25rem) 0;
	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);
}



.ind_box6_l_form_list_btn2{
	width: 200px;
	color:var(--hue);
	height: 46px;
	border-radius: 23px;
	background: #FFF;
	cursor: pointer;
}

.blog_det_r_clm2{
	background: var(--hue);
	margin-top: 20px;
	padding: 20px;
	width: 100%;
}
.blog_det_r_clm2.footer_t_item_form .ind_box6_l_form_list_box{
	background: #FFF;
	color: #333;
}
.blog_det_r_clm2.footer_t_item_form .ind_box6_l_form_list_text{
	color: #333;
}
.blog_det_r_clm2.footer_t_item_form .ind_box6_l_form_list_area{
	color: #333;
}


.news_sub_banner {
    padding: 137px 0 0 0;
}

.news_sub_banner_box {
    padding-bottom: clamp(1.25rem, 0.688rem + 2.81vw, 4.063rem);
}

.news_banner_l {
    width: 48.54%;
}

.news_banner_l img {
    width: 100%;
}

.news_banner_r {
    width: 46.875%;
}

.news_banner_r_tt {
    color: #333;
}

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

.news_banner_r_btn_l2 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #666;
    color: #FFF;
    transform: rotateZ(-90deg);
}

.news_list_item {
    position: relative;
    padding: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
    border: 1px solid #CFCFCF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

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

}

.news_list_item_img img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.news_list_item:hover {
    color: var(--hue);

    .news_list_item_img img {
        transform: scale(1.05);
    }

    .news_banner_r_btn_l {
        color: var(--hue);
    }

    .news_banner_r_tt {
        color: var(--hue);
    }

    .cases_item_text_btn {
        color: var(--hue);
    }

}

.news_list_item_text {
    padding-top: 30px;
}

.news_list_text {
    margin-top: 5px;
    margin-bottom: 10px;
}

.news_banner_r_btn {
    border-top: 1px solid #CFCFCF;
    width: 100%;
    padding-top: 20px;
}

.news_list_item:hover .news_list_item_text {

}

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

/* gc_item */
.gc_item {
    position: relative;
}

.gc_item_text {
    padding: 10px 15px;
    color: #333;
}

.gc_item_img {
    width: 100%;
    position: relative;
}

.gc_item_img img {
    width: 100%;
}

.gc_item_video_box {
    position: absolute;
    left: 20px;
    bottom: 20px;
    cursor: pointer;
}

.zs_item .gc_item_img {
    padding: 15px;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
    overflow: hidden;
}

/* .pdf_cate_box */
.pdf_cate_box {
    padding: 35px 0 25px 0;
    background: #FFF;
    position: relative;
    /* gap: 100px; */
    transform: translate(0%, -50%);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

}

.about6_r_a {
    width: auto;
}

/* contact */
.contact_box1 {
    
}

.contact_box1_list {
 
}

.contact_box1_list .item {
    padding: clamp(1rem, 0.825rem + 0.88vw, 1.875rem);

    color: #333;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #FFF;
}

.contact_box1_list .item .icon {

    color: var(--hue);
    font-size: 52px;
    margin-bottom: 14px;
    padding: 12px;
  
}

.contact_box1_list .item .tt {
    color: #333;
    margin-bottom: 15px;
}

.contact_box1_list .item .text {
    margin-bottom: 10px;
}

.contact_box1_list .item .text a {
    color: #333;
    transition: all 0s;
    -webkit-transition: all 0s;
}

/* .contact_box1_list .item:hover{
	color: #fff;
	background: var(--hue);
}
.contact_box1_list .item:hover .icon{
	color: var(--hue);
}
.contact_box1_list .item:hover .text a{
	color: #fff;
} */
.contact_box2 {

}

.contact_box2_l {
   width: calc(490 / 1440 * 100%);
   background: var(--hue);
   border-radius: 10px;
   padding: clamp(2.5rem, 2.125rem + 1.88vw, 4.375rem) clamp(1.25rem, 1rem + 1.25vw, 2.5rem)
   ;
}

.contact_box2_r {
    width: calc(903 / 1440 * 100%);
    .ind_box6_l_form_list dd{
        width: calc(50% - clamp(0rem, -0.25rem + 1.25vw, 1.25rem));
    }
    .ind_box6_l_form_list dd.dww{
        width: 100%;
    }
    .ind_box6_l_form_list_box {
        background: none;
        border: 0;
        padding: 0;
    }
    .ind_box6_l_form_list_box:hover {
        border: 0px;
    }
    .ind_box6_l_form_list_text_box {

        border: 1px solid #DCDCDC;
        border-radius: 5px;
    }
    .ind_box6_l_form_list_text {

    }
    .ind_box6_l_form_list_text_box {
        padding: 0 0 0 20px;
    }
    .ind_box6_l_form_list_tt{
        color: #333;
        text-transform: capitalize;
    }
    .ind_box6_l_form_list_btn{
        width: 100%;
    }
}



.contact_box2_l_con {
    gap: clamp(0.938rem, 0.675rem + 1.31vw, 2.25rem);
     
}

.contact_box2_l_con .item {
    gap: 14px;
    cursor: pointer;
}

.contact_box2_l_con .text {
    gap: 11px;
}

.contact_box2_l_con .icon {
    min-width: 30px;
    height: 30px;;
    text-align: center;
    line-height:30px;;
    border-radius: 50%;
    color: #FFF;
  
    border: 1px solid #FFF;
}

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

.contact_box2_l_title2 {
    margin-bottom: clamp(1rem, 0.831rem + 0.85vw, 1.625rem);
}

.contact_box2_l_list {
    gap: clamp(0.625rem, 0.523rem + 0.51vw, 1rem);
    padding-bottom: clamp(1.125rem, 0.956rem + 0.85vw, 1.75rem);
}

.contact_box2_l_list .item {
    width: 100%;
}

.contact_box2_l_list .item .icon {
    width: 26px;
    line-height: calc(clamp(0.875rem, 0.828rem + 0.2vw, 1rem) * 1.75);
    color: var(--hue);
    font-size: 26px;
}

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

.contact_box2_l_tt {
    padding-top: clamp(0.313rem, 0.058rem + 1.27vw, 1.25rem);
}

.contact_box2_l_sm {
    gap: clamp(0.313rem, 0.058rem + 1.27vw, 1.25rem);
    margin-bottom:  clamp(0.313rem, 0.058rem + 1.27vw, 1.25rem);
}

.contact_box2_l_sm .icon {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    color: var(--hue);
    width: clamp(2.25rem, 2.081rem + 0.85vw, 2.875rem);
    height: clamp(2.25rem, 2.081rem + 0.85vw, 2.875rem);
    font-size: clamp(1.125rem, 1.057rem + 0.34vw, 1.375rem);
    border-radius: 50%;
    background: #FFF;

}

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

.box_404 {
    margin-top: 120px;
    text-align: center;
}


.banner_text_box {
    position: relative;
}

.banner_text {
    position: absolute;
    width: 100%;
    height: 100%;

}

.banner_text_con {
    height: 100%;
}

.banner_text_tt {
    line-height: 1.1;
}

.banner_text_img img, .banner_text_item_img img {
    width: auto !important;
}

.banner_text_item {
    gap: 5px
}

.banner_text_list {
    gap: clamp(0.313rem, 0.125rem + 0.94vw, 0.25rem);
}
.pro_det2{
    background: #FFF;
}
.pro_det2_con_item{
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
}
.pro_det2_con_item:nth-child(2n){
    flex-direction: row-reverse;
}
.pro_det2_con_item_l{
    width: calc(600 / 1440 * 100%);
    overflow: hidden;
}
.pro_det2_con_item_l img{ 
    width: 100%;
}
.pro_det2_con_item_r{
    width: calc(840 / 1440 * 100%);
    padding: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
    
}
.pro_det2_con_item_l:hover img{
    transform: scale(1.1);
    transition: all 0.5s ease;
}

 

















.pro_det3_scroll_btn_box {
    margin-top: clamp(1.563rem, 0.859rem + 3.52vw, 4.375rem);
}

.pro_det5_scroll_item {
    width: 100%;
}

.pro_det5_scroll_item img {
    width: 100%;
}

.swiper-slide {
    height: auto;
}

.swiper-slide > div {
    height: 100%
}


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

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