<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 公共响应变量 */
/* 初始化 */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: calc(100vw / 19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
  position: relative;
  overflow-x: hidden;
  /*滚动条-滑块*/
  /*滚动条-背景*/
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width:1024px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50px;
  }
}
html ::-webkit-scrollbar {
  width: 2px;
  /*滚动条整体样式*/
  height: 1px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
html ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: var(--color);
}
html ::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #E5E5E5;
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
}
:root {
  --vh: 100vh;
  --header-height: 90px;
  --active-color: #0C5ADB;
  --rem: 16px;
  --vwMin: 1024;
  --vwMax: 1800;
  --font250-min: calc(var(--font250-max) / var(--vwMax) * var(--vwMin));
  --font250-max: 250;
  --font250: calc((var(--font250-min) * var(--rem)) + ((var(--font250-max) - var(--font250-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font200-min: calc(var(--font200-max) / var(--vwMax) * var(--vwMin));
  --font200-max: 200;
  --font200: calc((var(--font200-min) * var(--rem)) + ((var(--font200-max) - var(--font200-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font180-min: calc(var(--font180-max) / var(--vwMax) * var(--vwMin));
  --font180-max: 180;
  --font180: calc((var(--font180-min) * var(--rem)) + ((var(--font180-max) - var(--font180-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font160-min: calc(var(--font160-max) / var(--vwMax) * var(--vwMin));
  --font160-max: 160;
  --font160: calc((var(--font160-min) * var(--rem)) + ((var(--font160-max) - var(--font160-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font150-min: calc(var(--font150-max) / var(--vwMax) * var(--vwMin));
  --font150-max: 150;
  --font150: calc((var(--font150-min) * var(--rem)) + ((var(--font150-max) - var(--font150-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font140-min: calc(var(--font140-max) / var(--vwMax) * var(--vwMin));
  --font140-max: 140;
  --font140: calc((var(--font140-min) * var(--rem)) + ((var(--font140-max) - var(--font140-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font130-min: calc(var(--font130-max) / var(--vwMax) * var(--vwMin));
  --font130-max: 130;
  --font130: calc((var(--font130-min) * var(--rem)) + ((var(--font130-max) - var(--font130-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font120-min: calc(var(--font120-max) / var(--vwMax) * var(--vwMin));
  --font120-max: 120;
  --font120: calc((var(--font120-min) * var(--rem)) + ((var(--font120-max) - var(--font120-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font100-min: calc(var(--font100-max) / var(--vwMax) * var(--vwMin));
  --font100-max: 100;
  --font100: calc((var(--font100-min) * var(--rem)) + ((var(--font100-max) - var(--font100-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font98-min: calc(var(--font98-max) / var(--vwMax) * var(--vwMin));
  --font98-max: 98;
  --font98: calc((var(--font98-min) * var(--rem)) + ((var(--font98-max) - var(--font98-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font96-min: calc(var(--font96-max) / var(--vwMax) * var(--vwMin));
  --font96-max: 96;
  --font96: calc((var(--font96-min) * var(--rem)) + ((var(--font96-max) - var(--font96-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font94-min: calc(var(--font94-max) / var(--vwMax) * var(--vwMin));
  --font94-max: 94;
  --font94: calc((var(--font94-min) * var(--rem)) + ((var(--font94-max) - var(--font94-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font92-min: calc(var(--font92-max) / var(--vwMax) * var(--vwMin));
  --font92-max: 92;
  --font92: calc((var(--font92-min) * var(--rem)) + ((var(--font92-max) - var(--font92-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font90-min: calc(var(--font90-max) / var(--vwMax) * var(--vwMin));
  --font90-max: 90;
  --font90: calc((var(--font90-min) * var(--rem)) + ((var(--font90-max) - var(--font90-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font88-min: calc(var(--font88-max) / var(--vwMax) * var(--vwMin));
  --font88-max: 88;
  --font88: calc((var(--font88-min) * var(--rem)) + ((var(--font88-max) - var(--font88-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font86-min: calc(var(--font86-max) / var(--vwMax) * var(--vwMin));
  --font86-max: 86;
  --font86: calc((var(--font86-min) * var(--rem)) + ((var(--font86-max) - var(--font86-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font84-min: calc(var(--font84-max) / var(--vwMax) * var(--vwMin));
  --font84-max: 84;
  --font84: calc((var(--font84-min) * var(--rem)) + ((var(--font84-max) - var(--font84-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font82-min: calc(var(--font82-max) / var(--vwMax) * var(--vwMin));
  --font82-max: 82;
  --font82: calc((var(--font82-min) * var(--rem)) + ((var(--font82-max) - var(--font82-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font80-min: calc(var(--font80-max) / var(--vwMax) * var(--vwMin));
  --font80-max: 80;
  --font80: calc((var(--font78-min) * var(--rem)) + ((var(--font78-max) - var(--font78-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font78-min: calc(var(--font78-max) / var(--vwMax) * var(--vwMin));
  --font78-max: 78;
  --font78: calc((var(--font78-min) * var(--rem)) + ((var(--font78-max) - var(--font78-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font76-min: calc(var(--font76-max) / var(--vwMax) * var(--vwMin));
  --font76-max: 76;
  --font76: calc((var(--font76-min) * var(--rem)) + ((var(--font76-max) - var(--font76-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font74-min: calc(var(--font74-max) / var(--vwMax) * var(--vwMin));
  --font74-max: 74;
  --font74: calc((var(--font74-min) * var(--rem)) + ((var(--font74-max) - var(--font74-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font72-min: calc(var(--font72-max) / var(--vwMax) * var(--vwMin));
  --font72-max: 72;
  --font72: calc((var(--font72-min) * var(--rem)) + ((var(--font72-max) - var(--font72-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font70-min: calc(var(--font70-max) / var(--vwMax) * var(--vwMin));
  --font70-max: 70;
  --font70: calc((var(--font70-min) * var(--rem)) + ((var(--font70-max) - var(--font70-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font68-min: calc(var(--font68-max) / var(--vwMax) * var(--vwMin));
  --font68-max: 68;
  --font68: calc((var(--font68-min) * var(--rem)) + ((var(--font68-max) - var(--font68-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font66-min: calc(var(--font66-max) / var(--vwMax) * var(--vwMin));
  --font66-max: 66;
  --font66: calc((var(--font66-min) * var(--rem)) + ((var(--font66-max) - var(--font66-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font64-min: calc(var(--font64-max) / var(--vwMax) * var(--vwMin));
  --font64-max: 64;
  --font64: calc((var(--font64-min) * var(--rem)) + ((var(--font64-max) - var(--font64-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font62-min: calc(var(--font62-max) / var(--vwMax) * var(--vwMin));
  --font62-max: 62;
  --font62: calc((var(--font62-min) * var(--rem)) + ((var(--font62-max) - var(--font62-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font60-min: calc(var(--font60-max) / var(--vwMax) * var(--vwMin));
  --font60-max: 60;
  --font60: calc((var(--font60-min) * var(--rem)) + ((var(--font60-max) - var(--font60-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font58-min: calc(var(--font58-max) / var(--vwMax) * var(--vwMin));
  --font58-max: 58;
  --font58: calc((var(--font58-min) * var(--rem)) + ((var(--font58-max) - var(--font58-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font56-min: calc(var(--font56-max) / var(--vwMax) * var(--vwMin));
  --font56-max: 56;
  --font56: calc((var(--font56-min) * var(--rem)) + ((var(--font56-max) - var(--font56-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font54-min: calc(var(--font54-max) / var(--vwMax) * var(--vwMin));
  --font54-max: 54;
  --font54: calc((var(--font54-min) * var(--rem)) + ((var(--font54-max) - var(--font54-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font52-min: calc(var(--font52-max) / var(--vwMax) * var(--vwMin));
  --font52-max: 52;
  --font52: calc((var(--font52-min) * var(--rem)) + ((var(--font52-max) - var(--font52-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font50-min: calc(var(--font50-max) / var(--vwMax) * var(--vwMin));
  --font50-max: 50;
  --font50: calc((var(--font50-min) * var(--rem)) + ((var(--font50-max) - var(--font50-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font48-min: calc(var(--font48-max) / var(--vwMax) * var(--vwMin));
  --font48-max: 48;
  --font48: calc((var(--font48-min) * var(--rem)) + ((var(--font48-max) - var(--font48-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font46-min: calc(var(--font46-max) / var(--vwMax) * var(--vwMin));
  --font46-max: 46;
  --font46: calc((var(--font46-min) * var(--rem)) + ((var(--font46-max) - var(--font46-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font44-min: calc(var(--font44-max) / var(--vwMax) * var(--vwMin));
  --font44-max: 44;
  --font44: calc((var(--font44-min) * var(--rem)) + ((var(--font44-max) - var(--font44-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font42-min: calc(var(--font42-max) / var(--vwMax) * var(--vwMin));
  --font42-max: 42;
  --font42: calc((var(--font42-min) * var(--rem)) + ((var(--font42-max) - var(--font42-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font40-min: calc(var(--font40-max) / var(--vwMax) * var(--vwMin));
  --font40-max: 40;
  --font40: calc((var(--font40-min) * var(--rem)) + ((var(--font40-max) - var(--font40-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font38-min: calc(var(--font38-max) / var(--vwMax) * var(--vwMin));
  --font38-max: 38;
  --font38: calc((var(--font38-min) * var(--rem)) + ((var(--font38-max) - var(--font38-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font36-min: calc(var(--font36-max) / var(--vwMax) * var(--vwMin));
  --font36-max: 36;
  --font36: calc((var(--font36-min) * var(--rem)) + ((var(--font36-max) - var(--font36-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font34-min: calc(var(--font34-max) / var(--vwMax) * var(--vwMin));
  --font34-max: 34;
  --font34: calc((var(--font34-min) * var(--rem)) + ((var(--font34-max) - var(--font34-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font32-min: calc(var(--font32-max) / var(--vwMax) * var(--vwMin));
  --font32-max: 32;
  --font32: calc((var(--font32-min) * var(--rem)) + ((var(--font32-max) - var(--font32-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font30-min: calc(var(--font30-max) / var(--vwMax) * var(--vwMin));
  --font30-max: 30;
  --font30: calc((var(--font30-min) * var(--rem)) + ((var(--font30-max) - var(--font30-min)) * ((100vw - var(--vwMin) * var(--rem)) / (var(--vwMax) - var(--vwMin)))));
  --font28-min: 20;
  --font28-max: 28;
  --font28: calc((var(--font28-min) * 1px) + ((var(--font28-max) - var(--font28-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --font26-min: 19;
  --font26-max: 26;
  --font26: calc((var(--font26-min) * 1px) + ((var(--font26-max) - var(--font26-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --font24-min: 18;
  --font24-max: 24;
  --font24: calc((var(--font24-min) * 1px) + ((var(--font24-max) - var(--font24-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --font22-min: 16;
  --font22-max: 22;
  --font22: calc((var(--font22-min) * 1px) + ((var(--font22-max) - var(--font22-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --font20-min: 16;
  --font20-max: 20;
  --font20: calc((var(--font20-min) * 1px) + ((var(--font20-max) - var(--font20-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --font18-min: 15;
  --font18-max: 18;
  --font18: calc((var(--font18-min) * 1px) + ((var(--font18-max) - var(--font18-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --font16-min: 14;
  --font16-max: 16;
  --font16: calc((var(--font16-min) * 1px) + ((var(--font16-max) - var(--font16-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --font15-min: 13;
  --font15-max: 15;
  --font15: calc((var(--font15-min) * 1px) + ((var(--font15-max) - var(--font15-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --font14-min: 13;
  --font14-max: 14;
  --font14: calc((var(--font14-min) * 1px) + ((var(--font14-max) - var(--font14-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  /* 间距 */
  --spacing-240-min: 120;
  --spacing-240-max: 240;
  --spacing-240: calc((var(--spacing-240-min) * 1px) + ((var(--spacing-240-max) - var(--spacing-240-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-220-min: 100;
  --spacing-220-max: 220;
  --spacing-220: calc((var(--spacing-220-min) * 1px) + ((var(--spacing-220-max) - var(--spacing-220-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-200-min: 100;
  --spacing-200-max: 200;
  --spacing-200: calc((var(--spacing-200-min) * 1px) + ((var(--spacing-200-max) - var(--spacing-200-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-180-min: 100;
  --spacing-180-max: 180;
  --spacing-180: calc((var(--spacing-180-min) * 1px) + ((var(--spacing-180-max) - var(--spacing-180-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-170-min: 96;
  --spacing-170-max: 170;
  --spacing-170: calc((var(--spacing-170-min) * 1px) + ((var(--spacing-170-max) - var(--spacing-170-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-160-min: 82;
  --spacing-160-max: 160;
  --spacing-160: calc((var(--spacing-160-min) * 1px) + ((var(--spacing-160-max) - var(--spacing-160-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-150-min: 78;
  --spacing-150-max: 150;
  --spacing-150: calc((var(--spacing-150-min) * 1px) + ((var(--spacing-150-max) - var(--spacing-150-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-140-min: 76;
  --spacing-140-max: 140;
  --spacing-140: calc((var(--spacing-140-min) * 1px) + ((var(--spacing-140-max) - var(--spacing-140-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-130-min: 72;
  --spacing-130-max: 130;
  --spacing-130: calc((var(--spacing-130-min) * 1px) + ((var(--spacing-130-max) - var(--spacing-130-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-120-min: 68;
  --spacing-120-max: 120;
  --spacing-120: calc((var(--spacing-120-min) * 1px) + ((var(--spacing-120-max) - var(--spacing-120-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-110-min: 64;
  --spacing-110-max: 110;
  --spacing-110: calc((var(--spacing-110-min) * 1px) + ((var(--spacing-110-max) - var(--spacing-110-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-100-min: 58;
  --spacing-100-max: 100;
  --spacing-100: calc((var(--spacing-100-min) * 1px) + ((var(--spacing-100-max) - var(--spacing-100-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-90-min: 50;
  --spacing-90-max: 90;
  --spacing-90: calc((var(--spacing-90-min) * 1px) + ((var(--spacing-90-max) - var(--spacing-90-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-80-min: 40;
  --spacing-80-max: 80;
  --spacing-80: calc((var(--spacing-80-min) * 1px) + ((var(--spacing-80-max) - var(--spacing-80-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-70-min: 36;
  --spacing-70-max: 70;
  --spacing-70: calc((var(--spacing-70-min) * 1px) + ((var(--spacing-70-max) - var(--spacing-70-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-60-min: 30;
  --spacing-60-max: 60;
  --spacing-60: calc((var(--spacing-60-min) * 1px) + ((var(--spacing-60-max) - var(--spacing-60-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-50-min: 26;
  --spacing-50-max: 50;
  --spacing-50: calc((var(--spacing-50-min) * 1px) + ((var(--spacing-50-max) - var(--spacing-50-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-44-min: 25;
  --spacing-44-max: 44;
  --spacing-44: calc((var(--spacing-44-min) * 1px) + ((var(--spacing-44-max) - var(--spacing-44-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-40-min: 22;
  --spacing-40-max: 40;
  --spacing-40: calc((var(--spacing-40-min) * 1px) + ((var(--spacing-40-max) - var(--spacing-40-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-35-min: 22;
  --spacing-35-max: 35;
  --spacing-35: calc((var(--spacing-35-min) * 1px) + ((var(--spacing-35-max) - var(--spacing-35-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-30-min: 20;
  --spacing-30-max: 30;
  --spacing-30: calc((var(--spacing-30-min) * 1px) + ((var(--spacing-30-max) - var(--spacing-30-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-25-min: 18;
  --spacing-25-max: 25;
  --spacing-25: calc((var(--spacing-25-min) * 1px) + ((var(--spacing-25-max) - var(--spacing-25-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --spacing-20-min: 14;
  --spacing-20-max: 20;
  --spacing-20: calc((var(--spacing-20-min) * 1px) + ((var(--spacing-20-max) - var(--spacing-20-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  /* 圆角 */
  --radius: 30px;
  --border-radius20-min: 10;
  --border-radius20-max: 20;
  --border-radius20: calc((var(--border-radius20-min) * 1px) + ((var(--border-radius20-max) - var(--border-radius20-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --border-radius18-min: 9;
  --border-radius18-max: 18;
  --border-radius18: calc((var(--border-radius18-min) * 1px) + ((var(--border-radius18-max) - var(--border-radius18-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --border-radius16-min: 8;
  --border-radius16-max: 16;
  --border-radius16: calc((var(--border-radius16-min) * 1px) + ((var(--border-radius16-max) - var(--border-radius16-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --border-radius14-min: 7;
  --border-radius14-max: 14;
  --border-radius14: calc((var(--border-radius14-min) * 1px) + ((var(--border-radius14-max) - var(--border-radius14-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --border-radius12-min: 6;
  --border-radius12-max: 12;
  --border-radius12: calc((var(--border-radius12-min) * 1px) + ((var(--border-radius12-max) - var(--border-radius12-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
  --border-radius10-min: 5;
  --border-radius10-max: 10;
  --border-radius10: calc((var(--border-radius10-min) * 1px) + ((var(--border-radius10-max) - var(--border-radius10-min)) * ((100vw - var(--vwMin) * 1px) / (var(--vwMax) - var(--vwMin)))));
}
@media (min-width: 1800px) {
  :root {
    --font250: calc(var(--font250-max) * 1px);
    --font200: calc(var(--font200-max) * 1px);
    --font180: calc(var(--font180-max) * 1px);
    --font160: calc(var(--font160-max) * 1px);
    --font150: calc(var(--font150-max) * 1px);
    --font140: calc(var(--font140-max) * 1px);
    --font130: calc(var(--font130-max) * 1px);
    --font120: calc(var(--font120-max) * 1px);
    --font100: calc(var(--font100-max) * 1px);
    --font98: calc(var(--font98-max) * 1px);
    --font96: calc(var(--font96-max) * 1px);
    --font94: calc(var(--font94-max) * 1px);
    --font92: calc(var(--font92-max) * 1px);
    --font90: calc(var(--font90-max) * 1px);
    --font88: calc(var(--font88-max) * 1px);
    --font86: calc(var(--font86-max) * 1px);
    --font84: calc(var(--font84-max) * 1px);
    --font82: calc(var(--font82-max) * 1px);
    --font80: calc(var(--font80-max) * 1px);
    --font78: calc(var(--font78-max) * 1px);
    --font76: calc(var(--font76-max) * 1px);
    --font74: calc(var(--font74-max) * 1px);
    --font72: calc(var(--font72-max) * 1px);
    --font70: calc(var(--font70-max) * 1px);
    --font68: calc(var(--font68-max) * 1px);
    --font66: calc(var(--font66-max) * 1px);
    --font64: calc(var(--font64-max) * 1px);
    --font62: calc(var(--font62-max) * 1px);
    --font60: calc(var(--font60-max) * 1px);
    --font58: calc(var(--font58-max) * 1px);
    --font56: calc(var(--font56-max) * 1px);
    --font54: calc(var(--font54-max) * 1px);
    --font52: calc(var(--font52-max) * 1px);
    --font50: calc(var(--font50-max) * 1px);
    --font48: calc(var(--font48-max) * 1px);
    --font46: calc(var(--font46-max) * 1px);
    --font44: calc(var(--font44-max) * 1px);
    --font42: calc(var(--font42-max) * 1px);
    --font40: calc(var(--font40-max) * 1px);
    --font38: calc(var(--font38-max) * 1px);
    --font36: calc(var(--font36-max) * 1px);
    --font34: calc(var(--font34-max) * 1px);
    --font32: calc(var(--font32-max) * 1px);
    --font30: calc(var(--font30-max) * 1px);
    --font28: calc(var(--font28-max) * 1px);
    --font26: calc(var(--font26-max) * 1px);
    --font24: calc(var(--font24-max) * 1px);
    --font22: calc(var(--font22-max) * 1px);
    --font20: calc(var(--font20-max) * 1px);
    --font18: calc(var(--font18-max) * 1px);
    --font16: calc(var(--font16-max) * 1px);
    --font15: calc(var(--font15-max) * 1px);
    --font14: calc(var(--font14-max) * 1px);
    --spacing-240: calc(var(--spacing-240-max) * 1px);
    --spacing-220: calc(var(--spacing-220-max) * 1px);
    --spacing-200: calc(var(--spacing-200-max) * 1px);
    --spacing-180: calc(var(--spacing-180-max) * 1px);
    --spacing-170: calc(var(--spacing-170-max) * 1px);
    --spacing-160: calc(var(--spacing-160-max) * 1px);
    --spacing-150: calc(var(--spacing-150-max) * 1px);
    --spacing-140: calc(var(--spacing-140-max) * 1px);
    --spacing-130: calc(var(--spacing-130-max) * 1px);
    --spacing-120: calc(var(--spacing-120-max) * 1px);
    --spacing-110: calc(var(--spacing-110-max) * 1px);
    --spacing-100: calc(var(--spacing-100-max) * 1px);
    --spacing-90: calc(var(--spacing-90-max) * 1px);
    --spacing-80: calc(var(--spacing-80-max) * 1px);
    --spacing-70: calc(var(--spacing-70-max) * 1px);
    --spacing-60: calc(var(--spacing-60-max) * 1px);
    --spacing-50: calc(var(--spacing-50-max) * 1px);
    --spacing-44: calc(var(--spacing-44-max) * 1px);
    --spacing-40: calc(var(--spacing-40-max) * 1px);
    --spacing-35: calc(var(--spacing-35-max) * 1px);
    --spacing-30: calc(var(--spacing-30-max) * 1px);
    --spacing-25: calc(var(--spacing-25-max) * 1px);
    --spacing-20: calc(var(--spacing-20-max) * 1px);
    --border-radius20: calc(var(--border-radius20-max) * 1px);
    --border-radius18: calc(var(--border-radius18-max) * 1px);
    --border-radius16: calc(var(--border-radius16-max) * 1px);
    --border-radius14: calc(var(--border-radius14-max) * 1px);
    --border-radius12: calc(var(--border-radius12-max) * 1px);
    --border-radius10: calc(var(--border-radius10-max) * 1px);
  }
}
@media (max-width:1280px) {
  :root {
    --header-height: 70px;
  }
}
@media (max-width:1024px) {
  :root {
    --header-height: 60px;
    --font250: calc(var(--font250-min) * 1px);
    --font200: calc(var(--font200-min) * 1px);
    --font180: calc(var(--font180-min) * 1px);
    --font160: calc(var(--font160-min) * 1px);
    --font150: calc(var(--font150-min) * 1px);
    --font140: calc(var(--font140-min) * 1px);
    --font130: calc(var(--font130-min) * 1px);
    --font120: calc(var(--font120-min) * 1px);
    --font100: calc(var(--font100-min) * 1px);
    --font98: calc(var(--font98-min) * 1px);
    --font96: calc(var(--font96-min) * 1px);
    --font94: calc(var(--font94-min) * 1px);
    --font92: calc(var(--font92-min) * 1px);
    --font90: calc(var(--font90-min) * 1px);
    --font88: calc(var(--font88-min) * 1px);
    --font86: calc(var(--font86-min) * 1px);
    --font84: calc(var(--font84-min) * 1px);
    --font82: calc(var(--font82-min) * 1px);
    --font80: calc(var(--font80-min) * 1px);
    --font78: calc(var(--font78-min) * 1px);
    --font76: calc(var(--font76-min) * 1px);
    --font74: calc(var(--font74-min) * 1px);
    --font72: calc(var(--font72-min) * 1px);
    --font70: calc(var(--font70-min) * 1px);
    --font68: calc(var(--font68-min) * 1px);
    --font66: calc(var(--font66-min) * 1px);
    --font64: calc(var(--font64-min) * 1px);
    --font62: calc(var(--font62-min) * 1px);
    --font60: calc(var(--font60-min) * 1px);
    --font58: calc(var(--font58-min) * 1px);
    --font56: calc(var(--font56-min) * 1px);
    --font54: calc(var(--font54-min) * 1px);
    --font52: calc(var(--font52-min) * 1px);
    --font50: calc(var(--font50-min) * 1px);
    --font48: calc(var(--font48-min) * 1px);
    --font46: calc(var(--font46-min) * 1px);
    --font44: calc(var(--font44-min) * 1px);
    --font42: calc(var(--font42-min) * 1px);
    --font40: calc(var(--font40-min) * 1px);
    --font38: calc(var(--font38-min) * 1px);
    --font36: calc(var(--font36-min) * 1px);
    --font34: calc(var(--font34-min) * 1px);
    --font32: calc(var(--font32-min) * 1px);
    --font30: calc(var(--font30-min) * 1px);
    --font28: calc(var(--font28-min) * 1px);
    --font26: calc(var(--font26-min) * 1px);
    --font24: calc(var(--font24-min) * 1px);
    --font22: calc(var(--font22-min) * 1px);
    --font20: calc(var(--font20-min) * 1px);
    --font18: calc(var(--font18-min) * 1px);
    --font16: calc(var(--font16-min) * 1px);
    --font15: calc(var(--font15-min) * 1px);
    --font14: calc(var(--font14-min) * 1px);
    --spacing-240: calc(var(--spacing-240-min) * 1px);
    --spacing-220: calc(var(--spacing-220-min) * 1px);
    --spacing-200: calc(var(--spacing-200-min) * 1px);
    --spacing-180: calc(var(--spacing-180-min) * 1px);
    --spacing-170: calc(var(--spacing-170-min) * 1px);
    --spacing-160: calc(var(--spacing-160-min) * 1px);
    --spacing-150: calc(var(--spacing-150-min) * 1px);
    --spacing-140: calc(var(--spacing-140-min) * 1px);
    --spacing-130: calc(var(--spacing-130-min) * 1px);
    --spacing-120: calc(var(--spacing-120-min) * 1px);
    --spacing-110: calc(var(--spacing-110-min) * 1px);
    --spacing-100: calc(var(--spacing-100-min) * 1px);
    --spacing-90: calc(var(--spacing-90-min) * 1px);
    --spacing-80: calc(var(--spacing-80-min) * 1px);
    --spacing-70: calc(var(--spacing-70-min) * 1px);
    --spacing-60: calc(var(--spacing-60-min) * 1px);
    --spacing-50: calc(var(--spacing-50-min) * 1px);
    --spacing-44: calc(var(--spacing-44-min) * 1px);
    --spacing-40: calc(var(--spacing-40-min) * 1px);
    --spacing-35: calc(var(--spacing-35-min) * 1px);
    --spacing-30: calc(var(--spacing-30-min) * 1px);
    --spacing-25: calc(var(--spacing-25-min) * 1px);
    --spacing-20: calc(var(--spacing-20-min) * 1px);
    --border-radius20: calc(var(--border-radius20-min) * 1px);
    --border-radius18: calc(var(--border-radius18-min) * 1px);
    --border-radius16: calc(var(--border-radius16-min) * 1px);
    --border-radius14: calc(var(--border-radius14-min) * 1px);
    --border-radius12: calc(var(--border-radius12-min) * 1px);
    --border-radius10: calc(var(--border-radius10-min) * 1px);
  }
}
.font200 {
  font-size: var(--font200);
}
.font130 {
  font-size: var(--font130);
}
.font120 {
  font-size: var(--font120);
}
.font100 {
  font-size: var(--font100);
}
.font98 {
  font-size: var(--font98);
}
.font96 {
  font-size: var(--font96);
}
.font94 {
  font-size: var(--font94);
}
.font92 {
  font-size: var(--font92);
}
.font90 {
  font-size: var(--font90);
}
.font88 {
  font-size: var(--font88);
}
.font86 {
  font-size: var(--font86);
}
.font84 {
  font-size: var(--font84);
}
.font82 {
  font-size: var(--font82);
}
.font80 {
  font-size: var(--font80);
}
.font78 {
  font-size: var(--font78);
}
.font76 {
  font-size: var(--font76);
}
.font74 {
  font-size: var(--font74);
}
.font72 {
  font-size: var(--font72);
}
.font70 {
  font-size: var(--font70);
}
.font68 {
  font-size: var(--font68);
}
.font66 {
  font-size: var(--font66);
}
.font64 {
  font-size: var(--font64);
}
.font62 {
  font-size: var(--font62);
}
.font60 {
  font-size: var(--font60);
}
.font58 {
  font-size: var(--font58);
}
.font56 {
  font-size: var(--font56);
}
.font54 {
  font-size: var(--font54);
}
.font52 {
  font-size: var(--font52);
}
.font50 {
  font-size: var(--font50);
}
.font48 {
  font-size: var(--font48);
}
.font46 {
  font-size: var(--font46);
}
.font44 {
  font-size: var(--font44);
}
.font42 {
  font-size: var(--font42);
}
.font40 {
  font-size: var(--font40);
}
.font38 {
  font-size: var(--font38);
}
.font36 {
  font-size: var(--font36);
}
.font34 {
  font-size: var(--font34);
}
.font32 {
  font-size: var(--font32);
}
.font30 {
  font-size: var(--font30);
}
.font28 {
  font-size: var(--font28);
}
.font26 {
  font-size: var(--font26);
}
.font24 {
  font-size: var(--font24);
}
.font22 {
  font-size: var(--font22);
}
.font20 {
  font-size: var(--font20);
}
.font18 {
  font-size: var(--font18);
}
.font16 {
  font-size: var(--font16);
}
.font14 {
  font-size: var(--font14);
}
img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
/* 公共浮动、清浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
/* Flex 布局 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f-column-right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f-row-right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j-around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.a-s-stretch {
  -webkit-box-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.a-s-center {
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.a-s-end {
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end;
}
.flex-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}
/* 文字超出隐藏 */
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 动画 */
.dh {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* 比例 */
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.ab {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
/* 1屏高度 */
/* 百分比计算 */
@keyframes growAni {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes circleAni {
  0% {
    stroke-dasharray: 0, 43.96;
  }
  100% {
    stroke-dasharray: 43.96, 43.96;
  }
}
/* ----------------------- */
/* ----- 全局公共属性 ----- */
[active] svg {
  vertical-align: top;
}
[active] svg path {
  fill: currentColor;
}
.ani,
.wow {
  visibility: hidden;
}
/* 布局 */
.w1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.w1800 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.w1400,
.wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1350,
.wrap {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1680px) {
  .w1560 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1520px) {
  .w1400,
  .wrap {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1470px) {
  .w1350,
  .wrap {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1400px) {
  .w1280 {
    padding: 0 60px;
  }
}
@media (max-width: 1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .w1800,
  .w1680,
  .w1560,
  .w1400,
  .w1350,
  .wrap,
  .w1440,
  .w1600,
  .w1280,
  .w1200 {
    padding: 0 30px;
  }
}
@media (max-width: 990px) {
  .w1800,
  .w1680,
  .w1560,
  .w1400,
  .w1350,
  .wrap,
  .w1440,
  .w1600,
  .w1280,
  .w1200 {
    padding: 0 20px;
  }
}
/* 公共内容区 */
.center-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}
/* 公共内容 */
.public-content {
  font-size: var(--font18);
  color: #3A3A3A;
  line-height: 1.667;
}
.public-content &gt; * {
  margin: 0.5em 0;
}
.public-content &gt; *:first-child {
  margin-top: 0;
}
.public-content &gt; *:last-child {
  margin-bottom: 0;
}
.public-content h2 {
  font-size: var(--font40);
}
.public-content h3 {
  font-size: var(--font36);
}
.public-content h4 {
  font-size: var(--font30);
}
.public-content h5 {
  font-size: var(--font24);
}
.public-content h6 {
  font-size: var(--font20);
}
.public-content h2,
.public-content h3,
.public-content h4,
.public-content h5,
.public-content h6 {
  color: #222222;
}
.public-content a {
  color: var(--active-color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.public-content a:hover {
  color: var(--active-color);
}
.public-content video {
  width: 100%;
  height: auto;
}
.public-content table {
  max-width: 100%;
}
.public-content table th,
.public-content table td {
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.public-content li {
  margin: 0.5em 0 0.5em 1.2em;
  list-style: disc;
}
.public-content ol {
  margin: 0.5em 0 0.5em 1.2em;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
/* ie浏览器提示 */
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: var(--color);
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: var(--color);
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: var(--color);
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 回到顶部 */
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
  cursor: pointer;
}
@media (max-width:991px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top svg {
  width: 50%;
  height: 50%;
}
#c-go-top svg use {
  fill: #FFFFFF;
}
/* 二维码弹窗 */
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #333;
  transition: all 0.4s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: var(--color);
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box &gt; img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
.public-pc {
  display: block;
}
.public-mb {
  display: none;
}
.zindex-2 {
  z-index: 2;
}
.zindex-3 {
  z-index: 3;
}
.zindex-4 {
  z-index: 4;
}
.zindex-5 {
  z-index: 5;
}
/* 公共图片 */
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
@media (max-width:991px) {
  .public-pc {
    display: none;
  }
  .public-mb {
    display: block;
  }
}
/* 头部 */
header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: #FFFFFF;
  --init-size: 16px;
  /* PC */
}
header .header-box {
  width: 100%;
  height: auto;
}
header .header-box .header-main {
  width: 100%;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .header-box .header-main .logo-box {
  width: 50%;
  max-width: 77px;
  height: 100%;
}
header .header-box .header-main .logo-box a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .header-box .header-main .logo-box a img {
  max-height: 60%;
}
header .header-box .header-main .column {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* PC 导航 */
}
header .header-box .header-main .column nav {
  width: auto;
  height: 100%;
}
header .header-box .header-main .column nav ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .header-box .header-main .column nav ul &gt; li {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
header .header-box .header-main .column nav ul &gt; li &gt; a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 0.2rem;
  font-size: var(--font18);
  color: #333333;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
header .header-box .header-main .column nav ul &gt; li &gt; a span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: currentColor;
  white-space: nowrap;
}
header .header-box .header-main .column nav ul &gt; li &gt; a span::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 10px;
  background-color: var(--active-color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header .header-box .header-main .column nav ul &gt; li ul {
  width: 160px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 1;
  padding: 10px 0;
  background: #FFFFFF;
  display: block;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, 10px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
header .header-box .header-main .column nav ul &gt; li ul li {
  width: 100%;
  height: auto;
  text-align: center;
}
header .header-box .header-main .column nav ul &gt; li ul li a {
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 1em;
  font-size: var(--font14);
}
header .header-box .header-main .column nav ul &gt; li ul li:hover &gt; a {
  background: transparent;
  color: var(--active-color);
}
header .header-box .header-main .column nav ul &gt; li a.active,
header .header-box .header-main .column nav ul &gt; li:hover &gt; a {
  color: var(--active-color);
}
header .header-box .header-main .column nav ul &gt; li a.active span::after,
header .header-box .header-main .column nav ul &gt; li:hover &gt; a span::after {
  width: 100%;
}
header .header-box .header-main .column nav ul &gt; li:hover ul {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
header .header-box .header-main .column .lang-btn {
  width: auto;
  height: 100%;
  margin-left: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .header-box .header-main .column .lang-btn a {
  width: auto;
  height: 24px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 3px;
  background: var(--active-color);
  font-size: 12px;
  color: #FFFFFF;
}
header .header-box .header-main .column .moblie-btn {
  width: auto;
  height: 100%;
  margin-left: 30px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: var(--active-color);
}
header .header-box .header-main .column .moblie-btn .iconfont {
  font-size: 24px;
}
@media (max-width:991px) {
  header .header-box .header-main .column nav {
    display: none;
  }
  header .header-box .header-main .column .moblie-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
/* Mobile version header */
.mobile-nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  transform: translateX(-100%);
  opacity: 0;
  display: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.mobile-nav::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000000;
  opacity: 0.2;
}
.mobile-nav .nav-box {
  width: 80%;
  height: 100%;
  position: relative;
  z-index: 10;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.mobile-nav .nav-box .nav-close {
  width: 100%;
  height: var(--header-height);
  box-sizing: border-box;
  padding: 0 20px;
  overflow: hidden;
}
.mobile-nav .nav-box .nav-close .close {
  width: 60px;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.mobile-nav .nav-box .nav-close .close i {
  width: 50%;
  height: 2px;
  display: block;
  background: var(--active-color);
  position: absolute;
  top: 50%;
  left: -2px;
  margin: -1px 0 0;
  overflow: hidden;
  transform-origin: center center;
}
.mobile-nav .nav-box .nav-close .close i:first-child {
  transform: rotate(45deg);
}
.mobile-nav .nav-box .nav-close .close i:last-child {
  transform: rotate(-45deg);
}
.mobile-nav .nav-box .line {
  width: 100%;
  height: 1px;
  background: var(--active-color);
}
.mobile-nav .nav-box .nav-list {
  width: 100%;
  height: 100%;
  flex: 1;
  padding: 0 0 50px;
  overflow: hidden;
  overflow-y: auto;
}
.mobile-nav .nav-box .nav-list ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.mobile-nav .nav-box .nav-list ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
}
.mobile-nav .nav-box .nav-list ul li a {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 20px 45px 20px 20px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.mobile-nav .nav-box .nav-list ul li a .icon-right {
  width: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -15px 0 0;
  z-index: 2;
  overflow: hidden;
}
.mobile-nav .nav-box .nav-list ul li a .icon-right i {
  font-size: 16px;
  color: #333333;
}
.mobile-nav .nav-box .nav-list ul li &gt; a.active {
  background: var(--active-color);
  color: #FFFFFF;
}
.mobile-nav .nav-box .nav-list ul li &gt; a.active .icon-right i {
  color: #FFFFFF;
}
.mobile-nav .nav-box .nav-list ul li:last-child {
  border: 0;
}
.mobile-nav .nav-box .nav-list ul li ul {
  padding: 10px 20px;
  display: none;
}
.mobile-nav .nav-box .nav-list ul li ul li {
  border: 0;
}
.mobile-nav .nav-box .nav-list ul li ul li a {
  position: relative;
  z-index: 1;
  padding: 0.5em 0 0.5em 20px;
  font-size: 16px;
  color: #333333;
  line-height: 1.3;
}
.mobile-nav .nav-box .nav-list ul li ul li a::before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0.5em;
  z-index: 1;
}
.mobile-nav .nav-box .nav-list ul li ul li a.is-active::before {
  content: '+';
}
.mobile-nav .nav-box .nav-list ul li ul li a.active {
  background: transparent;
  color: var(--active-color);
}
.mobile-nav .nav-box .nav-list ul li ul li ul li a {
  font-size: 14px;
  color: #666666;
}
.mobile-nav .nav-box .nav-list ul li ul li ul li ul li a {
  font-size: 12px;
  color: #999999;
}
@media (max-width:991px) {
  .mobile-nav {
    display: block;
  }
}
/* 导航高度 占位 */
.header-nbsp {
  width: 100%;
  height: var(--header-height);
}
/* 公共样式 */
.idx-title {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx-title::before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translate(-1em, -30%);
  font-weight: bold;
  font-size: 1.2rem;
  color: #FAFAFA;
  line-height: 1;
  white-space: nowrap;
}
.idx-title .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font36);
  color: #333333;
  line-height: 1.2;
}
.idx-title .title::after {
  content: '';
  width: 1.667em;
  height: 4px;
  display: block;
  margin-top: 0.5em;
  background: var(--active-color);
  border-radius: 5px;
}
.idx-title .details {
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.8;
}
.idx-title.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx-title.active .title {
  width: 50%;
}
.idx-title.active .details {
  width: auto;
  max-width: 30%;
  text-align: right;
  font-size: var(--font14);
  color: #999999;
  line-height: 2;
}
@media (max-width:1024px) {
  .idx-title.active {
    display: block;
  }
  .idx-title.active .title {
    width: 100%;
    text-align: center;
  }
  .idx-title.active .title::after {
    margin: 0.5em auto 0;
  }
  .idx-title.active .details {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.public-more {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.public-more .more {
  width: auto;
  min-width: 120px;
  height: 44px;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: var(--active-color);
  border-radius: 5px;
  font-size: var(--font16);
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.public-more .more:hover {
  filter: brightness(1.05);
}
.public-more.white .more {
  background: #FFFFFF;
  color: var(--active-color);
}
@media (max-width:1024px) {
  .public-more .more {
    min-width: 100px;
    height: 40px;
  }
}
/* ------- */
/* 首页 =&gt; Banner */
.idx-banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #000000;
  overflow: hidden;
  margin-top: var(--header-height);
}
.idx-banner .swiper-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx-banner .swiper-box .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx-banner .swiper-box .swiper-slide .banner-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.idx-banner .swiper-box .swiper-slide .banner-box .info {
  width: 100%;
  max-width: 520px;
  height: auto;
  color: #FFFFFF;
}
.idx-banner .swiper-box .swiper-slide .banner-box .info .title {
  font-size: var(--font48);
  font-weight: 700;
  color: currentColor;
}
.idx-banner .swiper-box .swiper-slide .banner-box .info .subtitle {
  margin-top: 0.5em;
  font-size: var(--font28);
  color: currentColor;
  line-height: 1.5;
}
.idx-banner .swiper-box .swiper-slide .banner-box .info .details {
  margin-top: 1em;
  font-weight: 300;
  font-size: var(--font18);
  color: #FFFFFF;
  line-height: 1.875;
}
.idx-banner .swiper-box .swiper-slide .images {
  width: 100%;
  height: 690px;
  position: relative;
  z-index: 1;
  font-size: 0;
  overflow: hidden;
}
.idx-banner .swiper-box .swiper-slide .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:1600px) {
  .idx-banner .swiper-box .swiper-slide .images {
    height: 600px;
  }
}
@media (max-width:992px) {
  .idx-banner .swiper-box .swiper-slide .images {
    height: 400px;
  }
}
@media (max-width:768px) {
  .idx-banner .swiper-box .swiper-slide .images {
    height: 320px;
  }
}
@media (max-width:576px) {
  .idx-banner .swiper-box .swiper-slide .images {
    height: 200px;
  }
}
.idx-banner .pager-box {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 10;
}
@media (max-width:576px) {
  .idx-banner .pager-box {
    bottom: 10px;
  }
}
.idx-banner .pager-box .pager {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx-banner .pager-box .pager span {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width:1024px) {
  .idx-banner .pager-box .pager span {
    width: 10px;
    height: 10px;
  }
}
.idx-banner .pager-box .pager span.active {
  background: var(--active-color);
}
/* 首页 =&gt; 传统标签与RFID标签常见的问题 */
.idx-faq {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  overflow: hidden;
}
.idx-faq .faq-box {
  width: 100%;
  height: auto;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx-faq .faq-box .faq-main {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 1;
}
.idx-faq .faq-box .faq-main .tabs-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 40px;
}
.idx-faq .faq-box .faq-main .tabs-box .one {
  width: auto;
  height: auto;
  position: relative;
  z-index: 5;
  padding-bottom: 0.8em;
  font-weight: bold;
  font-size: var(--font16);
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.idx-faq .faq-box .faq-main .tabs-box .one::after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 5px;
  background: var(--active-color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.idx-faq .faq-box .faq-main .tabs-box::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #DDDDDD;
}
.idx-faq .faq-box .faq-main .tabs-box .one + .one {
  margin-left: 0.5rem;
}
.idx-faq .faq-box .faq-main .tabs-box .one.active {
  color: var(--active-color);
}
.idx-faq .faq-box .faq-main .tabs-box .one.active::after {
  width: 100%;
}
.idx-faq .faq-box .faq-main .tabs-box .one:hover {
  color: var(--active-color);
}
.idx-faq .faq-box .faq-main .swiper-box {
  width: 100%;
  height: auto;
  margin-top: 30px;
  overflow: hidden;
}
.idx-faq .faq-box .faq-main .swiper-box .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  font-size: var(--font14);
  color: #999999;
  line-height: 2;
  overflow: hidden;
}
.idx-faq .faq-box .faq-main .swiper-box .swiper-slide.active {
  z-index: 5;
  pointer-events: auto;
}
.idx-faq .faq-box .faq-main .swiper-box .swiper-slide .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font24);
  color: var(--active-color);
  display: none;
}
.idx-faq .faq-box .faq-main .swiper-box .swiper-slide .details {
  width: 100%;
  height: auto;
}
.idx-faq .faq-box .faq-main .swiper-box .swiper-slide .details * + * {
  margin-top: 0.5em;
}
.idx-faq .faq-box .faq-main .swiper-box .swiper-slide .details .label {
  font-weight: bold;
  font-size: var(--font16);
  color: #333333;
}
.idx-faq .faq-box .faq-main .swiper-box .swiper-slide .details .label ~ .label {
  margin-top: 1.5em;
}
.idx-faq .faq-box .faq-main .pager-box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: none;
}
.idx-faq .faq-box .faq-main .pager-box .pager {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx-faq .faq-box .faq-main .pager-box .pager span {
  width: 0.3rem;
  height: 6px;
  margin: 0 6px;
  border-radius: 10px;
  background: #CCCCCC;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.idx-faq .faq-box .faq-main .pager-box .pager span.active {
  width: 0.4rem;
  background: var(--active-color);
}
@media (max-width:1024px) {
  .idx-faq .faq-box .faq-main .pager-box .pager span {
    height: 4px;
  }
}
@media (max-width:768px) {
  .idx-faq .faq-box .faq-main .pager-box .pager span {
    height: 3px;
  }
}
.idx-faq .faq-box .images {
  width: 44%;
  height: auto;
  font-size: 0;
  position: relative;
  z-index: 5;
}
.idx-faq .faq-box .images img {
  width: 100%;
}
@media (max-width:1024px) {
  .idx-faq .faq-box {
    padding: 60px 0;
  }
}
@media (max-width:991px) {
  .idx-faq .faq-box {
    display: block;
  }
  .idx-faq .faq-box .faq-main {
    width: 100%;
  }
  .idx-faq .faq-box .faq-main .idx-title {
    text-align: center;
  }
  .idx-faq .faq-box .faq-main .idx-title .title::after {
    margin: 0.5em auto 0;
  }
  .idx-faq .faq-box .images {
    width: 100%;
    max-width: 500px;
    margin: 40px auto 0;
  }
}
@media (max-width:768px) {
  .idx-faq .faq-box .faq-main .tabs-box {
    display: none;
  }
  .idx-faq .faq-box .faq-main .swiper-box .swiper-slide .title {
    display: block;
  }
  .idx-faq .faq-box .faq-main .swiper-box .swiper-slide .details {
    margin-top: 10px;
  }
  .idx-faq .faq-box .faq-main .pager-box {
    display: block;
  }
}
/* 首页 =&gt; 解决方案 */
.idx-solution {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx-solution .solution-box {
  width: 100%;
  height: auto;
  padding: 70px 0;
}
.idx-solution .solution-box .solution-head {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.idx-solution .solution-box .solution-head .idx-title {
  flex: 1;
  margin-right: 1rem;
}
.idx-solution .solution-box .solution-head .public-more {
  width: auto;
}
.idx-solution .solution-box .menu-box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.3rem;
}
.idx-solution .solution-box .menu-box .item {
  width: 100%;
  height: auto;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background: var(--active-color);
  overflow: hidden;
}
.idx-solution .solution-box .menu-box .item .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.idx-solution .solution-box .menu-box .item .img .headline {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.3rem;
  font-size: var(--font24);
  color: #FFFFFF;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.idx-solution .solution-box .menu-box .item .img .pb {
  padding-bottom: 75.21367521%;
}
.idx-solution .solution-box .menu-box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx-solution .solution-box .menu-box .item .info-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.idx-solution .solution-box .menu-box .item .info-box .title {
  width: 100%;
  height: auto;
  font-size: var(--font24);
  color: #FFFFFF;
}
.idx-solution .solution-box .menu-box .item .info-box .details {
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: var(--font14);
  color: #FFFFFF;
  line-height: 2.14;
}
.idx-solution .solution-box .menu-box .item .info-box .public-more {
  margin-top: 20px;
}
.idx-solution .solution-box .menu-box .item:hover .img {
  opacity: 0.2;
}
.idx-solution .solution-box .menu-box .item:hover .img .headline {
  opacity: 0;
}
.idx-solution .solution-box .menu-box .item:hover .info-box {
  opacity: 1;
}
@media (max-width:991px) {
  .idx-solution .solution-box .menu-box .item {
    width: 100%;
    height: auto;
  }
  .idx-solution .solution-box .menu-box .item .info-box {
    height: auto;
    position: relative;
    opacity: 1;
    display: block;
  }
}
@media (max-width:768px) {
  .idx-solution .solution-box .menu-box {
    grid-template-columns: 1fr;
  }
  .idx-solution .solution-box .menu-box .item .img .headline {
    opacity: 0;
  }
  .idx-solution .solution-box .menu-box .item:hover .img {
    opacity: 1;
  }
}
/* 为客户提供标签一站式解决方案 */
.idx-solution-active {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #F5F6FB url(../images/solution-bg.png) no-repeat top / 100%;
  overflow: hidden;
}
.idx-solution-active .solution-box {
  width: 100%;
  height: auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx-solution-active .solution-box .info {
  width: 100%;
  height: auto;
  flex: 1;
  margin-right: 1rem;
}
.idx-solution-active .solution-box .info .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font30);
  color: var(--active-color);
}
.idx-solution-active .solution-box .info .title.active {
  font-size: var(--font24);
}
.idx-solution-active .solution-box .info .details {
  width: 100%;
  height: auto;
  margin-top: 1em;
  font-size: var(--font16);
  color: #999999;
}
.idx-solution-active .solution-box .public-more {
  width: auto;
}
@media (max-width:768px) {
  .idx-solution-active .solution-box {
    display: block;
  }
  .idx-solution-active .solution-box .public-more {
    width: 100%;
    margin-top: 20px;
  }
}
/* 首页 =&gt; 应用领域 */
.idx-application {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 60px 0 70px;
  overflow: hidden;
}
.idx-application .application-title {
  width: 100%;
  height: auto;
}
.idx-application .application-box {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx-application .application-box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  flex: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.idx-application .application-box .item .img {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx-application .application-box .item .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #2A2A2A;
  opacity: 0.8;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.idx-application .application-box .item .img .pb {
  height: 100%;
  padding-bottom: 0;
}
.idx-application .application-box .item .img img {
  height: 100%;
  object-fit: cover;
}
.idx-application .application-box .item .info-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.idx-application .application-box .item .info-box .info {
  width: auto;
  height: auto;
  padding: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 10px;
}
.idx-application .application-box .item .info-box .info .title {
  width: auto;
  height: auto;
  text-align: center;
  font-weight: bold;
  font-size: var(--font20);
  color: #FFFFFF;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.idx-application .application-box .item .info-box .info .title::after {
  content: '';
  width: 10px;
  height: 2px;
  display: block;
  margin: 1em auto 0;
  background: #FFFFFF;
}
.idx-application .application-box .item .info-box .info .details {
  width: auto;
  height: calc(4em * 1.5);
  margin-top: 0.3rem;
  text-align: center;
  font-size: var(--font14);
  color: #FFFFFF;
  line-height: 1.5;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.idx-application .application-box .item:hover {
  flex: 0 0 36%;
}
.idx-application .application-box .item:hover .img::after {
  opacity: 0;
}
.idx-application .application-box .item:hover .info-box .info {
  flex: 1;
  background: rgba(18, 101, 203, 0.8);
}
.idx-application .application-box .item:hover .info-box .info .title {
  width: 100%;
  text-align: left;
  flex: 1;
  font-size: var(--font30);
}
.idx-application .application-box .item:hover .info-box .info .title::after {
  display: none;
}
.idx-application .application-box .item:hover .info-box .info .details {
  width: 100%;
  flex: 1;
  text-align: left;
}
.idx-application .application-box .item + .item {
  margin-left: 1px;
}
@media (max-width:1024px) {
  .idx-application .application-box {
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 20px;
  }
  .idx-application .application-box .item {
    height: 100%;
  }
  .idx-application .application-box .item .img {
    height: auto;
  }
  .idx-application .application-box .item .img::after {
    opacity: 0;
  }
  .idx-application .application-box .item .img .pb {
    height: 0;
    padding-bottom: 71.94244604%;
  }
  .idx-application .application-box .item .info-box {
    position: relative;
    display: block;
    margin-top: 20px;
    padding: 0;
  }
  .idx-application .application-box .item .info-box .info {
    padding: 0;
    display: block;
  }
  .idx-application .application-box .item .info-box .info .title {
    color: #333333;
  }
  .idx-application .application-box .item .info-box .info .title::after {
    display: none;
  }
  .idx-application .application-box .item .info-box .info .details {
    height: auto;
    color: #666666;
    white-space: normal;
  }
  .idx-application .application-box .item:hover .info-box .info {
    background: transparent;
  }
  .idx-application .application-box .item:hover .info-box .info .title {
    font-size: var(--font20);
    text-align: center;
  }
  .idx-application .application-box .item:hover .info-box .info .details {
    text-align: center;
  }
  .idx-application .application-box .item + .item {
    margin-left: 0;
  }
}
@media (max-width:768px) {
  .idx-application .application-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:420px) {
  .idx-application .application-box {
    grid-template-columns: 1fr;
  }
}
/* 首页 =&gt; 热销产品 */
.idx-product {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 70px 0;
  background: #F5F8FD;
  overflow: hidden;
}
.idx-product .product-head {
  width: 100%;
  height: auto;
}
.idx-product .product-head .product-box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx-product .product-head .product-box .idx-title {
  flex: 1;
  margin-right: 1rem;
}
.idx-product .product-head .product-box .tabs-box {
  width: auto;
  height: auto;
  max-width: 60%;
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  grid-gap: 0.14rem;
}
.idx-product .product-head .product-box .tabs-box .one {
  width: auto;
  height: 44px;
  max-width: 60%;
  padding: 0 1em;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #FFFFFF;
  font-size: var(--font16);
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.idx-product .product-head .product-box .tabs-box .one.active {
  background: var(--active-color);
  color: #FFFFFF;
}
@media (max-width:1024px) {
  .idx-product .product-head .product-box .tabs-box .one {
    height: 40px;
  }
}
@media (max-width:768px) {
  .idx-product .product-head .product-box {
    display: block;
  }
  .idx-product .product-head .product-box .idx-title {
    margin: 0;
    text-align: center;
  }
  .idx-product .product-head .product-box .idx-title .title::after {
    margin: 0.5em auto 0;
  }
  .idx-product .product-head .product-box .tabs-box {
    width: 100%;
    max-width: 100%;
    margin: 30px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.idx-product .swiper-box {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 40px auto 0;
  overflow: hidden;
}
.idx-product .swiper-box div.swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx-product .swiper-box div.swiper-slide.active {
  z-index: 5;
  pointer-events: auto;
}
.idx-product .swiper-box div.swiper-slide .swiper-subnav {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx-product .swiper-box div.swiper-slide .swiper-subnav .swiper-slide {
  width: 20%;
  height: auto;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  overflow: hidden;
}
.idx-product .swiper-box div.swiper-slide .swiper-subnav .swiper-slide .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  overflow: hidden;
}
.idx-product .swiper-box div.swiper-slide .swiper-subnav .swiper-slide .img .pb {
  padding-bottom: 130.2%;
}
.idx-product .swiper-box div.swiper-slide .swiper-subnav .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx-product .swiper-box div.swiper-slide .swiper-subnav .swiper-slide .info-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.4rem;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.idx-product .swiper-box div.swiper-slide .swiper-subnav .swiper-slide .info-box::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: var(--active-color);
  opacity: 0.8;
}
.idx-product .swiper-box div.swiper-slide .swiper-subnav .swiper-slide .info-box .info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  padding: 0.3rem;
  border-radius: 5px;
  background: #FFFFFF;
  text-align: center;
  overflow: hidden;
}
.idx-product .swiper-box div.swiper-slide .swiper-subnav .swiper-slide .info-box .info .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font18);
  color: var(--active-color);
}
.idx-product .swiper-box div.swiper-slide .swiper-subnav .swiper-slide .info-box .info .word {
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-size: var(--font14);
  color: #666666;
}
.idx-product .swiper-box div.swiper-slide .swiper-subnav .swiper-slide:hover .info-box {
  opacity: 1;
}
.idx-product .swiper-box div.swiper-slide .pager-box {
  width: 100%;
  height: auto;
}
.idx-product .swiper-box div.swiper-slide .pager-box .pager {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 40px;
}
.idx-product .swiper-box div.swiper-slide .pager-box .pager span {
  width: 0.3rem;
  height: 6px;
  margin: 0 6px;
  border-radius: 10px;
  background: #CCCCCC;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.idx-product .swiper-box div.swiper-slide .pager-box .pager span.active {
  width: 0.4rem;
  background: var(--active-color);
}
@media (max-width:1024px) {
  .idx-product .swiper-box div.swiper-slide .pager-box .pager span {
    height: 4px;
  }
}
@media (max-width:768px) {
  .idx-product .swiper-box div.swiper-slide .pager-box .pager span {
    height: 3px;
  }
}
/* 首页 =&gt; 案例展示 */
.idx-cases {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx-cases .cases-box {
  width: 100%;
  height: auto;
  padding: 70px 0 60px;
}
.idx-cases .cases-box .cases-head {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.idx-cases .cases-box .cases-head .idx-title {
  flex: 1;
  margin-right: 1rem;
}
.idx-cases .cases-box .cases-head .public-more {
  width: auto;
}
.idx-cases .cases-box .swiper-box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  overflow: hidden;
}
.idx-cases .cases-box .swiper-box .swiper-slide {
  width: 32%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx-cases .cases-box .swiper-box .swiper-slide .img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx-cases .cases-box .swiper-box .swiper-slide .img .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.idx-cases .cases-box .swiper-box .swiper-slide .img .icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: var(--active-color);
  opacity: 0.8;
}
.idx-cases .cases-box .swiper-box .swiper-slide .img .icon .iconfont {
  font-size: 0.5rem;
}
.idx-cases .cases-box .swiper-box .swiper-slide .img .pb {
  padding-bottom: 104.167%;
}
.idx-cases .cases-box .swiper-box .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx-cases .cases-box .swiper-box .swiper-slide .info {
  width: 100%;
  height: auto;
  padding: 20px 0;
  border-bottom: 2px solid var(--active-color);
  text-align: center;
  overflow: hidden;
}
.idx-cases .cases-box .swiper-box .swiper-slide .info .title {
  width: 100%;
  height: auto;
  font-size: var(--font18);
  color: #333333;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.idx-cases .cases-box .swiper-box .swiper-slide .info .word {
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-size: var(--font14);
  color: var(--active-color);
}
.idx-cases .cases-box .pager-box {
  width: 100%;
  height: auto;
  text-align: center;
}
.idx-cases .cases-box .pager-box .pager {
  width: auto;
  height: auto;
  font-size: 0;
  margin-top: 50px;
}
.idx-cases .cases-box .pager-box .pager span {
  width: 0.3rem;
  height: 6px;
  margin: 0 6px;
  border-radius: 10px;
  background: #CCCCCC;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.idx-cases .cases-box .pager-box .pager span.active {
  width: 0.4rem;
  background: var(--active-color);
}
@media (max-width:1024px) {
  .idx-cases .cases-box .pager-box .pager span {
    height: 4px;
  }
}
@media (max-width:768px) {
  .idx-cases .cases-box .pager-box .pager span {
    height: 3px;
  }
}
/* 首页 =&gt; 我们的优势 */
.idx-goods {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx-goods .goods-box {
  width: 100%;
  height: auto;
  padding: 70px 0;
}
.idx-goods .goods-box .goods-main {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx-goods .goods-box .goods-main .goods-info {
  width: 100%;
  height: auto;
  flex: 1;
  overflow: hidden;
}
.idx-goods .goods-box .goods-main .goods-info .swiper-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx-goods .goods-box .goods-main .goods-info .swiper-box .swiper-slide {
  width: 100%;
  height: auto;
}
.idx-goods .goods-box .goods-main .goods-info .swiper-box .swiper-slide .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  display: none;
  overflow: hidden;
}
.idx-goods .goods-box .goods-main .goods-info .swiper-box .swiper-slide .img .pb {
  padding-bottom: 114.583%;
}
.idx-goods .goods-box .goods-main .goods-info .swiper-box .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx-goods .goods-box .goods-main .goods-info .swiper-box .swiper-slide .info-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx-goods .goods-box .goods-main .goods-info .swiper-box .swiper-slide .info-box .number {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font48);
  color: #E0E0E0;
  line-height: 1;
}
.idx-goods .goods-box .goods-main .goods-info .swiper-box .swiper-slide .info-box .title {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
  font-size: var(--font30);
  color: var(--active-color);
}
.idx-goods .goods-box .goods-main .goods-info .swiper-box .swiper-slide .info-box .details {
  width: 100%;
  height: auto;
  margin-top: 1em;
  font-size: var(--font16);
  color: #999999;
  line-height: 2;
}
.idx-goods .goods-box .goods-main .goods-info .swiper-pager {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.2rem;
}
.idx-goods .goods-box .goods-main .goods-info .swiper-pager .swiper-btn {
  width: 52px;
  height: 52px;
  border-radius: 5px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.idx-goods .goods-box .goods-main .goods-info .swiper-pager .swiper-btn .iconfont {
  font-size: 20px;
}
.idx-goods .goods-box .goods-main .goods-info .swiper-pager .swiper-btn:hover {
  background: var(--active-color);
  color: #fff;
}
.idx-goods .goods-box .goods-main .swiper-images {
  width: 66%;
  height: auto;
  margin-left: 0.6rem;
  clip-path: inset(0 -100vw 0 0);
}
.idx-goods .goods-box .goods-main .swiper-images .swiper-slide {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.idx-goods .goods-box .goods-main .swiper-images .swiper-slide .info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 0.3rem;
  font-weight: bold;
  font-size: var(--font18);
  color: #FFFFFF;
  overflow: hidden;
}
.idx-goods .goods-box .goods-main .swiper-images .swiper-slide .info .word {
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.idx-goods .goods-box .goods-main .swiper-images .swiper-slide .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.idx-goods .goods-box .goods-main .swiper-images .swiper-slide .img .pb {
  padding-bottom: 114.583%;
  background: #333333;
}
.idx-goods .goods-box .goods-main .swiper-images .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.idx-goods .goods-box .goods-main .swiper-images .swiper-slide.active .info .word {
  opacity: 1;
}
@media (max-width:1024px) {
  .idx-goods .goods-box .goods-main {
    display: block;
  }
  .idx-goods .goods-box .goods-main .goods-info .swiper-box .swiper-slide .img {
    display: block;
  }
  .idx-goods .goods-box .goods-main .goods-info .swiper-box .swiper-slide .info-box {
    margin-top: 30px;
  }
  .idx-goods .goods-box .goods-main .goods-info .swiper-pager .swiper-btn {
    width: 44px;
    height: 44px;
  }
  .idx-goods .goods-box .goods-main .goods-info .swiper-pager .swiper-btn .iconfont {
    font-size: 14px;
  }
  .idx-goods .goods-box .goods-main .swiper-images {
    width: 100%;
    margin: 40px 0 0;
    display: none;
  }
}
/* 首页 =&gt; 关于毕昇 */
.idx-about {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #F7FAFE url(../images/about-bg.png) no-repeat top / 100%;
  overflow: hidden;
}
.idx-about .about-box {
  width: 100%;
  height: auto;
  padding: 70px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx-about .about-box .images-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.idx-about .about-box .images-box .info-box {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 5%;
  z-index: 10;
  padding: 0.2rem 0.4rem;
  border-radius: 5px;
  border-left: 5px solid var(--active-color);
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx-about .about-box .images-box .info-box .number {
  font-weight: bold;
  font-size: var(--font62);
  color: var(--active-color);
  line-height: 1;
}
.idx-about .about-box .images-box .info-box .word {
  width: auto;
  height: auto;
  margin-left: 0.5em;
  font-weight: bold;
  font-size: var(--font18);
  color: #333333;
  line-height: 1.5;
}
.idx-about .about-box .images-box .img {
  width: 87%;
  max-width: 500px;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.idx-about .about-box .images-box .img .pb {
  padding-bottom: 100%;
}
.idx-about .about-box .images-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx-about .about-box .about-info {
  width: 100%;
  height: auto;
}
.idx-about .about-box .about-info .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font16);
  color: var(--active-color);
}
.idx-about .about-box .about-info .subtitle {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  font-weight: bold;
  font-size: var(--font36);
  color: #333333;
}
.idx-about .about-box .about-info .details {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  font-size: var(--font14);
  color: #666666;
  line-height: 2.14;
}
.idx-about .about-box .about-info .list {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.2rem 0.1rem;
  font-size: var(--font14);
  color: var(--active-color);
}
.idx-about .about-box .about-info .list p {
  position: relative;
  z-index: 1;
  padding-left: 1em;
}
.idx-about .about-box .about-info .list p::before {
  content: '';
  width: 0.3em;
  height: 0.3em;
  position: absolute;
  left: 0;
  top: 0.6em;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--active-color);
}
.idx-about .about-box .about-info .public-more {
  margin-top: 0.8rem;
}
@media (max-width:991px) {
  .idx-about .about-box {
    display: block;
  }
  .idx-about .about-box .images-box {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
  .idx-about .about-box .about-info {
    margin-top: 40px;
  }
}
@media (max-width:768px) {
  .idx-about .about-box .about-info .list {
    grid-template-columns: 1fr;
  }
}
/* 首页 =&gt; 新闻资讯 */
.idx-news {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx-news .news-box {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.idx-news .news-box .news-head {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.idx-news .news-box .news-head .idx-title {
  flex: 1;
  text-align: left;
}
.idx-news .news-box .news-head .public-more {
  width: auto;
}
.idx-news .news-box .swiper-box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  overflow: hidden;
}
.idx-news .news-box .swiper-box .swiper-slide {
  width: 33.33%;
  height: auto;
  background: #FFFFFF;
  overflow: hidden;
}
.idx-news .news-box .swiper-box .swiper-slide .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx-news .news-box .swiper-box .swiper-slide .img .pb {
  padding-bottom: 66.66%;
}
.idx-news .news-box .swiper-box .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.idx-news .news-box .swiper-box .swiper-slide .info-box {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.idx-news .news-box .swiper-box .swiper-slide .info-box .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font16);
  color: #333333;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.idx-news .news-box .swiper-box .swiper-slide .info-box .time {
  width: 100%;
  height: auto;
  margin-top: 15px;
  display: block;
  font-size: 14px;
  color: #999999;
}
.idx-news .news-box .swiper-box .swiper-slide .info-box .details {
  width: 100%;
  height: calc(2em * 1.85);
  margin-top: 20px;
  font-size: var(--font14);
  color: #666666;
  line-height: 1.85;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.idx-news .news-box .swiper-box .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.idx-news .news-box .swiper-box .swiper-slide:hover .info-box .title {
  color: var(--active-color);
}
.idx-news .news-box .pager-box {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.idx-news .news-box .pager-box .pager {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx-news .news-box .pager-box .pager span {
  width: 0.3rem;
  height: 6px;
  margin: 0 6px;
  border-radius: 10px;
  background: #CCCCCC;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.idx-news .news-box .pager-box .pager span.active {
  width: 0.4rem;
  background: var(--active-color);
}
@media (max-width:1024px) {
  .idx-news .news-box .pager-box .pager span {
    height: 4px;
  }
}
@media (max-width:768px) {
  .idx-news .news-box .pager-box .pager span {
    height: 3px;
  }
}
@media (max-width:768px) {
  .idx-news .news-box .swiper-box .swiper-slide {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .idx-news .news-box .swiper-box .swiper-slide .info-box {
    width: 100%;
    margin-top: 30px;
    order: 2;
  }
  .idx-news .news-box .swiper-box .swiper-slide .img {
    width: 100%;
  }
}
/* 底部 */
footer {
  width: 100%;
  height: auto;
  background: #292929;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
footer .footer-head {
  width: 100%;
  height: auto;
  overflow: hidden;
}
footer .footer-head .footer-box {
  width: 100%;
  height: auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .footer-head .footer-box .foot-info {
  width: 100%;
  height: auto;
  flex: 1;
  margin-right: 1.2rem;
}
footer .footer-head .footer-box .foot-info .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer .footer-head .footer-box .foot-info .one .icon {
  width: 24px;
  height: auto;
  color: #FFFFFF;
}
footer .footer-head .footer-box .foot-info .one .icon i {
  font-size: var(--font24);
}
footer .footer-head .footer-box .foot-info .one .info {
  width: 100%;
  height: auto;
  flex: 1;
  margin-left: 10px;
  overflow: hidden;
}
footer .footer-head .footer-box .foot-info .one .info .label {
  font-size: var(--font14);
  color: #666666;
  line-height: 1.5;
}
footer .footer-head .footer-box .foot-info .one .info .word {
  margin-top: 10px;
  font-size: var(--font14);
  color: #FFFFFF;
  line-height: 1.5;
}
footer .footer-head .footer-box .foot-info .one .info .phone {
  font-weight: bold;
  font-size: var(--font22);
}
footer .footer-head .footer-box .foot-info .one + .one {
  margin-top: 20px;
}
footer .footer-head .footer-box .foot-nav {
  width: 70%;
  height: auto;
}
footer .footer-head .footer-box .foot-nav ul {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr) auto;
  grid-gap: 20px;
}
footer .footer-head .footer-box .foot-nav ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
}
footer .footer-head .footer-box .foot-nav ul li .headline {
  width: 100%;
  height: auto;
}
footer .footer-head .footer-box .foot-nav ul li .headline a {
  font-weight: bold;
  font-size: var(--font16);
  color: #FFFFFF;
  white-space: nowrap;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .footer-head .footer-box .foot-nav ul li .headline a:hover {
  color: var(--active-color);
}
footer .footer-head .footer-box .foot-nav ul li ul {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: block;
}
footer .footer-head .footer-box .foot-nav ul li ul li {
  width: 100%;
  height: auto;
}
footer .footer-head .footer-box .foot-nav ul li ul li a {
  font-size: var(--font14);
  color: #999999;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .footer-head .footer-box .foot-nav ul li ul li a:hover {
  color: #FFFFFF;
}
footer .footer-head .footer-box .foot-nav ul li ul li + li {
  margin-top: 10px;
}
@media (max-width:991px) {
  footer .footer-head .footer-box {
    display: block;
  }
  footer .footer-head .footer-box .foot-info {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.3rem 0.2rem;
  }
  footer .footer-head .footer-box .foot-info .one + .one {
    margin: 0;
  }
  footer .footer-head .footer-box .foot-nav {
    width: 100%;
    margin: 40px 0 0;
  }
}
@media (max-width:768px) {
  footer .footer-head .footer-box .foot-info {
    grid-template-columns: 1fr;
  }
  footer .footer-head .footer-box .foot-nav {
    width: auto;
  }
  footer .footer-head .footer-box .foot-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 20px 30px;
  }
  footer .footer-head .footer-box .foot-nav ul li {
    width: auto;
  }
  footer .footer-head .footer-box .foot-nav ul li ul {
    display: none;
  }
}
footer .footer-body {
  width: 100%;
  height: auto;
  background: #000000;
  overflow: hidden;
}
footer .footer-body .footer-box {
  width: 100%;
  height: auto;
  padding: 20px 0;
  font-size: var(--font14);
  color: rgba(255, 255, 255, 0.4);
}
footer .footer-body .footer-box a {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .footer-body .footer-box a:hover {
  color: #FFFFFF;
}
/* --------------- */
/* 内页 =&gt; 默认样式 */
/* 标题 */
.inner-title {
  width: 100%;
  height: auto;
  text-align: center;
}
.inner-title .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font40);
  color: #333333;
  line-height: 1.2;
}
.inner-title .details {
  width: 100%;
  height: auto;
  margin-top: 1em;
  font-size: var(--font16);
  color: #999999;
  line-height: 1.5;
}
.inner-title.active .title {
  font-size: var(--font30);
}
.inner-title.active .details {
  font-size: var(--font14);
}
.text-details {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: #666666;
  line-height: 2.25;
}
.text-details img {
  vertical-align: middle;
  max-width: 100% !important;
  height: auto !important;
}
.text-details table {
  font-size: var(--font16);
  width: 100%;
  color: #666666;
  border-width: 1px;
  border-color: #d9d9d9;
  border-collapse: collapse;
}
.text-details table tr:hover {
  background: #f5f5f5;
}
.text-details table th {
  border-width: 1px;
  padding: 10px;
  border-style: solid;
  border-color: #d9d9d9;
}
.text-details table td {
  border-width: 1px;
  padding: 1em 10px;
  border-style: solid;
  border-color: #d9d9d9;
  text-align: center;
}
.public-headline {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  flex: 1;
  padding-left: 1em;
  line-height: 1.3;
  font-weight: bold;
  font-size: var(--font24);
  color: #333333;
  overflow: hidden;
}
.public-headline::before {
  content: '';
  width: 0.25em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.65em;
  transform: translateY(-50%);
  background: var(--active-color);
}
/* Banner */
.inner-banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: var(--header-height);
  overflow: hidden;
}
.inner-banner .banner-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.inner-banner .banner-box .info {
  width: 100%;
  height: auto;
  text-align: center;
}
.inner-banner .banner-box .info .title {
  font-weight: bold;
  font-size: var(--font36);
  color: #FFFFFF;
}
.inner-banner .banner-box .info .title::after {
  content: '';
  width: 1em;
  height: 3px;
  display: block;
  margin: 0.5em auto 0;
  background: #FFFFFF;
}
.inner-banner .images {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner-banner .images img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}
@media (max-width:576px) {
  .inner-banner .images img {
    min-height: 120px;
  }
}
/* 公共 - 子导航 */
.inner-subnav {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  /* 面包屑导航 */
}
.inner-subnav .subnav-head {
  width: 100%;
  height: auto;
  background-color: var(--active-color);
  overflow: hidden;
}
.inner-subnav .subnav-head .subnav-box {
  width: 100%;
  height: auto;
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.inner-subnav .subnav-head .subnav-box .links {
  width: 100%;
  height: auto;
  flex: 1;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 1.5em;
  font-size: var(--font14);
  color: #FFFFFF;
  line-height: 1;
}
.inner-subnav .subnav-head .subnav-box .links span {
  color: #FFFFFF;
  cursor: pointer;
}
.inner-subnav .subnav-head .subnav-box .links span:hover {
  text-decoration: underline;
}
.inner-subnav .subnav-head .subnav-box .form-box {
  width: 30%;
  min-width: 200px;
  max-width: 300px;
  height: 32px;
}
.inner-subnav .subnav-head .subnav-box .form-box form {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inner-subnav .subnav-head .subnav-box .form-box form input {
  width: 100%;
  height: 100%;
  flex: 1;
  padding: 0 1em;
  font-size: 12px;
  color: #000000;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.inner-subnav .subnav-head .subnav-box .form-box form input::placeholder {
  color: #999999;
}
.inner-subnav .subnav-head .subnav-box .form-box form button {
  width: 50px;
  height: 32px;
  padding: 0;
}
@media (max-width:991px) {
  .inner-subnav .subnav-head .subnav-box {
    display: block;
    padding: 20px 0;
  }
  .inner-subnav .subnav-head .subnav-box .links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .inner-subnav .subnav-head .subnav-box .form-box {
    width: 100%;
    margin: 20px auto 0;
  }
}
.inner-subnav .breadcrumb-nav {
  width: 100%;
  height: auto;
  padding: 1.5em 0;
  border-bottom: 1px dashed #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 5px;
  font-size: var(--font14);
  color: #999999;
  overflow: hidden;
}
.inner-subnav .breadcrumb-nav * {
  font-size: var(--font14);
  color: currentColor;
}
.inner-subnav .breadcrumb-nav a {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inner-subnav .breadcrumb-nav a:hover {
  color: var(--active-color);
}
.inner-subnav .subnav {
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.14rem;
  overflow: hidden;
}
.inner-subnav .subnav a {
  width: auto;
  min-width: 120px;
  height: 44px;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 5px;
  background: #F5F5F5;
  font-size: var(--font16);
  color: #333333;
  line-height: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.inner-subnav .subnav a:hover,
.inner-subnav .subnav a.active {
  background: var(--active-color);
  color: #FFFFFF;
}
@media (max-width:1024px) {
  .inner-subnav .subnav a {
    min-width: 100px;
    height: 40px;
  }
}
/* 分页 */
.list-box {
  width: 100%;
  height: auto;
  margin-top: var(--spacing-50);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 10px;
}
.list-box a,
.list-box span {
  width: auto;
  min-width: 40px;
  height: 40px;
  padding: 0 1em;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #F5F5F5;
  font-size: var(--font16);
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list-box a:hover,
.list-box a.active {
  background: var(--active-color);
  color: #FFFFFF;
}
.list-box.active a {
  min-width: 100px;
}
/* --------------- */
/* 内页 =&gt; 产品中心 =&gt; 列表 */
.inner-product-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-product-box .product-box {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.inner-product-box .product-box .menu-box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.3rem;
}
.inner-product-box .product-box .menu-box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-product-box .product-box .menu-box .item .img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-product-box .product-box .menu-box .item .img .pb {
  padding-bottom: 66.66%;
}
.inner-product-box .product-box .menu-box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inner-product-box .product-box .menu-box .item .info {
  width: 100%;
  height: 0.66rem;
  min-height: 50px;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #F5F5F5;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.inner-product-box .product-box .menu-box .item .info .title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: var(--font18);
  color: #333333;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner-product-box .product-box .menu-box .item .info .title em{
  font-style: normal;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #f00;
}
.inner-product-box .product-box .menu-box .item:hover .info .title em{
  color: #fff;
}
.inner-product-box .product-box .menu-box .item:hover .img img {
  transform: scale(1.05);
}
.inner-product-box .product-box .menu-box .item:hover .info {
  background-color: var(--active-color);
}
.inner-product-box .product-box .menu-box .item:hover .info .title {
  color: #FFFFFF;
}
@media (max-width:991px) {
  .inner-product-box .product-box .menu-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .inner-product-box .product-box .menu-box {
    grid-template-columns: 1fr;
  }
}
/* 内页 =&gt; 产品中心 =&gt; 详情 */
.inner-product-details {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-product-details .product-box {
  width: 100%;
  height: auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inner-product-details .product-box .swiper-box {
  width: 50%;
  max-width: 600px;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-product-details .product-box .swiper-box .swiper-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner-product-details .product-box .swiper-box .swiper-slide .pb {
  padding-bottom: 66.66%;
}
.inner-product-details .product-box .swiper-box .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-product-details .product-box .swiper-box .pager-box {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 10;
  text-align: center;
  font-size: 0;
}
.inner-product-details .product-box .swiper-box .pager-box .pager {
  width: auto;
  height: auto;
}
.inner-product-details .product-box .swiper-box .pager-box .pager span {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
  opacity: 0.1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width:1024px) {
  .inner-product-details .product-box .swiper-box .pager-box .pager span {
    width: 10px;
    height: 10px;
  }
}
.inner-product-details .product-box .swiper-box .pager-box .pager span.active {
  background: var(--active-color);
  opacity: 1;
}
.inner-product-details .product-box .info-box {
  width: 100%;
  height: auto;
  flex: 1;
  margin-left: var(--spacing-50);
  overflow: hidden;
}
.inner-product-details .product-box .info-box .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font28);
  color: #333333;
}
.inner-product-details .product-box .info-box .details {
  width: 100%;
  height: auto;
  margin-top: var(--spacing-20);
  font-size: var(--font14);
  color: #666666;
  line-height: 2.57;
}
.inner-product-details .product-box .info-box .details p + p {
  margin-top: 0.5em;
}
.inner-product-details .product-box .info-box .more-box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 0.14rem;
}
.inner-product-details .product-box .info-box .more-box .public-more {
  width: auto;
}
@media (max-width:768px) {
  .inner-product-details .product-box {
    display: block;
  }
  .inner-product-details .product-box .swiper-box {
    width: 100%;
    max-width: 100%;
  }
  .inner-product-details .product-box .info-box {
    margin: 30px 0 0;
  }
}
/* 内页 =&gt; 公共 =&gt; 产品介绍 */
.public-details-about {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #F2F5F9;
  overflow: hidden;
}
.public-details-about .about-box {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.public-details-about .about-box .text-details {
  margin-top: 40px;
}
/* 内页 =&gt; 公共 =&gt; 工厂展示 */
.public-album-box {
  width: 100%;
  height: auto;
  margin: 60px 0;
  overflow: hidden;
}
.public-album-box .album-box {
  width: 100%;
  height: auto;
}
.public-album-box .album-box .menu-box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.25rem;
}
.public-album-box .album-box .menu-box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.public-album-box .album-box .menu-box .item .img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  overflow: hidden;
}
.public-album-box .album-box .menu-box .item .img .pb {
  padding-bottom: 66.66%;
}
.public-album-box .album-box .menu-box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-album-box .album-box .menu-box .item .title {
  width: 100%;
  height: auto;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  font-size: var(--font18);
  color: #333333;
  line-height: 1.5;
}
@media (max-width:991px) {
  .public-album-box .album-box .menu-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .public-album-box .album-box .menu-box {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
  .public-album-box .album-box .menu-box .item .title {
    margin: 15px 0;
  }
}
/* 内页 =&gt; 公共 =&gt; 相关案例 */
.public-related-cases {
  width: 100%;
  height: auto;
  margin: 60px 0;
  overflow: hidden;
}
.public-related-cases.active {
  padding: 0;
  background: #F2F5F9;
}
.public-related-cases.active .cases-box {
  padding: 60px 0;
}
.public-related-cases.active .cases-box .cases-head .swiper-pager .swiper-btn {
  background: #FFFFFF;
}
.public-related-cases.active .cases-box .swiper-box .swiper-slide .info {
  background: #FFFFFF;
}
.public-related-cases .cases-box {
  width: 100%;
  height: auto;
}
.public-related-cases .cases-box .cases-head {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.public-related-cases .cases-box .cases-head .swiper-pager {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 0.1rem;
}
.public-related-cases .cases-box .cases-head .swiper-pager .swiper-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.public-related-cases .cases-box .cases-head .swiper-pager .swiper-btn .iconfont {
  font-size: 12px;
}
.public-related-cases .cases-box .cases-head .swiper-pager .swiper-btn:hover {
  background: var(--active-color);
  color: #fff;
}
.public-related-cases .cases-box .swiper-box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  overflow: hidden;
}
.public-related-cases .cases-box .swiper-box .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-related-cases .cases-box .swiper-box .swiper-slide .img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-related-cases .cases-box .swiper-box .swiper-slide .img .pb {
  padding-bottom: 104.167%;
}
.public-related-cases .cases-box .swiper-box .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.public-related-cases .cases-box .swiper-box .swiper-slide .info {
  width: 100%;
  height: 0.66rem;
  min-height: 50px;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #F5F5F5;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.public-related-cases .cases-box .swiper-box .swiper-slide .info .title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: var(--font18);
  color: #333333;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-related-cases .cases-box .swiper-box .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.public-related-cases .cases-box .swiper-box .swiper-slide:hover .info {
  background-color: var(--active-color);
}
.public-related-cases .cases-box .swiper-box .swiper-slide:hover .info .title {
  color: #FFFFFF;
}
.public-related-cases .cases-box .pager-box {
  width: 100%;
  height: auto;
  text-align: center;
  display: none;
}
.public-related-cases .cases-box .pager-box .pager {
  width: auto;
  height: auto;
  font-size: 0;
  margin-top: 30px;
}
.public-related-cases .cases-box .pager-box .pager span {
  width: 0.3rem;
  height: 6px;
  margin: 0 6px;
  border-radius: 10px;
  background: #CCCCCC;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.public-related-cases .cases-box .pager-box .pager span.active {
  width: 0.4rem;
  background: var(--active-color);
}
@media (max-width:1024px) {
  .public-related-cases .cases-box .pager-box .pager span {
    height: 4px;
  }
}
@media (max-width:768px) {
  .public-related-cases .cases-box .pager-box .pager span {
    height: 3px;
  }
}
@media (max-width:991px) {
  .public-related-cases .cases-box .pager-box {
    display: block;
  }
}
/* 内页 =&gt; 公共 =&gt; 相关产品 */
.public-related-product {
  width: 100%;
  height: auto;
  margin: 60px 0;
  overflow: hidden;
}
.public-related-product.active {
  padding: 0;
  background: #F2F5F9;
}
.public-related-product.active .product-box {
  padding: 60px 0;
}
.public-related-product.active .product-box .product-head .swiper-pager .swiper-btn {
  background: #FFFFFF;
}
.public-related-product.active .product-box .swiper-box .swiper-slide .info {
  background: #FFFFFF;
}
.public-related-product .product-box {
  width: 100%;
  height: auto;
}
.public-related-product .product-box .product-head {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.public-related-product .product-box .product-head .swiper-pager {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 0.1rem;
}
.public-related-product .product-box .product-head .swiper-pager .swiper-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.public-related-product .product-box .product-head .swiper-pager .swiper-btn .iconfont {
  font-size: 12px;
}
.public-related-product .product-box .product-head .swiper-pager .swiper-btn:hover {
  background: var(--active-color);
}
.public-related-product .product-box .product-head .swiper-pager .swiper-btn:hover .iconfont {
  color: #fff;
}
.public-related-product .product-box .swiper-box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  overflow: hidden;
}
.public-related-product .product-box .swiper-box .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-related-product .product-box .swiper-box .swiper-slide .img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-related-product .product-box .swiper-box .swiper-slide .img .pb {
  padding-bottom: 66.66%;
}
.public-related-product .product-box .swiper-box .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.public-related-product .product-box .swiper-box .swiper-slide .info {
  width: 100%;
  height: 0.66rem;
  min-height: 50px;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #F5F5F5;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.public-related-product .product-box .swiper-box .swiper-slide .info .title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: var(--font18);
  color: #333333;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-related-product .product-box .swiper-box .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.public-related-product .product-box .swiper-box .swiper-slide:hover .info {
  background-color: var(--active-color);
}
.public-related-product .product-box .swiper-box .swiper-slide:hover .info .title {
  color: #FFFFFF;
}
.public-related-product .product-box .pager-box {
  width: 100%;
  height: auto;
  text-align: center;
  display: none;
}
.public-related-product .product-box .pager-box .pager {
  width: auto;
  height: auto;
  font-size: 0;
  margin-top: 30px;
}
.public-related-product .product-box .pager-box .pager span {
  width: 0.3rem;
  height: 6px;
  margin: 0 6px;
  border-radius: 10px;
  background: #CCCCCC;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.public-related-product .product-box .pager-box .pager span.active {
  width: 0.4rem;
  background: var(--active-color);
}
@media (max-width:1024px) {
  .public-related-product .product-box .pager-box .pager span {
    height: 4px;
  }
}
@media (max-width:768px) {
  .public-related-product .product-box .pager-box .pager span {
    height: 3px;
  }
}
@media (max-width:991px) {
  .public-related-product .product-box .pager-box {
    display: block;
  }
}
/* --------------- */
/* --------------- */
/* 内页 =&gt; 公司简介 */
/* 深圳市毕昇科技有限公司 */
.inner-about-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin: 60px 0;
}
.inner-about-box .about-box {
  width: 100%;
  height: auto;
}
.inner-about-box .about-box .headline {
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: bold;
  font-size: var(--font30);
  color: #333333;
}
.inner-about-box .about-box .text-details {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.inner-about-box .about-box .menu {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.26rem;
}
.inner-about-box .about-box .menu .item {
  width: 100%;
  height: auto;
  padding: 30px 20px;
  border: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.inner-about-box .about-box .menu .item .icon {
  color: var(--active-color);
}
.inner-about-box .about-box .menu .item .icon .iconfont {
  font-size: var(--font36);
}
.inner-about-box .about-box .menu .item .info {
  width: auto;
  height: auto;
  margin-left: 0.2rem;
  overflow: hidden;
}
.inner-about-box .about-box .menu .item .info .number {
  font-weight: bold;
  font-size: var(--font24);
  color: #333333;
  line-height: 1;
}
.inner-about-box .about-box .menu .item .info .number span {
  font-style: normal;
  font-size: var(--font14);
}
.inner-about-box .about-box .menu .item .info .word {
  width: 100%;
  height: auto;
  margin-top: 5px;
  font-size: var(--font14);
  color: #666666;
  line-height: 1.2;
}
@media (max-width:1024px) {
  .inner-about-box .about-box .menu {
    grid-gap: 5px;
  }
  .inner-about-box .about-box .menu .item {
    display: block;
  }
  .inner-about-box .about-box .menu .item .icon {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .inner-about-box .about-box .menu .item .icon .iconfont {
    font-size: 24px;
  }
  .inner-about-box .about-box .menu .item .info {
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
  }
}
@media (max-width:768px) {
  .inner-about-box .about-box .menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width:480px) {
  .inner-about-box .about-box .menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
.inner-about-box .about-box .images {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  font-size: 0;
  overflow: hidden;
}
.inner-about-box .about-box .images img {
  width: 100%;
  object-fit: cover;
}
/* 企业文化 */
.inner-culture {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #F7FAFE url(../images/about-bg.png) no-repeat top / 100%;
  overflow: hidden;
}
.inner-culture .culture-box {
  width: 100%;
  height: auto;
  padding: 70px 0;
}
.inner-culture .culture-box .menu {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.inner-culture .culture-box .menu .item {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  background: #FFFFFF;
  overflow: hidden;
}
.inner-culture .culture-box .menu .item .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner-culture .culture-box .menu .item .img .pb {
  padding-bottom: 70%;
}
.inner-culture .culture-box .menu .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-culture .culture-box .menu .item .info {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
}
.inner-culture .culture-box .menu .item .info .title {
  font-weight: bold;
  font-size: var(--font30);
  color: #333333;
  line-height: 1.2;
}
.inner-culture .culture-box .menu .item .info .details {
  margin-top: 1em;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.875;
}
.inner-culture .culture-box .menu .item:nth-child(odd) .img {
  order: 2;
}
@media (max-width:991px) {
  .inner-culture .culture-box .menu {
    grid-template-columns: 1fr;
  }
  .inner-culture .culture-box .menu .item {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
}
@media (max-width:768px) {
  .inner-culture .culture-box .menu {
    grid-gap: 20px;
  }
  .inner-culture .culture-box .menu .item {
    grid-gap: 20px;
    background: transparent;
  }
  .inner-culture .culture-box .menu .item .info {
    padding: 0;
  }
}
@media (max-width:420px) {
  .inner-culture .culture-box .menu .item {
    display: block;
    background: #F5F5F5;
  }
  .inner-culture .culture-box .menu .item .info {
    height: auto;
    display: block;
    padding: 20px 15px;
  }
}
/* 发展历程 */
.inner-history {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-history .history-box {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.inner-history .history-box .tabs-box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 0.7rem;
}
.inner-history .history-box .tabs-box .one {
  width: auto;
  height: auto;
  text-align: center;
  cursor: pointer;
  color: #333333;
  line-height: 1.5;
  overflow: hidden;
}
.inner-history .history-box .tabs-box .one .title,
.inner-history .history-box .tabs-box .one .year {
  font-weight: bold;
  font-size: var(--font18);
  color: currentColor;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inner-history .history-box .tabs-box .one.active {
  color: var(--active-color);
  text-decoration: underline;
}
.inner-history .history-box .tabs-box .one:hover {
  color: var(--active-color);
}
.inner-history .history-box .swiper-box {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  overflow: hidden;
}
.inner-history .history-box .swiper-box div.swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.inner-history .history-box .swiper-box div.swiper-slide.active {
  z-index: 5;
  pointer-events: auto;
}
.inner-history .history-box .swiper-box div.swiper-slide .swiper-subnav {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner-history .history-box .swiper-box div.swiper-slide .swiper-subnav .swiper-slide {
  width: 25%;
  height: auto;
  min-height: 4.4rem;
  position: relative;
  z-index: 1;
  padding: 0.5rem 0.4rem;
  pointer-events: auto;
  overflow: hidden;
}
.inner-history .history-box .swiper-box div.swiper-slide .swiper-subnav .swiper-slide::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../images/history-img.png) no-repeat bottom / 100%;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inner-history .history-box .swiper-box div.swiper-slide .swiper-subnav .swiper-slide::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #F3F3F3;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inner-history .history-box .swiper-box div.swiper-slide .swiper-subnav .swiper-slide &gt; * {
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inner-history .history-box .swiper-box div.swiper-slide .swiper-subnav .swiper-slide .year {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font36);
  color: #333333;
}
.inner-history .history-box .swiper-box div.swiper-slide .swiper-subnav .swiper-slide .line {
  width: 100%;
  height: auto;
  margin: 1em 0;
  font-family: 'Arial';
  font-size: var(--font26);
  color: #999999;
  line-height: 1;
}
.inner-history .history-box .swiper-box div.swiper-slide .swiper-subnav .swiper-slide .details {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: #666666;
  line-height: 2;
  padding-bottom: 200px;
}
.inner-history .history-box .swiper-box div.swiper-slide .swiper-subnav .swiper-slide .details * {
  color: currentColor;
}
.inner-history .history-box .swiper-box div.swiper-slide .swiper-subnav .swiper-slide:hover .year,
.inner-history .history-box .swiper-box div.swiper-slide .swiper-subnav .swiper-slide:hover .line,
.inner-history .history-box .swiper-box div.swiper-slide .swiper-subnav .swiper-slide:hover .details {
  color: #FFFFFF;
}
.inner-history .history-box .swiper-box div.swiper-slide .swiper-subnav .swiper-slide:hover::before {
  opacity: 1;
}
.inner-history .history-box .swiper-box div.swiper-slide .swiper-subnav .swiper-slide:hover::after {
  background: var(--active-color) !important;
}
.inner-history .history-box .swiper-box div.swiper-slide .swiper-subnav .swiper-slide:nth-child(even)::after {
  background: #F9F9F9;
}
.inner-history .history-box .swiper-box div.swiper-slide .swiper-pager {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 0.2rem;
}
.inner-history .history-box .swiper-box div.swiper-slide .swiper-pager .swiper-btn {
  width: 52px;
  height: 52px;
  border-radius: 5px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.inner-history .history-box .swiper-box div.swiper-slide .swiper-pager .swiper-btn .iconfont {
  font-size: 20px;
}
.inner-history .history-box .swiper-box div.swiper-slide .swiper-pager .swiper-btn:hover {
  background: var(--active-color);
}
@media (max-width:1024px) {
  .inner-history .history-box .swiper-box div.swiper-slide .swiper-pager .swiper-btn {
    width: 44px;
    height: 44px;
  }
  .inner-history .history-box .swiper-box div.swiper-slide .swiper-pager .swiper-btn .iconfont {
    font-size: 14px;
  }
}
/* --------------- */
/* 内页 =&gt; 客户案例 =&gt; 案例列表 */
.inner-cases-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-cases-box .cases-box {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.inner-cases-box .cases-box .menu-box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.3rem;
}
.inner-cases-box .cases-box .menu-box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-cases-box .cases-box .menu-box .item .img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-cases-box .cases-box .menu-box .item .img .pb {
  padding-bottom: 104.167%;
}
.inner-cases-box .cases-box .menu-box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inner-cases-box .cases-box .menu-box .item .info {
  width: 100%;
  height: 0.66rem;
  min-height: 50px;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #F5F5F5;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.inner-cases-box .cases-box .menu-box .item .info .title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: var(--font18);
  color: #333333;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner-cases-box .cases-box .menu-box .item:hover .img img {
  transform: scale(1.05);
}
.inner-cases-box .cases-box .menu-box .item:hover .info {
  background-color: var(--active-color);
}
.inner-cases-box .cases-box .menu-box .item:hover .info .title {
  color: #FFFFFF;
}
@media (max-width:991px) {
  .inner-cases-box .cases-box .menu-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .inner-cases-box .cases-box .menu-box {
    grid-template-columns: 1fr;
  }
}
/* 内页 =&gt; 客户案例 =&gt; 案例详情 */
.inner-cases-details {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-cases-details .cases-box {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.inner-cases-details .cases-box .title-details {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
}
.inner-cases-details .cases-box .title-details .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font24);
  color: #333333;
}
.inner-cases-details .cases-box .title-details .details {
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: var(--font14);
  color: #999999;
}
.inner-cases-details .cases-box .text-details {
  margin-top: 0.3rem;
}
/* --------------- */
/* --------------- */
/* 内页 =&gt; 客户案例 =&gt; 解决方案 */
.inner-solution-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-solution-box .solution-box {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.inner-solution-box .solution-box .menu-box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.3rem;
}
.inner-solution-box .solution-box .menu-box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-solution-box .solution-box .menu-box .item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.inner-solution-box .solution-box .menu-box .item a .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.inner-solution-box .solution-box .menu-box .item a .img .pb {
  padding-bottom: 75.21367521%;
}
.inner-solution-box .solution-box .menu-box .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inner-solution-box .solution-box .menu-box .item a .info-box {
  width: 100%;
  height: 100%;
  flex: 1;
  padding: 0.3rem;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.inner-solution-box .solution-box .menu-box .item a .info-box .info {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner-solution-box .solution-box .menu-box .item a .info-box .info .title {
  width: 100%;
  height: auto;
  font-size: var(--font24);
  color: #333333;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inner-solution-box .solution-box .menu-box .item a .info-box .info .details {
  width: 100%;
  height: auto;
  max-height: calc(3em * 2.14);
  margin-top: 20px;
  font-size: var(--font14);
  color: #666666;
  line-height: 2.14;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.inner-solution-box .solution-box .menu-box .item a .info-box .public-more {
  margin-top: 20px;
}
.inner-solution-box .solution-box .menu-box .item a .info-box .public-more .more {
  background: #666666;
  color: #FFFFFF;
}
.inner-solution-box .solution-box .menu-box .item a:hover .img img {
  transform: scale(1.05);
}
.inner-solution-box .solution-box .menu-box .item a:hover .info-box .info .title {
  color: var(--active-color);
}
.inner-solution-box .solution-box .menu-box .item a:hover .info-box .public-more .more {
  background: var(--active-color);
  filter: initial;
}
@media (max-width:768px) {
  .inner-solution-box .solution-box .menu-box {
    grid-template-columns: 1fr;
  }
}
/* 内页 =&gt; 客户案例 =&gt; 解决方案 详情 */
.inner-solution-details {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-solution-details .solution-box {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.inner-solution-details .solution-box .title-details {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
}
.inner-solution-details .solution-box .title-details .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font24);
  color: #333333;
}
.inner-solution-details .solution-box .title-details .details {
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: var(--font14);
  color: #999999;
}
.inner-solution-details .solution-box .text-details {
  margin-top: 0.3rem;
}
/* --------------- */
/* --------------- */
/* 内页 =&gt; 毕昇动态 =&gt; 新闻列表 */
.inner-news-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-news-box .news-box {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.inner-news-box .news-box .menu-box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.3rem;
}
.inner-news-box .news-box .menu-box .item {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  overflow: hidden;
}
.inner-news-box .news-box .menu-box .item .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner-news-box .news-box .menu-box .item .img .pb {
  padding-bottom: 66.66%;
}
.inner-news-box .news-box .menu-box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inner-news-box .news-box .menu-box .item .info-box {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.inner-news-box .news-box .menu-box .item .info-box .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font16);
  color: #333333;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner-news-box .news-box .menu-box .item .info-box .time {
  width: 100%;
  height: auto;
  margin-top: 15px;
  display: block;
  font-size: 14px;
  color: #999999;
}
.inner-news-box .news-box .menu-box .item .info-box .details {
  width: 100%;
  height: calc(2em * 1.85);
  margin-top: 20px;
  font-size: var(--font14);
  color: #666666;
  line-height: 1.85;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner-news-box .news-box .menu-box .item:hover .img img {
  transform: scale(1.05);
}
.inner-news-box .news-box .menu-box .item:hover .info-box .title {
  color: var(--active-color);
}
@media (max-width:991px) {
  .inner-news-box .news-box .menu-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .inner-news-box .news-box .menu-box {
    grid-template-columns: 1fr;
  }
}
/* 内页 =&gt; 毕昇动态 =&gt; 新闻详情 */
.inner-news-details {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-news-details .news-box {
  width: 100%;
  height: auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inner-news-details .news-box .news-main {
  width: 73%;
  height: auto;
}
.inner-news-details .news-box .news-main .title-details {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.inner-news-details .news-box .news-main .title-details .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font24);
  color: #333333;
}
.inner-news-details .news-box .news-main .title-details .details {
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: var(--font14);
  color: #999999;
}
.inner-news-details .news-box .news-main .text-details {
  margin-top: 0.3rem;
}
.inner-news-details .news-box .sidebar-box {
  width: 24.15%;
  height: auto;
}
.inner-news-details .news-box .sidebar-box .headline {
  width: 100%;
  height: auto;
  padding-left: 1em;
  border-left: 4px solid var(--active-color);
  font-weight: bold;
  font-size: var(--font16);
  color: var(--active-color);
  line-height: 1;
}
.inner-news-details .news-box .sidebar-box .sidebar-news {
  width: 100%;
  height: auto;
  padding: 0.25rem;
  background: #F5F5F5;
  border-radius: 3px;
  overflow: hidden;
}
.inner-news-details .news-box .sidebar-box .sidebar-news .menu {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.inner-news-details .news-box .sidebar-box .sidebar-news .menu p {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner-news-details .news-box .sidebar-box .sidebar-news .menu p a {
  font-size: var(--font14);
  color: #666666;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inner-news-details .news-box .sidebar-box .sidebar-news .menu p a:hover {
  color: var(--active-color);
}
.inner-news-details .news-box .sidebar-box .sidebar-news .menu p + p {
  margin-top: 15px;
}
.inner-news-details .news-box .sidebar-box .sidebar-contact {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0.25rem;
  background: #F5F5F5;
  border-radius: 3px;
  overflow: hidden;
}
.inner-news-details .news-box .sidebar-box .sidebar-contact .menu {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.inner-news-details .news-box .sidebar-box .sidebar-contact .menu p {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: #666666;
  line-height: 1.5;
}
.inner-news-details .news-box .sidebar-box .sidebar-contact .menu p a {
  font-size: var(--font14);
  color: #666666;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inner-news-details .news-box .sidebar-box .sidebar-contact .menu p a:hover {
  color: var(--active-color);
}
.inner-news-details .news-box .sidebar-box .sidebar-contact .menu p + p {
  margin-top: 15px;
}
@media (max-width:991px) {
  .inner-news-details .news-box {
    display: block;
  }
  .inner-news-details .news-box .news-main {
    width: 100%;
  }
  .inner-news-details .news-box .sidebar-box {
    width: 100%;
    margin-top: 40px;
  }
  .inner-news-details .news-box .sidebar-box .sidebar-product .menu {
    margin-top: 0.2rem;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
/* 内页 =&gt; 留言反馈 */
.inner-feedback {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner-feedback .feedback-box {
  width: 100%;
  height: auto;
  padding: var(--spacing-60) 0 var(--spacing-80);
  overflow: hidden;
}
.inner-feedback .feedback-box .menu-box {
  width: 100%;
  height: auto;
  max-width: 1060px;
  margin: 40px auto 0;
}
.inner-feedback .feedback-box .menu-box form {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--spacing-20);
}
.inner-feedback .feedback-box .menu-box form .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.inner-feedback .feedback-box .menu-box form .item input {
  width: 100%;
  height: 50px;
  flex: 1;
  border-radius: 3px;
  border: 1px solid #EDEDED;
  padding: 0 var(--spacing-20);
  font-size: var(--font14);
  color: #000000;
}
.inner-feedback .feedback-box .menu-box form .item img {
  width: 140px;
  height: 50px;
  margin-left: var(--spacing-20);
  border-radius: 3px;
}
.inner-feedback .feedback-box .menu-box form .item textarea {
  width: 100%;
  height: auto;
  min-height: 200px;
  padding: 1em var(--spacing-20);
  border-radius: 3px;
  border: 1px solid #EDEDED;
  font-size: var(--font14);
  color: #000000;
}
.inner-feedback .feedback-box .menu-box form .item input[type="submit"],
.inner-feedback .feedback-box .menu-box form .item button {
  width: auto;
  height: 54px;
  padding: 0 2.5em;
  border: 0;
  border-radius: 5px;
  background: var(--active-color);
  font-size: var(--font18);
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inner-feedback .feedback-box .menu-box form .item input[type="submit"]:hover,
.inner-feedback .feedback-box .menu-box form .item button:hover {
  filter: brightness(1.2);
}
.inner-feedback .feedback-box .menu-box form .item.active {
  grid-column: 1 / -1;
}
@media (max-width:1024px) {
  .inner-feedback .feedback-box .menu-box form {
    grid-template-columns: repeat(2, 1fr);
  }
  .inner-feedback .feedback-box .menu-box form .item.moblie-active {
    grid-column: 1 / -1;
  }
}
@media (max-width:640px) {
  .inner-feedback .feedback-box .menu-box form {
    grid-template-columns: 100%;
  }
}
@media (max-width:991px) {
  .inner-feedback .feedback-box {
    padding: 50px 0;
  }
}
/* --------------- */
/* 内页 =&gt; 联系方式 */
.inner-contact-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-contact-box .contact-box {
  width: 100%;
  height: auto;
  padding: 40px 0 0.7rem;
}
.inner-contact-box .contact-box .contact-title {
  width: 100%;
  height: auto;
  text-align: center;
}
.inner-contact-box .contact-box .contact-title .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font30);
  color: #333333;
  line-height: 1.2;
}
.inner-contact-box .contact-box .contact-title .details {
  width: 100%;
  height: auto;
  margin-top: 1em;
  font-size: var(--font14);
  color: #999999;
  line-height: 1.825;
}
.inner-contact-box .contact-box .menu-box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.4rem 0.24rem;
}
.inner-contact-box .contact-box .menu-box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.inner-contact-box .contact-box .menu-box .item .icon {
  width: 1em;
  height: 1em;
  text-align: center;
  color: var(--active-color);
  font-size: var(--font24);
}
.inner-contact-box .contact-box .menu-box .item .icon .iconfont {
  font-size: var(--font24);
}
.inner-contact-box .contact-box .menu-box .item .info {
  width: 100%;
  height: auto;
  flex: 1;
  margin: 5px 0 0 10px;
}
.inner-contact-box .contact-box .menu-box .item .info .title {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: #9999;
}
.inner-contact-box .contact-box .menu-box .item .info .details {
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-size: var(--font18);
  color: #333333;
  line-height: 1.5;
}
.inner-contact-box .contact-box .menu-box .item .info .details a {
  color: #333333;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inner-contact-box .contact-box .menu-box .item .info .details a:hover {
  color: var(--active-color);
}
.inner-contact-box .contact-box .menu-box .item:last-child .info .details {
  font-size: var(--font16);
}
@media (max-width:768px) {
  .inner-contact-box .contact-box .menu-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .inner-contact-box .contact-box .menu-box {
    grid-template-columns: 1fr;
  }
  .inner-contact-box .contact-box .menu-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .inner-contact-box .contact-box .menu-box .item .icon {
    width: 1em;
  }
  .inner-contact-box .contact-box .menu-box .item .info {
    margin: 5px 0 0 15px;
    text-align: left;
  }
}
.inner-contact-box .contact-box .map-box {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-contact-box .contact-box .map-box::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  border: 1px solid #DDDDDD;
  pointer-events: none;
}
.inner-contact-box .contact-box .map-box img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

/*空*/
.null_box{width: calc(100% - 40px); height: auto; min-height: 80px; float: left; padding: 100px 20px; margin-bottom: 20px; background: #fff; border-radius: 3px; text-align: center; font-size: 12px; line-height: 20px; color: #999}
.null_box i{display: block; text-align: center; font-size: 40px; color: #999; line-height: 50px;}

/* 在线客服 */
.kefu_tools{top:50%; margin-top:-115px; position:fixed; z-index: 9999999; right:0px;}
.cl_kefu_one{width:45px; height:45px; margin-bottom:1px; line-height: 45px; text-align: center; position:relative;}
.cl_kefu_one i{font-size: 24px; color: #fff;}
.go_radius_1{border-radius: 3px 0 0 0;}
.go_radius_2{border-radius: 0 0 0 3px;}
.go_radius_2:hover{border-radius: 0 0 0 0;}
.go_radius_3{border-radius: 0 0 0 3px;}
.cl_kefu_title{display:block; width:100%; height:auto; float:left; color:#FFF; font-size:16px; line-height:45px; text-align:center;}
#cl_gotop{display:none;}
.qr_menu{position:absolute; top:0; z-index: -1; left:-150px; width:160px; height:auto; box-shadow: -10px 5px 10px 0 rgba(0,0,0,0.05); visibility: hidden; opacity: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.qr_menu ul{display:block; width:calc(100% - 1px); height:auto; float:left;}
.qr_menu ul li{display:block; width:100%; height:46px; background: #fff; float:left; padding:0 20px; box-sizing:border-box; color:#666; font-size:14px; line-height:46px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.qr_menu ul li:last-child{border-radius:0 0 3px 3px;}
.qr_menu ul li a{display:block; width:100%; height:46px; float:left; color:#666; font-size:14px; line-height:46px; text-align:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.qr_menu ul li a i{font-size: 26px; display: inline-block; vertical-align: top; margin-right: 6px; color: #40abf5;}
.cl_kefu_one:hover .qr_menu{left:-160px; opacity: 1; visibility: initial;}
.qr_img{position:absolute; bottom:0; z-index: -1; left:-150px; width:160px; height:auto; text-align:center; box-shadow: -10px -5px 10px 0 rgba(0,0,0,0.05); visibility: hidden; opacity: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.qr_img_box{width:calc(100% - 1px); height:auto; padding:10px; box-sizing:border-box; background: #fff; border-radius:3px 3px 0 0;}
.qr_img_box img{border:0px; max-width:100%; height:auto;}
.cl_kefu_one:hover .qr_img{left:-160px; opacity: 1; visibility: initial;}

/*自定义框架*/
.in_a_row_box{width: 100%; height: auto; float: left;}
.two_boxes_in_a_row{width: 50%; min-height: 100px; float: left; box-sizing: border-box;}
.two_boxes_in_a_row:nth-child(1){padding-right: 8px;}
.two_boxes_in_a_row:nth-child(2){padding-left: 8px;}
.four_boxes_in_a_row{width: 25%; min-height: 100px; float: left; box-sizing: border-box;}
.four_boxes_in_a_row:nth-child(1){padding: 0 12px 0 0;}
.four_boxes_in_a_row:nth-child(2){padding: 0 8px 0 4px;}
.four_boxes_in_a_row:nth-child(3){padding: 0 4px 0 8px;}
.four_boxes_in_a_row:nth-child(4){padding: 0 0 0 12px;}

.pro_tab span{
  width: auto;
  box-sizing: border-box;
  height: auto;
  float: left;
  text-align: center;
  padding: 12px 20px;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  background: #f0f0f0;
  border-right: 2px #fff solid;
}

.pro_tab span.active{
  background: var(--active-color);
  color: #fff;
}

.pro_box_main .pro_menu{display: none;}
.pro_box_main .pro_menu:first-child{display: block;}

@media screen and (max-width:768px) {
  .two_boxes_in_a_row{width: 100%;}
  .two_boxes_in_a_row:nth-child(1){padding-right: 0;}
  .two_boxes_in_a_row:nth-child(2){padding-left: 0;}
  .four_boxes_in_a_row{width: 50%;}
  .four_boxes_in_a_row:nth-child(1){padding: 0 8px 0 0;}
  .four_boxes_in_a_row:nth-child(2){padding: 0 0 0 8px;}
  .four_boxes_in_a_row:nth-child(3){padding: 0 8px 0 0;}
  .four_boxes_in_a_row:nth-child(4){padding: 0 0 0 8px;}
  .kefu_tools{display: none;}
}</pre></body></html>