﻿:root {
  --hue: #004195;
  --max-width: 1600px;
  --min-width: 1440px;
  --space: clamp(2.813rem, 1.641rem + 5.86vw, 7.5rem);
}

.content {
  background-color: #FAFAFA;
}
ul{
	margin: 0;
    padding: 0;
    padding-left:17px;
}
.pro_table table {
  width: 100% !important;
}
.pro_table tbody,
.pro_table table tr{
border:none;
    padding:0;
    
}
.pro_table table td {
    width:auto !important;
  text-transform: capitalize;
  font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
  font-weight: 500;
  color: #333333;
  text-align: center;
  padding: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
  border: 1px solid #B9B9B9;
}
.pro_table table td p{
margin: 0;
    padding: 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;
  }

  .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-xl {
    display: block !important;
  }

  .hide-xl {
    display: none !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) !important;
}

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

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

.pb35 {
  padding-bottom: clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}

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

html,
body {
  font-family: "VariableFont";
}

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

input,
button,
textarea,
select,
button {
  font-family: "VariableFont";
  border: none;
}

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

.bgf {
  background: #fff;
}



.bgf3 {
  background: #f3f5fa;
}

.bgf4 {
  background: #f4f4f4;
}

.bgf5 {
  background: #f5f5f5;
}

.bgf6 {
  background: #f6f6f6;
}

.bgf8 {
  background: #f8f8f8;
}

.bgf9 {
  background: var(--colorf9);
}

.bgfa {
  background: #fafafa;
}

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

.fmr {
  font-family: "VariableFont";
}

.fwb {
  font-weight: 800;
}

.fwm {
  font-weight: 600;
}

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

.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_80_40 {
  margin-bottom: clamp(2.5rem, 1.875rem + 3.13vw, 5rem) !important;
}

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

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

.gap15 {
  gap: 15px;
}

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

.w_1440 {
  width: 94%;
  max-width: var(--min-width);
  margin-left: auto;
  margin-right: auto;
}


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

