@charset "utf-8";
/* 创络科技 https://www.chuangluo.com */
/* 初始化 */
* {
  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: 80px;
  --active-color: #1265CB;
  --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 > * {
  margin: 0.5em 0;
}
.public-content > *:first-child {
  margin-top: 0;
}
.public-content > *: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 > 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 > 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;
  --init-size: 18px;
  /* PC */
  /* Mobile version header */
}
header .header-top {
  width: 100%;
  height: auto;
  background: #F2F2F2;
  overflow: hidden;
}
header .header-top .word {
  width: 100%;
  height: auto;
  min-height: 34px;
  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;
  font-size: var(--font14);
  color: #666666;
}
header .header-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .header-box .header-main {
  width: 100%;
  height: 120px;
  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;
  overflow: hidden;
}
header .header-box .header-main .logo-box {
  width: auto;
  height: 100%;
}
header .header-box .header-main .logo-box a {
  width: 100%;
  height: auto;
  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 .logo {
  width: auto;
  height: 70px;
}
header .header-box .header-main .logo-box a .logo img {
  height: 100%;
}
header .header-box .header-main .logo-box a .info {
  width: 100%;
  height: auto;
  flex: 1;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px dashed #D9D9D9;
}
header .header-box .header-main .logo-box a .info .title {
  font-size: var(--font32);
  font-weight: bold;
  color: var(--active-color);
  line-height: 1;
  white-space: nowrap;
}
header .header-box .header-main .logo-box a .info .details {
  margin-top: 1em;
  font-size: var(--font14);
  color: #666666;
  line-height: 1;
  white-space: nowrap;
}
header .header-box .header-main .tel-box {
  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;
}
header .header-box .header-main .tel-box .icon-box {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--active-color);
  overflow: hidden;
  text-align: center;
  line-height: 46px;
}
header .header-box .header-main .tel-box .icon-box i {
  color: #fff;
  font-size: 26px;
}
header .header-box .header-main .tel-box .info-box {
  width: auto;
  height: auto;
  margin-left: 15px;
}
header .header-box .header-main .tel-box .info-box .word {
  font-size: var(--font14);
  color: #666666;
}
header .header-box .header-main .tel-box .info-box .phone {
  font-size: var(--font24);
  color: #333333;
}
header .header-box .header-main .moblie-btn-box{
  width: 120px;
  height: 100%;
  display: none;
}
header .header-box .header-main .moblie-find {
  width: 50px;
  height: 60px;
  float: right;
  line-height: 60px;
  text-align: center;
  color: var(--active-color);
}
header .header-box .header-main .moblie-find .iconfont {
  font-size: 24px;
  font-weight: bold;
}
header .header-box .header-main .moblie-btn {
  width: 50px;
  height: 60px;
  float: right;
  line-height: 60px;
  text-align: center;
  color: var(--active-color);
}
header .header-box .header-main .moblie-btn .iconfont {
  font-size: 24px;
}
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;
}
header .mobile-nav::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000000;
  opacity: 0.2;
}
header .mobile-nav .nav-box {
  width: 50%;
  max-width: 300px;
  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;
}
header .mobile-nav .nav-box .nav-close {
  width: 100%;
  height: var(--header-height);
  box-sizing: border-box;
  padding: 0 20px;
  overflow: hidden;
}
header .mobile-nav .nav-box .nav-close .close {
  width: 60px;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
header .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;
}
header .mobile-nav .nav-box .nav-close .close i:first-child {
  transform: rotate(45deg);
}
header .mobile-nav .nav-box .nav-close .close i:last-child {
  transform: rotate(-45deg);
}
header .mobile-nav .nav-box .line {
  width: 100%;
  height: 1px;
  background: var(--active-color);
}
header .mobile-nav .nav-box .nav-list {
  width: 100%;
  height: 100%;
  flex: 1;
  padding: 0 0 50px;
  overflow: hidden;
  overflow-y: auto;
}
header .mobile-nav .nav-box .nav-list ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
header .mobile-nav .nav-box .nav-list ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
}
header .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;
}
header .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;
}
header .mobile-nav .nav-box .nav-list ul li a .icon-right i {
  font-size: 16px;
  color: #333333;
}
header .mobile-nav .nav-box .nav-list ul li > a.active {
  background: var(--active-color);
  color: #FFFFFF;
}
header .mobile-nav .nav-box .nav-list ul li > a.active .icon-right i {
  color: #FFFFFF;
}
header .mobile-nav .nav-box .nav-list ul li:last-child {
  border: 0;
}
header .mobile-nav .nav-box .nav-list ul li ul {
  padding: 10px 20px;
  display: none;
}
header .mobile-nav .nav-box .nav-list ul li ul li {
  border: 0;
}
header .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;
}
header .mobile-nav .nav-box .nav-list ul li ul li a::before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0.5em;
  z-index: 1;
}
header .mobile-nav .nav-box .nav-list ul li ul li a.is-active::before {
  content: '+';
}
header .mobile-nav .nav-box .nav-list ul li ul li a.active {
  background: transparent;
  color: var(--active-color);
}
header .mobile-nav .nav-box .nav-list ul li ul li ul li a {
  font-size: 14px;
  color: #666666;
}
header .mobile-nav .nav-box .nav-list ul li ul li ul li ul li a {
  font-size: 12px;
  color: #999999;
}
@media (max-width:1280px) {
  header .header-box .header-main .logo-box a .logo {
    height: 60px;
  }
  header .header-box .header-main .tel-box .icon-box {
    width: 40px;
    height: 40px;
  }
}
@media (max-width:991px) {
  header .header-box .header-main {
    height: 60px;
  }
  header .header-box .header-main .logo-box a .logo {
    height: 50px;
  }
  header .header-box .header-main .logo-box a .info .title {
    font-size: 24px;
  }
  header .header-box .header-main .logo-box a .info .details {
    display: none;
  }
  header .header-box .header-main .tel-box {
    display: none;
  }
  header .header-box .header-main .moblie-btn-box {
    display: block;
  }
  .header_box{display: none;}
  header .mobile-nav {
    display: block;
  }
  header .header-top{display: none;}
}
/* 导航高度 占位 */
.header-nbsp {
  width: 100%;
  height: var(--header-height);
}