.header {
    background-image: linear-gradient(to bottom,rgba(0,33,75,100%),rgba(0,26,59,0),rgba(0,26,59,0));

  height: 120px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

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

.header .wrapper {
  width: 94%;
  max-width: 1600px;
  padding: 0 clamp(0rem, -8.889rem + 13.89vw, 5rem);
  position: relative;
  margin: auto;
    font-weight: 600;
}

.header_t {
  height: 40px;
}

.header_t .tel { 
  gap: 0 10px;
  line-height: 1.55;
  margin-right: 2.34vw;
}

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

.header_b {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background-color: #ffffff;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.header.hover::before {
  height: 100%;
}

.header.hover .tel,
.header.hover .tel a,
.header.hover .header_t a,
.header.hover .header_r_lag_tt,
.header.hover .menu_tt {
  color: #666666;
}

.header .hide,
.header.hover .show {
  display: none;
}

.header.hover .hide {
  display: block;
}

.logo {
  width: clamp(8.75rem, 7.953rem + 3.98vw, 11.938rem);
}

.menu_dl {
  gap: 15px clamp(0.938rem, -2.951rem + 6.08vw, 3.125rem);
  margin: 0;
  padding: 0;
  margin-left: 2.45vw;
}

.menu_dl dd {
  margin: 0;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

.menu_tt {
  white-space: nowrap;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  height: 80px;
  font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

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

.relative {
  position: relative !important;
}

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

.menu_down_con {
  padding: 2.6vw 4.17vw;
  
  position: relative;
}

.menu_down_list a {
  display: block;
  font-weight: 600;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.menu_down_list .pic {
  width: 100%;
  height:235px;
  overflow: hidden;
  margin-bottom: 1.56vw;
}

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

.menu_down_list a:hover .title {
  color: var(--hue) !important;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}


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

.menu_down2 {
  width: 80%;
  margin: auto;
}

.menu_down2 .menu_down_con {
  padding: 2.6vw clamp(1.25rem, -10.972rem + 19.1vw, 8.125rem);
}

.menu_down2_list:nth-child(2) {
  border-top: 1px solid #C5C5C5;
  padding-top: 2.08vw;
  margin-top: 2.08vw;
}

.menu_down2_item .title {
  font-weight: 600;
  line-height: 1.7;
}

.menu_down2_item .list a {
  color: #666666;
  display: block;
  margin-top: clamp(0.625rem, 0.069rem + 0.87vw, 0.938rem);
  text-transform: capitalize;
}

/* menu_down3 */
.menu_down3 {
  z-index: 2;
  width:auto;
  padding: 15px 30px;
  background-color: #ffffff;
}

.menu_down3 {
  overflow: visible;
}

.menu_down_item {
  font-weight: 600;
  padding: 10px 0;
  display: block;
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  text-transform: capitalize;
}

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

.header_r {
  gap: clamp(1.563rem, -5.938rem + 9.38vw, 3.438rem);
}

.header_r_lag {
  position: relative;
  margin-left: 2.08vw;
}

.header_r_lag_tt {
  gap: 7px;
  cursor: pointer;
}

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

.header_r_lag_tt .icon2 {}

.header_r_lag_tt .tt {
  color: #fff;
}

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

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

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

.header_box.pro_det .header {
  position: relative !important;
}

/* header_r_search */
.header_r_search {
  width: 160px;
  margin-left: 1.3vw;
}

.header_r_search .form {
  border: 1px solid rgba(255, 255, 255, 69%);
  border-radius: 2px;
  overflow: hidden;
  height: 30px;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.header_r_search .search {
  width: calc(100% - 40px);
  padding-left: 7px;
  background-color: transparent;
  color: #ffffff;
}

.header_r_search .submit {
  cursor: pointer;
  width: 40px;
  background-color: transparent;
  background-image: url(../images/header_search1.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.header.hover .form {
  border-color: rgba(175, 175, 175, 69%);
}

.header.hover .header_r_search .submit {
  background-image: url(../images/header_search2.png);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.header.hover .header_r_search .search {
  color: #666666;
}

/*
 * 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: #ffffff;
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.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: #333333;
  border-radius: 4px;
  margin-bottom: 6px;
}

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

.mobile_lag_box {
  margin-top: 15px;
}

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

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

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

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

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

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

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

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

.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;
  font-family: "Inter-Regular";
  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, 0.2);
}

.mask {
  z-index: 13;
}

.scroll_dots .scroll_dots_bars {
  position: relative;
  padding-top: clamp(1.563rem, 1.016rem + 2.73vw, 3.75rem);
  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.375rem, 0.031rem + 1.72vw, 1.75rem);
}

.scroll_dots .scroll_dots_bars .swiper-pagination-bullet {
  width: clamp(1.25rem, 0.828rem + 2.11vw, 2.938rem);
  height: clamp(0.125rem, 0.094rem + 0.16vw, 0.25rem);
  opacity: 1;
  margin: 0;
  position: relative;
  background: #999;
  border-radius: clamp(0.063rem, 0.047rem + 0.08vw, 0.125rem);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.scroll_dots2 .scroll_dots_bars .swiper-pagination-bullet {
  background: #f4f4f4;
}

.scroll_dots .scroll_dots_bars .swiper-pagination-bullet-active {
  background: #389BFF;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.625;
}

.lh17 {
  line-height: 1.75;
}

.lh18 {
  line-height: 1.875;
}

.lh15 img,
.lh16 img,
.lh17 img,
.lh18 img {
  height: auto !important;
}

.public_btn {
  display: inline-block;
  font-weight: 500;
  padding: clamp(0.625rem, -0.153rem + 1.22vw, 1.063rem) clamp(0.938rem, -0.729rem + 2.6vw, 1.875rem);
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid var(--hue);
  background-color: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.public_btn .icon1 {
  margin: 0 5px 0 0;
}

.public_btn span {
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.public_btn .iconfont {
  margin-left: 5px;
  font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
}

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

.public_scroll_btn1_box {
  gap: clamp(0.625rem, 0.156rem + 2.34vw, 2.5rem);
  padding-top: clamp(1.563rem, 1.016rem + 2.73vw, 3.75rem);
}

.public_scroll_btn1_box .scroll_dots_bars {
  width: auto !important;
  padding-top: 0;
}

.public_scroll_btn1 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
  height: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
  color: var(--hue);
  font-size: clamp(1rem, 0.844rem + 0.78vw, 1.625rem);
  border-radius: 50%;
  border: 1px solid var(--hue);
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

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

.public_scroll_btn1.prev {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
}
 
/* public_page_box */
/* public_page_box */
/* public_page_box */
.public_page_box a,
.public_page_box {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 0 5px;
  color: var(--bg);
}

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

/* ~~~~pop_inquiry,css */
/* ~~~~pop_inquiry,css */
/* ~~~~pop_inquiry,css */
.module2Sixteen {
  display: none;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.module2Sixteen1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 54, 54, 0.5);
  cursor: pointer;
}

.module2Sixteen2 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 860px;
}

.page_pop_inquiry_form_close {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #D9D9D9;
  overflow: hidden;
  font-size: 24px !important;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  color: var(--bg);
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  cursor: pointer;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.page_pop_inquiry_form_close:hover {
  background-color: var(--hue);
  color: #ffffff;
}

.Pop_up_inquiry {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Pop_up_inquiry_l {
  width: 33.3%;
}

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

.Pop_up_inquiry_r {
  width:100%;
  padding: clamp(1.563rem, 1.091rem + 1.98vw, 3.125rem) clamp(0.938rem, 0.089rem + 3.57vw, 3.75rem) clamp(1.75rem, 1.147rem + 2.54vw, 3.75rem);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.Pop_up_inquiry_r_01 {
  color: #444444;
  text-align: center;
  margin-bottom: 10px;
}
.Pop_up_inquiry_r_02 a{
  color: var(--hue);
        font-weight: 600;
}
.Pop_up_inquiry_form{
    padding-top: clamp(1rem, 0.887rem + 0.48vw, 1.375rem);

}
.Pop_up_inquiry_form .item {
  position: relative;
  margin-bottom: 13px;
}

.Pop_up_inquiry_form .item input {
  font-family: "Inter-Regular", "Arial", "sans-serif";
  font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
  color: #333;
  width: 100%;
  height: clamp(2.5rem, 2.422rem + 0.39vw, 2.813rem);
  padding: 0 0px 0 13px;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  background: #f5f5f5;
}

.Pop_up_inquiry_form .item textarea {
  font-family: "Inter-Regular", "Arial", "sans-serif";
  font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
  color: #333;
  width: 100%;
  height: clamp(5.625rem, 4.777rem + 3.57vw, 8.438rem);
  padding: 12px 10px 10px 13px;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  background: #f5f5f5;
  resize: none;
}

.Pop_up_inquiry_form .item.special .iconfont {
  top: clamp(0.625rem, 0.606rem + 0.08vw, 0.688rem);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.Pop_up_inquiry_form .btn {
  padding-top: 5px;
}

.Pop_up_inquiry_form .btn input {
  font-family: "Inter-Bold";
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: clamp(2.5rem, 2.349rem + 0.63vw, 3rem);
  background: var(--hue);
  border-radius: 6px;
  border: none;
  cursor: pointer;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.Pop_up_inquiry_form .btn input:hover {
  opacity: 0.8;
}


/* ~~~~pop_inquiry,css~~end */
/* ~~~~pop_inquiry,css~~end */
/* ~~~~pop_inquiry,css~~end */
/* footer */
.public_footer {
  position: relative;
  bottom: 0;
  background-color: #3A3A3A;
}

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

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

.public_footer_t .left {
  position: relative;
  width: 60%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.public_footer_t .left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 92%;
  height: 100%;
  z-index: 1;
  transform: skew(-30deg);
  border-bottom: 1px solid #A1A1A1;
  background-color: #3A3A3A;
}

.public_footer_t .title {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.public_footer_t .title::before,
.public_footer_t .title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
}

.public_footer_t .title::before {
  left: auto;
  right: -15px;
  transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
}

.public_footer_t .right .sm_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: clamp(0.625rem, 0.156rem + 2.34vw, 2.5rem);
  padding: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) 0;
}

.public_footer_t .right .item {
  width: clamp(2.188rem, 1.828rem + 1.8vw, 3.625rem);
  height: clamp(2.188rem, 1.828rem + 1.8vw, 3.625rem);
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  color: #ffffff !important;
  font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.public_footer_t .right .item:hover {
  border-color: var(--hue);
}


.public_footer_c {
  position: relative;
  z-index: 3;
  padding: clamp(1.875rem, 1.25rem + 3.13vw, 4.375rem) 0 clamp(1.875rem, 1.484rem + 1.95vw, 3.438rem) 0;
}

.public_footer_l {
  width: calc(100% - clamp(12.5rem, 10.859rem + 8.2vw, 19.063rem) - clamp(0rem, -2.031rem + 10.16vw, 8.125rem));
}

.public_footer_r {
  width: clamp(12.5rem, 10.859rem + 8.2vw, 19.063rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.footer_t_r_item {
  width: 30%;
}

.footer_t_r_item:nth-child(2) {
  width: 27%;
}

.footer_t_r_item:nth-child(3) {
  width: 18%;
}

.footer_t_r_item_tt {
  position: relative;
  margin-bottom: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #898989;
  padding-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

.footer_t_r_item_tt::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #1A538B;
  z-index: 2;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.footer_t_r_item_tt .dian {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  margin-right: 10px;
}

.footer_t_r_item_tt:hover::before {
  width: 100%;
}

.footer_t_r_item_tel .item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  color: #c4c4c4;
  font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

.footer_t_r_item_tel .item .type {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  gap: 0 clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
}

.footer_t_r_item_tel .item .type .iconfont {
  font-size: 18px;
}

.footer_t_r_item_tel .item a {
  color: #c4c4c4 !important;
  font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
  margin-top: 5px;
  display: inline-block;
  word-break: break-all;
}

.public_footer_icon {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
  margin-top: 3.13vw;
}

.public_footer_icon .iconfont {
  font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
  width: clamp(2.188rem, 2.031rem + 0.78vw, 2.813rem);
  height: clamp(2.188rem, 2.031rem + 0.78vw, 2.813rem);
  border-radius: 50%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  color: #ffffff !important;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.public_footer_icon .iconfont:hover {
  transform: translate(0%, -5px);
  -ms-transform: translate(0%, -5px);
  -webkit-transform: translate(0%, -5px);
}

.footer_t_r_item_list .item a {
  display: inline-block;
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  color: #C4C4C4;
  font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
  font-weight: 500;
  text-transform: capitalize;
}

.public_footer_contact {
  width: 100%;
}

.public_footer_contact .item {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 30%);
  background-color: rgba(255, 255, 255, 12%);
  border-radius: 2px;
  margin-bottom: 15px;
}
.public_footer_contact .item p{
	width:100%;
    height:100%;
}
.public_footer_contact .item input {
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
  font-weight: 500;
  color: #c4c4c4;
  padding: 0 clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.public_footer_contact .item.textarea textarea::placeholder,
.public_footer_contact .item input::placeholder {
  color: #c4c4c4;
  font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
  font-weight: 500;
}

.public_footer_contact .item.textarea {
  height: clamp(4.375rem, 3.969rem + 2.03vw, 6rem);
    
}

.public_footer_contact .item.textarea textarea {
  width: 100%;
  height: 100%;
  padding: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem) 0 0 clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  background-color: transparent;
  resize: none;
    
    
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
  font-weight: 500;
  color: #c4c4c4;
    padding-right:10px;
}

.public_footer_contact .item.submit {
  background-color: transparent;
  border: none;
}

.public_footer_contact .item.submit input {
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
  background-color: var(--hue);
  color: #ffffff;
  width: clamp(8.75rem, 8rem + 3.75vw, 11.75rem);
  height: clamp(2.5rem, 2.25rem + 1.25vw, 3.5rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.public_footer_b {
  padding: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem) 0 clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) 0;
  background-image: repeating-linear-gradient(-6deg, #7c7c7c, #7c7c7c 8px, transparent 8px, transparent 15px, #7c7c7c 15px), repeating-linear-gradient(84deg, #7c7c7c, #7c7c7c 8px, transparent 8px, transparent 15px, #7c7c7c 15px), repeating-linear-gradient(174deg, #7c7c7c, #7c7c7c 8px, transparent 8px, transparent 15px, #7c7c7c 15px), repeating-linear-gradient(264deg, #7c7c7c, #7c7c7c 8px, transparent 8px, transparent 15px, #7c7c7c 15px);
  background-size: 1px calc(0%), calc(100%) 1px, 1px calc(0%), calc(0%) 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  animation: borderAnimation 1s infinite linear;
}

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

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


.public_footer_b .footer_b_text a {
  color: #818181;
}

.public_footer_b .footer_b_text a:hover {
  text-decoration: underline;
}

/* location */
.location {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  line-height: 1.5;
}

.location .icon {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 0 10px;
  margin-right: 7px;
}

.location a {
  text-transform: capitalize;
  color: #fff;
}

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

/* ~~~~分页~~~~~~ */
/* ~~~~分页~~~~~~ */
/* ~~~~分页~~~~~~ */
.blog_page .wp-pagenavi,
.blog_page .paginationjs-pages,
.blog_page div {
  margin-top: clamp(2.188rem, 1.641rem + 2.73vw, 4.375rem);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog_page .current,
.blog_page a:hover {
  color: #ffffff !important;
  background-color: var(--hue) !important;
  border-color: var(--hue) !important;
}

.blog_page .next {
  width: 110px;
}

.blog_page span {
  border: none;
  display: inline-block;
}

.blog_page .current,
.blog_page a {
  cursor: pointer;
  border-radius: 4px;
  padding: 0 !important;
  color: var(--hue);
  border: 1px solid #D7D7D7;
  font-weight: 500;
  font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
  width: clamp(2.188rem, 1.953rem + 1.17vw, 3.125rem);
  height: clamp(2.188rem, 1.953rem + 1.17vw, 3.125rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  background-color: #ffffff;
  margin: 0px 5px;
  text-align: center;
}

.blog_page .paginationjs {
  width: auto;
  padding: 0 10px !important;
}

.blog_page .hover {
  color: #ffffff !important;
  background-color: var(--bg) !important;
  border-color: var(--hue) !important;
}

/* ~~~~分页 end~~~~~~ */
/* ~~~~分页 end~~~~~~ */
/* ~~~~分页 end~~~~~~ */
/* banner */
.text { 
  line-height: 1.5;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

.public_module_title {
  position: relative;
  z-index: 3;
}

.public_module_title a {
  display: inline-block;
}

.public_module_title .subtitle {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  gap: 0 10px;
  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

.public_module_title .subtitle .line {
  width: 30px;
  height: 1px;
  background-color: var(--hue);
  position: relative;
  display: block;
}

.public_module_title .subtitle .line::before {
  content: "";
  position: absolute;
  right: 0;
  transform: translate(0%, -40%);
  -ms-transform: translate(0%, -40%);
  -webkit-transform: translate(0%, -40%);
  width: 4px;
  height: 4px;
  background-color: var(--hue);
  border-radius: 50%;
  overflow: hidden;
}

.public_module_title .subtitle .line2::before {
  left: 0 !important;
  right: 0 !important;
}

.public_module_title .title {
  line-height: 1.2;
  font-weight: 800;
 font-size: clamp(1.375rem, 0.956rem + 1.76vw, 2.5rem)!important;
    	text-transform: none;

}

.public_module_title .title2,
.public_module_title .text {
  margin-top: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

.index_banner .banner {
  display: block;
  width: 100%;
}
.index_banner .banner video,
.index_banner .banner img {
  width: 100%;
    height:100%;
}











/* index_one */
/* index_one */
/* index_one */
.index_one {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: var(--hue);
}

.index_one_item {
  position: relative;
  z-index: 2;
  padding: clamp(1.25rem, -2.083rem + 5.21vw, 3.125rem) clamp(0.938rem, -4.063rem + 7.81vw, 3.75rem);
}

.index_one_item:nth-child(3)::before,
.index_one_item:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  transform: skew(-15deg, 0);
  z-index: -1;
}

.index_one_item:nth-child(1)::before {
  left: -35px;
}

.index_one_item h3 {
  font-weight: 600;
}

.index_one_item .text {
  margin-top: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

.index_one_item:nth-child(2n) .text {
  color: #f5f5f5 !important;
}

.index_one_item:nth-child(2n) h3 {
  color: #ffffff !important;
}

.index_two_table {
  border: 1px solid #D7D7D7;
}


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

.index_two_table .item {
  height: 100%;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: clamp(0.625rem, 0.069rem + 0.87vw, 0.938rem) clamp(0.938rem, 0.382rem + 0.87vw, 1.25rem);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.index_two_table .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 1px;
  height: 25px;
  background-color: #D7D7D7;
  z-index: -1;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.index_two_table .swiper-slide:first-child .item::before {
  display: none;
}

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

.index_two_table .item.hover::before {
  opacity: 0;
}

.index_two_list .right,
.index_two_list .left {
  width: 50%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.index_two_list .left img {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 1.8s;
  -ms-transition: all 1.8s;
  -webkit-transition: all 1.8s;
}

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

.index_two_list .top {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-content: space-between;
  -ms-align-content: space-between;
  -webkit-align-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 40px;
}

.index_two_list .top .right {
  background-color: #F5F5F5;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  padding: 15px 4.17vw 15px 2.6vw;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.index_two_list .top .right img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.index_two_list .top .right h3 {
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.index_two_list .top .right .btn {
  margin-top: 2.08vw;
}

.index_two_list .right .btn a:last-child {
  background-color: var(--hue);
  color: #ffffff !important;
}

.index_two_item {
  display: inline-block;
  background-color: #F5F5F5;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.index_two_item .pic {
  width: 100%;
  overflow: hidden;
  display: block;
}

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

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

.index_two_item .con {
  padding: clamp(0.938rem, -0.729rem + 2.6vw, 1.875rem) clamp(0.938rem, -0.174rem + 1.74vw, 1.563rem);
  text-align: center;
}
.index_two_item .con .text{
overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
}
.index_two_item h3 {
  margin-bottom: 9px;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.index_two_item:hover h3 {
  color: var(--hue) !important;
}

.index_two_item .public_btn {
  margin-top: 20px;
}

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

.index_three_l {
  width: 45%;
  padding-top: 2.08vw;
}

.index_three_r {
  width: 52%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: calc(0px - clamp(2.813rem, 1.641rem + 5.86vw, 7.5rem));
}

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

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

.index_three_l .subtitle .line::before,
.index_three_l .subtitle .line {
  background-color: #ffffff;
}

.public_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: clamp(5.625rem, 5.281rem + 1.72vw, 7rem);
  height: clamp(5.625rem, 5.281rem + 1.72vw, 7rem);
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 61%);
  padding: clamp(0.5rem, 0.391rem + 0.55vw, 0.938rem);
}

.public_video .video_size {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: calc(100% - clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem));
  height: calc(100% - clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem));
  position: absolute;
  animation: rotates linear 30s infinite;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.public_video .video {
  width: clamp(1.563rem, 1.453rem + 0.55vw, 2rem);
  height: clamp(1.563rem, 1.453rem + 0.55vw, 2rem);
  background-color: var(--hue);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  position: absolute;

}

.public_video .video .iconfont {
  animation: rotates linear 30s infinite alternate-reverse;
}

.videoClick {
  cursor: pointer;
}

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

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

.index_three_b {
  gap: 0 clamp(0.938rem, 4.69vw, 4.688rem);
  margin-top: clamp(1.563rem, 1.172rem + 1.95vw, 3.125rem);
}

.index_three_item .con {
  width: calc(100% - 25px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  overflow: hidden;
  padding: 15px clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) clamp(1.25rem, 0.859rem + 1.95vw, 2.813rem) clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.index_three_item:hover .con {
  background-color: var(--hue);
  border-color: var(--hue);
}

.index_three_item .icon {
  margin-bottom: 10px;
  height: 30px;
  position: relative;
}

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

.index_three_item:hover .icon img {
  transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.index_three_item .number {
  line-height: 1;
  text-align: right;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

/* .index_four */
.index_four_item {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  margin-top: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
}

.index_four_item .left {
  width: 30%;
  display: inline-block;
  overflow: hidden;
}

.index_four_item .right {
  width: 70%;
  padding: 15px clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

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

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

.index_four_item .title {
  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.index_four_item .public_btn {
  margin-top: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  background-color: #f5f5f5;
}

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

.index_four_item .number {
    white-space: nowrap;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--hue);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

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

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

.index_four_item:nth-child(2n) .right {
  text-align: right;
}

/* index_five */
.index_five_b {
	    gap:40px 0;
}
.index_five_l {
  width: 70%;
}

.index_five_r {
  width: 30%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.index_five_r .number {
  font-size: clamp(3.125rem, 2.656rem + 2.34vw, 5rem);
}

.index_five_r .title {
  min-width: 190px;
}

.index_five_item {
  width: 100%;
  position: relative;
  margin-bottom: clamp(4.375rem, 3.125rem + 6.25vw, 9.375rem);
}

.index_five_item:last-child {
  margin-bottom: 5.73vw;
}

.index_five_item:nth-child(2n) .con {
  left: auto;
  right: 0;
}

.index_five_item .pic {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

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

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

.index_five_item .con {
  background-color: rgba(255, 255, 255, 96%);
  border-radius: 10px;
  overflow: hidden;
  padding: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 2;
  width: 51%;
  transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.index_five_item .title {
  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

.index_five_item .btn {
  margin-top: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
  display: inline-block;
}

.index_five_item:hover .con {
  background-color: rgba(0, 65, 149, 90%);
}

.index_five_item:hover .con h3,
.index_five_item:hover .con .btn,
.index_five_item:hover .con .text {
  color: #ffffff !important;
}

/* index_six */
.index_six_con {
  position: relative;
}

.public_swiper_btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}

.public_swiper_btn.prev {
  left: clamp(1.25rem, -18.75rem + 31.25vw, 12.5rem);
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.public_swiper_btn.next {
  right: clamp(1.25rem, -18.75rem + 31.25vw, 12.5rem);
}

.public_swiper_btn .swiper_btn {
  width: clamp(3.75rem, 2.194rem + 2.43vw, 4.625rem);
  height: clamp(2.5rem, 0.944rem + 2.43vw, 3.375rem);
  font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
  border: 1px solid var(--hue);
  color: var(--hue);
  background-color: #ffffff;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

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

.index_six_item {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

.index_six_item .pic {
  width: 51%;
  overflow: hidden;
}

.index_six_item .con {
  width: 49%;
  padding: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem) clamp(0.938rem, 0.234rem + 3.52vw, 3.75rem);
  text-transform: capitalize;
}

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

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

.index_six_item .title {

  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

.index_six_item .public_btn {
  background-color: transparent;
  margin-top: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

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

.index_six_b {
  margin-top: 3.65vw;
}

.index_six_bg {
    display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  padding: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem) clamp(0.938rem, -0.078rem + 5.08vw, 5rem);
}

.index_six_bg .left {
  width: 68%;
}

.index_six_bg .title {
  font-weight: 700;
}

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

.index_seven_l {
  width: 38%;
}

.index_seven_r {
  width: 60%;
}

.index_seven_swiper {
  padding: clamp(0rem, -0.156rem + 0.78vw, 0.625rem);
  margin-right: calc(0px - clamp(0rem, -0.156rem + 0.78vw, 0.625rem));
}

.index_seven_item {
  display: block;
  padding: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid transparent;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

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

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

.index_seven_item:hover {
  border-color: #B9B9B9;
}

.swiper-pagination-bullets {
  text-align: center;
  margin-top: 2.6vw;
}

.swiper-pagination-bullet {
  width: clamp(0.938rem, 0.271rem + 1.04vw, 1.313rem);
  height: clamp(0.938rem, 0.271rem + 1.04vw, 1.313rem);
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--hue);
  opacity: 1;
  margin: 0 5px !important;
  background-color: transparent;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

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

.index_seven_logo {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 15px clamp(0.938rem, -0.729rem + 2.6vw, 1.875rem);
}

.index_seven_logo .item {
  width: clamp(6.25rem, 0.917rem + 8.33vw, 9.25rem);
  overflow: hidden;
}

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

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

/* index_eight */
.index_eight_swiper {
  width: calc((100% - 112px) * 2);
  padding: 0 10px;
  margin: 0 clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
}

.index_eight_swiper_btn {

  position: relative;
  top: 95px;
  left: 0 !important;
  right: 0;
  transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.index_eight_swiper_btn .iconfont {
  border-radius: 2px;
  overflow: hidden;
}

.index_eight_swiper_btn.prev {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.index_eight_item .top {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px clamp(0.938rem, -0.391rem + 6.64vw, 6.25rem) clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem) clamp(0.938rem, -0.391rem + 6.64vw, 6.25rem);
  position: relative;
  color: rgba(0, 65, 149, 50%);
}

.index_eight_item .icon1 {
  position: absolute;
  top: clamp(0.938rem, -0.729rem + 2.6vw, 1.875rem);
  right: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
  line-height: 1;
  font-size: clamp(1.5rem, 1.081rem + 1.76vw, 2.625rem);
  color: rgba(0, 65, 149, 50%);
}

.index_eight_item .icon2 {
  line-height: 1;
  display: inline-block;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  font-size: clamp(1.625rem, 0.88rem + 3.14vw, 3.625rem);
}

.index_eight_item .bottom {
  position: relative;
  z-index: 2;
}

.index_eight_item .name_pic {
  width: clamp(5.625rem, 5.219rem + 2.03vw, 7.25rem);
  height: clamp(5.625rem, 5.219rem + 2.03vw, 7.25rem);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: calc((0px - clamp(5.625rem, 5.219rem + 2.03vw, 7.25rem)) / 2) auto clamp(0.938rem, -0.729rem + 2.6vw, 1.875rem) auto;
}

.index_eight_item .name_pic img {
  width: 100%;
  height: 100%;
}

.index_eight_item .name_tt {
  margin-top: clamp(0.625rem, 0.069rem + 0.87vw, 0.938rem);
}

.index_eight_logo {
  margin-top: 2.6vw;
  gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}

.index_eight_logo .item {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

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

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

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

.public_contact_form .form_top {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  gap: clamp(0.625rem, -1.597rem + 3.47vw, 1.875rem);
}



.public_contact_form .item {
  width: calc((100% - clamp(1.25rem, -3.194rem + 6.94vw, 3.75rem)) / 3);
  min-height: clamp(2.5rem, 2.25rem + 1.25vw, 3.5rem);
  background-color: #ffffff;
  border: 1px solid #C5C5C5;
  padding: 0 clamp(0.625rem, -0.486rem + 1.74vw, 1.25rem);
  border-radius: 4px;
  position: relative;
}
.public_contact_form .item p{
	width:100%;
    height:100%;
}
.public_contact_form .item input {
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
}

.public_contact_form .item input::placeholder {
  color: #333333;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
}

.public_contact_form .form_top .option {

  width: 23.6%;
}

.public_contact_form .form_top .sm {
  width: 40.2%;
}



.public_contact_form .form_top .option {
  padding: 0;
}

.public_contact_form .form_top select {
  width: 100%;
  height: 100%;
  padding: 0 clamp(0.625rem, -0.486rem + 1.74vw, 1.25rem);
}

.public_contact_form .form_top select {
  appearance: none;
  /* 隐藏原生箭头 */
  background-image: url(../images/option_icon.png);
  background-size: clamp(0.625rem, 0.069rem + 0.87vw, 0.938rem) clamp(0.375rem, 0.042rem + 0.52vw, 0.563rem);
  background-repeat: no-repeat;
  color: #333333;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
  background-position: calc(100% - clamp(0.625rem, -0.486rem + 1.74vw, 1.25rem)) 50%;
}




.public_contact_form .form_bottom {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: clamp(0.625rem, -1.597rem + 3.47vw, 1.875rem);
  margin-top: clamp(0.625rem, -1.597rem + 3.47vw, 1.875rem);
}

.public_contact_form .form_bottom .item {
  width: calc((100% - clamp(0.625rem, -1.597rem + 3.47vw, 1.875rem)) / 2);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

.public_contact_form .form_bottom .list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 10px 0;
  gap: 5px clamp(0.625rem, -0.486rem + 1.74vw, 1.25rem);
}

.public_contact_form .form_bottom .tt {
  font-weight: 500;
  margin-right: clamp(0.313rem, -0.243rem + 0.87vw, 0.625rem);
}

.public_contact_form .form_bottom .radio input {
  width: 13px;
  height: 13px;
  margin-right: clamp(0.063rem, -0.382rem + 0.69vw, 0.313rem);
}

.public_contact_form .form_bottom label {
  font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
  color: #666666;
    
}
.public_contact_form .form_bottom label input{
	width:auto;
}

.public_contact_form .form_bottom .radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  position: relative;
  border: 1px solid #A4A4A4;
}

.public_contact_form .form_bottom .radio input[type="radio"]:checked {
  border-color: var(--hue);
}

/* 设置选中状态下的样式 */
.public_contact_form .form_bottom .radio input[type="radio"]:checked::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--hue);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}


/* 隐藏原生的文件上传按钮 */
#fileUpload {
  display: none;
}

/* 自定义按钮样式 */
.public_contact_form .form_bottom .item.file {
  padding: 0 0 0 clamp(0.625rem, -0.486rem + 1.74vw, 1.25rem);
}

.public_contact_form .form_bottom .item.file input::placeholder {
  color: #999999;
  font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
}

.public_contact_form .form_bottom .item.file input {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  text-transform: uppercase;
     
  padding: clamp(0.625rem, -0.486rem + 1.74vw, 1.25rem) clamp(0.625rem, -1.042rem + 2.6vw, 1.563rem);
  cursor: pointer;  
  height: 100%;
}

.public_contact_form .submit input {
  position: relative;
  cursor: pointer;
  background-color: var(--hue);
  color: #ffffff;
  text-transform: capitalize;
  width: clamp(17.5rem, 15.438rem + 10.31vw, 25.75rem);
  min-height: clamp(2.5rem, 2.25rem + 1.25vw, 3.5rem);
  border-radius: 4px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin: 2.6vw auto 0 auto;
}

/* ind_box7 */

.ind_box7 {}

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

.ind_box7_l_img {
  width: 100%;
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

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

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



.ind_box7_l_con {
  width: 100%;
  margin-top: -15%;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  position: relative;
  background: rgba(255, 255, 255, 90%);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

}


.ind_box7_l_con_tt {
  color: #333;
  line-height: 1.4;
  padding-top: 10px;
  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);

}

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

.ind_box7_l_con .btn {
  gap: 0 clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
}

.ind_box7_scroll_item {
  position: relative;
}

.ind_box7_l_con2_time {
  gap: 20px;
}

.ind_box7_r_item {
  background-image: repeating-linear-gradient(-6deg, #C0C0C0, #C0C0C0 8px, transparent 8px, transparent 15px, #C0C0C0 15px), repeating-linear-gradient(84deg, #C0C0C0, #C0C0C0 8px, transparent 8px, transparent 15px, #C0C0C0 15px), repeating-linear-gradient(174deg, #C0C0C0, #C0C0C0 8px, transparent 8px, transparent 15px, #C0C0C0 15px), repeating-linear-gradient(264deg, #C0C0C0, #C0C0C0 8px, transparent 8px, transparent 15px, #C0C0C0 15px);
  background-size: 1px calc(0%), calc(0%) 1px, 1px calc(0%), calc(100%) 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  animation: borderAnimation 1s infinite linear reverse;
  padding-bottom: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
}

.ind_box7_r_item:last-child {
  background-image: none;
}


.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%;
  margin-bottom: clamp(0.5rem, 0.391rem + 0.55vw, 0.938rem);
}

.ind_box7_r_item .btn {
  gap: 0 10px;
  margin-top: 15px;
}

.ind_box7_r_r {
  width: 100%;
}















/* contact_us */
/* contact_us */
/* contact_us */
.public_banner {
  height: 32.29vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.public_banner_con {
    	position: relative;
	z-index: 2;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}
.public_banner_con::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	z-index: -1;
}
.public_banner_h1 {
  margin-bottom: 10px;
}

.contact_one_list {
  gap: clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}

.contact_one_item {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}

.contact_one_item .iconfont {
  width: clamp(3.75rem, 3.391rem + 1.8vw, 5.188rem);
  height: clamp(3.75rem, 3.391rem + 1.8vw, 5.188rem);
  border: 1px solid var(--hue);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  font-size: clamp(1.375rem, 1.002rem + 1.57vw, 2.375rem);
  color: var(--hue);
  margin: auto;
  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.contact_one_item .tel {
  margin-top: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
  display: inline-block;
  word-break: break-all;
}

.contact_one_item:hover .iconfont {
  background-color: var(--hue);
  color: #ffffff;
}

.contact_one_b {
  white-space: nowrap;
  margin-top: 4.69vw;
  gap: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}

.contact_one_b .line {
  width: 11.2vw;
  height: 1px;
  background-color: #949494;
}

.contact_one_b .sm {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);

}

.contact_one_b .sm .iconfont {
  width: clamp(2.5rem, 2.172rem + 1.64vw, 3.813rem);
  height: clamp(2.5rem, 2.172rem + 1.64vw, 3.813rem);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
  background-color: #C7C7C7;
}

.contact_one_b .sm .iconfont:hover {
  background-color: var(--hue);
  color: #ffffff !important;
}

.contact_two_t .line_bg {
  width: 39.95vw;
  height: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
  margin: auto;
  background-image: linear-gradient(to right, rgba(0, 65, 149, 0), rgba(0, 65, 149, 100%), rgba(0, 65, 149, 0));
  margin-top: 15px;
}

.contact_two_b {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

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

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

/* contact_three */
.contact_three_b {
  padding-top: 20px;
}

.contact_three_l {
  width: 46%;
  position: relative;
  z-index: 2;
}

.contact_three_r {
  width: 50%;
}

.contact_three_l .pic {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

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

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

.contact_three_l::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(0, 65, 149, 20%);
  z-index: -1;
  transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
}

.contact_three_r {
  display: grid;
  gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

.contact_three_item {
  border: 1px solid #C8C8C8;
  border-radius: 10px;
  overflow: hidden;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.contact_three_item .title {
  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.contact_three_item:hover .title {
  color: var(--hue) !important;
}

/* contact_four */
.contact_four_b {
  gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}

.contact_four_item {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-radius: 6px;
  overflow: hidden;
}

.contact_four_item .left {
  padding: 10px 0;
  width: clamp(4.375rem, 4.031rem + 1.72vw, 5.75rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  background-color: var(--hue);
}

.contact_four_item .icon {
  width: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
}

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

.contact_four_item:hover .icon img {
  transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}

.contact_four_item .right {
  padding: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem) clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem);

}

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

/* contact_five */
.contact_five_con {
  width: 50%;
  background-color: rgba(0, 0, 0, 54%);
  padding: clamp(2.5rem, 1.563rem + 4.69vw, 6.25rem) clamp(0.938rem, -0.156rem + 5.47vw, 5.313rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin-left: auto;
}

.contact_five_list {
  width: 100%;
  display: grid;
  gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
}

.contact_five_item {
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 90%);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}















/* blog_list */
/* blog_list */
/* blog_list */
.blog_list_list {
  gap: clamp(1.875rem, 1.328rem + 2.73vw, 4.063rem) clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
  padding-bottom: 25px;
}

.blog_list_item {
  background-color: #ffffff;
}

.blog_list_item .pic {
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

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

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

.blog_list_item .con {
  border-radius: 10px;
  padding: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem);
  padding-bottom: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

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

.blog_list_item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog_list_item .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
}

.blog_list_item .public_btn {
  transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
}

.blog_list_item .public_btn .icon2 {
  display: none;
}

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

.blog_list_item:hover .public_btn .icon1 {
  display: none;
}

.blog_list_item:hover .public_btn .icon2 {
  display: inline-block;
}

.blog_list_item:hover .title {
  color: var(--hue) !important;
}
















/* blog_del */
/* blog_del */
/* blog_del */
.blog_del_one{
	 padding-top: var(--space) ;
}
.blog_del_one_con {
  position: relative;
  top: 0;
  margin-top:0;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding:  clamp(0.938rem, -0.156rem + 5.47vw, 5.313rem);

}

.blog_del_one_h1 {
  margin-bottom: 10px;
}

.blog_del_one_type {
  gap: clamp(0.938rem, 0.469rem + 2.34vw, 2.813rem);
  margin-bottom: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}

.blog_del_one_text img {
  max-width: 100%;
  margin:15px auto;
  text-align: center;
  display: inline-block;
}

.blog_del_one_text {
  margin-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.blog_del_one_text div{
	width: auto !important;
}

.blog_del_one_share {
  margin-bottom: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

.blog_del_one_page .item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-top: 1.56vw;
}

.blog_del_one_page .item .left {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  gap: 0 10px;
  margin-right: 10px;
  font-weight: 500;
  white-space: nowrap;
}

.blog_del_one_page .iconfont {
  font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem) !important;
  color: #666666;
}

.blog_del_one_page .right a {
  line-height: 1.5;
  display: inline-block;
  word-break: break-all;
}

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

/* blog_del_two */
.blog_del_two_swiper {
  padding: 30px 10px;
  padding-top: 0;
  position: relative;
  z-index: 2;
  left: -10px;
  width: calc(100% + 20px);
}

/* blog_del_three */
.blog_del_three_list {
  display: grid;
  gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) 0;
}

.blog_del_three_item {
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  padding: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
}

.del_seven_r .blog_del_three_item .top {
  margin-top: 0;
}

.blog_del_three_item .top {
  margin-top: clamp(0rem, -0.234rem + 1.17vw, 0.938rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  cursor: pointer;
}

.faq_list_dl,
.faq_list_dl dd {
  margin: 0;
}

.blog_del_three_item .left {
  width: 90%;
}

.blog_del_three_item .right {
  font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
  color: #666666;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.blog_del_three_item.hover .right {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.blog_del_three_item .bottom {
  margin-top: clamp(0.438rem, 0.313rem + 0.63vw, 0.938rem); 
        display: none;
}















/* news_list */
/* news_list */
/* news_list */
.news_list_list {
  display: grid;
  gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) 0;
}

.news_list_item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

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

.news_list_item .pic {
  width: 34%;
  border-radius: 10px;
  overflow: hidden;
}

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

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

.news_list_item .con {
  width: 66%;
  padding: 15px clamp(0.938rem, 0.313rem + 3.13vw, 3.438rem);
}

.news_list_item .trim {
  margin-bottom: 10px;
}

.news_list_item .title {
  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

.news_list_item .public_btn {
  margin-top: 2.08vw;
}

.news_list_item .public_btn .icon2 {
  display: none;
}

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

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

.news_list_item:hover .public_btn .icon1 {
  display: none;
}

.news_list_item:hover .public_btn .icon2 {
  display: inline-block;
}














/* video_list */
/* video_list */
/* video_list */
/* video_list */
.video_list_table {
  margin-top: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  gap: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
}

.video_list_table .item {
  border: 1px solid #999999;
  padding: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem) clamp(1.25rem, 0.859rem + 1.95vw, 2.813rem);
  border-radius: 4px;
  overflow: hidden;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.video_list_table .item.hover,
.video_list_table .item:hover {
  background-color: var(--hue);
  color: #ffffff !important;
  border-color: var(--hue);
}

.video_list_list {
  gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}

.video_list_item {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.video_list_item .pic {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

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

.video_list_item .pic .iconfont {
  position: absolute;
  bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  left: clamp(0.938rem, 0.766rem + 0.86vw, 1.625rem);
  width: clamp(2.5rem, 2.031rem + 2.34vw, 4.375rem);
  height: clamp(2.5rem, 2.031rem + 2.34vw, 4.375rem);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 90%);
  color: var(--hue);
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);

}

.video_list_item .con {
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.video_list_item .title {
  margin-bottom: 10px;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

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

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












/* case_list */
/* case_list */
/* case_list */
/* case_list */
.case_list_table {
  gap: 5px 0;
  background-image: repeating-linear-gradient(-3deg, rgba(61, 61, 61, 40%), rgba(61, 61, 61, 40%) 7px, transparent 7px, transparent 13px, rgba(61, 61, 61, 40%) 13px), repeating-linear-gradient(87deg, rgba(61, 61, 61, 40%), rgba(61, 61, 61, 40%) 7px, transparent 7px, transparent 13px, rgba(61, 61, 61, 40%) 13px), repeating-linear-gradient(177deg, rgba(61, 61, 61, 40%), rgba(61, 61, 61, 40%) 7px, transparent 7px, transparent 13px, rgba(61, 61, 61, 40%) 13px), repeating-linear-gradient(267deg, rgba(61, 61, 61, 40%), rgba(61, 61, 61, 40%) 7px, transparent 7px, transparent 13px, rgba(61, 61, 61, 40%) 13px);
  background-size: 1px calc(0%), calc(0%) 1px, 1px calc(0%), calc(100%) 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  animation: borderAnimation 1s infinite linear;
  padding-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.case_list_table .item:first-child {
  border: none;
}

.case_list_table .item {
  color: #333333;
  cursor: pointer;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
}

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

.case_list_table2 {
  gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  margin-top: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
        margin-bottom: 30px;
}

.case_list_table2 .item {
        padding: 0 10px;
  color: #333333;
  min-width: clamp(8.75rem, 8.078rem + 3.36vw, 11.438rem);
  height: clamp(2.5rem, 2.25rem + 1.25vw, 3.5rem);
  border: 1px solid #999999;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.case_list_table2 .item.hover,
.case_list_table2 .item:hover {
  color: #ffffff !important;
  background-color: var(--hue);
  border-color: var(--hue);
}

.case_list_list {
  gap: 3px;
}

.case_list_item {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.case_list_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 17, 29, 38%);
  z-index: 1;
}

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

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

.case_list_item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}











/* case_del */
/* case_del */
/* case_del */
.case_del_one_con {
  width: calc(100% - clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) - clamp(12.5rem, 9.844rem + 13.28vw, 23.125rem));
}

.case_del_r {
  width: clamp(12.5rem, 9.844rem + 13.28vw, 23.125rem);
}

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

.blog_det_r_list1 .item {
  display: block;
  padding-bottom: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
  margin-bottom: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
  animation: borderAnimation 1s infinite linear;
  background-image: repeating-linear-gradient(-26deg, #cacaca, #cacaca 8px, transparent 8px, transparent 14px, #cacaca 14px), repeating-linear-gradient(64deg, #cacaca, #cacaca 8px, transparent 8px, transparent 14px, #cacaca 14px), repeating-linear-gradient(154deg, #cacaca, #cacaca 8px, transparent 8px, transparent 14px, #cacaca 14px), repeating-linear-gradient(244deg, #cacaca, #cacaca 8px, transparent 8px, transparent 14px, #cacaca 14px);
  background-size: 1px 0%, 0% 1px, 1px 0%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}

.blog_det_r_list1 .item .blog_det_r_list1_img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

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

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

.blog_det_r_list1 a .con {
  padding: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem) 0 0 0;
}

.blog_det_r_list1 a .con .time {
  margin-bottom: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
}

.blog_det_r_list1 .item .btn {
  margin-top: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
  gap: 0 clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
}

.blog_det_r_list1 .item:hover .btn,
.blog_det_r_list1 .item:hover .tt {
  color: var(--hue) !important;
}

/* case_del_two */
.case_del_two_b {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}

.case_del_two_item {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

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

.case_del_two_item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 100%));
  opacity: 0;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.case_del_two_item:hover .title {
  opacity: 1;
}

.case_del_two_l {
  height: 100%;
}













/* pro_list */
/* pro_list */
/* pro_list */
.pro_banner_con {
  text-align: center;
  background-color: rgba(255, 255, 255, 35%);
  padding: clamp(1.25rem, 0.781rem + 2.34vw, 3.125rem) clamp(0.938rem, -1.484rem + 12.11vw, 10.625rem);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5.73vw;
}

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

/* pro_one */

.pro_one_b {
  gap: 15px;
}

.pro_one_item .icon {
  width: clamp(5rem, 4.5rem + 2.5vw, 7rem);
  height: clamp(5rem, 4.5rem + 2.5vw, 7rem);
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.pro_one_item .icon img {
  width: 100%;
}

.pro_one_item .text {
  margin-top: 10px;
}

.pro_one_item {
  padding: 0 clamp(0.625rem, -11.042rem + 18.23vw, 7.188rem);
  text-align: center;
}

/* pro_two */
.pro_two_l {
  width: 49%;
  border-radius: 10px;
  overflow: hidden;
}

.pro_two_r {
  position: relative;
  left: -20px;
  z-index: 2;
  width: 49%;
}

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

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

.pro_two_list {
  border-radius: 10px;
  overflow: hidden;
  width: calc(100% + 20px);
  background-color: #f5f5f5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: clamp(1.25rem, 0.625rem + 3.13vw, 3.75rem) clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  display: grid;
  gap: clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}

.pro_two_item .title {
  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

.pro_two_item .title .dian {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--hue);
  display: inline-block;
  margin-right: 6px;
}

/* pro_three */

.pro_three_b {
  display: grid;
  gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) 0;
}

 
.pro_three_b .pro_three_item .right {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

.pro_three_item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.pro_three_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border: 46px solid transparent;
  border-color: transparent transparent #DEDEDE #DEDEDE;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.pro_three_item:hover::before {
  border-color: transparent transparent var(--hue) var(--hue);
}

.pro_three_item .left {
  width: 49%;
  border-radius: 10px;
  overflow: hidden;
}

.pro_three_item .right {
  width: 51%;
  padding: 15px clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
}

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

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

.pro_three_item .title {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 10px;
  margin-bottom: 10px;
}

.pro_three_item .icon {
  margin-top: -2px;
  display: inline-block;
  width: clamp(1.563rem, 1.391rem + 0.86vw, 2.25rem);
}

.pro_three_item .icon img {
  width: 100%;
}

.pro_three_item .type {
  margin-top: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
  display: grid;
  gap: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem) 0;
}

.pro_three_item .type .tt1 {
  color: #666666;
}

.pro_three_b .pro_three_item .btn {
  margin-top: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

.pro_three_item .btn {
  margin-top: 0;
}

.pro_three_item .btn .public_btn {
  margin-right: clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
}

/* pro_four */
.pro_four_b {
  gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}

.pro_four_item {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #f5f5f5;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  text-align: center;
  padding: clamp(1.25rem, 0.625rem + 3.13vw, 3.75rem) clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.pro_four_item .icon {
  width: clamp(3.125rem, 2.531rem + 2.97vw, 5.5rem);
  margin: 0 auto;
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  position: relative;
  z-index: 2;
}

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

.pro_four_item .hide {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.pro_four_item .text {
  margin-top: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

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

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

.pro_four_item:hover .show {
  opacity: 0;
}

.pro_four_item:hover .hide {
  opacity: 1;
}

/* pro_five */
.pro_five_item:first-child{
   margin-top: 0;
}
.pro_five_item {
   margin-top: clamp(1.25rem, 0.625rem + 3.13vw, 3.75rem);
}

.pro_five_title {
  text-align: center;
  margin-bottom: 2.08vw;
}

/* pro_six */
.pro_six_pic {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

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

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

/* pro_seven */
.pro_seven_l {
  width: calc(50%);
  padding: 0 clamp(0rem, -0.625rem + 3.13vw, 2.5rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

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

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

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

.pro_seven_l .line_bg {
  width: 22.08vw;
  height: clamp(0.438rem, 0.328rem + 0.55vw, 0.875rem);
  margin: auto;
  background-image: linear-gradient(to right, rgba(0, 65, 149, 0), rgba(0, 65, 149, 100%), rgba(0, 65, 149, 0));
  margin-top: 15px;
}

/* pro_eight */
.pro_eight_item {
  display: block;
  border: 1px solid #BFBFBF;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  padding: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.pro_eight_item .pic {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

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

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

.pro_eight_item .iconfont {
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: var(--hue);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* .pro_nine */
.pro_nine_item {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 15px clamp(1.25rem, 0.625rem + 3.13vw, 3.75rem) clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}

.pro_nine_item .top {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: clamp(1.875rem, 1.641rem + 1.17vw, 2.813rem);
}

.pro_nine_item .left {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  gap: 0 clamp(1.563rem, 1.172rem + 1.95vw, 3.125rem);
}

.pro_nine_item .name_pic {
  width: clamp(6.25rem, 5.766rem + 2.42vw, 8.188rem);
  height: clamp(6.25rem, 5.766rem + 2.42vw, 8.188rem);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

.pro_nine_item .name_pic img {
  border: 3px solid #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.pro_nine_item .name_pic::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border-radius: 50%;
  background-color: #EAEAEA;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
  z-index: 1;
}

.pro_nine_item .name_pic::after {
  content: "";
  position: absolute;
  top: -15px;
  left: calc(0px - clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem));
  width: 100%;
  height: calc(100% + 30px);
  background-color: #EAEAEA;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
  z-index: 1;
}

.pro_nine_item .left .name {
  margin-bottom: 10px;
}

.pro_nine_item .name_icon {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
  margin-top: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.pro_nine_item .name_icon .icon {
  background-image: url(../images/pro_nine_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: clamp(0.938rem, 0.828rem + 0.55vw, 1.375rem);
  height: clamp(0.875rem, 0.766rem + 0.55vw, 1.313rem);
  display: inline-block;
}

.pro_nine_item .iconfont {
  font-size: clamp(1.625rem, 0.647rem + 4.12vw, 4.25rem);
  color: #E2E2E2;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.pro_nine_item:hover .name_pic::before,
.pro_nine_item:hover .name_pic::after {
  background-color: var(--hue);
}

.pro_nine_item:hover .right .iconfont {
  color: var(--hue);
}

.pro_nine_swiper {
  width: calc(100% + 20px);
  position: relative;
  z-index: 2;
  left: -10px;
  padding: 10px;
}


/* pro_eleven */
.pro_eleven_b {
  gap: clamp(2.188rem, 1.641rem + 2.73vw, 4.375rem) clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}

.pro_eleven_item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.pro_eleven_item .pic {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

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

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

.pro_eleven_item .con {
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
}

.pro_eleven_item .title {
  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

.pro_eleven_item .public_btn {
  transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
}

/* pro_twelve */
.pro_twelve_b {
  gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}

/* pro_thirteen */
.pro_thirteen_l {
  width: 42%;
}

.pro_thirteen_r {
  width: 54%;
  display: grid;
  gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) 0;
}

.pro_thirteen_l .line_bg {
  width: 14.32vw;
  height: 8px;
  background-image: linear-gradient(to right, rgba(0, 65, 149, 100%), rgba(0, 65, 149, 0));
  margin-top: 15px;
}

.pro_thirteen_item {
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 8%);
  padding: clamp(1.25rem, 1.016rem + 1.17vw, 2.188rem) clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.pro_thirteen_item .icon {
  width: clamp(3.75rem, 3.203rem + 2.73vw, 5.938rem);
}

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

.pro_thirteen_item:hover .icon img {
  transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.pro_thirteen_item .con {
  width: calc(100% - clamp(3.75rem, 3.203rem + 2.73vw, 5.938rem) - clamp(0rem, -0.469rem + 2.34vw, 1.875rem));
}

.pro_thirteen_item .title {
  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

.pro_thirteen_b {
  margin-top: clamp(0.938rem, 0.078rem + 4.3vw, 4.375rem);
}

/* pro_fourteen */

.pro_fourteen_b {
  gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}

.pro_fourteen_item .pic {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

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

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

.pro_fourteen_item .con {
  width: calc(100% - clamp(0rem, -1.25rem + 6.25vw, 5rem));
  text-align: center;
  margin: auto;
  margin-top: calc(0px - clamp(0rem, -0.625rem + 3.13vw, 2.5rem));
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem) clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}

.pro_fourteen_item .title {
  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

/* pro_fifteen */
.pro_fifteen_swiper .item {
  width: 100%;
}

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

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

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

.pro_fifteen_table {
  gap: 0 clamp(0.938rem, 0.578rem + 1.8vw, 2.375rem);
}

.pro_fifteen_item {
  margin-top: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  text-align: center;
  padding: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem) clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
  padding-bottom: 20px;
}

.pro_fifteen_item .number {
  line-height: 1;
  margin-bottom: 10px;
  color: transparent;
  -webkit-text-stroke-color: var(--hue);
  -webkit-text-stroke-width: 1px;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.pro_fifteen_item .text {
  margin-top: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

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


/* pro_sixteen */

.pro_sixteen_table {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.pro_sixteen_table .item {
  position: relative;
  z-index: 2;
}

.pro_sixteen_table .item .title {
  word-break: break-all;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.pro_sixteen_table .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  border: 20px solid transparent;
  z-index: -1;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

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

.pro_sixteen_table .item.hover::after {
  border-top-color: var(--hue);
  transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.pro_sixteen_swiper_b {
  width: calc(100% - clamp(1.25rem, 0.625rem + 3.13vw, 3.75rem) - clamp(5rem, 4.375rem + 3.13vw, 7.5rem));
  padding-bottom: clamp(2.188rem, 1.875rem + 1.56vw, 3.438rem);
}

.pro_sixteen_swiper_btn {
  position: relative;
  left: 0 !important;
  top: 0;
  z-index: 2;
  color: var(--hue);
}

.pro_sixteen_swiper_btn .swiper_btn {
  border-radius: 50%;
  width: clamp(2.5rem, 2.188rem + 1.56vw, 3.75rem);
  height: clamp(2.5rem, 2.188rem + 1.56vw, 3.75rem);
}

.pro_sixteen_b {
  margin-top: clamp(2.5rem, 2.188rem + 1.56vw, 3.75rem);
}

.pro_sixteen_item {
  position: relative;
  z-index: 2;
}

.pro_sixteen_item .pic {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

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

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

.pro_sixteen_item .con {
  position: absolute;
  bottom: calc(0px - clamp(0rem, -0.703rem + 3.52vw, 2.813rem));
  right: clamp(0rem, -1.328rem + 6.64vw, 5.313rem);
  z-index: 2;
  background-color: rgba(255, 255, 255, 90%);
  border-radius: 20px;
  overflow: hidden;
  padding: clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem) clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
  display: inline-block;
  width: 39%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

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

/* pro_seventeen */
.pro_seventeen {
    display: none;
  background-color: #f5f5f5;
}

.pro_seventeen_l {
  width: 100%;
}

.pro_seventeen_r {
  width:100%;
  position: relative;
  z-index: 2;
}

.pro_seventeen_map {
  position: relative;
  
  width: calc(100% );
}

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

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

.pro_seventeen_con .public_btn {
  margin-bottom: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

.pro_seventeen_list {
  display: grid;
  gap: 20px 0;
    	margin-bottom: 15px;

}

.pro_seventeen_item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}

.pro_seventeen_item .dian {
  margin-top: 6px;
  background-color: var(--hue);
  border-radius: 50%;
  overflow: hidden;
  width: 9px;
  height: 9px;
  margin-right: 10px;
}

.pro_seventeen_item .text {
  font-weight: 600;
  width: calc(100% - 19px);
}

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

.pro_eighteen_con {
  padding: clamp(1.875rem, 1.094rem + 3.91vw, 5rem) 0;
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.pro_eighteen_con .title {
  margin-bottom: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem);
}

.pro_eighteen_con .public_btn {
  margin-top: 2.6vw;
}














/* del_one */
/* del_one */
/* del_one */
/* del_one */
.del_one{

  border-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) solid var(--hue);
}
.del_one_con {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
    align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

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

.del_one_swiper { 
}

.del_one_swiper .swiper-slide {
  overflow: hidden;
  width: 100%;
    max-height:clamp(12.5rem, 8.594rem + 19.53vw, 28.125rem);
}

.del_one_swiper img {
  width: 100%;
    height:100%;
    
  object-fit: cover;
  transition: all 1.8s;
  -ms-transition: all 1.8s;
  -webkit-transition: all 1.8s;
}
.del_one_swiper:hover img{
	transform: scale(1.13, 1.13);
    -ms-transform: scale(1.13,1.13);
    -webkit-transform: scale(1.13, 1.13);
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}
 

.del_one_r {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px 0 0 clamp(0.938rem, -1.84rem + 4.34vw, 2.5rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.del_one_title {
  margin-bottom: 15px;
}

.del_one_type {
  background-image: repeating-linear-gradient(-11deg, #cdcdcd, #cdcdcd 10px, transparent 10px, transparent 17px, #cdcdcd 17px), repeating-linear-gradient(79deg, #cdcdcd, #cdcdcd 10px, transparent 10px, transparent 17px, #cdcdcd 17px), repeating-linear-gradient(169deg, #cdcdcd, #cdcdcd 10px, transparent 10px, transparent 17px, #cdcdcd 17px), repeating-linear-gradient(259deg, #cdcdcd, #cdcdcd 10px, transparent 10px, transparent 17px, #cdcdcd 17px);
  background-size: 1px 0%, 100% 1px, 1px 0%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  animation: borderAnimation 1s infinite linear;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;

  margin: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
  display: grid;
  gap: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem) 0;
}

.del_one_btn .public_btn {
  margin-right: clamp(0rem, -0.469rem + 2.34vw, 1.875rem);
}

.del_one_btn {
  margin-bottom: 2.08vw;
}

/* del_two */
.del_two_l {
  width: 42%;
}

.del_two_r {
  width: 53%;
}

.del_two_b {
  gap: clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}

.del_two_item {
  border: 1px solid #cacaca;
  border-radius: 10px;
  overflow: hidden;
  padding: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

.del_two_item .icon {
  width: clamp(3.25rem, 2.938rem + 1.56vw, 4.5rem);
  margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

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

.del_two_item:hover .icon img {
  transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}

.del_two_item .text {
  margin-top: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

/* del_three */

.del_three_item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.del_three_item .pic {
  width: 33%;
  overflow: hidden;
}

.del_three_item .con {
  width: 67%;
  padding: 15px clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

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

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

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

/* del_four */
.del_four_b {
  gap: clamp(2.5rem, 2.109rem + 1.95vw, 4.063rem) clamp(0rem, -0.625rem + 3.13vw, 2.5rem);
}

.del_four_b .pro_three_item {
  overflow: visible;
}

.del_four_b .pro_three_item .right,
.del_four_b .pro_three_item .left {
  width: 100%;
  border-radius: 6px;
}

.del_four_b .pro_three_item .right {
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
}

.del_four_b .pro_three_item::before {
  display: none;
}

.del_four_b .pro_three_item .btn {
  margin-top: 0px;
  transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
}

/* del_five */

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

.del_five::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - (20.57vw) / 2);
  width: 100%;
  background-image: url(../images/del_five_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.del_five_l {
  width: 63%;
}

.del_five_l .line::before,
.del_five_l .line {
  background-color: #ffffff !important;
}

.del_five_r {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 30px;
}

.del_five_swiper_btn {


  position: relative;
  top: 0;
  left: 0 !important;
  right: 0 !important;
  transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.del_five_swiper_btn .swiper_btn {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.del_five_swiper_btn:hover .swiper_btn {
  background-color: #ffffff;
  color: var(--hue) !important;
  border-color: #ffffff;
}

.del_five_b {
  width: 100%;
  height: clamp(15rem, -2.222rem + 26.91vw, 24.688rem);

}

.del_five_swiper {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: clamp(1.25rem, 0.625rem + 3.13vw, 3.75rem) 0px;
}

.del_five_swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  z-index: 2;
}

.del_five_item {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

.del_five_item .icon {
  position: relative;
  width: clamp(3rem, 2.844rem + 0.78vw, 3.625rem);
  margin: auto;
}

.del_five_item .icon img {
  width: 100%;
}

.del_five_item .icon .hide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.del_five_item:hover .icon .show {
  opacity: 0;
}

.del_five_item:hover .icon .hide {
  opacity: 1;
}

.del_five_item .title {
  margin-top: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.del_five_item .text {
  margin-top: 10px;
}

.del_five_item:hover .title {
  color: var(--hue) !important;
}

.del_five_item::before {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 1px;
  height: 60px;
  background-color: #B7B7B7;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}

/* del_six */
.del_six_con {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}

.del_six_l {
  width:100%;
  position: relative;
  z-index: 2;
}

.del_six_r {
        display: none;
  width: 68%;
  position: relative;
  border-radius: 10px;
  margin-bottom: 5.21vw;
  overflow: hidden;
}
 

.del_six_l .con { 
  position: relative;
  z-index: 2;
  width: 100%;   
    padding: 0 clamp(0rem, -3.125rem + 15.63vw, 12.5rem);
}

.del_six_item {
  margin-top: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}
.del_six_item span,
.del_six_item div{
    width:100% !important;
    font-size: 14px  !important;
    line-height:1.5 ;
}
.del_six_item img{
	width:100%;
    height:100%;
    margin: 15px 0;
}
.del_six_item .title {
  margin-bottom: 10px;
}

/* del_seven */

.del_seven_l {
  width: 38%;
}

.del_seven_r {
  width: 62%;
  padding-left: clamp(0rem, -0.781rem + 3.91vw, 3.125rem);
}

.del_seven_l .line_bg {
  width: 24.48vw;
  height: 8px;
  background-image: linear-gradient(to right, rgba(0, 65, 149, 100%), rgba(0, 65, 149, 0));
  margin-top: 15px;
}

.del_seven_pic {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

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

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

.del_seven_r .blog_del_three_item .con {
  width: 100%;
}

.del_seven_r .blog_del_three_item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 0 clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
  background-color: transparent;
  box-shadow: none;
  background-image: repeating-linear-gradient(-6deg, #004195, #004195 8px, transparent 8px, transparent 16px, #004195 16px), repeating-linear-gradient(84deg, #004195, #004195 8px, transparent 8px, transparent 16px, #004195 16px), repeating-linear-gradient(174deg, #004195, #004195 8px, transparent 8px, transparent 16px, #004195 16px), repeating-linear-gradient(264deg, #004195, #004195 8px, transparent 8px, transparent 16px, #004195 16px);
  background-size: 1px calc(0px), calc(0px) 1px, 1px calc(0px), calc(100% + 16.09px) 1px;
  background-position: 0 0, 0 0, 100% 0, 0 0%;
  background-repeat: no-repeat;
  animation: borderAnimation 1s infinite linear;
}

.del_seven_r .blog_del_three_item.hover .number,
.del_seven_r .blog_del_three_item.hover .right,
.del_seven_r .blog_del_three_item.hover .title {
  color: var(--hue) !important;
}

/* del_eight */
.del_eight_l {
  width: 45%;
}

.del_eight_r {
  width: 51%;
  border-radius: 10px;
  overflow: hidden;
}

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

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

.del_eight_l .line_bg {
  width: 14.32vw;
  height: 8px;
  background-image: linear-gradient(to right, rgba(0, 65, 149, 100%), rgba(0, 65, 149, 0));
  margin-top: 15px;
}

/* .del_nine */

.del_nine_t .blog_del_three_item {
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
  background-color: transparent;
  box-shadow: none;
  background-image: repeating-linear-gradient(-6deg, #004195, #004195 8px, transparent 8px, transparent 16px, #004195 16px), repeating-linear-gradient(84deg, #004195, #004195 8px, transparent 8px, transparent 16px, #004195 16px), repeating-linear-gradient(174deg, #004195, #004195 8px, transparent 8px, transparent 16px, #004195 16px), repeating-linear-gradient(264deg, #004195, #004195 8px, transparent 8px, transparent 16px, #004195 16px);
  background-size: 1px calc(0px), calc(0px) 1px, 1px calc(0px), calc(100% + 16.09px) 1px;
  background-position: 0 0, 0 0, 100% 0, 0 0%;
  background-repeat: no-repeat;
  animation: borderAnimation 1s infinite linear;
}

.del_nine_t .blog_del_three_item.hover .top div {
  color: var(--hue) !important;
}

.del_nine_t dd:last-child {
  background-image: none;
  padding-bottom: 0;
}

.del_nine_b {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

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

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

/* del_ten */
.del_ten_swiper .swiper-slide{
	height:auto;
}
.del_ten_swiper .swiper-slide:nth-child(2n) .del_ten_item {
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}

.del_ten_item {
    height:100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;

}

.del_ten_item .pic {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

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

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

.del_ten_item .con {
  padding: clamp(1.25rem, 0.391rem + 4.3vw, 4.688rem) 0;
}

.del_ten_item .title {
  margin-bottom: clamp(0.438rem, 0.313rem + 0.63vw, 0.938rem);
}

.del_ten_item .btn {
  margin-top: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid var(--hue);
}

/* del_eleven */

.del_eleven_item {
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.del_eleven_item .pic {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

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

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

.del_eleven_item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: clamp(4.375rem, 4.063rem + 1.56vw, 5.625rem);
  height: clamp(4.375rem, 4.063rem + 1.56vw, 5.625rem);
  background-color: rgba(255, 255, 255, 40%);
  border-radius: 50%;
  overflow: hidden;
  padding: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
  z-index: 2;
}

.del_eleven_item .icon .iconfont {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  color: var(--hue);
  font-size: clamp(1.125rem, 1.031rem + 0.47vw, 1.5rem);
}

.del_eleven_item .con {
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.del_eleven_item .title {
  margin-bottom: clamp(0.438rem, 0.313rem + 0.63vw, 0.938rem);
}

.del_eleven_item:nth-child(2n) {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

/* del_twelve */
.del_twelve_item {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: clamp(1.25rem, 0.625rem + 3.13vw, 3.75rem) 10px;
  text-align: center;
}

.del_twelve_item .icon {
  height: clamp(3.75rem, 3.438rem + 1.56vw, 5rem);
  margin: auto;
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.del_twelve_item .icon img{
	object-fit: contain;
}
.del_twelve_item:hover .icon img {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.del_twelve_item .text {
  margin-top: clamp(0.438rem, 0.313rem + 0.63vw, 0.938rem);
  padding: 0 clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.del_twelve_b {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  gap: clamp(0.938rem, 0.234rem + 3.52vw, 3.75rem) 0;
}

.del_twelve_b .public_btn:hover {
  border-color: var(--hue) !important;
}

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

/* del_thirteen */
.del_thirteen_b {
  display: grid;
  gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) 0;
}

.del_thirteen_list_one {
  gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}

.del_thirteen_list_one .right,
.del_thirteen_list_one .left {
  width: calc(50% - 20px);
}

.del_thirteen_list_one .right {
  gap: 15px clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

.del_thirteen_item {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  height: clamp(14.375rem, 11.25rem + 15.63vw, 26.875rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
}

.del_thirteen_item .con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) clamp(0.625rem, 0.234rem + 1.95vw, 2.188rem);
  background-image: linear-gradient(to top, rgba(0, 65, 149, 100%), rgba(0, 65, 149, 0%));
  text-align: center;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.del_thirteen_item .con .text {
  display: none;
}

.del_thirteen_item:hover .con {
  text-align: left;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.del_thirteen_item:hover .text {
  margin-top: 10px;
}

.del_thirteen_list_two {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

.del_thirteen_list_two .right,
.del_thirteen_list_two .left {
  width: 23%;
}

.del_thirteen_list_two .center {
  width: calc(54% - clamp(1.875rem, 1.094rem + 3.91vw, 5rem));
}

/* del_fourteen */

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

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

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

.del_fourteen_con {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.del_fourteen_l {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 290px;
  height: 100%;
  background-color: rgba(0, 0, 0, 60%);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  gap: clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem) 0;
  padding: 15px 15px 15px clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.del_fourteen_item {
  display: none;
}

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

.del_fourteen_item .text {
  margin-top: clamp(0.438rem, 0.313rem + 0.63vw, 0.938rem);
}

.del_fourteen_swiper_btn {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

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

.del_fourteen_page {
  cursor: pointer;
  height: 100%;
  padding: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem) 15px;
  border-bottom: 3px solid transparent;
  background-color: #E8E8E8;
  text-align: center;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.del_fourteen_page .page {
  -webkit-text-stroke-color: var(--hue);
  -webkit-text-stroke-width: 1px;
  color: transparent;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
  margin-bottom: 5px;
}

.del_fourteen_swiper_b .swiper-slide:nth-child(2n) .del_fourteen_page {
  background-color: #F2F2F2;
}

.del_fourteen_swiper_b .swiper-slide-thumb-active .del_fourteen_page {
  background-color: #ffffff;
  border-color: var(--hue);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.del_fourteen_swiper_b .swiper-slide-thumb-active .del_fourteen_page .title,
.del_fourteen_swiper_b .swiper-slide-thumb-active .del_fourteen_page .page {
  color: var(--hue) !important;
}

/* del_fifteen */
.del_fifteen_b {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

.del_fifteen_swiper_l {
  margin-left: 0;
  width: calc(100% - 30px - 300px);
  padding: 0 clamp(0rem, -0.156rem + 0.78vw, 0.625rem) clamp(0.938rem, -7.396rem + 13.02vw, 5.625rem);
  padding-left: 0;

}

.del_fifteen_con {
  position: relative;
  z-index: 2;
}

.del_fifteen_con .pic {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

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

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

.del_fifteen_con .con {
  
  z-index: 2;
  width: 100%; 
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 90%);
  overflow: hidden;
  padding: clamp(1.25rem, 0.781rem + 2.34vw, 3.125rem) clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

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

.del_fifteen_swiper_r {
  width: 300px;
  max-height: 640px;
  margin: 0;
  margin-top: calc(0px - clamp(0.938rem, -7.396rem + 13.02vw, 5.625rem));
  padding: 10px;
  position: relative;
  right: calc(0px - clamp(0rem, -1.111rem + 1.74vw, 0.625rem));
}


.del_fifteen_title {
  cursor: pointer;
  width: 100%;
  padding:  15px;
  border-radius: 60px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  color: #333333;
  background-color: #ffffff;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

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

.del_fifteen_swiper_r .swiper-slide-thumb-active .del_fifteen_title {
  color: #ffffff !important;
  background-color: var(--hue);
}

/* del_sixteen */
.del_sixteen {
  background-color: #f5f5f5;
  position: relative;
  z-index: 2;
}

.del_sixteen_map {
  width: 100%;
}

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

.del_sixteen_b {
  background-color: #fafafa;
  width: 100%;
}

.del_sixteen_con {
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  background-color: rgba(255, 255, 255, 60%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  padding: clamp(0.938rem, -1.84rem + 4.34vw, 2.5rem);

}

.del_sixteen_list {
  margin-top: clamp(0.938rem, -0.729rem + 2.6vw, 1.875rem);
  gap: clamp(0.625rem, -0.486rem + 1.74vw, 1.25rem);
}

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

.del_sixteen_item .dian {
  width: 9px;
  height: 9px;
  margin-top: 6px;
  background-color: var(--hue);
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.del_sixteen_item .text {
  width: calc(100% - 14px);
}













/* about */
/* about */
/* about */
.about_one_l {
  width: 48%;
  position: relative;
  z-index: 2;
}

.about_one_r {
  width: calc(52% - 40px);
}

.about_one_l .pic {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

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

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

.about_one_l .con {
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: var(--hue);
  border-radius: 6px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  padding: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) clamp(0.938rem, 0.469rem + 2.34vw, 2.813rem);
  gap: 15px;
}

.about_one_list {
  margin-top: 20px;
  display: grid;
  gap: 15px 0;
}

.about_one_list .item .dian {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  background-color: #666666;
}

.about_one_btn {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: clamp(0rem, -1.016rem + 5.08vw, 4.063rem);
  margin-top: clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}

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

.about_one_tel .iconfont {
  width: clamp(3rem, 2.688rem + 1.56vw, 4.25rem);
  height: clamp(3rem, 2.688rem + 1.56vw, 4.25rem);
  font-size: clamp(1.25rem, 0.924rem + 1.37vw, 2.125rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--hue);
}

.about_one_tel a {
  display: block;
  margin-top: 5px;
}

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

.about_one_b .index_three_item .con {
  border-color: rgba(105, 105, 105, 50%);
}

.about_one_b .index_three_item .title,
.about_one_b .index_three_item .number {
  color: #666666;
}

.about_one_b .index_three_item .icon img {
  display: none;
}

.about_one_b .index_three_item .icon img:last-child {
  display: block;

}

.about_one_b .index_three_item .icon img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.about_one_b .index_three_item:hover .icon img:first-child {
  display: block;
}

.about_one_b .index_three_item:hover .title {
  color: #ffffff;
}

.about_one_b .index_three_item:hover .number {
  color: #ffffff;
  transform: translate(-25px, -100%);
  -ms-transform: translate(-25px, -100%);
  -webkit-transform: translate(-25px, -100%);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

/* about_two */
.about_two {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  padding-top: clamp(2.5rem, 0.938rem + 7.81vw, 8.75rem);
}

.about_two_swiper_t {
  width: 50%;
  margin-left: 0;
}

.about_two_con .icon {
  width: clamp(3rem, 2.688rem + 1.56vw, 4.25rem);
  margin-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.about_two_con .icon img {
  width: 100%;
  height: 100%;
}

.about_two_con .text {
  margin-top: clamp(0.438rem, 0.313rem + 0.63vw, 0.938rem);
}

.about_two_swiper_b {
  max-width: 835px;
  margin-top: clamp(1.875rem, 1.094rem + 3.91vw, 5rem);
  margin-right: 0;
  background-color: rgba(0, 0, 0, 22%);
  border-radius: 20px 0 0 0;
}

.about_two_item {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.about_two_item .title {
  margin-top: 5px;
}

.about_two_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 1px;
  height: 35px;
  background-color: #ffffff;
}

.about_two_swiper_b .swiper-slide:first-child .about_two_item::before {
  display: none;
}

.about_two_swiper_b .swiper-slide-thumb-active .about_two_item {
  background-color: var(--hue);
}

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

.about_three_swiper_t {
  position: relative;
  z-index: 2;
}

.about_three_swiper_t::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ADADAD;
}


.about_three_page {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  height: 54px;
}

.about_three_page .con {
  cursor: pointer;
}

.about_three_page::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 1px;
  height: 8px;
  background-color: #ADADAD;
  transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  -webkit-transform: translate(0%, -100%);
}

.about_three_page .line {
  width: 1px;
  height: 12px;
  background-color: #ADADAD;
  margin: auto;
  margin-bottom: -2px;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.about_three_page .trim {
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.about_three_page .dian {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 2;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.about_three_page .dian::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #999999;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.about_three_swiper_t .swiper-slide:first-child .about_three_page::after {
  display: none;
}

.about_three_swiper_t .swiper-slide-thumb-active .about_three_page .dian::after,
.about_three_swiper_t .swiper-slide-thumb-active .about_three_page .dian {
  background-color: var(--hue);
}

.about_three_swiper_t .swiper-slide-thumb-active .about_three_page .line {
  height: 13px;
  background-color: var(--hue);
  margin-bottom: 0;
}

.about_three_swiper_t .swiper-slide-thumb-active .about_three_page .trim {
  font-size: clamp(1.125rem, 0.939rem + 0.78vw, 1.625rem);
  color: var(--hue) !important;
}

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

.about_three_b .about_three_swiper_btn {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.about_three_b .about_three_swiper_btn .iconfont {
  width: clamp(2.5rem, 2.188rem + 1.56vw, 3.75rem);
  border-radius: 4px;
  overflow: hidden;
}

.about_three_b .about_three_swiper_btn.next {
  transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.about_three_swiper_b {
  width: calc(100% - clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem) - clamp(5rem, 4.375rem + 3.13vw, 7.5rem));
  margin-top: clamp(0.938rem, 0.641rem + 1.48vw, 2.125rem);
}

.about_three_item {
  padding: clamp(0.313rem, 0.078rem + 1.17vw, 1.25rem) clamp(0rem, -0.156rem + 0.78vw, 0.625rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}

.about_three_item .left {
  width: 40%;
  position: relative;
  z-index: 2;
}

.about_three_item .right {
  width: 60%;
  padding: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

.about_three_item .left .pic {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

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

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

.about_three_item .left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 98, 195, 20%);
  border-radius: 10px;
  overflow: hidden;
  transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
  z-index: 2;
}

.about_three_item .left:hover::before {
  background-color: var(--hue);
}

.about_three_item .trim {
  margin-bottom: 10px;
}

/* about_four */
.about_four_l {
  width: calc(49% - clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem));
}

.about_four_r {
  width: 51%;
  border-radius: 20px;
  overflow: hidden;
}

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

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

.about_four_list {
  display: grid;
  gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
  margin-top: 20px;
}

.about_four_list .blog_del_three_item {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  padding: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
  padding-right: 0;
}

.about_four_list .blog_del_three_item .top {
  padding-right: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
}

.about_four_list .blog_del_three_item .right {
  font-size: 18px;
  color: #666666;
}

.about_four_list .blog_del_three_item .bottom {
  margin-top: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  ;
  padding-top: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  padding-right: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
  background-image: repeating-linear-gradient(-6deg, #BABABA, #BABABA 8px, transparent 8px, transparent 15px, #BABABA 15px), repeating-linear-gradient(84deg, #BABABA, #BABABA 8px, transparent 8px, transparent 15px, #BABABA 15px), repeating-linear-gradient(174deg, #BABABA, #BABABA 8px, transparent 8px, transparent 15px, #BABABA 15px), repeating-linear-gradient(264deg, #BABABA, #BABABA 8px, transparent 8px, transparent 15px, #BABABA 15px);
  background-size: 1px calc(0%), calc(100%) 1px, 1px calc(0%), calc(0%) 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  animation: borderAnimation 1s infinite linear;
}

.about_four_list .blog_del_three_item.hover .right::before {
  content: "\e643";
}

.about_four_list .blog_del_three_item.hover .top .right,
.about_four_list .blog_del_three_item.hover .top .title {
  color: var(--hue) !important;
}


/* about2_l */
.about2_l {
  width: calc(942 / 1920 * 100%)
}

.about2_l img {
  width: 100%
}

.about2_r {
  padding-bottom: 15px;
  padding-top: 15px;
  width: calc(978 / 1920 * 100%);
  padding-left: clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
  padding-right: clamp(0.938rem, -24.063rem + 39.06vw, 15rem);
}

.about2_r_con {
  background: #FFF;
  border-radius: 5px
}

.about2_r_item {
  height: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
  line-height: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
  padding: 0 0 0 20px;
  cursor: pointer
}

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

.about2_r_item:hover,
.about2_r_item.hover {
  color: #C11920;
}

.about2_r_item:hover:hover::before {
  background: #C11920;
}

.about2_r_item.hover::before {
  background: #C11920;

}

.ind_title1_tt,
.about2_r_tt {
  margin-bottom: 15px
}

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

.about_five .index_seven_l {
  width: 34%;
}

.about_five .index_seven_r {
  width: 64%;
}

/* about_seven */
.about_seven_b {
  gap: 15px;
}

.about_seven_item {
  width: calc((46% - 30px) / 2);
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  height: clamp(12.5rem, 7.5rem + 25vw, 32.5rem);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.about_seven_item.hover {
  width: 54%;
}

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

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

.about_seven_item .con {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 20px;
  background-image: linear-gradient(to top, rgba(0, 39, 88, 100%), rgba(0, 39, 88, 0%));
  opacity: 0;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.about_seven_item.hover .con {
  opacity: 1;
}

/* aboFour1_lunbo_top */
.aboFour1_lunbo_top {
  position: relative;
  padding: 7px
}

.aboFour1_lunbo_top .img_box {
  position: relative;
  border-radius: 2px;
  overflow: hidden
}

.aboFour1_lunbo_top .img_box img {
  width: 100%
}

.aboFour1_lunbo_top .line1 {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(1.875rem, 1.687rem + 0.79vw, 2.5rem);
  height: clamp(1.875rem, 1.687rem + 0.79vw, 2.5rem);
  border-left: 3px solid #B9B9B9;
  border-top: 3px solid #B9B9B9;
  border-radius: 2px;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s
}

.aboFour1_lunbo_top .line2 {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(1.875rem, 1.687rem + 0.79vw, 2.5rem);
  height: clamp(1.875rem, 1.687rem + 0.79vw, 2.5rem);
  border-right: 3px solid #B9B9B9;
  border-top: 3px solid #B9B9B9;
  border-radius: 2px;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s
}

.aboFour1_lunbo_top .line3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(1.875rem, 1.687rem + 0.79vw, 2.5rem);
  height: clamp(1.875rem, 1.687rem + 0.79vw, 2.5rem);
  border-left: 3px solid #B9B9B9;
  border-bottom: 3px solid #B9B9B9;
  border-radius: 2px;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s
}

.aboFour1_lunbo_top .line4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(1.875rem, 1.687rem + 0.79vw, 2.5rem);
  height: clamp(1.875rem, 1.687rem + 0.79vw, 2.5rem);
  border-right: 3px solid #B9B9B9;
  border-bottom: 3px solid #B9B9B9;
  border-radius: 2px;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s
}

.aboFour1_lunbo .item:hover .aboFour1_lunbo_top .line1,
.aboFour1_lunbo .item:hover .aboFour1_lunbo_top .line2,
.aboFour1_lunbo .item:hover .aboFour1_lunbo_top .line3,
.aboFour1_lunbo .item:hover .aboFour1_lunbo_top .line4 {
  border-color: var(--hue)
}

.aboFour1_lunbo_top .img_box .media_box {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .27);
  padding: 0 10px clamp(0.625rem, 0.248rem + 1.59vw, 1.875rem);
  column-gap: clamp(0.75rem, 0.562rem + 0.79vw, 1.375rem);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s
}

.aboFour1_lunbo .item:hover .aboFour1_lunbo_top .img_box .media_box {
  opacity: 1
}

.aboFour1_lunbo_top .img_box .media_box a {
  display: block;
  font-size: 20px;
  color: #fff !important;
  text-align: center;
  width: clamp(1.75rem, 1.448rem + 1.27vw, 2.75rem);
  height: clamp(1.75rem, 1.448rem + 1.27vw, 2.75rem);
  line-height: clamp(1.75rem, 1.448rem + 1.27vw, 2.75rem);
  border-radius: 50%;
  background: #C7C7C7
}

.aboFour1_lunbo_top .img_box .media_box a:hover {
  background: var(--hue);
}

.aboFour1_lunbo_bot {
  padding-top: clamp(0.75rem, 0.599rem + 0.63vw, 1.25rem);
  text-align: center
}

.aboFour1_lunbo_bot .title {
  color: #333
}

.aboFour1_lunbo_bot .text {
  color: #666;
  padding-top: clamp(0.125rem, 0.087rem + 0.16vw, 0.25rem)
}



















/* certificate_list */
/* certificate_list */
/* certificate_list */
.certificate_list_dl,
.certificate_list_dl dd {
  margin: 0;
}

.certificate_list_dl {
  gap: clamp(0.625rem, 0.156rem + 2.34vw, 2.5rem) clamp(0rem, -0.547rem + 2.73vw, 2.188rem);
}

.certificate_list_item {
  display: block;
  background-color: #ffffff;
  text-align: center;
}

.certificate_list_item .pic {
  border: 1px solid #B9B9B9;
  width: 100%;
  padding: clamp(0.625rem, 0.391rem + 1.17vw, 1.563rem);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
}

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
















/* faq_list */
/* faq_list */
/* faq_list */
.faq_list_list {
  display: grid;
  gap: clamp(0.625rem, 0.156rem + 2.34vw, 2.5rem) 0;
}

.faq_list_list .number {
  width: clamp(2.5rem, 2.281rem + 1.09vw, 3.375rem);
  height: clamp(2.5rem, 2.281rem + 1.09vw, 3.375rem);
  border: 1px solid var(--hue);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.faq_list_list .blog_del_three_item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
}

.faq_list_list .blog_del_three_item .con {
  width: calc(100% - clamp(2.5rem, 2.281rem + 1.09vw, 3.375rem) - clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem));

}

.faq_list_list .blog_del_three_item.hover .number {
  background-color: var(--hue);
  color: #ffffff !important;
}














/* factory_list */
/* factory_list */
/* factory_list */
/* factory_list */
.factory_list_list {
  gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) clamp(0.625rem, 0.234rem + 1.95vw, 2.188rem);
}

.factory_list_item {
  display: block;
  text-align: center;
}

.factory_list_item .pic {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
}

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

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













/* solution_list */
/* solution_list */
/* solution_list */
.solution_list_b {
  display: grid;
  gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) 0;
}

.solution_list_item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.solution_list_item .left {
  width: 40%;
  height: 100%;
  position: relative;
  z-index: 2;
  padding-left: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #C7C7C7;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.solution_list_item .left .pic {
        display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.solution_list_item .right {
  width: 60%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  padding: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

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

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

.solution_list_item .title {
  margin-bottom: 10px;
}
.solution_list_item .title a{
        display: inline-block;
}

.solution_list_item .btn {
  margin-top: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

.solution_list_item .btn .public_btn {
  margin-right: clamp(0rem, -0.625rem + 3.13vw, 2.5rem);
}

.solution_list_item .icon {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: clamp(1.375rem, 1.297rem + 0.39vw, 1.688rem);
  height: clamp(0.938rem, 0.828rem + 0.55vw, 1.375rem);
}

.solution_list_item .icon img {
  width: 100%;
  height: 100%;
}

.solution_list_item .icon .hide {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.solution_list_item:hover .icon .show {
  opacity: 0;
}

.solution_list_item:hover .icon .hide {
  opacity: 1;
}

.solution_list_item:hover .title {
  color: var(--hue) !important;
}

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


















/* solution_del */
/* solution_del */
/* solution_del */
/* solution_one */
.solution_one_l {
  width: 48%;
  position: relative;
  z-index: 2;
}

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

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

.solution_one_r {
  width: 52%;
  padding: clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
}

.solution_one_title {
  position: relative;
  z-index: 2;
  padding-left: 19px;
  margin-bottom: 15px;
}

.solution_one_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 9px;
  height: 80%;
  background-color: var(--hue);
}

.solution_one_list {
  margin-top: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
  display: grid;
  gap: clamp(0.438rem, 0.313rem + 0.63vw, 0.938rem) 0;

}

.solution_one_list .item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 10px;
}

.solution_one_list .item .dian {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #666666;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 5px;
}

.solution_one_list .item .tt {
  width: calc(100% - 20px);
}

/* solution_two */
.solution_two_l {
  width: 45%;
  padding-bottom: 15px;
}

.solution_two_r {
  width: 50%;
  overflow: hidden;
}

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

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

.solution_two_title {
  margin-bottom: clamp(0.438rem, 0.313rem + 0.63vw, 0.938rem);
}

.solution_two_text {
  margin-bottom: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
}

.solution_two_type .list {
  margin-top: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  display: grid;
  gap: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem) 0;
}


/* solution_three */
.solution_three{
	background-image:none;
}
.solution_thee_con {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}

.solution_three_l {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* clip-path: polygon(0% 0%, 77% 0%, 100% 100%, 0% 100%) */
}

.solution_three_r {
  width: 50%;
  position: relative;
  z-index: 2;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem) 0;
}

.solution_three_r .con {
  position: relative;
  left: 0px;
    
  width: calc(100% ); 
    
    padding-left: clamp(0rem, -5.571rem + 8.7vw, 3.125rem);
  padding-right: clamp(0.938rem, -19.063rem + 31.25vw, 12.188rem);
}

.solution_three_list { 
  display: grid;
  gap: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
}

.solution_three_item .text {
  margin-top: clamp(0.438rem, 0.313rem + 0.63vw, 0.938rem);
  text-transform: none;
}

 

 

/* solution_five */
.solution_five_b {
  gap: clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
}

.solution_five_item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.solution_five_item .pic {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.solution_five_item .con {
  text-align: center;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.solution_five_item .title {
  margin-bottom: clamp(0.438rem, 0.313rem + 0.63vw, 0.938rem);
}


/* pro_det_fea_scroll_item */
.pro_det_fea_scroll_item {
  text-align: center;
  background: #fff;
  padding:  clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
  border-bottom: clamp(0.188rem, 0.094rem + 0.47vw, 0.563rem) solid #CFCFCF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
  transition: all 0.5s;
  -webkit-transition: all 0.5s
}

.pro_det_fea_scroll_item .icon { 
        overflow: hidden;
  margin-bottom: clamp(0.438rem, 0.313rem + 0.63vw, 0.938rem)
}
.pro_det_fea_scroll_item .icon img{
	width:100%;
    height:100%;
    transition: all 1.6s;
}
.pro_det_fea_scroll_item:hover .icon img{
	transform: scale(1.13, 1.13);
    -ms-transform: scale(1.13,1.13);
    -webkit-transform: scale(1.13, 1.13);
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}
.pro_det_fea_scroll_item .tt {
  margin-bottom: 7px
}

.pro_det_fea_scroll_item:hover {
  border-bottom-color: var(--hue)
}

.pro_det_fea_scroll .swiper-slide:nth-child(odd) {
  margin-top: clamp(0.625rem, 0.156rem + 2.34vw, 2.5rem)
}
.pro_det_fea_scroll {
  width: calc(100% + 10px);
  padding: 0 5px;
  position: relative;
}


















/* advantage_list */
/* advantage_list */
/* advantage_list */
.advantage_list_one {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  z-index: 2;
}

.advantage_list_one_table {
  overflow-y: hidden;
  white-space: nowrap;
  overflow-x: auto;
  gap: 0 clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
}

.advantage_list_one_table::-webkit-scrollbar {
  height: 3px;
  border-radius: 30px;
}

.advantage_list_one .item {
  position: relative;
  padding: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem) 5px;
  color: #333333;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.advantage_list_one .item::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  height: 3px;
  background: var(--hue);
  width: 0;
  transition: all 0.3s;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}

.advantage_list_one .item:hover::after,
.advantage_list_one .item.hover::after {
  width: 100%;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

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

/* .advantage_list_two */
.advantage_list_two_b .top {
  display: grid;
  gap: clamp(2.5rem, 1.563rem + 4.69vw, 6.25rem) 0;
}

.advantage_list_two_item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  padding-bottom: clamp(0rem, -0.781rem + 3.91vw, 3.125rem);
}

.advantage_list_two_item .left {
  position: relative;
  padding: clamp(0rem, -0.625rem + 3.13vw, 2.5rem) 0 clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem) 0;
  width: 24%;
}

.advantage_list_two_item .center {
  width: 75%;
  overflow: hidden;
}

.advantage_list_two_item .right {
  background: #fff;
  border: 1px solid #e2e5e8;
  width: 650px;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
    z-index: 2;
  padding: clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

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

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

.advantage_list_two_item .right:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.advantage_list_two_list {
  gap: clamp(1.25rem, 0.625rem + 3.13vw, 3.75rem) clamp(0.938rem, 0.469rem + 2.34vw, 2.813rem);
  margin-top: clamp(2.5rem, 2.188rem + 1.56vw, 3.75rem);
}

.advantage_list_two_list .item {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.advantage_list_two_list .item .pic {
  width: 100%;
  overflow: hidden;
  margin-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

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

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


.advantage_list_two_list .item:after {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  content: "";
  transition: all 0.5s;
  bottom: 0;
}



.industry_list_table{
	 display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap: 15px;
    
 margin-bottom: 40px;
}
.industry_list_table a{
	  border: 1px solid var(--hue);
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  padding: 15px 20px;
    color:var(--hue);
}
.industry_list_table a:hover,
.industry_list_table a.hover{
	color:#ffffff !important;
     background-color: var(--hue); 
}
.industry_list_list {
  gap: clamp(3.125rem, 2.344rem + 3.91vw, 6.25rem) clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
  margin-bottom: clamp(3.125rem, 2.344rem + 3.91vw, 6.25rem);
    align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
}

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

.industry_list_item .pic {
  display: inline-block;
  width: 100%; 
    height:100%;
  border-radius: 10px;
  overflow: hidden;
}

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

.industry_list_item .con {
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 90%);
  width: calc(100% - clamp(0rem, -1.875rem + 9.38vw, 7.5rem));
  transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
  z-index: 2;
  padding: 15px clamp(0.938rem, 0.625rem + 1.56vw, 2.188rem);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.industry_list_item .text {
  margin-bottom: 10px;
}

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

.industry_list_item:hover .btn,
.industry_list_item:hover .text {
  color: #ffffff !important;
}

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

@media (max-width: 768px) {
  .industry_list_list {
    gap: 15px;
  }

  .industry_list_item .con {
    position: relative;
    transform: translate(0%);
    -ms-transform: translate(0%);
    -webkit-transform: translate(0%);
  }
}























/* pro_deBoxTwo */
.pro_deBoxTwo {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 4;
}

.pro_deTwo1 {
  background: #ffffff;
}

.pro_deTwo1_list .item {
  padding: 15px 10px;
  position: relative;
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}





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











 













/* 返回顶部  */
.float_fixed {
  position: fixed;
  z-index: 3;
  right: clamp(0.625rem, 0.458rem + 0.7vw, 1.25rem);
  bottom: 20%;
  width: clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem)
}

.float_fixed_list .item {
  display: block;
  width: clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem);
  height: clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem);
  position: relative;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}

.float_fixed_list .item .con {
  position: absolute;
  left: 0;
  width: auto;
  white-space: nowrap;
  border-radius: clamp(0.938rem, 0.752rem + 0.93vw, 1.563rem);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}

.float_fixed_list .item .item_icon {
  width: clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem);
  height: clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem);
  padding: clamp(0.438rem, 0.308rem + 0.65vw, 0.875rem);
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}

.float_fixed_list .item .item_icon .iconfont {
  font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
  color: var(--hue)
}

.float_fixed_list .item .item_con {
  opacity: 0;
  font-size: 16px;
  width: auto;
  padding: 0 20px 0 0;
  color: var(--hue);
  background: #fff;
  line-height: clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem);
  border-top-right-radius: clamp(0.938rem, 0.752rem + 0.93vw, 1.563rem);
  border-bottom-right-radius: clamp(0.938rem, 0.752rem + 0.93vw, 1.563rem);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}

.float_fixed_list .item:hover .item_icon {
  box-shadow: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}

.float_fixed_list .item.back_top_btn:hover .item_icon {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .35)
}

.float_fixed_list .item:hover .con {
  opacity: 1;
  position: absolute;
  -ms-transform: translate(calc(-100% + clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem)), 0);
  -webkit-transform: translate(calc(-100% + clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem)), 0);
  transform: translate(calc(-100% + clamp(1.875rem, 1.505rem + 1.85vw, 3.125rem)), 0);
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}

.float_fixed_list .item:hover .item_con {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}














.del_two {
display: none;
}