.header_box{width: 100%;height: 60px; background: #f1f1f1; z-index: 999;}
.header_box .header_m{width: 98%; max-width: 1200px; height: 100%; margin: 0 auto;}
/* PC导航 */
.menu_nav{width: auto; height: 100%; padding-top: 0px; position: relative; z-index: 88888; display: block;}
.menu_nav>ul{width: 100%; margin: 0;padding: 0;}
.menu_nav>ul>li{width: 11.2%; height: 100%; float: left;text-align: center;position: relative;}
.menu_nav>ul>li.short_li{width: 21.6%; cursor: pointer; padding-top: 11px}
.menu_nav>ul>li>a{width: auto; min-width: 64px; height: 100%; line-height: 60px; display: block; position: relative; z-index: 88888; color: #000; padding:0 22px; font-size: 16px;}
.menu_nav>ul>li:hover>a{background: var(--active-color); color: #fff;}
.menu_nav>ul>li>a.active{background: var(--active-color); color: #fff;}
.menu_nav>ul>li>ul{width: 100%;height: auto;background: #fff;position: absolute; top: 100%; left: 0%; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15); padding: 1px 0 0 0; border-radius: 0 0 3px 3px; visibility: hidden; opacity: 0; margin-top: -5px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.menu_nav>ul>li:hover>ul{margin-top: 0px; opacity: 1; visibility: initial;}
.menu_nav>ul>li>ul li{position: relative;}
.menu_nav>ul>li>ul li>a{display: block; width: 100%; padding: 12px 5%; text-align: center; margin:0px; height: auto; line-height: 20px; border: 0;font-size: 14px;color: #333; vertical-align: middle;}
.menu_nav>ul>li>ul li:hover>a{color: var(--active-color);}
.menu_nav>ul>li>ul li>a.active{color: var(--active-color);}
.menu_nav>ul>li>ul li ul{width: 120%;height: auto; position: absolute; left: 100%; margin-left: 1px; top: 0; background: #fff; border-bottom: 1px solid #e9e9e9; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15); border-radius: 3px; visibility: hidden; opacity: 0; margin-top: -5px; border-radius: 3px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.menu_nav>ul>li>ul li:hover>ul{margin-top: 1px; opacity: 1; visibility: initial;}

@media (max-width:1280px) {
  .menu_nav>ul>li>ul li>a{padding: 10px 2%; font-size: 12px;}
}

/* 公共样式 */
.idx-title {
  width: 100%;
  height: auto;
  text-align: center;
}
.idx-title .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font36);
  color: #333333;
  line-height: 1.2;
}
.idx-title .details {
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.8;
}
.public-more {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.public-more .more {
  width: auto;
  min-width: 160px;
  height: 44px;
  padding: 0 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;
  background: #FFFFFF;
  border-radius: 50px;
  color: var(--active-color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.public-more .more .word {
  width: auto;
  height: auto;
  font-size: var(--font16);
  color: currentColor;
  line-height: 1;
}
.public-more .more .icon {
  width: auto;
  height: auto;
  margin-left: 10px;
  color: currentColor;
}
.public-more .more .icon .iconfont {
  font-size: var(--font18);
}
/* ------- */
/* 首页 => Banner */
.idx-banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #000000;
  overflow: hidden;
}
.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: 660px;
  position: relative;
  z-index: 1;
  font-size: 0;
  overflow: hidden;
}
.idx-banner .swiper-box .swiper-slide .images::after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: linear-gradient(#000000, transparent);
  opacity: 0.4;
}
.idx-banner .swiper-box .swiper-slide .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:1440px) {
  .idx-banner .swiper-box .swiper-slide .images {
    height: 540px;
  }
}
@media (max-width:992px) {
  .idx-banner .swiper-box .swiper-slide .images {
    height: 420px;
  }
}
@media (max-width:768px) {
  .idx-banner .swiper-box .swiper-slide .images {
    height: 340px;
  }
}
@media (max-width:576px) {
  .idx-banner .swiper-box .swiper-slide .images {
    height: 220px;
  }
}
.idx-banner .pager-box {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 10;
}
.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: #FFFFFF;
  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);
}
/* 首页 => 匠心铸造 ● 品质永恒 */
.idx-goods {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx-goods .goods-box {
  width: 100%;
  height: auto;
  padding: 60px 0 80px;
}
.idx-goods .goods-box .idx-title .title::before,
.idx-goods .goods-box .idx-title .title::after {
  display: inline-block;
  font-weight: normal;
  font-size: var(--font72);
  color: var(--active-color);
  vertical-align: middle;
  transform: translateY(0.25em);
}
.idx-goods .goods-box .idx-title .title::before {
  content: '“';
  margin-right: 0.2em;
}
.idx-goods .goods-box .idx-title .title::after {
  content: '”';
  margin-left: 0.2em;
}
.idx-goods .goods-box .idx-title .details {
  max-width: 1000px;
  margin: 10px auto 0;
  color: #999999;
}
.idx-goods .goods-box .menu-box {
  width: 100%;
  height: auto;
  margin-top: 60px;
  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: 40px;
}
.idx-goods .goods-box .menu-box .item {
  width: 90px;
  height: auto;
}
.idx-goods .goods-box .menu-box .item .icon {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #EBEBEB;
  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: var(--active-color);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.idx-goods .goods-box .menu-box .item .icon .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: var(--font40);
}
.idx-goods .goods-box .menu-box .item .word {
  width: 100%;
  height: auto;
  margin-top: 20px;
  text-align: center;
  font-size: var(--font16);
  color: #666666;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.idx-goods .goods-box .menu-box .item:hover .icon {
  border-color: var(--active-color);
  background: var(--active-color);
  color: #FFFFFF;
}
.idx-goods .goods-box .menu-box .item:hover .word {
  color: var(--active-color);
}
@media (max-width:1600px) {
  .idx-goods .goods-box .menu-box .item {
    width: 84px;
  }
}
@media (max-width:1280px) {
  .idx-goods .goods-box .menu-box {
    grid-gap: 40px 30px;
  }
  .idx-goods .goods-box .menu-box .item {
    width: 72px;
  }
}
@media (max-width:1024px) {
  .idx-goods .goods-box .menu-box {
    grid-gap: 30px 25px;
  }
}
/* 首页 => 关于我们 */
.idx-about {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx-about .about-box {
  width: 100%;
  height: auto;
  padding: 70px 0 0;
}
.idx-about .about-box .idx-title * {
  color: #FFFFFF;
}
.idx-about .about-box .info-details {
  width: 100%;
  height: auto;
  margin-top: 50px;
  text-align: center;
  font-size: var(--font16);
  color: #FFFFFF;
  line-height: 2.25;
}
.idx-about .about-box .link-menu {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  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;
}
.idx-about .about-box .link-menu .one {
  width: auto;
  height: auto;
}
.idx-about .about-box .link-menu .one a {
  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;
}
.idx-about .about-box .link-menu .one a .icon {
  width: 30px;
  height: 30px;
  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;
}
.idx-about .about-box .link-menu .one a .icon .iconfont {
  font-size: var(--font30);
}
.idx-about .about-box .link-menu .one a .word {
  margin-left: 0.2rem;
  font-size: var(--font18);
  color: #FFFFFF;
}
.idx-about .about-box .link-menu .line {
  width: 1px;
  height: 30px;
  margin: 0 var(--spacing-40);
  background: linear-gradient(transparent, #FFFFFF, transparent);
  opacity: 0.5;
}
.idx-about .about-box .public-more {
  margin-top: 0.7rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx-about .about-box .public-more .more:hover {
  background: var(--active-color);
  color: #FFFFFF;
}
.idx-about .about-box .menu-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
}
.idx-about .about-box .menu-box .menu {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  padding: 40px 0.5rem;
  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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  grid-gap: 40px 30px;
  background: var(--active-color);
}
.idx-about .about-box .menu-box .menu .item {
  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;
  overflow: hidden;
}
.idx-about .about-box .menu-box .menu .item .icon {
  color: #FFFFFF;
}
.idx-about .about-box .menu-box .menu .item .icon .iconfont {
  font-size: var(--font36);
}
.idx-about .about-box .menu-box .menu .item .info {
  width: 100%;
  height: auto;
  flex: 1;
  margin-left: 0.2rem;
}
.idx-about .about-box .menu-box .menu .item .info .number {
  font-weight: bold;
  font-size: var(--font24);
  color: #FFFFFF;
  line-height: 1;
}
.idx-about .about-box .menu-box .menu .item .info .number span {
  font-style: normal;
  font-size: var(--font14);
}
.idx-about .about-box .menu-box .menu .item .info .number span.beat {
  font-style: normal;
  font-size: var(--font24);
}
.idx-about .about-box .menu-box .menu .item .info .word {
  width: 100%;
  height: auto;
  margin-top: 5px;
  font-size: var(--font14);
  color: #FFFFFF;
  line-height: 1.2;
}
.idx-about .about-box .menu-box::after {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background: #F5F5F5;
}
@media (max-width:1024px) {
  .idx-about .about-box .menu-box .menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
  .idx-about .about-box .menu-box .menu .item .icon .iconfont {
    font-size: 24px;
  }
}
@media (max-width:768px) {
  .idx-about .about-box .menu-box .menu {
    padding: 30px 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 30px;
  }
}
.idx-about .images-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.idx-about .images-box .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.idx-about .images-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
/* 首页 => 热门产品 */
.idx-product {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #F5F5F5;
  overflow: hidden;
}
.idx-product .product-box {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.idx-product .product-box .product-main {
  width: 100%;
  height: auto;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.idx-product .product-box .product-main .swiper-box {
  width: 100%;
  height: auto;
}
.idx-product .product-box .product-main .swiper-box .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx-product .product-box .product-main .swiper-box .swiper-slide .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx-product .product-box .product-main .swiper-box .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx-product .product-box .product-main .swiper-box .swiper-slide::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  background: var(--active-color);
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.idx-product .product-box .product-main .swiper-box .swiper-slide .info-box {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  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;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.idx-product .product-box .product-main .swiper-box .swiper-slide .info-box .title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: var(--font18);
  color: #FFFFFF;
  line-height: 1.5;
}
.idx-product .product-box .product-main .swiper-box .swiper-slide .info-box .icon {
  width: 100%;
  height: auto;
  margin-top: 20px;
  text-align: center;
  color: #FFFFFF;
}
.idx-product .product-box .product-main .swiper-box .swiper-slide .info-box .icon .iconfont {
  font-size: var(--font30);
}
.idx-product .product-box .product-main .swiper-box .swiper-slide:hover::after {
  opacity: 0.7;
}
.idx-product .product-box .product-main .swiper-box .swiper-slide:hover .info-box {
  opacity: 1;
}
.idx-product .product-box .product-main .swiper-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 10;
  border-radius: 50%;
  background: #999999;
  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;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.idx-product .product-box .product-main .swiper-btn .iconfont {
  font-size: var(--font18);
}
.idx-product .product-box .product-main .swiper-btn.prev {
  right: 100%;
  transform: translateX(-100%);
}
.idx-product .product-box .product-main .swiper-btn.next {
  left: 100%;
  transform: translateX(100%);
}
.idx-product .product-box .product-main .swiper-btn:hover {
  background: #BC001F;
}
@media (max-width:1440px) {
  .idx-product .product-box .product-main .swiper-btn {
    display: none;
  }
}
.idx-product .product-box .pager-box {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.idx-product .product-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-product .product-box .pager-box .pager span {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  border-radius: 50%;
  background: #D9D9D9;
  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-product .product-box .pager-box .pager span {
    width: 10px;
    height: 10px;
  }
}
.idx-product .product-box .pager-box .pager span.active {
  background: var(--active-color);
}
/* 首页 => 技术实力 */
.idx-technology {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx-technology .technology-box {
  width: 100%;
  height: auto;
  padding: 60px 0 70px;
}
.idx-technology .technology-box .technology-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-technology .technology-box .technology-head .idx-title {
  flex: 1;
  text-align: left;
}
.idx-technology .technology-box .technology-head .tabs-box {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0.2rem;
}
.idx-technology .technology-box .technology-head .tabs-box .one {
  width: auto;
  min-width: 120px;
  height: 44px;
  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;
  padding: 0 1em;
  background: #FFFFFF;
  font-size: var(--font16);
  color: #333333;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.idx-technology .technology-box .technology-head .tabs-box .one.active {
  background: var(--active-color);
  color: #FFFFFF;
}
.idx-technology .technology-box .swiper-box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  overflow: hidden;
}
.idx-technology .technology-box .swiper-box .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  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-technology .technology-box .swiper-box .swiper-slide.active {
  z-index: 5;
  pointer-events: auto;
}
.idx-technology .technology-box .swiper-box .swiper-slide .info-box {
  width: 50%;
  height: auto;
  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;
}
.idx-technology .technology-box .swiper-box .swiper-slide .info-box .title-box {
  width: 100%;
  height: auto;
}
.idx-technology .technology-box .swiper-box .swiper-slide .info-box .title-box .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font26);
  color: var(--active-color);
}
.idx-technology .technology-box .swiper-box .swiper-slide .info-box .title-box .details {
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: var(--font16);
  color: #666666;
  line-height: 2.25;
}
.idx-technology .technology-box .swiper-box .swiper-slide .info-box .menu-box {
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.idx-technology .technology-box .swiper-box .swiper-slide .info-box .menu-box p {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 10px;
  font-size: var(--font16);
  color: #666666;
  overflow: hidden;
}
.idx-technology .technology-box .swiper-box .swiper-slide .info-box .menu-box p::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/icon-yes.png) no-repeat center / cover;
}
.idx-technology .technology-box .swiper-box .swiper-slide .img {
  width: 42.5%;
  height: auto;
  overflow: hidden;
}
.idx-technology .technology-box .swiper-box .swiper-slide .img .pb {
  padding-bottom: 66.66%;
}
.idx-technology .technology-box .swiper-box .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx-technology .technology-box .pager-box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: none;
}
.idx-technology .technology-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-technology .technology-box .pager-box .pager span {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  border-radius: 50%;
  background: #D9D9D9;
  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-technology .technology-box .pager-box .pager span {
    width: 10px;
    height: 10px;
  }
}
.idx-technology .technology-box .pager-box .pager span.active {
  background: var(--active-color);
}
@media (max-width:1280px) {
  .idx-technology .technology-box .technology-head {
    display: block;
  }
  .idx-technology .technology-box .technology-head .idx-title {
    text-align: center;
  }
  .idx-technology .technology-box .technology-head .tabs-box {
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .idx-technology .technology-box .technology-head .tabs-box .one {
    min-width: 80px;
    height: 40px;
  }
}
@media (max-width:768px) {
  .idx-technology .technology-box .swiper-box .swiper-slide {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .idx-technology .technology-box .swiper-box .swiper-slide .info-box {
    width: 100%;
    margin-top: 30px;
    order: 2;
  }
  .idx-technology .technology-box .swiper-box .swiper-slide .img {
    width: 100%;
  }
}
/* 首页 => 应用领域 */
.idx-application {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 60px 0 70px;
  background: #F5F5F5;
  overflow: hidden;
}
.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;
  }
}
/* 首页 => 合作伙伴 */
.idx-partner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx-partner .partner-box {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.idx-partner .partner-box .swiper-box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  overflow: hidden;
}
.idx-partner .partner-box .swiper-box .swiper-wrapper{transition-timing-function:linear;}
.idx-partner .partner-box .swiper-box .swiper-slide {
  width: 16.667%;
  height: auto;
  background: #FFFFFF;
  overflow: hidden;
}
.idx-partner .partner-box .swiper-box .swiper-slide .pb {
  padding-bottom: 52.63157895%;
}
/* 首页 => 新闻资讯 */
.idx-news {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #F5F5F5;
  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 .tabs-box {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0.2rem;
}
.idx-news .news-box .news-head .tabs-box .one {
  width: auto;
  min-width: 120px;
  height: 44px;
  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;
  padding: 0 1em;
  background: #FFFFFF;
  font-size: var(--font16);
  color: #333333;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.idx-news .news-box .news-head .tabs-box .one.active {
  background: var(--active-color);
  color: #FFFFFF;
}
.idx-news .news-box .swiper-box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  overflow: hidden;
}
.idx-news .news-box .swiper-box .swiper-subnav {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx-news .news-box .swiper-box .swiper-subnav .swiper-slide {
  width: 33.33%;
  height: auto;
  background: #FFFFFF;
  overflow: hidden;
}
.idx-news .news-box .swiper-box .swiper-subnav .swiper-slide .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx-news .news-box .swiper-box .swiper-subnav .swiper-slide .img .pb {
  padding-bottom: 66.66%;
}
.idx-news .news-box .swiper-box .swiper-subnav .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx-news .news-box .swiper-box .swiper-subnav .swiper-slide .info-box {
  width: 100%;
  height: auto;
  padding: 30px 20px;
}
.idx-news .news-box .swiper-box .swiper-subnav .swiper-slide .info-box .title {
  width: 100%;
  height: auto;
  font-size: var(--font16);
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.idx-news .news-box .swiper-box .swiper-subnav .swiper-slide .info-box .time {
  width: 100%;
  height: auto;
  margin-top: 15px;
  display: block;
  font-size: 12px;
  color: #999999;
}
.idx-news .news-box .swiper-box .swiper-subnav .swiper-slide .info-box .details {
  width: 100%;
  height: calc(2em * 1.5);
  margin-top: 10px;
  font-size: var(--font14);
  color: #999999;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.idx-news .news-box .swiper-box .swiper-subnav .swiper-slide .info-box .more {
  width: 100%;
  height: auto;
  margin-top: 15px;
  font-size: 12px;
  color: #666666;
}
.idx-news .news-box .swiper-box .pager-box {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.idx-news .news-box .swiper-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 .swiper-box .pager-box .pager span {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  border-radius: 50%;
  background: #D9D9D9;
  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-news .news-box .swiper-box .pager-box .pager span {
    width: 10px;
    height: 10px;
  }
}
.idx-news .news-box .swiper-box .pager-box .pager span.active {
  background: var(--active-color);
}
@media (max-width:1280px) {
  .idx-news .news-box .news-head {
    display: block;
  }
  .idx-news .news-box .news-head .idx-title {
    text-align: center;
  }
  .idx-news .news-box .news-head .tabs-box {
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .idx-news .news-box .news-head .tabs-box .one {
    min-width: 80px;
    height: 40px;
  }
}
@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: #333333;
  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-nav {
  width: 60%;
  height: auto;
}
footer .footer-head .footer-box .foot-nav ul {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  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;
}
footer .footer-head .footer-box .foot-info {
  width: 100%;
  height: auto;
  flex: 1;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer .footer-head .footer-box .foot-info .qrcode {
  width: 100px;
  height: auto;
  font-size: 0;
  overflow: hidden;
}
footer .footer-head .footer-box .foot-info .menu {
  width: 100%;
  height: auto;
  flex: 1;
  margin-left: 20px;
}
footer .footer-head .footer-box .foot-info .menu .one {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer .footer-head .footer-box .foot-info .menu .one .icon {
  width: 20px;
  height: auto;
  color: #FFFFFF;
}
footer .footer-head .footer-box .foot-info .menu .one .icon i {
  font-size: var(--font20);
}
footer .footer-head .footer-box .foot-info .menu .one .word {
  width: 100%;
  height: auto;
  flex: 1;
  margin-left: 10px;
  font-size: var(--font14);
  color: #FFFFFF;
}
footer .footer-head .footer-box .foot-info .menu .one + .one {
  margin-top: 20px;
}
@media (max-width:991px) {
  footer .footer-head .footer-box {
    display: block;
  }
  footer .footer-head .footer-box .foot-nav {
    width: 100%;
  }
  footer .footer-head .footer-box .foot-info {
    margin: 40px 0 0;
  }
}
@media (max-width:768px) {
  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: #1B1B1B;
  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;
}
/* --------------- */
/* 内页 => 默认样式 */
/* 标题 */
.inner-title {
  width: 100%;
  height: auto;
  text-align: center;
}
.inner-title .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font36);
  color: var(--active-color);
  line-height: 1.2;
}
.inner-title .subtitle {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font30);
  color: #333333;
  line-height: 1.2;
}
.inner-title .details {
  width: 100%;
  height: auto;
  margin-top: 1em;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.5;
}
.inner-title .subtitle + .details {
  font-size: var(--font14);
  color: #999999;
}
.text-details {
  width: 100%;
  height: auto;
  font-size: var(--font16);
  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;
}
/* Banner */
.inner-banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  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 .subtitle {
  margin-top: 0.5em;
  font-size: var(--font24);
  color: #FFFFFF;
}
.inner-banner .images {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner-banner .images img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}
.subnav-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #EBEBEB;
  overflow: hidden;
}
.subnav-box .subnav-main {
  width: 100%;
  height: auto;
  min-height: 80px;
  padding: 15px 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;
}
.subnav-box .subnav-main .subnav {
  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: 1em;
  font-size: var(--font16);
  color: #D9D9D9;
}
.subnav-box .subnav-main .subnav a {
  color: #333333;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.subnav-box .subnav-main .subnav a.active,
.subnav-box .subnav-main .subnav a:hover {
  color: var(--active-color);
}
.subnav-box .subnav-main .subnav a.active {
  font-weight: bold;
}
.subnav-box .subnav-main .breadcrumb-nav {
  width: auto;
}
@media (max-width:991px) {
  .subnav-box .subnav-main {
    min-height: 40px;
    padding: 0;
  }
  .subnav-box .subnav{display: none !important;}
}
/* 面包屑导航 */
.breadcrumb-nav {
  width: 100%;
  height: auto;
  margin: 20px 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;
  grid-gap: 5px;
  font-size: var(--font14);
  color: #999999;
  overflow: hidden;
}
.breadcrumb-nav * {
  font-size: var(--font14);
  color: currentColor;
}
.breadcrumb-nav a {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.breadcrumb-nav a:hover {
  color: var(--active-color);
}
/* 分页 */
.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;
}
/* --------------- */
/* 内页 => 公司简介 */
/* 铭创科技 • 以实力见证品质 */
.inner-about-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.inner-about-box .about-box {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  float: left;
}
.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;
  margin: 60px 0;
}
.inner-culture .culture-box {
  width: 100%;
  height: auto;
}
.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: #F5F5F5;
}
.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-product {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-product .product-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-product .product-box .sidebar-box {
  width: 25%;
  min-width: 250px;
  height: 100%;
  background: #f5f5f5;
}
.inner-product .product-box .sidebar-box .sidebar-title {
  width: 100%;
  height: auto;
  padding: 30px 0 20px;
  text-align: center;
  background: #4277da;
}
.inner-product .product-box .sidebar-box .sidebar-title .title {
  width: 100%;
  height: auto;
  font-size: var(--font30);
  color: #FFFFFF;
}
.inner-product .product-box .sidebar-box .sidebar-title .details {
  width: 100%;
  height: auto;
  margin-top: 1em;
  font-size: var(--font14);
  color: #FFFFFF;
  opacity: 0.5;
}
.inner-product .product-box .sidebar-box .menu-box {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding: 0.3rem 0;
}
.inner-product .product-box .sidebar-box .menu-box .item {
  width: 100%;
  height: auto;
}
.inner-product .product-box .sidebar-box .menu-box .item .headline {
  width: 100%;
  height: auto;
}
.inner-product .product-box .sidebar-box .menu-box .item .headline a {
  width: 100%;
  height: auto;
  padding: 15px 30px;
  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;
  background: #fff;
  font-size: var(--font16);
  color: #666666;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.inner-product .product-box .sidebar-box .menu-box .item .headline a .icon {
  width: 1em;
  height: 1em;
  flex: 0 0 1em;
  margin-left: 20px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  font-size: 20px;
  color: #666666;
  line-height: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.inner-product .product-box .sidebar-box .menu-box .item .headline a .icon .iconfont {
  font-size: 12px;
  transform: scale(0.8);
}
.inner-product .product-box .sidebar-box .menu-box .item .headline.active a,
.inner-product .product-box .sidebar-box .menu-box .item .headline:hover a {
  color: var(--active-color);
}
.inner-product .product-box .sidebar-box .menu-box .item .headline.active a .icon,
.inner-product .product-box .sidebar-box .menu-box .item .headline:hover a .icon {
  border-color: var(--active-color);
  color: var(--active-color);
}
.inner-product .product-box .sidebar-box .menu-box .item .menu {
  width: 100%;
  height: auto;
  padding: 20px 30px;
  display: none;
}
.inner-product .product-box .sidebar-box .menu-box .item .menu .one {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner-product .product-box .sidebar-box .menu-box .item .menu .one a {
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 1em;
  font-size: var(--font14);
  color: #666666;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inner-product .product-box .sidebar-box .menu-box .item .menu .one a::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #666666;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.inner-product .product-box .sidebar-box .menu-box .item .menu .one a:hover {
  color: var(--active-color);
}
.inner-product .product-box .sidebar-box .menu-box .item .menu .one a:hover::before {
  border-color: var(--active-color);
}
.inner-product .product-box .sidebar-box .menu-box .item .menu .one + .one {
  margin-top: 15px;
}
.inner-product .product-box .sidebar-box .menu-box .item .menu .one.active a {
  color: var(--active-color);
}
.inner-product .product-box .sidebar-box .menu-box .item .menu .one.active a::before {
  border-color: var(--active-color);
  background: var(--active-color);
}
.inner-product .product-box .sidebar-box .menu-box .item + .item {
  margin-top: 0.1rem;
}
.inner-product .product-box .sidebar-box .contact-box {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 0 15px;
}
.inner-product .product-box .sidebar-box .contact-box .tel-box {
  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;
}
.inner-product .product-box .sidebar-box .contact-box .tel-box .icon {
  width: auto;
  height: auto;
  color: #FFFFFF;
}
.inner-product .product-box .sidebar-box .contact-box .tel-box .icon .iconfont {
  font-size: var(--font24);
}
.inner-product .product-box .sidebar-box .contact-box .tel-box .title {
  margin-left: 0.5em;
  font-size: var(--font20);
  color: #FFFFFF;
}
.inner-product .product-box .sidebar-box .contact-box .tel-phone {
  width: 100%;
  height: auto;
  margin-top: 5px;
  font-weight: bold;
  font-size: var(--font32);
  color: #FFFFFF;
}
.inner-product .product-box .sidebar-box .contact-box .img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: 0;
  overflow: hidden;
}
.inner-product .product-box .sidebar-box .contact-box .img img {
  width: 100%;
}
.inner-product .product-box .sidebar-box .contact-box .details {
  width: 100%;
  height: auto;
  padding: 20px 0;
  font-size: var(--font14);
  color: #FFFFFF;
  line-height: 1.875;
}
.inner-product .product-box .product-main {
  width: 71.66666667%;
  height: auto;
  /* 详情 */
}
.inner-product .product-box .product-main .product-menu {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.2rem;
}
.inner-product .product-box .product-main .product-menu .item {
  width: 100%;
  height: auto;
  border: 1px solid #F5F5F5;
  overflow: hidden;
}
.inner-product .product-box .product-main .product-menu .item .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner-product .product-box .product-main .product-menu .item .img .pb {
  padding-bottom: 100%;
}
.inner-product .product-box .product-main .product-menu .item .title {
  width: 100%;
  height: auto;
  padding: 15px;
  background: #F5F5F5;
  text-align: center;
  font-size: var(--font14);
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner-product .product-box .product-main .product-menu .item .title em{
  font-style: normal;
  color: #f00;
  font-weight: bold;
}
.inner-product .product-box .product-main .product-menu .item:hover .title em{
  color: #fff;
}
.inner-product .product-box .product-main .product-menu .item:hover .title {
  background: var(--active-color);
  color: #fff;
}
.inner-product .product-box .product-main .product-details {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
}
.inner-product .product-box .product-main .product-details .swiper-box {
  width: 50%;
  max-width: 420px;
  height: 100%;
  position: relative;
  z-index: 1;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}
.inner-product .product-box .product-main .product-details .swiper-box .swiper-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner-product .product-box .product-main .product-details .swiper-box .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-product .product-box .product-main .product-details .swiper-box .pager-box {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 10;
}
.inner-product .product-box .product-main .product-details .swiper-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;
}
.inner-product .product-box .product-main .product-details .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 .product-box .product-main .product-details .swiper-box .pager-box .pager span {
    width: 10px;
    height: 10px;
  }
}
.inner-product .product-box .product-main .product-details .swiper-box .pager-box .pager span.active {
  background: var(--active-color);
  opacity: 1;
}
.inner-product .product-box .product-main .product-details .info-box {
  width: 100%;
  height: auto;
  flex: 1;
  margin-left: var(--spacing-50);
}
.inner-product .product-box .product-main .product-details .info-box .title {
  width: 100%;
  height: auto;
  padding-bottom: 1em;
  font-size: var(--font18);
  color: #333333;
  line-height: 1.875;
  border-bottom: 1px solid #E0E0E0;
}
.inner-product .product-box .product-main .product-details .info-box .details {
  width: 100%;
  height: auto;
  margin-top: var(--spacing-20);
  font-size: var(--font14);
  color: #666666;
  line-height: 1.5;
}
.inner-product .product-box .product-main .product-details .info-box .details p + p {
  margin-top: 0.5em;
}
.inner-product .product-box .product-main .product-details .info-box .download-btn {
  width: 100%;
  height: auto;
  margin-top: 20px;
  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.2rem;
}
.inner-product .product-box .product-main .product-details .info-box .download-btn a {
  width: auto;
  height: 40px;
  padding: 0 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;
  border-radius: 3px;
  background: var(--active-color);
  font-size: var(--font16);
  color: #FFFFFF;
  line-height: 1;
}
.inner-product .product-box .product-main .product-details .info-box .download-btn a .iconfont {
  margin-right: 5px;
  font-size: var(--font24);
}
.inner-product .product-box .product-main .product-headline {
  width: 100%;
  height: auto;
  margin: 0.4rem 0 0.2rem 0;
  background: #f0f0f0;
  font-size: var(--font26);
  color: #FFFFFF;
  line-height: 1.2;
  float: left;
}
.inner-product .product-box .product-main .text-details {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
@media (max-width:991px) {
  .inner-banner .images img {
    min-height: 140px;
  }
  .inner-product .product-box {
    display: block;
  }
  .inner-product .product-box .sidebar-box {
    width: 100%;
    padding: 0 6px 6px;
    display: none;
  }
  .inner-product .product-box .sidebar-box .contact-box {
    display: none;
  }
  .inner-product .product-box .product-main {
    width: 100%;
  }
}
@media (max-width:768px) {
  .inner-product .product-box .product-main .product-menu {
    grid-template-columns: repeat(2, 1fr);
  }
  .inner-product .product-box .product-main .product-details {
    display: block;
  }
  .inner-product .product-box .product-main .product-details .swiper-box {
    width: 100%;
    max-width: 100%;
  }
  .inner-product .product-box .product-main .product-details .info-box {
    margin: 30px 0 0;
  }
}
/* --------------- */
/* 内页 => 新闻资讯 => 新闻列表 */
.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;
}
.inner-news-box .news-box .menu-box .item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.inner-news-box .news-box .menu-box .item a {
  width: 100%;
  height: auto;
  padding: 0.3rem;
  padding-right: 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-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
}
.inner-news-box .news-box .menu-box .item a .img {
  width: 22%;
  min-width: 200px;
  max-width: 240px;
  height: auto;
  overflow: hidden;
}
.inner-news-box .news-box .menu-box .item a .img .pb {
  padding-bottom: 66.66%;
}
.inner-news-box .news-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-news-box .news-box .menu-box .item a .info-box {
  width: 100%;
  height: auto;
  flex: 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;
}
.inner-news-box .news-box .menu-box .item a .info-box .info {
  width: 100%;
  height: auto;
  flex: 1;
  margin: 0 0.3rem;
  overflow: hidden;
}
.inner-news-box .news-box .menu-box .item a .info-box .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;
}
.inner-news-box .news-box .menu-box .item a .info-box .info .details {
  width: 100%;
  height: auto;
  max-height: calc(2em * 1.825);
  margin-top: 1em;
  font-size: var(--font14);
  color: #999999;
  line-height: 1.825;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner-news-box .news-box .menu-box .item a .info-box .icon-box {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
}
.inner-news-box .news-box .menu-box .item a .info-box .icon-box .time {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  display: block;
  padding: 0 0.4rem;
  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;
}
.inner-news-box .news-box .menu-box .item a .info-box .icon-box .icon {
  width: 36px;
  height: 36px;
  margin: 0.3rem auto 0;
  position: relative;
  z-index: 5;
  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: #999999;
  overflow: hidden;
}
.inner-news-box .news-box .menu-box .item a .info-box .icon-box .icon .iconfont {
  font-size: 12px;
}
.inner-news-box .news-box .menu-box .item a .info-box .icon-box::after {
  content: '';
  width: 100%;
  height: 500%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background: var(--active-color);
  opacity: 0;
  -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:hover {
  z-index: 5;
}
.inner-news-box .news-box .menu-box .item:hover a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.inner-news-box .news-box .menu-box .item:hover a .img img {
  transform: scale(1.05);
}
.inner-news-box .news-box .menu-box .item:hover a .info-box .info .title {
  color: var(--active-color);
}
.inner-news-box .news-box .menu-box .item:hover a .info-box .icon-box .time {
  color: #FFFFFF;
}
.inner-news-box .news-box .menu-box .item:hover a .info-box .icon-box .icon {
  background: #FFFFFF;
  color: var(--active-color);
}
.inner-news-box .news-box .menu-box .item:hover a .info-box .icon-box::after {
  opacity: 1;
}
@media (max-width:1024px) {
  .inner-news-box .news-box .menu-box .item a .info-box .icon-box .icon {
    width: 30px;
    height: 30px;
  }
  .inner-news-box .news-box .menu-box .item a .info-box .icon-box .icon .iconfont {
    transform: scale(0.75);
  }
}
@media (max-width:768px) {
  .inner-news-box .news-box .menu-box .item a {
    padding: 0;
  }
  .inner-news-box .news-box .menu-box .item a .info-box {
    display: block;
    margin-left: 15px;
  }
  .inner-news-box .news-box .menu-box .item a .info-box .info {
    margin: 0;
  }
  .inner-news-box .news-box .menu-box .item a .info-box .icon-box {
    display: none;
  }
  .inner-news-box .news-box .menu-box .item + .item {
    margin-top: 20px;
  }
}
@media (max-width:480px) {
  .inner-news-box .news-box .menu-box .item a .img {
    min-width: 160px;
  }
  .inner-news-box .news-box .menu-box .item a .info-box {
    overflow: hidden;
  }
  .inner-news-box .news-box .menu-box .item a .info-box .info {
    overflow: hidden;
  }
  .inner-news-box .news-box .menu-box .item a .info-box .info .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/* 内页 => 新闻资讯 => 新闻详情 */
.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: 75%;
  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: 21.667%;
  height: auto;
}
.inner-news-details .news-box .sidebar-box .headline {
  width: 100%;
  height: auto;
  padding: 15px 10px;
  background: #F5F5F5;
  font-weight: bold;
  font-size: var(--font18);
  color: #666666;
  line-height: 1;
}
.inner-news-details .news-box .sidebar-box .headline span {
  font-weight: normal;
  font-size: var(--font14);
}
.inner-news-details .news-box .sidebar-box .sidebar-news {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner-news-details .news-box .sidebar-box .sidebar-news .menu {
  width: 100%;
  height: auto;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 0 10px;
}
.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-product {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.inner-news-details .news-box .sidebar-box .sidebar-product .menu {
  width: 100%;
  height: auto;
  padding: 0.2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.2rem;
}
.inner-news-details .news-box .sidebar-box .sidebar-product .menu .item {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner-news-details .news-box .sidebar-box .sidebar-product .menu .item .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inner-news-details .news-box .sidebar-box .sidebar-product .menu .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-details .news-box .sidebar-box .sidebar-product .menu .item .title {
  width: 100%;
  height: auto;
  margin-top: 1em;
  text-align: center;
  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-product .menu .item:hover .img img {
  transform: scale(1.05);
}
.inner-news-details .news-box .sidebar-box .sidebar-product .menu .item:hover .title {
  color: var(--active-color);
}
@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);
  }
}
/* 内页 => 应用领域 */
.inner-application-details {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-application-details .application-box {
  width: 100%;
  height: auto;
  padding: 40px 0 0.7rem;
}
.inner-application-details .application-box .headline {
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: bold;
  font-size: var(--font24);
  color: #333333;
}
.inner-application-details .application-box .text-details {
  margin-top: 0.3rem;
}
/* 内页 => 留言反馈 */
.inner-feedback {
  width: 100%;
  height: auto;
  border-top: 1px solid #EAEAEA;
  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 4em;
  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;
  }
}
/* --------------- */
/* 内页 => 联系方式 */
.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-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: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.24rem;
}
.inner-contact-box .contact-box .menu-box .item {
  width: 100%;
  height: auto;
  padding: 0.4rem 15px;
  background: #FAFAFA;
}
.inner-contact-box .contact-box .menu-box .item .icon {
  width: 100%;
  height: 1em;
  text-align: center;
  color: var(--active-color);
  font-size: var(--font42);
}
.inner-contact-box .contact-box .menu-box .item .icon .iconfont {
  font-size: var(--font42);
}
.inner-contact-box .contact-box .menu-box .item .info {
  width: 100%;
  height: auto;
  margin-top: 20px;
  text-align: center;
}
.inner-contact-box .contact-box .menu-box .item .info .title {
  width: 100%;
  height: auto;
  font-size: var(--font18);
  color: #666666;
}
.inner-contact-box .contact-box .menu-box .item .info .details {
  width: 100%;
  height: auto;
  margin-top: 1em;
  font-size: var(--font14);
  color: #666666;
  line-height: 1.875;
}
.inner-contact-box .contact-box .menu-box .item .info .details .phone {
  font-size: var(--font18);
  color: var(--active-color);
}
@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.5rem;
  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;
}

.share_video_box{width: 100%; height: auto; float: left; margin: 10px 0; padding-bottom: 56.25%; position: relative;}
.share_video_box iframe, .share_video_box object, .share_video_box embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.share_video{position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;}
.share_video iframe, .share_video object, .share_video embed{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.s_nav_list{width: 100%;height: auto;}
.s_nav_list ul{margin: 0;padding: 0;background: #fff;}
.s_nav_list ul li{width: 100%; height: auto; box-sizing: border-box;}
.s_nav_list>ul>li{margin-bottom: 4px;}
.s_nav_list>ul>li>a{display: block;width: 100%;height: auto; position: relative; padding: 8px 20px; box-sizing: border-box; font-size: 16px;color: #666;line-height: 36px;background: #f5f5f5;}
.s_nav_list>ul>li>a i{font-size: 18px; float: right;}

.s_nav_list>ul>li>a.active{color: var(--active-color);}
.s_nav_list>ul>li:hover>a{color: var(--active-color);}
.s_nav_list ul li ul{width: 100%;height: auto; display: none; background: #fff; padding: 10px 10px; box-sizing: border-box;}
.s_nav_list ul li ul li{width: calc(100% - 14px);height: auto; margin: 0 0 0 14px;}
.s_nav_list ul li ul li a{display: block; position: relative; width: 100%;height: auto; padding: 5px 20px; box-sizing: border-box; line-height: 24px;font-size: 14px;color: #666;}
.s_nav_list ul li ul li a i{font-size: 14px; }
.s_nav_list ul li ul li a:hover{color: var(--active-color);}
.s_nav_list ul li ul li a.active{color: var(--active-color);}
.s_nav_list ul li ul li a::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #666666;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: #fff;
}
.s_nav_list ul li ul li a:hover::before {
  border-color: var(--active-color);
}
.s_nav_list ul li ul li a.active::before {
  border-color: var(--active-color);
  background: var(--active-color);
}

.s_nav_list ul li ul li ul{width: 100%;height: auto; display: none;}
.s_nav_list ul li ul li ul li{width: calc(100% - 14px);height: auto; margin: 0 0 0 14px;}
.s_nav_list ul li ul li ul li a{display: block;width: 100%; height: auto; padding: 10px 0; line-height: 24px;font-size: 14px;color: #666;border-top: 1px dotted #d9d9d9;}


.form-box {
  width: 94%;
  min-width: 180px;
  height: 38px;
  float: right;
}
.form-box form {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 50px;
  border: solid 1px #d9d9d9;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form-box form input {
  width: 100%;
  height: 100%;
  flex: 1;
  padding: 0 1em;
  font-size: 14px;
  color: #000000;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.form-box form input::placeholder {
  color: #999999;
}
.form-box form button {
  width: 40px;
  height: 38px;
  padding: 0;
}

/*空*/
.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;}
}