@charset "UTF-8";
/* 公共样式 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
small {
  font-size: 100%;
  font-weight: normal;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  /* font: 14px/24px "BlueSkyStandard", "Microsoft YaHei", "微软雅黑", \5FAE\8F6F\96C5\9ED1, arial, sans-serif, \5b8b\4f53; */
  font-family: 'Inter-R', 'PingFang SC', "-apple-system", "BlinkMacSystemFont", "PingFang SC", "Helvetica", "Microsoft YaHei", arial, sans-serif, \5b8b\4f53;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  outline: 0;
  min-height: 100%;
}
body {
  background-color: white;
  width: 100%;
  margin: 0 auto;
  left: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
  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;
}
html {
  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;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no_margin {
  margin-bottom: 0 !important;
}
a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: none;
  -moz-outline-style: none;
}
a:hover {
  color: inherit;
}
div,
li {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Inter-B';
  src: url('../fonts/Inter-Bold.eot');
  src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.Inter-B {
  font-family: 'Inter-B';
}
@font-face {
  font-family: 'Inter-M';
  src: url('../fonts/Inter-Medium.eot');
  src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype'), url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.Inter-M {
  font-family: 'Inter-M';
}
@font-face {
  font-family: 'Inter-R';
  src: url('../fonts/Inter-Regular.eot');
  src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype'), url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.Inter-R {
  font-family: 'Inter-R';
}
@font-face {
  font-family: 'Inter-Semi-B';
  src: url('../fonts/Inter-SemiBold.eot');
  src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.ttf') format('truetype'), url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.Inter-Semi-B {
  font-family: 'Inter-Semi-B';
}
input,
button {
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  outline: none;
}
input[type="checkbox"] {
  vertical-align: -2px;
  margin-right: 4px;
}
input::-webkit-input-placeholder {
  color: #333333;
}
input:-moz-placeholder {
  color: #333333;
}
input::-moz-placeholder {
  color: #333333;
}
input:-ms-input-placeholder {
  color: #333333;
}
textarea::-webkit-input-placeholder {
  color: #333333;
}
textarea:-moz-placeholder {
  color: #333333;
}
textarea::-moz-placeholder {
  color: #333333;
}
textarea:-ms-input-placeholder {
  color: #333333;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
body::-webkit-scrollbar-button,
html::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background-color: #eee;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background-color: #eee;
}
::-webkit-scrollbar {
  width: 2px;
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background-color: #d61919;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}
.clear-float::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
input,
textarea {
  resize: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
/* Flex 布局 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.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_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
/* 文字超出隐藏 */
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-hidden {
  overflow: hidden;
}
.white-space {
  white-space: pre-line;
}
@media (max-width:1200px) {
  .white-space {
    white-space: inherit;
  }
}
.font-weight-b {
  font-weight: bold;
}
/* 动画 */
.dh {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* 动画延迟 */
/* 媒体查询 缩写 */
/* 布局 */
.w1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.w1800 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
.w1720 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.w1640 {
  width: 100%;
  max-width: 1640px;
  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 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1360 {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.w1350 {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.w1240 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.w1150 {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.pc,
.c-pc {
  display: block;
}
.wap,
.mobile,
.c-mb {
  display: none;
}
@media (max-width:768px) {
  .pc,
  .c-pc {
    display: none;
  }
  .wap,
  .mobile,
  .c-mb {
    display: block;
  }
}
@media (max-width:1840px) {
  .w1720 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1760px) {
  .w1640 {
    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 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1470px) {
  .w1350 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1400px) {
  .w1280 {
    padding: 0 60px;
  }
}
@media (max-width:1360px) {
  .w1240 {
    padding: 0 60px;
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1270px) {
  .w1150 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1600,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    padding: 0 20px;
  }
}
:root {
  /* 导航高度 */
  --header-height: 65px;
  /* COLOR */
  --color-active: #006e34;
  --color-white: #fff;
  --color-black: #000;
  --color-red: #dd0000;
  --color-gray-f6: #f6f6f6;
  --color-gray-f4: #f4f4f4;
  --color-gray-eee: #eee;
  --color-gray-ddd: #ddd;
  --color-gray-bbb: #bbb;
  --color-gray-999: #999;
  --color-gray-666: #666;
  --color-gray-444: #444;
  --color-gray-333: #333;
  /* 字体大小 */
  --font12: 12px;
  --font14: 14px;
  --font16: 16px;
  --font18: 18px;
  --font20: 20px;
  --font22: 22px;
  --font24: 24px;
  --font26: 26px;
  --font28: 28px;
  --font30: 30px;
  --font32: 32px;
  --font34: 34px;
  --font36: 36px;
  --font38: 38px;
  --font40: 40px;
  --font42: 42px;
  --font44: 44px;
  --font46: 46px;
  --font48: 48px;
  --font50: 50px;
  --font52: 52px;
  --font54: 54px;
  --font56: 56px;
  --font58: 58px;
  --font60: 60px;
  --font62: 62px;
  --font64: 64px;
  --font66: 66px;
  --font72: 72px;
  --font100: 100px;
  /* 圆角 */
  --border-radius20: clamp(0.625rem, calc(-0.089rem + 1.12vw), 1.25rem);
  --border-radius18: clamp(0.625rem, calc(0.054rem + 0.89vw), 1.125rem);
  --border-radius16: clamp(0.5rem, calc(-0.071rem + 0.89vw), 1rem);
  --border-radius14: clamp(0.313rem, calc(-0.33rem + 1vw), 0.875rem);
  --border-radius12: clamp(0.313rem, calc(-0.188rem + 0.78vw), 0.75rem);
  --border-radius10: clamp(0.313rem, calc(-0.045rem + 0.56vw), 0.625rem);
}
@media (max-width:1840px) {
  :root {
    /* 字体大小 */
    --font16: 14px;
    --font18: 16px;
    --font20: 18px;
    --font22: 20px;
    --font24: 22px;
    --font26: 24px;
    --font28: 26px;
    --font30: 28px;
    --font32: 30px;
    --font34: 32px;
    --font36: 34px;
    --font38: 36px;
    --font40: 38px;
    --font42: 40px;
    --font44: 40px;
    --font46: 40px;
    --font48: 40px;
    --font50: 46px;
    --font52: 48px;
    --font54: 48px;
    --font56: 48px;
    --font58: 48px;
    --font62: 48px;
    --font64: 48px;
    --font60: 48px;
    --font72: 48px;
    --font100: 48px;
  }
}
@media (max-width:1560px) {
  :root {
    /* 字体大小 */
    --font16: 14px;
    --font18: 16px;
    --font20: 18px;
    --font22: 20px;
    --font24: 22px;
    --font26: 24px;
    --font28: 24px;
    --font30: 24px;
    --font32: 26px;
    --font34: 26px;
    --font36: 28px;
    --font38: 28px;
    --font40: 30px;
    --font42: 32px;
    --font44: 32px;
    --font46: 32px;
    --font48: 34px;
    --font50: 34px;
    --font52: 34px;
    --font54: 36px;
    --font56: 38px;
    --font58: 38px;
    --font62: 44px;
    --font64: 44px;
    --font60: 44px;
    --font72: 44px;
    --font100: 44px;
  }
}
@media (max-width:768px) {
  :root {
    /* 字体大小 */
    --font14: 0.24rem;
    --font16: 0.24rem;
    --font18: 0.28rem;
    --font20: 0.28rem;
    --font22: 0.32rem;
    --font24: 0.32rem;
    --font26: 0.32rem;
    --font28: 0.34rem;
    --font30: 0.36rem;
    --font32: 0.36rem;
    --font34: 0.36rem;
    --font36: 0.38rem;
    --font38: 0.38rem;
    --font40: 0.38rem;
    --font42: 0.38rem;
    --font44: 0.38rem;
    --font46: 0.38rem;
    --font48: 0.42rem;
    --font50: 0.42rem;
    --font52: 0.42rem;
    --font54: 0.42rem;
    --font56: 0.42rem;
    --font58: 0.42rem;
    --font60: 0.42rem;
    --font62: 0.42rem;
    --font64: 0.42rem;
    --font66: 0.42rem;
    --font100: 0.42rem;
  }
}
/* 间距-NEW */
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt135 {
  padding-top: 1.35rem;
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
/* 字体大小-NEW */
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font38 {
  font-size: 38px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font58 {
  font-size: 58px;
}
.font60 {
  font-size: 60px;
}
.font62 {
  font-size: 62px;
}
.font64 {
  font-size: 64px;
}
.font66 {
  font-size: 66px;
}
.font72 {
  font-size: 72px;
}
.font100 {
  font-size: 100px;
}
@media (max-width: 1860px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font38 {
    font-size: 36px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 40px;
  }
  .font48 {
    font-size: 40px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 48px;
  }
  .font56,
  .font58 {
    font-size: 48px;
  }
  .font60,
  .font62,
  .font64,
  .font60,
  .font72,
  .font100 {
    font-size: 48px;
  }
}
@media (max-width: 1560px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 24px;
  }
  .font32 {
    font-size: 26px;
  }
  .font34 {
    font-size: 26px;
  }
  .font36 {
    font-size: 28px;
  }
  .font38 {
    font-size: 28px;
  }
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 32px;
  }
  .font48 {
    font-size: 34px;
  }
  .font50 {
    font-size: 34px;
  }
  .font52 {
    font-size: 34px;
  }
  .font54 {
    font-size: 36px;
  }
  .font56,
  .font58 {
    font-size: 38px;
  }
  .font60,
  .font62,
  .font64,
  .font60,
  .font72,
  .font100 {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .font14,
  .font16 {
    font-size: 0.24rem;
  }
  .font18,
  .font20 {
    font-size: 0.28rem;
  }
  .font22,
  .font24,
  .font26 {
    font-size: 0.32rem;
  }
  .font28 {
    font-size: 0.34rem;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 0.36rem;
  }
  .font36,
  .font38,
  .font40,
  .font42,
  .font44,
  .font46 {
    font-size: 0.38rem;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font58,
  .font60,
  .font62,
  .font64,
  .font66,
  .font72,
  .font100 {
    font-size: 0.42rem;
  }
}
/* images等比-NEW */
.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;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.public-img-plus:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.swiper {
  position: relative;
  overflow: hidden;
}
.swiper .swiper-slide .ani {
  display: none;
}
.swiper .swiper-slide.swiper-slide-active .ani {
  display: block;
}
.swiper .swiper-pagination {
  bottom: 0;
  margin-bottom: -0.05rem;
  opacity: 0;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--color-active);
  border-radius: 50%;
  opacity: 0.1;
  margin: 0 5px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.slide-btn {
  width: 58px;
  height: 58px;
  background: no-repeat center white;
  border: 1px solid var(--color-active);
  border-radius: 50%;
  color: var(--color-active);
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slide-btn:hover {
  background-color: var(--color-active);
  color: white;
}
.slide-btn::before {
  font-family: 'iconfont';
}
.slide-btn.swiper-button-prev {
  left: 0;
  margin-left: -1rem;
}
.slide-btn.swiper-button-prev::before {
  content: '\e689';
}
.slide-btn.swiper-button-next {
  right: 0;
  margin-right: -1rem;
}
.slide-btn.swiper-button-next::before {
  content: '\e687';
}
/* 公共样式 - 结束 */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  margin: auto;
  /* ----------------------------------------------------------    手机端导航 */
}
#header .header-pc {
  position: relative;
  background-color: #fdfdfd;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-up {
  color: white;
  color: rgba(255, 255, 255, 0.4);
  height: 35px;
  background-color: var(--color-active);
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#header .header-pc .header-down .header-wrap {
  margin: auto;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-down .header-wrap .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0 132px;
  grid-gap: clamp(0px, 0vw, 0px) clamp(66px, 6.875vw, 132px);
}
#header .header-pc .header-down .header-wrap .logo {
  height: var(--header-height);
  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-pc .header-down .header-wrap .logo .logo-black {
  display: none;
}
#header .header-pc .header-down .header-wrap .logo img {
  max-width: 184px;
}
#header .header-pc .header-down .header-wrap .nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 94px;
  grid-gap: clamp(0px, 0vw, 0px) clamp(47px, 4.89583333vw, 94px);
}
#header .header-pc .header-down .header-wrap .nav .bor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--color-active);
}
#header .header-pc .header-down .header-wrap .nav dl {
  position: relative;
  z-index: 10;
}
#header .header-pc .header-down .header-wrap .nav dl:hover {
  z-index: 20;
}
#header .header-pc .header-down .header-wrap .nav dt a {
  font-size: var(--font16);
  color: var(--color-black);
  position: relative;
  height: var(--header-height);
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#header .header-pc .header-down .header-wrap .nav dt a:hover,
#header .header-pc .header-down .header-wrap .nav dt a.active {
  color: var(--color-active);
}
#header .header-pc .header-down .header-wrap .nav dd {
  display: none;
  width: 140px;
  background-color: var(--color-white);
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -70px;
}
#header .header-pc .header-down .header-wrap .nav dd .ovs {
  height: 100%;
  padding: 20px 0 10px;
}
#header .header-pc .header-down .header-wrap .nav dd .ovs a {
  display: block;
  font-size: var(--font14);
  color: var(--color-black);
  line-height: 1.5em;
  margin-bottom: 15px;
  text-align: center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-down .header-wrap .nav dd .ovs a:hover {
  color: var(--color-active);
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  max-height: 100vh;
  background: #fdfdfd;
  padding: 0.3rem 0 0.32rem;
  margin-left: 0;
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .nav-left {
  max-width: 318px;
  min-height: 330px;
  padding-right: 0.8rem;
  border-right: 1px solid #eeeeee;
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .nav-left a {
  display: block;
  padding: 0.36rem 0;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  color: #333333;
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .nav-left a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-active);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .nav-left a:hover,
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .nav-left a.active {
  color: var(--color-active);
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .nav-left a:hover:before,
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .nav-left a.active:before {
  width: 100%;
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .list-right {
  padding-left: 0.8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .list-right .list-con {
  height: 0;
  overflow: hidden;
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .list-right .list-con.active {
  height: 330px;
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .list-right .list-con.active .list li {
  opacity: 1;
  margin-top: 0;
  height: 100%;
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .list-right .list {
  width: 100%;
  overflow: auto;
  max-height: 330px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px 20px;
  text-align: center;
  height: 100%;
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .list-right .list li {
  opacity: 0;
  margin-top: 10px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .list-right .list li a {
  display: block;
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .list-right .list li a:hover .title {
  color: var(--color-active);
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .list-right .list li a .img {
  height: 124px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .list-right .list li a .img img {
  max-height: 132%;
}
#header .header-pc .header-down .header-wrap .nav dd.nav_li5 .con-box .list-right .list li a .title {
  color: #666666;
}
#header .header-pc .header-down .header-wrap .header-right {
  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-pc .header-down .header-wrap .header-right .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0 52px;
  grid-gap: clamp(0px, 0vw, 0px) clamp(26px, 2.70833333vw, 52px);
}
#header .header-pc .header-down .header-wrap .header-right .column .header-language {
  position: relative;
}
#header .header-pc .header-down .header-wrap .header-right .column .header-language:hover .up {
  -webkit-filter: initial;
  filter: initial;
  opacity: 1;
}
#header .header-pc .header-down .header-wrap .header-right .column .header-language:hover .language-con {
  opacity: 1;
  visibility: visible;
}
#header .header-pc .header-down .header-wrap .header-right .column .header-language .up {
  cursor: pointer;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.7;
}
#header .header-pc .header-down .header-wrap .header-right .column .header-language .language-con {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 8px 0 50px rgba(0, 0, 0, 0.08);
  padding: 0.24rem 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-down .header-wrap .header-right .column .header-language .language-con a {
  font-size: 14px;
  color: var(--color-black);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-down .header-wrap .header-right .column .header-language .language-con a:hover,
#header .header-pc .header-down .header-wrap .header-right .column .header-language .language-con a.active {
  color: var(--color-active);
}
#header .header-pc .header-down .header-wrap .header-right .column .header-search {
  color: #333333;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .header-pc .header-down .header-wrap .header-right .column .header-search:hover {
  color: var(--color-active);
}
@media (max-width:990px) {
  #header .header-pc {
    display: none;
  }
}
#header .mask-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 29, 44, 0.2);
  display: none;
}
#header .mask-bg.active {
  display: block;
}
#header .m_header_box {
  width: 100%;
  height: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}
#header .m_header_box .header_title {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  position: relative;
  background-color: var(--color-white);
  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;
  overflow: hidden;
}
#header .m_header_box .header_title .logo {
  height: 100%;
  overflow: hidden;
}
#header .m_header_box .header_title .logo a {
  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 .m_header_box .header_title .logo img {
  max-height: 18px;
}
#header .m_header_box .header_title .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#header .m_header_box .header_title .menu_btn {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
#header .m_header_box .header_title .menu_btn::after,
#header .m_header_box .header_title .menu_btn::before,
#header .m_header_box .header_title .menu_btn i {
  width: 70%;
  height: 2px;
  display: block;
  background: var(--color-black);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -35%;
  transform-origin: center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .m_header_box .header_title .menu_btn::before {
  content: '';
  margin-top: -8px;
}
#header .m_header_box .header_title .menu_btn::after {
  content: '';
  margin-top: 6px;
}
#header .m_header_box .header_title .menu_btn.active i {
  opacity: 0;
}
#header .m_header_box .header_title .menu_btn.active::before {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 5px;
  background: var(--color-active);
}
#header .m_header_box .header_title .menu_btn.active::after {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 5px;
  background: var(--color-active);
}
#header .m_header_box .header_title .head_btn {
  width: auto;
  height: 30px;
  margin-right: 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-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  overflow: hidden;
}
#header .m_header_box .header_title .head_btn .icon {
  max-width: 14px;
  height: 14px;
  font-size: 0;
  margin-right: 5px;
  filter: invert(1);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .m_header_box .header_title .head_btn .link {
  line-height: 1;
  font-size: 12px;
  color: var(--color-black);
  margin-top: 3px;
}
#header .m_header_box .header_title .head_btn .link span {
  opacity: 0.6;
}
#header .m_header_box .header_title .head_btn .link a {
  color: var(--color-black);
  opacity: 0.6;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .m_header_box .header_title .head_btn .link a:hover {
  opacity: 1;
}
#header .m_header_box .header_title .head_btn:hover .icon {
  filter: invert(1);
}
#header .m_header_box .header_title .head_btn:hover .link {
  color: var(--color-black);
}
#header .m_header_box .header_title .head_btn:hover .link a,
#header .m_header_box .header_title .head_btn:hover .link span {
  color: var(--color-black);
}
#header .m_header_box .header_body {
  width: 100%;
  height: calc(100vh - 60px);
  background: var(--color-gray-f6);
  display: none;
  overflow: hidden;
}
#header .m_header_box .header_body .menu_info {
  width: 100%;
  height: 100%;
  padding: 0 0 20px;
  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 .m_header_box .header_body .menu_nav {
  width: 100%;
  height: auto;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
#header .m_header_box .header_body .menu_nav ul {
  padding: 0;
  margin: 0;
}
#header .m_header_box .header_body .menu_nav ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
#header .m_header_box .header_body .menu_nav ul li .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
#header .m_header_box .header_body .menu_nav ul li .one a {
  padding: 15px 0;
  display: block;
  font-size: 14px;
  color: var(--color-gray-444);
  line-height: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 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;
  flex: 1;
  position: relative;
}
#header .m_header_box .header_body .menu_nav ul li .one a .subtitle {
  font-size: 14px;
  margin-right: 10px;
}
#header .m_header_box .header_body .menu_nav ul li .one a .title {
  font-size: 14px;
}
#header .m_header_box .header_body .menu_nav ul li .one .icon {
  width: 50px;
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  color: var(--color-gray-444);
}
#header .m_header_box .header_body .menu_nav ul li .one .icon i {
  font-size: 8px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#header .m_header_box .header_body .menu_nav ul li .one.active a {
  color: var(--color-active);
}
#header .m_header_box .header_body .menu_nav ul li .one.active .icon {
  color: var(--color-active);
}
#header .m_header_box .header_body .menu_nav ul li .one.active.is_active .icon i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#header .m_header_box .header_body .menu_nav ul li ul {
  border-top: 1px solid var(--color-active);
  padding: 10px 0;
  display: none;
}
#header .m_header_box .header_body .menu_nav ul li ul li {
  border: 0;
}
#header .m_header_box .header_body .menu_nav ul li ul li a {
  display: block;
  font-size: 13px;
  padding: 6px 0 6px 20px;
  color: var(--color-gray-444);
  position: relative;
}
#header .m_header_box .header_body .menu_nav ul li ul li a .icon {
  width: 16px;
  height: 16px;
  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;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  color: var(--color-gray-444);
}
#header .m_header_box .header_body .menu_nav ul li ul li a .icon i {
  font-size: 8px;
}
#header .m_header_box .header_body .menu_nav ul li ul li a.active {
  color: var(--color-active);
}
#header .m_header_box .header_body .menu_nav ul li ul li a.active .icon {
  color: var(--color-active);
}
#header .m_header_box .header_body .menu_nav ul li ul li ul {
  padding: 0;
  border: 0;
  display: none;
}
#header .m_header_box .header_body .menu_nav ul li ul li ul li a {
  padding: 10px 0 10px 35px;
  font-size: 12px;
  color: var(--color-gray-999);
}
#header .m_header_box .header_body .menu_nav ul li ul li ul li a:before {
  content: '';
  width: 5px;
  height: 1px;
  background-color: var(--color-gray-999);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -1.5px;
  z-index: 1;
}
#header .m_header_box .header_body .menu_nav ul li ul li ul li a.active:before {
  background: var(--color-active);
}
#header .m_header_box .header_body .menu_nav ul li ul li ul.active {
  display: block;
}
#header .m_header_box .header_body .menu_form {
  width: 100%;
  height: auto;
  padding: 0 20px;
  overflow: hidden;
}
#header .m_header_box .header_body .menu_form .center {
  width: 100%;
  height: 50px;
  background-color: var(--color-white);
  overflow: hidden;
}
#header .m_header_box .header_body .menu_form .center form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#header .m_header_box .header_body .menu_form .center form input {
  flex: 1;
  height: 100%;
  padding: 0 15px;
  font-size: 14px;
  color: var(--color-gray-444);
  border: 0;
}
#header .m_header_box .header_body .menu_form .center form button {
  width: 70px;
  border: 0;
  height: 100%;
  background: var(--color-active);
}
#header .m_header_box .header_body .menu_form .center form button i {
  font-size: 18px;
}
#header .m_header_box .header_body .menu_lang {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 20px;
  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;
}
#header .m_header_box .header_body .menu_lang .one {
  width: auto;
  height: 36px;
  margin-right: 10px;
  overflow: hidden;
}
#header .m_header_box .header_body .menu_lang .one a {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: var(--color-white);
  border-radius: 50px;
  font-size: 12px;
  color: var(--color-gray-444);
}
#header .m_header_box .header_body .menu_lang .one a.active {
  background: var(--color-active);
  color: var(--color-white);
}
@media (max-width:990px) {
  #header .m_header_box {
    display: block;
  }
}
#header.bottom {
  top: var(--header-height);
}
#header.top {
  top: 0;
}
.socials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: clamp(0px, 0vw, 0px) clamp(6.5px, 0.67708333vw, 13px);
}
.socials-wrap a {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.socials-wrap a .iconfont {
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.6);
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.socials-wrap a .iconfont img {
  max-width: 12px;
  max-height: 12px;
}
.socials-wrap a .socials-img {
  position: absolute;
  bottom: 36px;
  left: 50%;
  margin-left: -52px;
  width: 104px;
  height: 104px;
  background-color: white;
  border-radius: 8px;
  padding: 8px;
  z-index: 99;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-filter: alpha(opacity=0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  will-change: opacity;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.socials-wrap a .socials-img img {
  width: 100%;
  height: 100%;
}
.socials-wrap a .socials-img:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
}
.socials-wrap a:hover .socials-img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-filter: alpha(opacity=100);
}
#footer {
  background: url(../images/footer-bg.jpg) no-repeat center;
  background-size: cover;
}
#footer .footer-line {
  width: 100%;
  height: 0.16rem;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width:1024px) {
  #footer .footer-line {
    height: 0.1rem;
  }
}
#footer .footer-up .wrap-box {
  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;
  padding: 1rem 0 0.96rem;
  grid-gap: 0 30px;
}
#footer .footer-up .wrap-box .wrap-left {
  max-width: 293px;
}
#footer .footer-up .wrap-box .wrap-center {
  max-width: 560px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
#footer .footer-up .wrap-box .wrap-right {
  max-width: 406px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
#footer .footer-down {
  padding: 0.26rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer-down .wrap-box {
  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-down .wrap-box .wrap-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-right: 50px;
}
#footer .footer-down .text-body {
  color: white;
  color: rgba(255, 255, 255, 0.12);
  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 0.42rem;
  grid-gap: clamp(0px, 0vw, 0px) clamp(21px, 2.1875vw, 42px);
}
#footer .footer-down .text-body a {
  color: white;
  color: rgba(255, 255, 255, 0.12);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#footer .footer-down .text-body a:hover {
  color: white;
}
#footer .footer-down .text-body .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 37px;
  grid-gap: clamp(0px, 0vw, 0px) clamp(18.5px, 1.92708333vw, 37px);
}
#footer .footer-down .text-body .link-box .link {
  text-decoration: underline;
}
#footer .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-bottom: 0.36rem;
}
#footer .foot-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 26px;
}
#footer .foot-nav .dl .dt {
  color: white;
  display: inline-block;
  position: relative;
}
#footer .foot-nav .dl .dt:hover::before {
  opacity: 1;
}
#footer .foot-nav .dl .dt::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#footer .foot-nav .dl .dd {
  color: white;
  line-height: 2em;
  display: block;
  opacity: 0.3;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#footer .foot-nav .dl .dd:hover {
  opacity: 1;
}
#footer .title {
  color: white;
}
#footer .text-box {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#footer .text-box .text-body {
  color: rgba(255, 255, 255, 0.6);
  margin: 0.12rem 0 0.18rem;
  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;
}
#footer .text-box .text-body span {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-right: 0.08rem;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:1200px) {
  #footer .footer-up .wrap-box .wrap-center {
    display: none;
  }
}
@media (max-width:1024px) {
  #footer .footer-up {
    display: none;
  }
  #footer .footer-down .wrap-box {
    display: block;
  }
  #footer .footer-down .wrap-box .wrap-left {
    padding: 0;
  }
  #footer .footer-down .text-body {
    display: block;
    text-align: center;
  }
  #footer .footer-down .text-body .text-box1,
  #footer .footer-down .text-body .text-box1 a,
  #footer .footer-down .text-body .link-box {
    display: block;
  }
  #footer .footer-down .text-body .link-box a {
    margin: 0 0.08rem;
  }
  #footer .socials-wrap {
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
#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: #f16777;
}
#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: #f16777;
}
#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: #f16777;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.png) no-repeat center / 100%;
}
.wrapper {
  overflow: hidden;
  margin-top: 100px;
}
@media (max-width:990px) {
  .wrapper {
    margin-top: 60px;
  }
}
.container {
  width: 1600px;
  margin: 0 auto;
}
@media (max-width:1680px) {
  .container {
    width: auto !important;
    padding: 0 60px;
    margin: 0 auto;
  }
}
@media (max-width:1024px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .container {
    padding: 0 20px;
  }
}
.H-box {
  width: 100%;
  height: 0;
  position: relative;
  top: -100px;
}
@media (max-width:990px) {
  .H-box {
    top: -60px;
  }
}
.btn-container .more-primary {
  position: relative;
  min-width: 149px;
  padding: 0.15rem 0.18rem;
  overflow: hidden;
  border-radius: 99px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn-container .more-primary::before {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.btn-container .more-primary:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.btn-container .more-primary.active,
.btn-container .more-primary:hover {
  border-color: transparent;
  text-decoration: none;
}
.btn-container .more-primary.active::before,
.btn-container .more-primary:hover::before {
  opacity: 1;
}
.btn-container .more-primary .more-primary-circle {
  font-size: 12px;
  margin-left: 2px;
}
.page-ban {
  position: relative;
  overflow: hidden;
}
.page-ban::before {
  content: '';
  width: 81%;
  height: 100%;
  background: -webkit-linear-gradient(180deg, #004822 0%, transparent 100%);
  background: -moz-linear-gradient(0deg, #004822 0%, transparent 100%);
  background: -o-linear-gradient(0deg, #004822 0%, transparent 100%);
  background: -ms-linear-gradient(0deg, #004822 0%, transparent 100%);
  background: linear-gradient(90deg, #004822 0%, transparent 100%);
  position: absolute;
  margin-left: -2.68rem;
  left: 0;
  top: 0;
  z-index: 1;
}
.page-ban .img {
  overflow: hidden;
  position: relative;
}
.page-ban .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-ban .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  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;
}
@media (max-width:768px) {
  .page-ban .container .slogan {
    width: 100%;
  }
  .page-ban .container .slogan .searchform {
    display: none;
  }
}
.page-ban .container .slogan .title {
  font-family: 'Inter-B';
  color: var(--color-white);
  line-height: 1;
}
.page-ban .container .slogan .searchform {
  min-width: 424px;
  margin-top: 0.24rem;
}
@media (max-width:768px) {
  .page-ban .container .slogan .searchform {
    min-width: 100%;
  }
}
.page-ban .container .slogan .searchform .button {
  font-family: 'Inter-B';
  font-size: var(--font18);
}
@media (max-width:768px) {
  .page-ban .img {
    height: 200px;
  }
}
.tip-nav {
  width: 100%;
}
.tip-nav .tip-box {
  height: 50px;
  line-height: 50px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tip-nav .tip-box .tip-le {
  font-size: 14px;
  color: var(--color-black);
  padding-left: 10px;
  background: url(../images/tip-ico.png) no-repeat left center;
  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;
}
.tip-nav .tip-box .tip-le a {
  font-size: 14px;
  color: var(--color-black);
  position: relative;
  padding-left: 18px;
  margin-left: 14px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-transform: capitalize;
}
.tip-nav .tip-box .tip-le a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-Style: solid;
  transform: rotate(0deg);
  border-Width: 2.5px 0 2.5px 3px;
  border-Color: transparent transparent transparent #bfbfbf;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tip-nav .tip-box .return-btn {
  position: relative;
  color: var(--color-black);
  cursor: pointer;
  font-size: 14px;
  padding-left: 40px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tip-nav .tip-box .return-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 100%;
  background: url(../images/slide-btn-prev2.png) no-repeat center;
  background-size: 20px 12px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tip-nav .tip-box .return-btn:hover::before {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
@media (max-width:990px) {
  .tip-nav {
    display: none;
  }
}
@media (max-width:1024px) {
  .page-top-menu {
    display: none;
  }
}
.page-top-menu .page-menu {
  line-height: 85px;
  color: #666666;
  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;
}
.page-top-menu .page-menu a {
  position: relative;
  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.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page-top-menu .page-menu a:hover,
.page-top-menu .page-menu a.active {
  color: var(--color-active);
}
.page-top-menu .page-menu .menu-left,
.page-top-menu .page-menu .menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.page-top-menu .page-menu .menu-left a + a {
  padding-left: 20px;
  margin-left: 12px;
}
.page-top-menu .page-menu .menu-left a + a::before {
  content: '/';
  font-size: 12px;
  color: #999999;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-title .title {
  font-family: 'Inter-B';
  color: var(--color-black);
  line-height: 1;
}
.page-center {
  text-align: center;
}
.page-img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-bg {
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.public-bg2 {
  background: -webkit-linear-gradient(180deg, #004822 0%, #007a3a 100%);
  background: -moz-linear-gradient(0deg, #004822 0%, #007a3a 100%);
  background: -o-linear-gradient(0deg, #004822 0%, #007a3a 100%);
  background: -ms-linear-gradient(0deg, #004822 0%, #007a3a 100%);
  background: linear-gradient(90deg, #004822 0%, #007a3a 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.public-text-bg {
  display: inline-block;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tab-ul li {
  border-bottom: 1px solid rgba(0, 72, 34, 0.1);
}
.tab-ul li:first-child {
  border-bottom: 1px solid rgba(0, 72, 34, 0.1);
}
.tab-ul li .top {
  cursor: pointer;
  padding: 0.33rem 0;
  pointer-events: none;
}
.tab-ul li .top .tab-box {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tab-ul li .top .tab-box .title {
  font-family: 'Inter-B';
  color: #999999;
  line-height: 1.3em;
}
.tab-ul li .top .tab-box .btn {
  display: none;
}
.tab-ul li .top .tab-box .btn .addBox {
  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;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tab-ul li .top .tab-box .btn .addBox i {
  width: 2px;
  height: 12px;
  background-color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tab-ul li .top .tab-box .btn .addBox i:last-child {
  transform: rotate(90deg);
  position: absolute;
}
.tab-ul li .bom {
  display: none;
  padding-bottom: 0.34rem;
}
.tab-ul li .bom .title {
  font-family: 'Inter-B';
  margin-bottom: 0.26rem;
}
.tab-ul li .bom .text-body {
  line-height: 1.66667em;
}
.tab-ul li.active {
  border-bottom: 2px solid var(--color-active);
}
.tab-ul li.active .top .title {
  display: inline-block;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tab-ul li.active .top .tab-box .btn {
  opacity: 0;
}
.tab-ul li.active .top .tab-box .btn .addBox i:first-child {
  transform: rotate(90deg);
}
.from .info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 29px 20px;
}
@media (max-width:1024px) {
  .from .info-list {
    grid-gap: 20px;
  }
}
@media (max-width:768px) {
  .from .info-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.from .info-list .from-box {
  margin: 0;
}
.from .from-box {
  position: relative;
  margin-top: 20px;
}
.from .from-box:hover label {
  display: inline-block;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.from .from-box:hover input,
.from .from-box:hover textarea {
  border-color: var(--color-active);
}
.from .text-field {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.from .widget-input-container {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.from .verification-img {
  width: 170px;
  height: 100%;
  border-radius: 6px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0.12rem;
  cursor: pointer;
}
.from .widget-label {
  margin-bottom: 0.18rem;
}
.from .widget-label label {
  color: #000000;
}
.from .widget-label label i {
  color: #dc0000 !important;
  -webkit-text-fill-color: initial;
  background: transparent;
}
.from .file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.from .layui-input-block {
  margin: 0;
  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;
}
.from .layui-input-block .layui-form-radio:hover > *,
.from .layui-input-block .layui-form-radioed,
.from .layui-input-block .layui-form-radioed > i {
  color: var(--color-active);
}
.from .layui-form-item {
  padding-left: 20px;
  font-size: var(--font14);
  color: #c0c0c0;
  margin: 0;
}
.from .layui-form-item a {
  position: relative;
  z-index: 9;
  color: var(--color-active);
  text-decoration: revert;
}
.from .layui-form-item .layui-form-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
}
.from .layui-form-item .layui-form-checkbox i {
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
  font-weight: bold;
}
.from .layui-form-item .layui-form-checked[lay-skin=primary] > i {
  color: var(--color-active);
}
.from .layui-form-item .layui-form-checkbox[lay-skin=primary]:hover > i,
.from .layui-form-item .layui-form-checked[lay-skin=primary] > i {
  border-color: var(--color-active) !important;
}
.from .layui-form-item .layui-icon-ok:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: var(--color-active);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
}
.from .layui-form-item .layui-form-checkbox[lay-skin=primary]:hover > i::before,
.from .layui-form-item .layui-form-checked .layui-icon-ok:before {
  opacity: 1;
}
.from input {
  width: 100%;
  height: 60px;
  background-color: var(--color-white);
  padding: 0 20px;
  border: 1px solid #e5ede9;
  border-radius: 15px;
  color: var(--color-gray-444);
  font-size: var(--font16);
}
.from textarea {
  width: 100%;
  height: 1.8rem;
  background-color: var(--color-white);
  padding: 10px 20px;
  border: 1px solid #e5ede9;
  border-radius: 15px;
  color: var(--color-gray-444);
  font-size: var(--font16);
}
.from select {
  width: 100%;
  height: 60px;
  background-color: var(--color-white);
  padding: 0 20px;
  border: 1px solid #e5ede9;
  border-radius: 15px;
  color: var(--color-gray-444);
  font-size: var(--font16);
}
@media (max-width:1200px) {
  .from input,
  .from select {
    height: 45px;
  }
}
@media (max-width:768px) {
  .from input,
  .from select {
    padding: 0 10px;
  }
  .from textarea {
    padding: 10px;
  }
}
.from .btn-box {
  margin-top: 0.3rem;
}
.from .btn-box .btn {
  height: 60px;
  padding: 0 20px;
  background-color: var(--color-active);
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 15px;
  color: var(--color-white);
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.from .btn-box .btn i {
  margin-left: 0.06rem;
}
@media (max-width:1200px) {
  .from .btn-box .btn {
    height: 45px;
  }
}
.layui-form-select.layui-form-selected .layui-edge {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layui-form-select .layui-input:hover,
.layui-form-select .layui-input:focus,
.layui-form-select .layui-textarea:focus {
  border-color: #adadad !important;
  box-shadow: none;
}
.layui-form-select .layui-edge {
  font-family: iconfont;
  font-size: 12px;
  width: 11px;
  height: 100%;
  background: url(../images/select-icon.png) no-repeat left center;
  background-size: 11px 8px;
  border: none;
  right: 0;
  top: 0;
  margin-top: 0;
  margin-right: 0.3rem;
  font-weight: bold;
  font-style: inherit;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.layui-form-select dl {
  top: 100% !important;
  bottom: auto;
  padding: 10px 0;
  margin-top: 8px;
  border: 1px solid #adadad;
  border-radius: 10px;
  box-shadow: none;
}
.layui-form-select dl dd:first-child {
  display: none;
}
.layui-form-select dl dt,
.layui-form-select dl dd {
  font-size: var(--font16);
  padding: 0 0.24rem;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.layui-form-select dl .layui-this {
  color: var(--color-active) !important;
  background-color: transparent !important;
}
.layui-form-select dl dd:hover {
  background: var(--color-gray-eee);
}
.searchform {
  position: relative;
  padding: 1px;
  background-color: #00783a;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.searchform .input {
  font-size: var(--font16);
  color: #999999;
  font-style: normal;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  background-color: #fff;
  border-radius: 15px;
}
@media (max-width:1024px) {
  .searchform .input {
    height: 45px;
  }
}
.searchform .input::-webkit-input-placeholder {
  color: #999999;
}
.searchform .input:-moz-placeholder {
  color: #999999;
}
.searchform .input::-moz-placeholder {
  color: #999999;
}
.searchform .input:-ms-input-placeholder {
  color: #999999;
}
.searchform .button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.22rem;
  height: 100%;
  border: none;
  border-radius: 0 15px 15px 0;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}
.searchform .button::before {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(180deg, #004822 0%, #007a3a 100%);
  background: -moz-linear-gradient(0deg, #004822 0%, #007a3a 100%);
  background: -o-linear-gradient(0deg, #004822 0%, #007a3a 100%);
  background: -ms-linear-gradient(0deg, #004822 0%, #007a3a 100%);
  background: linear-gradient(90deg, #004822 0%, #007a3a 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.searchform .button span {
  position: relative;
}
.searchform .button:hover::before {
  opacity: 1;
}
.searchform .button i {
  font-weight: bold;
  font-size: var(--font20);
  margin-right: 0.08rem;
  position: relative;
}
@keyframes TopBtn {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: -50%;
    opacity: 0;
  }
  65% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes TopBtn {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: -50%;
    opacity: 0;
  }
  65% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.TopBtn {
  -webkit-animation-name: TopBtn;
  animation-name: TopBtn;
}
.kefu_box {
  width: auto;
  height: auto;
  position: fixed;
  bottom: 200px;
  right: 40px;
  z-index: 19;
}
.kefu_box .item {
  width: 48px;
  height: 48px;
  background-color: rgba(4, 29, 44, 0.2);
  margin-top: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.kefu_box .item .item-box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.kefu_box .item .item-box .img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.kefu_box .item .item-box .img img {
  max-width: 18px;
}
.kefu_box .item .info {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: var(--color-active);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 99px;
}
.kefu_box .item .info a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 24px;
  color: white;
}
.kefu_box .item .info img {
  max-width: 18px;
  margin-right: 0.14rem;
}
.kefu_box .item .info em {
  color: white;
}
.kefu_box .item#backToTopBtn {
  background-color: white;
  box-shadow: 4px 0 12px rgba(0, 0, 0, 0.08);
}
.kefu_box .item#backToTopBtn .item-box img {
  position: relative;
  animation: TopBtn 1.5s ease-out infinite;
  -webkit-animation: TopBtn 1.5s ease-out infinite;
}
.kefu_box .item#backToTopBtn:hover .item-box .img {
  opacity: 1;
}
.kefu_box .item:hover .item-box .img {
  opacity: 0;
}
.kefu_box .item:hover .info {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width:1024px) {
  .kefu_box {
    display: none;
  }
}
#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.5s;
}
#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.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #c2b2a5;
}
#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;
}
#c-content-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-content-pop .c-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 473px;
  padding: 0.4rem;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width:768px) {
  #c-content-pop .c-content-box {
    width: 90%;
  }
}
#c-content-pop .c-content-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.5s;
}
#c-content-pop .c-auto {
  height: 40vh;
  overflow: auto;
}
#c-content-pop .c-content-text .title {
  margin-bottom: 0.35rem;
  font-weight: bold;
  color: #000;
}
#c-content-pop .text-content .dl {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
#c-content-pop .text-content .dt {
  margin-bottom: 0.12rem;
  color: #2A53EF;
}
#c-content-pop .text-content .dd {
  color: #535353;
}
#c-content-pop .text-fot {
  padding: 0.1rem 0 0.2rem;
  font-weight: 400;
  color: #535353;
}
.pagerBox {
  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;
  margin-top: 0.8rem;
}
.pagerBox .layui-laypage {
  margin: 0;
}
.pagerBox .layui-laypage a,
.pagerBox .layui-laypage span {
  min-width: 39px;
  min-height: 39px;
  line-height: 39px;
  font-size: var(--font16);
  color: #333333;
  padding: 0;
  margin: 0 5px;
  background-color: #eeeeee;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pagerBox .layui-laypage a:hover,
.pagerBox .layui-laypage span:hover {
  color: white;
  background-color: var(--color-active);
  box-shadow: 0 0 18px rgba(0, 70, 33, 0.33);
}
.pagerBox .layui-laypage-first,
.pagerBox .layui-laypage-last {
  padding: 0 0.19rem !important;
}
.pagerBox .swiper_but {
  z-index: 2;
  cursor: pointer;
  flex-shrink: 0;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pagerBox .swiper_but i {
  color: #333333;
  font-size: var(--font24);
}
.pagerBox .swiper_but:hover i {
  color: white;
}
.pagerBox .layui-laypage a,
.pagerBox .layui-laypage button,
.pagerBox .layui-laypage input,
.pagerBox .layui-laypage select,
.pagerBox .layui-laypage span {
  border: 0;
}
.pagerBox .layui-laypage .layui-laypage-curr em {
  color: #fff;
  background-color: var(--color-active);
  box-shadow: 0 0 18px rgba(0, 70, 33, 0.33);
  border-radius: 5px;
}
.index-swiper {
  position: relative;
  overflow: hidden;
}
.index-swiper .swiper-slide {
  height: auto;
}
.index-swiper .swiper-slide .bg {
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.index-swiper .swiper-slide .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index-swiper .swiper-slide .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9;
  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;
}
.index-swiper .swiper-slide .container .ani .title {
  font-family: 'Inter-B';
  color: white;
}
.index-swiper .swiper-slide .container .ani .text-body {
  font-family: 'Inter-M';
  color: white;
  line-height: 1.25em;
}
.index-swiper .swiper-slide.swiper-slide-active .bg img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 4s linear;
  transition: all 4s linear;
}
.index-swiper .videoBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-swiper .videoBox:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-filter: alpha(opacity=40);
}
.index-swiper .videoBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.index-swiper .swiper-pagination {
  height: 0;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40px;
  margin: auto;
  opacity: 1;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 2px;
  position: relative;
  background-color: transparent;
  margin: 0 4px;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  height: 100%;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  animation: h_schedule 4s 1 linear forwards;
  -webkit-animation: h_schedule 4s 1 linear forwards;
}
.index-swiper .slide-num {
  position: absolute;
  right: 50%;
  bottom: 50px;
  z-index: 9;
  color: var(--color-white);
  font-size: var(--font20);
  line-height: 1;
}
.index-swiper .slide-num .all {
  font-size: var(--font48);
}
@media (max-width:1280px) {
  .index-swiper .slide-btn {
    display: none;
  }
}
@media (max-width:768px) {
  .index-swiper {
    height: 520px !important;
  }
  .index-swiper .swiper-slide {
    height: 520px !important;
  }
}
.index-screening .page-main {
  position: relative;
  z-index: 9;
  padding: 0.79rem 0.4rem 0.38rem;
  margin-top: -1.13rem;
  background-color: white;
  border-radius: 20px 20px 0 0;
}
.index-screening .page-main .condition-box {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 10px;
}
.index-screening .page-main .condition-box .condition-left {
  padding: 2px 0 2px 2px;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 15px;
}
.index-screening .page-main .condition-box .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.index-screening .page-main .condition-box .form-control:first-child select,
.index-screening .page-main .condition-box .form-control:first-child input {
  border-radius: 15px 0 0 15px;
}
.index-screening .page-main .condition-box .form-control:last-child::before {
  display: none;
}
.index-screening .page-main .condition-box .form-control::before {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #e5e5e5;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.index-screening .page-main .condition-box .form-control select,
.index-screening .page-main .condition-box .form-control input {
  font-family: 'Inter-B';
  color: #333333;
  height: 61px;
  border: none;
  border-radius: 0;
}
.index-screening .page-main .condition-box .search-btn {
  font-family: 'Inter-B';
  color: #fff;
  height: 61px;
  padding: 0 0.37rem;
  background-color: transparent;
  border-radius: 0 15px 15px 0;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.index-screening .page-main .condition-box .search-btn i {
  font-weight: bold;
  font-size: var(--font20);
  margin-right: 0.08rem;
}
.index-screening .page-main .condition-box .clear-out-btn {
  width: 110px;
  height: 65px;
  background-color: #eeeeee;
  border-radius: 15px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-screening .page-main .condition-box .clear-out-btn:hover {
  background-color: var(--color-active);
  color: #fff;
}
@media (max-width:1440px) {
  .index-screening .page-main .condition-box .layui-form-select .layui-edge {
    margin-right: 0.2rem;
  }
  .index-screening .page-main .condition-box .search-btn {
    padding: 0 0.16rem;
  }
  .index-screening .page-main .condition-box .clear-out-btn {
    width: 70px;
  }
}
@media (max-width:1024px) {
  .index-screening .page-main {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .index-screening .page-main .condition-box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .index-screening .page-main .condition-box .condition-left {
    padding: 2px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .index-screening .page-main .condition-box .form-control:nth-child(even)::before {
    display: none;
  }
  .index-screening .page-main .condition-box .form-control:first-child input {
    border-radius: 15px 0 0 0;
  }
  .index-screening .page-main .condition-box .form-control:nth-child(2) input {
    border-radius: 0 15px 0 0;
  }
  .index-screening .page-main .condition-box .form-control input {
    height: 45px;
  }
  .index-screening .page-main .condition-box .search-btn {
    height: 45px;
    grid-column: span 2;
  }
  .index-screening .page-main .condition-box .clear-out-btn {
    height: 45px;
    width: 100%;
  }
}
@media (max-width:480px) {
  .index-screening .page-main .condition-box .condition-left {
    grid-template-columns: repeat(1, 1fr);
  }
  .index-screening .page-main .condition-box .form-control:first-child input {
    border-radius: 15px 15px 0 0;
  }
  .index-screening .page-main .condition-box .form-control:nth-child(2) input {
    border-radius: 0;
  }
  .index-screening .page-main .condition-box .search-btn {
    grid-column: initial;
  }
}
@-webkit-keyframes animation-img1 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 100% center;
  }
}
@keyframes animation-img1 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 100% center;
  }
}
.animation-img1 {
  -webkit-animation-name: animation-img1;
  animation-name: animation-img1;
}
.index-animation1 {
  padding-top: 0.6rem;
  transform: translate(20%, 0px);
}
.index-animation1 .img {
  position: relative;
}
.index-animation1 .img img {
  width: initial;
  max-width: initial;
}
@media (max-width:1024px) {
  .index-animation1 {
    display: none;
  }
}
.index-animation2 {
  padding: 1rem 0 0.94rem;
  transform: translate(-60%, 0px);
}
.index-animation2 .img {
  height: 158px;
}
.index-animation2 .img img {
  width: initial;
  max-width: initial;
}
@media (max-width:1024px) {
  .index-animation2 {
    display: none;
  }
}
.index-animation .img {
  background-position: 0 center;
  animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.index-quality-engineering-tire {
  padding-top: 1rem;
}
.index-quality-engineering-tire .swiper-main {
  position: relative;
  margin-top: 0.66rem;
}
.index-quality-engineering-tire .item-box {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.index-quality-engineering-tire .item-box:hover .text-block1 {
  opacity: 0;
}
.index-quality-engineering-tire .item-box:hover .text-block2 {
  opacity: 1;
}
.index-quality-engineering-tire .item-box:hover .text-block2::before {
  width: 100%;
  height: 100%;
  opacity: 0.92;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.index-quality-engineering-tire .item-box::before {
  content: '';
  width: 100%;
  height: 39%;
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.index-quality-engineering-tire .item-box .public-img::before {
  padding-top: 118.58%;
}
.index-quality-engineering-tire .item-box .text-box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  color: #fff;
}
.index-quality-engineering-tire .item-box .text-box .title {
  font-family: 'Inter-B';
  position: relative;
  line-height: 1.3em;
}
.index-quality-engineering-tire .item-box .text-box .text-body {
  margin-top: 0.3rem;
  line-height: 2;
  padding-right: 0.08rem;
  max-height: calc(11em * 2);
  overflow: auto;
}
.index-quality-engineering-tire .item-box .text-box .text-body .link {
  position: relative;
  padding-left: 0.27rem;
  line-height: 2;
  display: block;
  word-wrap: break-word;
}
.index-quality-engineering-tire .item-box .text-box .text-body .link::before {
  content: '';
  width: 0.07rem;
  height: 0.07rem;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.index-quality-engineering-tire .item-box .text-block1 {
  width: 100%;
  text-align: center;
  padding: 0 0.4rem;
  margin-bottom: 0.3rem;
}
.index-quality-engineering-tire .item-box .text-block2 {
  width: 100%;
  height: 100%;
  padding: 0.75rem 0.4rem 0 0.9rem;
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-quality-engineering-tire .item-box .text-block2::before {
  content: '';
  width: 0;
  height: 0;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
@media (max-width:1800px) {
  .index-quality-engineering-tire .slide-btn {
    display: none;
  }
}
@media (max-width:1440px) {
  .index-quality-engineering-tire .item-box .text-box .text-body {
    max-height: calc(9em * 2);
  }
  .index-quality-engineering-tire .item-box .text-block2 {
    padding: 0.6rem 0.4rem 0;
  }
}
@media (max-width:1280px) {
  .index-quality-engineering-tire .item-box .text-box .text-body {
    max-height: calc(7em * 2);
  }
}
@media (max-width:1024px) {
  .index-quality-engineering-tire .quality-engineering-tire-swiper {
    padding-bottom: 40px;
  }
  .index-quality-engineering-tire .quality-engineering-tire-swiper .swiper-pagination {
    opacity: 1;
  }
}
@media (max-width:990px) {
  .index-quality-engineering-tire .item-box .text-box .text-body {
    max-height: calc(11em * 2);
  }
}
.index-about {
  position: relative;
  padding: 1.19rem 0 2.34rem;
  --text-color: #fff;
  color: var(--text-color);
}
@media (max-width:1024px) {
  .index-about {
    margin-top: 1rem;
  }
}
.index-about::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/index/index-about-bg.png) no-repeat center top;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.index-about .page-main {
  position: relative;
  z-index: 2;
  text-align: center;
}
.index-about .page-title .title {
  color: white;
  color: var(--text-color);
  text-transform: uppercase;
}
.index-about .text-body {
  max-width: 1030px;
  line-height: 1.3333em;
  margin: auto;
  margin-top: 0.8rem;
}
.index-about .text-body P {
  margin-bottom: 0.13rem;
}
.index-about .btn-container {
  margin-top: 0.7rem;
}
.index-about .list {
  margin-top: 0.8rem;
  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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.index-about .list .item {
  padding: 0 0.8rem;
  position: relative;
  width: 33.33%;
}
@media (max-width:1024px) {
  .index-about .list .item {
    width: auto;
  }
}
.index-about .list .item:last-child::before {
  display: none;
}
.index-about .list .item::before {
  content: '';
  width: 1px;
  height: 46px;
  background: url(../images/index/index-about-line.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.index-about .list .item .item-box .num {
  font-family: 'Inter-B';
  line-height: 1;
  margin-bottom: 0.1rem;
}
.index-about .list .item .item-box .title {
  color: var(--color-gray-706);
}
@media (max-width:1024px) {
  .index-about .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .index-about .list .item {
    padding: 0;
  }
  .index-about .list .item::before {
    right: -10px;
  }
  .index-about .list .item:nth-child(even)::before {
    display: none;
  }
}
.index-news {
  padding: 1rem 0 1.4rem;
}
.index-news .index-news-swiper {
  margin-top: 1.2rem;
  overflow: visible;
}
.index-news .index-news-swiper.active {
  padding-bottom: 40px;
}
.index-news .index-news-swiper.active .swiper-pagination {
  opacity: 1;
}
.index-news .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-top: 2px solid #000;
  padding-top: 0.4rem;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index-news .item-box:hover {
  border-radius: 15px;
  border-top-color: transparent;
  margin-top: -0.4rem;
}
.index-news .item-box:hover .text-block2 {
  opacity: 1;
  margin-top: 0;
}
.index-news .item-box:hover .text-block2::before {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1;
}
.index-news .item-box:hover .text-block2 * {
  -webkit-animation: scrollToTop 0.8s both;
  animation: scrollToTop 0.8s both;
}
.index-news .item-box .public-img {
  border-radius: 15px;
  margin-top: 0.4rem;
}
.index-news .item-box .public-img::before {
  padding-top: 75.185%;
}
.index-news .item-box .text-box .title {
  font-family: 'Inter-B';
}
.index-news .item-box .text-box .date {
  margin-top: 0.34rem;
}
.index-news .item-box .text-box .more {
  width: 0.4rem;
  height: 0.4rem;
  background-color: white;
  border-radius: 50%;
  font-weight: bold;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 0.4rem;
  margin-bottom: 0.4rem;
}
.index-news .item-box .text-block1 .title {
  line-height: 1.2;
  min-height: calc(2em * 1.2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .item-box .text-block2 {
  width: 100%;
  height: 100%;
  padding: 0.4rem;
  margin-top: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.index-news .item-box .text-block2::before {
  content: '';
  width: 0;
  height: 0;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.index-news .item-box .text-block2 * {
  position: relative;
}
.index-news .item-box .text-block2 .title {
  color: white;
  line-height: 1;
}
.index-news .item-box .text-block2 .date {
  color: white;
}
.index-news .btn-container {
  margin-top: 0.8rem;
}
@media (max-width:768px) {
  .index-news .item-box {
    border-radius: 0 !important;
    border-top-color: #000 !important;
    margin-top: 0 !important;
  }
  .index-news .item-box .text-block2 {
    opacity: 0 !important;
  }
}
.about-history {
  position: relative;
  padding: 140px 0 155px;
  overflow: hidden;
}
.about-history .quan {
  width: 1172px;
  border-radius: 50%;
  position: absolute;
  top: -310px;
  left: 217px;
}
.about-history .quan .public-img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.about-history .quan2 {
  width: 867px;
  border-radius: 50%;
  position: absolute;
  top: -396px;
  left: 573px;
}
.about-history .quan2 .public-img {
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 50%;
}
.about-history .wrap-box {
  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;
}
.about-history .wrap-box .wrap-left {
  width: 44.6%;
  position: relative;
}
.about-history .wrap-box .wrap-left .tab-ul {
  overflow-y: auto;
  max-height: 5rem;
  position: relative;
  padding-right: 10px;
}
.about-history .wrap-box .wrap-left .tab-ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.about-history .wrap-box .wrap-left .tab-ul::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #007a3a;
}
.about-history .wrap-box .wrap-left .tab-ul::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #f2f3f5;
}
@media (max-width: 1560px) {
  .about-history .wrap-box .wrap-left .tab-ul {
    max-height: 7rem;
  }
}
@media (max-width: 991px) {
  .about-history .wrap-box .wrap-left .tab-ul {
    max-height: initial;
    overflow-y: initial;
    padding-right: 0;
  }
}
.about-history .wrap-box .wrap-left .tab-ul li .bom {
  display: block !important;
}
.about-history .wrap-box .wrap-left .x-sp {
  position: absolute;
  left: 102%;
  bottom: 0;
  z-index: 4;
  width: 48%;
}
@media (max-width: 1260px) {
  .about-history .wrap-box .wrap-left .x-sp {
    display: none;
  }
}
.about-history .wrap-box .wrap-right {
  width: 100%;
  max-width: 554px;
  position: relative;
}
.about-history .page-title {
  margin-bottom: 0.52rem;
}
.about-history .about-history-swiper {
  height: 554px;
  overflow: visible;
  z-index: 9;
}
.about-history .about-history-swiper .slide-btn {
  width: 100%;
  height: 200px;
  top: -200px;
  margin: 0;
  border-radius: 0;
  opacity: 0;
}
.about-history .about-history-swiper .slide-btn.swiper-button-next {
  top: auto;
  bottom: -200px;
}
.about-history .about-history-swiper .swiper-slide {
  height: auto;
}
.about-history .about-history-swiper .swiper-slide.swiper-slide-prev .text-box {
  top: -64px;
  left: 49%;
  margin-left: 42px;
  opacity: 1;
}
.about-history .about-history-swiper .swiper-slide.swiper-slide-next {
  opacity: 1 !important;
}
.about-history .about-history-swiper .swiper-slide.swiper-slide-next .text-box {
  top: auto;
  left: 49%;
  margin-left: 42px;
  bottom: -63px;
  opacity: 1;
}
.about-history .about-history-swiper .swiper-slide.swiper-slide-active .public-img {
  opacity: 1;
  -webkit-animation: scrollToTop 0.8s both;
  animation: scrollToTop 0.8s both;
}
.about-history .about-history-swiper .swiper-slide.swiper-slide-active .text-box {
  opacity: 0;
}
.about-history .about-history-swiper .swiper-slide .public-img {
  opacity: 0;
}
.about-history .item-box {
  display: block;
  height: 100%;
  position: relative;
}
.about-history .item-box .public-img {
  border-radius: 50%;
  overflow: hidden;
}
.about-history .item-box .text-box {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.about-history .item-box .text-box .title {
  position: relative;
  color: #666666;
  padding-left: 27px;
}
.about-history .item-box .text-box .title::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: var(--color-active);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about-history .tab-ul li .public-img {
  max-width: 555px;
  border-radius: 50%;
  margin-top: 0.6rem;
  display: none;
}
@media (max-width:1200px) {
  .about-history .tab-ul li .public-img {
    display: block;
  }
}
@media (max-width:1200px) {
  .about-history {
    padding: 1.4rem 0 1.55rem;
  }
  .about-history .wrap-box {
    display: block;
  }
  .about-history .wrap-box .wrap-left {
    width: 100%;
  }
  .about-history .wrap-box .wrap-right {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .about-history .tab-ul li.active .bom {
    display: block !important;
  }
}
.about-our-goal {
  position: relative;
  padding-top: 1.47rem;
  background: url(../images/about/about-bg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 1rem;
}
@media (max-width:1024px) {
  .about-our-goal {
    padding-bottom: 1rem;
  }
}
.about-our-goal .bg {
  width: 100%;
  height: 80.5%;
  position: absolute;
  left: 0;
  top: 0;
  background: no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width:1024px) {
  .about-our-goal .bg {
    height: 100%;
    background-attachment: initial;
  }
}
.about-our-goal .page-title {
  position: relative;
}
.about-our-goal .page-title .title {
  color: white;
}
.about-our-goal .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35px;
  margin-top: 1.02rem;
}
@media (max-width:1280px) {
  .about-our-goal .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:768px) {
  .about-our-goal .list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .about-our-goal .list .item .item-box::before {
    display: none;
  }
  .about-our-goal .list .item .item-box .public-img .icon {
    background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%) !important;
    background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%) !important;
    background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%) !important;
    background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%) !important;
    background: linear-gradient(90deg, #007a3a 0%, #004822 100%) !important;
  }
  .about-our-goal .list .item .item-box .public-img::after {
    display: none;
  }
  .about-our-goal .list .item .item-box .text-box .title {
    color: #000000 !important;
  }
  .about-our-goal .list .item .item-box .text-box .text-body {
    color: #666666 !important;
  }
}
.about-our-goal .list .item:hover .item-box::before {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1;
}
.about-our-goal .list .item:hover .item-box .public-img .icon {
  background: white;
}
.about-our-goal .list .item:hover .item-box .public-img::after {
  width: 100%;
  height: 100%;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.about-our-goal .list .item:hover .item-box .public-img img {
  -webkit-filter: initial;
  filter: initial;
}
.about-our-goal .list .item:hover .item-box .text-box .title {
  color: white;
}
.about-our-goal .list .item:hover .item-box .text-box .text-body {
  color: white;
}
.about-our-goal .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 3px 0 54px rgba(132, 132, 132, 0.14);
  text-align: center;
  padding: 0.8rem 0 0.67rem;
}
.about-our-goal .list .item .item-box::before {
  content: '';
  width: 0;
  height: 0;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.about-our-goal .list .item .item-box .public-img {
  position: relative;
  width: 32%;
  max-width: 120px;
  margin: auto;
  overflow: visible;
  border-radius: 50%;
}
.about-our-goal .list .item .item-box .public-img .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50%;
  overflow: hidden;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:1024px) {
  .about-our-goal .list .item .item-box .public-img {
    max-width: 60px;
  }
}
.about-our-goal .list .item .item-box .public-img::after {
  content: '';
  width: 0;
  height: 0;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.about-our-goal .list .item .item-box .public-img img {
  object-fit: initial;
  width: auto;
  height: auto;
  max-width: 40.8%;
  max-height: 34.1%;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.about-our-goal .list .item .item-box .text-box {
  position: relative;
  margin-top: 0.28rem;
}
.about-our-goal .list .item .item-box .text-box .title {
  font-family: 'Inter-B';
  color: #000000;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.about-our-goal .list .item .item-box .text-box .text-body {
  color: #666666;
  line-height: 1.333em;
  padding: 0 0.5rem;
  margin-top: 0.22rem;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.about-partner {
  padding: 1.5rem 0 1.42rem;
  background: url(../images/about/about-bg.jpg) no-repeat center;
  background-size: cover;
}
.about-partner .text-body {
  line-height: 1.66667em;
  max-width: 585px;
  margin: auto;
  margin-top: 0.2rem;
  text-align: center;
}
.about-partner .about-partner-swiper {
  margin-top: 0.56rem;
  padding: 0.18rem;
}
.about-partner .item-box {
  height: 1.4rem;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 3px 0 18px rgba(0, 151, 140, 0.05);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.about-partner .item-box:hover {
  box-shadow: 3px 0 18px rgba(0, 72, 34, 0.2);
}
.about-partner .item-box .img {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about-partner .item-box .img img {
  max-width: 72.5%;
  max-height: 28.5%;
}
.about-help {
  position: relative;
  padding: 0.97rem 0 0.85rem;
  overflow: hidden;
}
.about-help .page-img-box img {
  -webkit-animation: scale 12s linear infinite;
  animation: scale 12s linear infinite;
}
.about-help .page-main {
  position: relative;
  z-index: 2;
}
.about-help .page-title .title {
  color: white;
}
.about-help .btn-container {
  margin-top: 0.21rem;
}
.products-page {
  padding: 0 0 1.4rem;
  background: url(../images/about/about-bg.jpg) no-repeat center;
  background-size: cover;
}
.products-page .index-screening .page-main {
  padding: 0.92rem 0.78rem 0 0;
  margin: 0;
  background: transparent;
}
@media (max-width:1024px) {
  .products-page .index-screening .page-main {
    padding-right: 0;
  }
}
.products-page .down {
  margin-top: 1rem;
}
.products-page .down .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px 67px;
  grid-gap: clamp(30px, 3.125vw, 60px) clamp(33.5px, 3.48958333vw, 67px);
}
@media (max-width:1366px) {
  .products-page .down .list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
}
@media (max-width:768px) {
  .products-page .down .list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .products-page .down .list .item .item-box::before {
    display: none;
  }
  .products-page .down .list .item .item-box .new {
    margin: 0.3rem 0.28rem 0 0 !important;
    background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%) !important;
    background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%) !important;
    background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%) !important;
    background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%) !important;
    background: linear-gradient(90deg, #007a3a 0%, #004822 100%) !important;
    color: #fff !important;
    line-height: 1.45em !important;
  }
  .products-page .down .list .item .item-box .public-img {
    top: -0.3rem;
  }
  .products-page .down .list .item .item-box .public-img img {
    max-width: 57% !important;
    max-height: 87% !important;
  }
  .products-page .down .list .item .item-box .text-box {
    top: 0 !important;
    -webkit-animation: initial !important;
    animation: initial !important;
  }
  .products-page .down .list .item .item-box .text-box .title {
    color: #000000 !important;
  }
  .products-page .down .list .item .item-box .text-box .text-body dl dt {
    color: #333333 !important;
  }
  .products-page .down .list .item .item-box .text-box .text-body dl dd {
    color: #999999 !important;
    opacity: 1 !important;
  }
  .products-page .down .list .item .item-box .btn-container {
    opacity: 1;
    margin-bottom: 0.2rem;
  }
}
@media (max-width:480px) {
  .products-page .down .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products-page .down .list .item:hover .item-box::before {
  -webkit-animation: border-radius-ani 0.4s 0.1s forwards;
  animation: border-radius-ani 0.4s 0.1s forwards;
}
.products-page .down .list .item:hover .item-box .new {
  margin-top: 0.08rem;
  background: #fff;
  color: var(--color-active);
}
.products-page .down .list .item:hover .item-box .public-img {
  border-radius: 50%;
}
.products-page .down .list .item:hover .item-box .public-img img {
  max-width: 44%;
  max-height: 67%;
}
.products-page .down .list .item:hover .item-box .text-box {
  top: -0.3rem;
  -webkit-animation: scrollToTop 0.8s both;
  animation: scrollToTop 0.8s both;
}
.products-page .down .list .item:hover .item-box .text-box .title {
  color: #fff;
}
.products-page .down .list .item:hover .item-box .text-box .text-body dl dt {
  color: #fff;
}
.products-page .down .list .item:hover .item-box .text-box .text-body dl dd {
  color: #fff;
  opacity: 0.6;
}
.products-page .down .list .item:hover .item-box .btn-container {
  opacity: 1;
  margin-bottom: 0.2rem;
}
.products-page .down .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  text-align: center;
  padding: 0.4rem 0 0.56rem;
}
.products-page .down .list .item .item-box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.products-page .down .list .item .item-box .new {
  font-family: 'Inter-M';
  line-height: 1.22;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 0 0.1rem;
  margin: 0.3rem 0.28rem 0 0;
  border-radius: 10px;
  z-index: 2;
}
.products-page .down .list .item .item-box .x-spt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  padding-left: 0.3rem;
}
.products-page .down .list .item .item-box .x-spt .new {
  position: initial;
  height: auto;
}
.products-page .down .list .item .item-box .x-spt .new:nth-child(2) {
  color: #ffcb05 !important;
  text-transform: uppercase;
}
.products-page .down .list .item .item-box .public-img {
  width: 74%;
  max-width: 294px;
  margin: auto;
  background-color: #fff;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  top: 0;
  transition: 0.4s ease-in-out;
}
.products-page .down .list .item .item-box .public-img img {
  max-width: 57%;
  max-height: 87%;
  object-fit: contain;
  transform: scale(1.8);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.products-page .down .list .item .item-box .text-box {
  position: relative;
  margin-top: 0.32rem;
}
.products-page .down .list .item .item-box .text-box .title {
  font-family: 'Inter-B';
  color: #000000;
}
.products-page .down .list .item .item-box .text-box .text-body dl dt {
  color: #333333;
  margin: 0.06rem 0 0.04rem;
}
.products-page .down .list .item .item-box .text-box .text-body dl dd {
  color: #999999;
  line-height: 1.8;
}
.products-page .down .list .item .item-box .btn-container {
  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;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.products-page .down .list .item .item-box .btn-container .more-primary {
  color: var(--color-active) !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.products-page .down .list .item .item-box .btn-container .more-primary::before {
  display: none;
}
.products-d1 {
  padding: 1rem 0 0.97rem;
  border-top: 1px solid rgba(0, 72, 34, 0.1);
}
.products-d1 .wrap-box {
  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;
}
.products-d1 .wrap-box .wrap-left {
  width: 48.75%;
  padding-top: 0.16rem;
}
.products-d1 .wrap-box .wrap-right {
  width: 43.3%;
  margin-right: 0.84rem;
}
.products-d1 .products-d1-swiper {
  width: 48.4%;
  padding-bottom: 0.68rem;
  margin: auto;
}
.products-d1 .products-d1-swiper .swiper-slide img {
  transform: scale(1.5);
}
.products-d1 .products-d1-swiper .swiper-pagination {
  opacity: 1;
}
.products-d1 .page-title .title {
  color: var(--color-active);
}
.products-d1 .text-body h6 {
  font-size: var(--font20);
  color: #000;
  position: relative;
  padding-bottom: 0.58rem;
  margin-bottom: 0.58rem;
  margin-top: 0.1rem;
}
.products-d1 .text-body h6::before {
  content: '';
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(180deg, #006e34 0%, transparent 100%);
  background: -moz-linear-gradient(0deg, #006e34 0%, transparent 100%);
  background: -o-linear-gradient(0deg, #006e34 0%, transparent 100%);
  background: -ms-linear-gradient(0deg, #006e34 0%, transparent 100%);
  background: linear-gradient(90deg, #006e34 0%, transparent 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.products-d1 .text-body p {
  font-size: var(--font16);
  line-height: 1.3em;
  margin-bottom: 0.12rem;
}
.products-d1 .text-body p img {
  max-width: 17px;
  margin-right: 0.15rem;
  margin-top: -0.03rem;
}
.products-d1 .application-type {
  margin-top: 0.56rem;
}
.products-d1 .application-type .title {
  color: #000;
}
.products-d1 .application-type .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 40px;
  grid-gap: clamp(20px, 2.08333333vw, 40px) clamp(20px, 2.08333333vw, 40px);
  text-align: center;
  margin-top: 0.26rem;
}
.products-d1 .application-type .list .item .item-box .icon img {
  max-height: 21px;
}
.products-d1 .application-type .list .item .item-box .name {
  margin-top: 0.1rem;
}
.products-d1 .btn-container {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 15px;
}
.products-d1 .btn-container .more-primary:last-child {
  color: var(--color-active);
  background-color: rgba(0, 110, 52, 0.1);
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.products-d1 .btn-container .more-primary:last-child:hover {
  color: #fff;
}
.products-d1 .btn-container .more-primary:last-child:hover .more-primary-circle {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.products-d1 .btn-container .more-primary:last-child .more-primary-circle {
  margin: 0;
  margin-right: 0.08rem;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.products-d1 .btn-container .more-primary:last-child .more-primary-circle img {
  max-width: 16px;
}
@media (max-width:1366px) {
  .products-d1 .wrap-box .wrap-right {
    margin-right: 0;
  }
  .products-d1 .text-body h6 {
    padding-bottom: 0.4rem;
    margin-bottom: 0.6rem;
  }
  .products-d1 .application-type {
    margin-top: 0.4rem;
  }
  .products-d1 .btn-container {
    margin-top: 0.6rem;
  }
}
@media (max-width:1024px) {
  .products-d1 .wrap-box {
    display: block;
  }
  .products-d1 .wrap-box .wrap-left {
    padding-top: 0;
    width: 100%;
    max-width: 450px;
    margin-bottom: 0.6rem;
  }
  .products-d1 .wrap-box .wrap-right {
    width: 100%;
  }
}
.products-d2 {
  overflow: hidden;
}
.products-d2 .products-d2-main {
  height: 200vh;
}
.products-d2 .page-height {
  background: url(../images/products/products-d2-bg.jpg) no-repeat center;
  background-size: cover;
  height: 100vh;
}
.products-d2 .container {
  height: 100%;
}
.products-d2 .wrap-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  grid-gap: 50px;
  position: relative;
}
.products-d2 .wrap-box .wrap-left {
  width: 57.75%;
  order: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}
.products-d2 .wrap-box .wrap-right {
  max-width: 446px;
  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;
}
.products-d2 .products-d2-swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.products-d2 .products-d2-swiper .swiper-pagination {
  width: auto;
  opacity: 1;
  left: auto;
  right: 0;
  bottom: 50%;
  margin-right: -0.85rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width:1800px) {
  .products-d2 .products-d2-swiper .swiper-pagination {
    margin-right: -0.3rem;
  }
}
.products-d2 .products-d2-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  display: block;
  margin: 5px 0;
}
.products-d2 .products-d2-swiper .swiper-slide-active .public-img {
  opacity: 1;
  -webkit-animation: scrollToTop 0.8s both;
  animation: scrollToTop 0.8s both;
}
.products-d2 .products-d2-swiper .public-img {
  opacity: 0;
  top: 3rem;
}
@media (max-width: 1024px) {
  .products-d2 .products-d2-swiper .public-img {
    top: 5rem;
  }
}
@media (max-width: 991px) {
  .products-d2 .products-d2-swiper .public-img {
    top: 0;
  }
}
@media (max-width: 767px) {
  .products-d2 .products-d2-swiper .public-img {
    top: 1rem;
  }
}
.products-d2 .products-d2-swiper .public-img::before {
  padding-top: 82.685%;
}
.products-d2 .products-d2-swiper .public-img img {
  transform: scale(1.4);
}
.products-d2 .page-title {
  margin-top: 2rem;
}
.products-d2 .page-title .title {
  color: #fff;
  line-height: 1.25em;
}
.products-d2 .text-body {
  margin-top: 0.28rem;
  color: #fff;
  line-height: 1.2em;
}
.products-d2 .text-body * {
  margin-bottom: 0.06rem;
}
.products-d2 .prompt-box {
  max-width: 19px;
  margin-top: 0.7rem;
}
.products-d2 .prompt-box .prompt-line {
  width: 1px;
  height: 0.6rem;
  margin: auto;
  margin-bottom: 0.27rem;
  background-color: #fff;
  position: relative;
}
.products-d2 .prompt-box .prompt-line::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--color-active);
  position: absolute;
  left: 0;
  top: 0;
  animation: h-line 3s 0.3s linear both infinite;
  -webkit-animation: h-line 3s 0.3s linear both infinite;
}
.products-d2 .prompt-box .prompt-icon {
  position: relative;
  animation: arrow-movement 3s ease-in-out infinite;
  -webkit-animation: arrow-movement 3s ease-in-out infinite;
}
.products-d2 .prompt-box .prompt-icon img {
  max-width: 19px;
}
@media (max-width:1024px) {
  .products-d2 .page-height {
    padding-top: 60px;
  }
  .products-d2 .wrap-box {
    display: block;
  }
  .products-d2 .wrap-box .wrap-left {
    width: 100%;
  }
  .products-d2 .wrap-box .wrap-right {
    max-width: 100%;
    padding-top: 0.6rem;
  }
  .products-d2 .products-d2-swiper .swiper-pagination {
    width: 100%;
    left: 0;
    right: auto;
    bottom: 0;
    margin-bottom: 0.4rem;
    -webkit-transform: initial;
    transform: initial;
  }
  .products-d2 .products-d2-swiper .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 5px;
  }
  .products-d2 .page-title {
    margin: 0;
  }
  .products-d2 .prompt-box {
    display: none;
  }
}
.text-color-green {
  color: var(--color-active);
}
.products-d3 {
  padding: 1rem 0 0.97rem;
  background: url(../images/about/about-bg.jpg) no-repeat center;
  background-size: cover;
}
.products-d3 .remarks {
  color: #999999;
  padding-bottom: 0.97rem;
  margin-top: 0.29rem;
  border-bottom: 1px solid rgba(0, 110, 52, 0.1);
}
.products-d3 .iteminfo {
  overflow: auto;
  margin-top: 0.5rem;
}
.products-d3 .iteminfo .iteminfo::-webkit-scrollbar,
.products-d3 .iteminfo .iteminfo::-webkit-scrollbar {
  width: 2px;
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0;
}
.products-d3 .iteminfo .iteminfo::-webkit-scrollbar-thumb,
.products-d3 .iteminfo .iteminfo::-webkit-scrollbar-thumb {
  background-color: var(--color-active);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}
.products-d3 .iteminfo .itemBox {
  border-top: 1px solid rgba(0, 110, 52, 0.1);
  min-width: 1000px;
}
.products-d3 .iteminfo .itemBox .item {
  background-color: #eef6f0;
  text-align: center;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.products-d3 .iteminfo .itemBox .item:first-child {
  font-family: 'Inter-M';
  color: #fff;
  background-color: var(--color-active);
  border-radius: 15px 15px 0 0;
}
.products-d3 .iteminfo .itemBox .item:first-child .it {
  padding: 0.195rem 0;
  border-color: rgba(255, 255, 255, 0.1);
}
.products-d3 .iteminfo .itemBox .item:last-child {
  border-radius: 0 0 15px 15px;
}
.products-d3 .iteminfo .itemBox .item:last-child .it:first-child {
  border-radius: 0 0 0 15px;
}
.products-d3 .iteminfo .itemBox .item:last-child .it:last-child {
  border-radius: 0 0 15px 0;
}
.products-d3 .iteminfo .itemBox .item .it {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex: 1;
  padding: 0.055rem 0;
  border: 1px solid rgba(0, 110, 52, 0.1);
  border-top: none;
  border-right: none;
}
.products-d3 .iteminfo .itemBox .item .it:last-child {
  border-right: 1px solid rgba(0, 110, 52, 0.1);
}
.products-d3 .iteminfo .itemBox .item .it .text-body {
  word-break: break-word;
}
.products-d3 .iteminfo .itemBox .item .it .text-body span {
  display: block;
}
.tab-main {
  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;
  margin: 0.59rem 0 0.6rem;
}
.tab-main .tab-title {
  background-color: #fff;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 42px;
  grid-gap: clamp(21px, 2.1875vw, 42px) clamp(21px, 2.1875vw, 42px);
  padding: 0.1rem 0.12rem;
  border: 1px solid #f5f6f5;
  border-radius: 99px;
}
.tab-main .tab-title .title {
  color: #666666;
  padding: 0 0.18rem;
  height: 50px;
  border-radius: 99px;
  cursor: pointer;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tab-main .tab-title .title.active {
  color: #fff;
  font-family: 'Inter-B';
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width:768px) {
  .tab-main .tab-title {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    border-radius: 15px;
  }
}
.products-d4 {
  padding: 1rem 0 1.4rem;
  background: url(../images/about/about-bg.jpg) no-repeat center;
  background-size: cover;
}
.products-d4 .products-d4-swiper {
  padding-bottom: 1px;
}
.products-d4 .products-d4-swiper div.swiper-slide.swiper-slide-active .list,
.products-d4 .products-d4-swiper div.swiper-slide.swiper-slide-active .swiper-box {
  opacity: 1;
}
.products-d4 .products-d4-swiper .swiper-box {
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.products-d4 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 96px;
  grid-gap: clamp(48px, 5vw, 96px) clamp(48px, 5vw, 96px);
  opacity: 0;
}
@media (max-width:1280px) {
  .products-d4 .list {
    grid-gap: 40px 10px;
  }
}
@media (max-width:1024px) {
  .products-d4 .list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
@media (max-width:768px) {
  .products-d4 .list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.products-d4 .list .item:hover .item-box {
  background-color: #eef6f1;
  border-color: var(--color-active);
}
.products-d4 .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.45rem 0.4rem;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width:1280px) {
  .products-d4 .list .item .item-box {
    padding: 0.4rem;
  }
}
@media (max-width:768px) {
  .products-d4 .list .item .item-box {
    display: block;
  }
}
.products-d4 .list .item .item-box .icon {
  margin-right: 0.28rem;
}
@media (max-width:768px) {
  .products-d4 .list .item .item-box .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.products-d4 .list .item .item-box .icon img {
  max-width: 0.72rem;
}
.products-d4 .list .item .item-box .public-img {
  width: 93.9%;
  margin: auto;
  margin-bottom: 0.2rem;
  background-color: #000;
  border-radius: 15px;
}
.products-d4 .list .item .item-box .public-img img {
  width: auto;
  height: auto;
  max-width: 55%;
  max-height: 84%;
}
.products-d4 .list .item .item-box .text-box {
  padding-top: 0.06rem;
}
.products-d4 .list .item .item-box .text-box .title {
  font-family: 'Inter-B';
  color: #000;
}
.products-d4 .list .item .item-box .text-box .btn-container {
  margin-top: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 0 19px;
}
.products-d4 .list .item .item-box .text-box .btn-container .more-primary {
  min-width: initial;
  border: none;
  padding: 0;
  color: #666666;
  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;
}
.products-d4 .list .item .item-box .text-box .btn-container .more-primary::before {
  display: none;
}
.products-d4 .list .item .item-box .text-box .btn-container .more-primary:hover {
  color: var(--color-active);
}
.products-d4 .list .item .item-box .text-box .btn-container .more-primary:hover .more-primary-circle {
  -webkit-filter: initial;
  filter: initial;
  opacity: 1;
}
.products-d4 .list .item .item-box .text-box .btn-container .more-primary .more-primary-circle {
  margin: 0;
  margin-right: 0.08rem;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.6;
}
.products-d4 .list .item .item-box .text-box .btn-container .more-primary .more-primary-circle img {
  max-height: 15px;
}
.products-d4 .list2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 50px;
  grid-gap: clamp(25px, 2.60416667vw, 50px) clamp(25px, 2.60416667vw, 50px);
}
@media (max-width:1280px) {
  .products-d4 .list2 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
}
@media (max-width:768px) {
  .products-d4 .list2 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.products-d4 .list2 .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.37rem 0.37rem 0.4rem 0.28rem;
}
.products-d4 .list2 .item .item-box .text-box {
  text-align: center;
}
.products-d4 .list2 .item .item-box .text-box .btn-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  grid-gap: 0;
}
@media (max-width:768px) {
  .products-d4 .list2 .item .item-box .text-box .btn-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    grid-gap: 20px;
  }
}
.news-page {
  padding: 1.4rem 0;
  background: url(../images/about/about-bg.jpg) no-repeat center;
  background-size: cover;
}
.news-page .tab-main {
  margin: 0;
}
.news-page .tab-main .tab-title {
  border-radius: 15px;
}
.news-page .tab-main .tab-title .title {
  border-radius: 15px;
}
.news-page .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px 35px;
  margin-top: 1rem;
}
@media (max-width:1024px) {
  .news-page .list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
@media (max-width:768px) {
  .news-page .list {
    grid-gap: 20px;
  }
}
@media (max-width:480px) {
  .news-page .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-page .list .item:hover .item-box .text-block1 {
  box-shadow: none;
}
.news-page .list .item:hover .item-box .text-block2 {
  opacity: 1;
  margin-top: 0;
}
.news-page .list .item:hover .item-box .text-block2::before {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1;
}
.news-page .list .item:hover .item-box .text-block2 * {
  -webkit-animation: scrollToTop 0.8s both;
  animation: scrollToTop 0.8s both;
}
.news-page .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-page .list .item .item-box .public-img {
  border-radius: 15px 15px 0 0;
}
.news-page .list .item .item-box .public-img::before {
  padding-top: 75.185%;
}
.news-page .list .item .item-box .text-box .title {
  font-family: 'Inter-B';
}
.news-page .list .item .item-box .text-box .date {
  margin-top: 0.34rem;
}
.news-page .list .item .item-box .text-box .more {
  width: 0.4rem;
  height: 0.4rem;
  background-color: white;
  border-radius: 50%;
  font-weight: bold;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 0.4rem;
  margin-bottom: 0.4rem;
}
.news-page .list .item .item-box .text-block1 {
  border-radius: 0 0 15px 15px;
  padding: 0.28rem 0.27rem;
  box-shadow: 3px 0 54px rgba(132, 132, 132, 0.14);
}
.news-page .list .item .item-box .text-block1 .title {
  line-height: 1.2;
  min-height: calc(3em * 1.2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-page .list .item .item-box .text-block1 .date {
  color: #999999;
}
.news-page .list .item .item-box .text-block2 {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  padding: 0.4rem 0.27rem 0.28rem;
  margin-top: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
}
.news-page .list .item .item-box .text-block2::before {
  content: '';
  width: 0;
  height: 0;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.news-page .list .item .item-box .text-block2 * {
  position: relative;
}
.news-page .list .item .item-box .text-block2 .title {
  color: white;
  line-height: 1;
}
.news-page .list .item .item-box .text-block2 .date {
  color: white;
}
.news-d {
  padding-bottom: 1.4rem;
  background: url(../images/about/about-bg.jpg) no-repeat center;
  background-size: cover;
  border-top: 1px solid rgba(0, 72, 34, 0.1);
}
.news-d-page .page-main {
  background-color: #fff;
  padding: 0.6rem 0.6rem 0;
}
.news-d-page .page-main .wrap-box {
  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;
}
.news-d-page .page-main .wrap-box .wrap-left {
  width: 67.1%;
  padding-right: 0.93rem;
  border-right: 1px solid rgba(179, 190, 192, 0.1);
}
.news-d-page .page-main .wrap-box .wrap-left .title {
  font-family: 'Inter-B';
  line-height: 1.333em;
}
.news-d-page .page-main .wrap-box .wrap-right {
  width: 32.9%;
  padding-left: 1.13rem;
}
.news-d-page .page-main .wrap-left-box {
  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;
  padding-bottom: 0.55rem;
  margin-top: 0.48rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid rgba(179, 190, 192, 0.1);
}
.news-d-page .page-main .wrap-left-box .date {
  color: #666666;
}
.news-d-page .page-main .socials-wrap a {
  width: 24px;
  height: 24px;
  background-color: #000f0e;
}
.news-d-page .page-main .news-detail-content * {
  font-size: var(--font16);
  line-height: 1.5em;
  margin-bottom: 0.24rem;
}
.news-d-page .page-main .editor-pn {
  position: relative;
  margin-top: 0.86rem;
}
.news-d-page .page-main .editor-pn .editor-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.14rem;
}
.news-d-page .page-main .editor-pn .editor-btn:hover {
  color: var(--color-active);
}
.news-d-page .page-main .editor-pn .editor-btn em {
  font-family: 'Inter-B';
  margin-right: 0.06rem;
  display: inline-block;
}
.news-d-page .page-main .editor-pn .editor-btn a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  flex: 1;
}
.news-d-page .page-main .editor-pn .editor-a {
  color: #454545;
  height: 38px;
  border: 1px solid #333333;
  border-radius: 19px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 106px;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-d-page .page-main .editor-pn .editor-a:hover {
  background-color: var(--color-active);
  border-color: var(--color-active);
  color: white;
}
.news-d-page .page-main .news-title {
  font-family: 'Inter-B';
  color: #000000;
  margin-bottom: 0.9rem;
}
.news-d-page .page-main .list .item {
  margin-bottom: 0.6rem;
}
.news-d-page .page-main .list .item:hover .item-box .text-box .title {
  color: var(--color-active);
}
.news-d-page .page-main .list .item:last-child {
  margin-bottom: 0;
}
.news-d-page .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.news-d-page .page-main .list .item .item-box .public-img {
  border-radius: 15px;
  overflow: hidden;
}
.news-d-page .page-main .list .item .item-box .public-img::before {
  padding-top: 75.185%;
}
.news-d-page .page-main .list .item .item-box .text-box {
  margin-top: 0.27rem;
}
.news-d-page .page-main .list .item .item-box .text-box .title {
  font-family: 'Inter-B';
  color: #000000;
  line-height: 1.2;
  min-height: calc(2em * 1.2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-d-page .page-main .list .item .item-box .text-box .date {
  margin-top: 0.12rem;
}
@media (max-width:1024px) {
  .news-d-page .page-main {
    padding: 0;
    padding-top: 1rem;
  }
  .news-d-page .page-main .wrap-box {
    display: block;
  }
  .news-d-page .page-main .wrap-box .wrap-left {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  .news-d-page .page-main .wrap-box .wrap-right {
    width: 100%;
    padding-left: 0;
    margin-top: 0.6rem;
  }
  .news-d-page .page-main .wrap-box .wrap-right .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
  .news-d-page .page-main .news-title {
    margin-bottom: 0.4rem;
  }
}
@media (max-width:768px) {
  .news-d-page .page-main .wrap-box .wrap-right .list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width:480px) {
  .news-d-page .page-main .wrap-box .wrap-right .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact {
  background: url(../images/about/about-bg.jpg) no-repeat center;
  background-size: cover;
}
.contact1 {
  padding: 1.4rem 0 1.2rem;
}
.contact1 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 27px;
  margin-top: 0.8rem;
}
@media (max-width:1280px) {
  .contact1 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:768px) {
  .contact1 .list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .contact1 .list .item .item-box::before {
    display: none;
  }
  .contact1 .list .item .item-box .public-img .icon {
    background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%) !important;
    background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%) !important;
    background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%) !important;
    background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%) !important;
    background: linear-gradient(90deg, #007a3a 0%, #004822 100%) !important;
  }
  .contact1 .list .item .item-box .public-img::after {
    display: none;
  }
  .contact1 .list .item .item-box .public-img img {
    -webkit-filter: brightness(0) invert(1) !important;
    filter: brightness(0) invert(1) !important;
  }
  .contact1 .list .item .item-box .text-box .title {
    color: #666666 !important;
  }
  .contact1 .list .item .item-box .text-box .text-body {
    color: #333 !important;
  }
}
.contact1 .list .item:hover .item-box {
  box-shadow: 0 0 18px rgba(0, 70, 33, 0.33);
}
.contact1 .list .item:hover .item-box::before {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1;
}
.contact1 .list .item:hover .item-box .public-img .icon {
  background: white;
}
.contact1 .list .item:hover .item-box .public-img::after {
  width: 100%;
  height: 100%;
  border: 0.1rem solid rgba(255, 255, 255, 0.1);
}
.contact1 .list .item:hover .item-box .public-img img {
  -webkit-filter: initial;
  filter: initial;
}
.contact1 .list .item:hover .item-box .text-box .title {
  color: white;
  opacity: 0.8;
}
.contact1 .list .item:hover .item-box .text-box .text-body {
  color: white;
}
.contact1 .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border: 1px solid #e5ede9;
  border-radius: 15px;
  padding: 0.5rem 0.4rem;
}
@media (max-width:1280px) {
  .contact1 .list .item .item-box {
    padding: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .contact1 .list .item .item-box .text-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-left: 20px;
  }
}
.contact1 .list .item .item-box::before {
  content: '';
  width: 0;
  height: 0;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contact1 .list .item .item-box .public-img {
  position: relative;
  width: 26.87%;
  max-width: 80px;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: visible;
  border-radius: 50%;
}
.contact1 .list .item .item-box .public-img .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50%;
  overflow: hidden;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:1280px) {
  .contact1 .list .item .item-box .public-img {
    max-width: 60px;
    height: 60px;
  }
}
.contact1 .list .item .item-box .public-img::after {
  content: '';
  width: 0;
  height: 0;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.contact1 .list .item .item-box .public-img img {
  object-fit: initial;
  width: auto;
  height: auto;
  max-width: 31.25%;
  max-height: 32.5%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contact1 .list .item .item-box .text-box {
  position: relative;
  margin-top: 1.3rem;
}
@media (max-width:1280px) {
  .contact1 .list .item .item-box .text-box {
    margin-top: 0;
  }
}
.contact1 .list .item .item-box .text-box .title {
  color: #666666;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contact1 .list .item .item-box .text-box .text-body {
  line-height: 1.2em;
  margin-top: 0.3rem;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contact2 {
  padding: 1.4rem 0;
  background-color: #fff;
}
.contact2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 35px;
  margin-top: 0.8rem;
}
@media (max-width:1024px) {
  .contact2 .list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
@media (max-width:768px) {
  .contact2 .list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .contact2 .list .item .item-box::before {
    display: none;
  }
  .contact2 .list .item .item-box .public-img {
    background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%) !important;
    background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%) !important;
    background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%) !important;
    background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%) !important;
    background: linear-gradient(90deg, #007a3a 0%, #004822 100%) !important;
  }
  .contact2 .list .item .item-box .public-img::after {
    display: none;
  }
  .contact2 .list .item .item-box .public-img img {
    -webkit-filter: brightness(0) invert(1) !important;
    filter: brightness(0) invert(1) !important;
  }
  .contact2 .list .item .item-box .text-box .title {
    color: #333 !important;
  }
  .contact2 .list .item .item-box .text-box .title::before {
    background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%) !important;
    background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%) !important;
    background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%) !important;
    background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%) !important;
    background: linear-gradient(90deg, #007a3a 0%, #004822 100%) !important;
  }
  .contact2 .list .item .item-box .text-box .text-body {
    color: #666666 !important;
  }
}
.contact2 .list .item:hover .item-box {
  box-shadow: 0 0 18px rgba(0, 70, 33, 0.33);
}
.contact2 .list .item:hover .item-box::before {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1;
}
.contact2 .list .item:hover .item-box .text-box .title {
  color: white;
}
.contact2 .list .item:hover .item-box .text-box .title::before {
  background: white;
}
.contact2 .list .item:hover .item-box .text-box .text-body {
  color: white;
  opacity: 0.8;
}
.contact2 .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fbfbfb;
  border: 1px solid #e5ede9;
  border-radius: 15px;
  padding: 0.4rem;
}
.contact2 .list .item .item-box::before {
  content: '';
  width: 50px;
  height: 50px;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contact2 .list .item .item-box .text-box {
  position: relative;
}
.contact2 .list .item .item-box .text-box .title {
  font-family: 'Inter-M';
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  padding-bottom: 0.36rem;
}
.contact2 .list .item .item-box .text-box .title::before {
  content: '';
  width: 40px;
  height: 3px;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact2 .list .item .item-box .text-box .text-body {
  color: #666666;
  line-height: 1.333em;
  margin-top: 0.3rem;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contact2 .list .item .item-box .text-box .text-body * {
  margin-bottom: 0.12rem;
}
.contact3 {
  padding: 1.4rem 0;
}
.contact3 .from {
  background-color: #fff;
  padding: 0.8rem 2.7rem;
  margin-top: 0.7rem;
}
@media (max-width:1024px) {
  .contact3 .from {
    padding: 0;
  }
}
.sign-in-page {
  position: relative;
  padding: 2.28rem 0;
}
.sign-in-page::before {
  content: '';
  width: 81%;
  height: 100%;
  background: -webkit-linear-gradient(180deg, #004822 0%, transparent 100%);
  background: -moz-linear-gradient(0deg, #004822 0%, transparent 100%);
  background: -o-linear-gradient(0deg, #004822 0%, transparent 100%);
  background: -ms-linear-gradient(0deg, #004822 0%, transparent 100%);
  background: linear-gradient(90deg, #004822 0%, transparent 100%);
  position: absolute;
  margin-left: -2.68rem;
  left: 0;
  top: 0;
  z-index: 1;
}
.sign-in-page .page-main {
  position: relative;
  z-index: 2;
}
.sign-in-page .wrap-box {
  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;
  grid-gap: 50px;
}
.sign-in-page .wrap-box .wrap-right {
  max-width: 527px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.sign-in-page .wrap-left .page-title {
  margin-top: 1.14rem;
}
.sign-in-page .wrap-left .page-title .title {
  color: #fff;
}
.sign-in-page .wrap-left .text-body {
  margin-top: 0.26rem;
  color: #fff;
}
.sign-in-page .from {
  padding: 0.8rem 0.6rem 1rem;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width:1024px) {
  .sign-in-page .from {
    padding: 0.4rem;
  }
}
.sign-in-page .from .title {
  font-family: 'Inter-B';
  line-height: 1;
  margin-bottom: 0.45rem;
}
.sign-in-page .from .from-box {
  margin-top: 0.3rem;
}
.sign-in-page .from .from-box:hover label {
  -webkit-text-fill-color: initial;
  background: transparent;
}
.sign-in-page .from .widget-input.active .widget-label {
  margin-top: -12px;
  opacity: 1;
}
.sign-in-page .from .widget-label {
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 5px;
  margin: 0;
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sign-in-page .from .widget-label label {
  color: var(--color-active);
}
.sign-in-page .from input {
  color: #333333;
  border-radius: 99px;
}
.sign-in-page .from input::-webkit-input-placeholder {
  color: #dcdbdb;
}
.sign-in-page .from input:-moz-placeholder {
  color: #dcdbdb;
}
.sign-in-page .from input::-moz-placeholder {
  color: #dcdbdb;
}
.sign-in-page .from input:-ms-input-placeholder {
  color: #dcdbdb;
}
.sign-in-page .from .btn-box .btn {
  border-radius: 99px;
}
@media (max-width:1024px) {
  .sign-in-page .wrap-box {
    display: block;
  }
  .sign-in-page .wrap-box .wrap-left {
    margin-bottom: 0.6rem;
  }
  .sign-in-page .wrap-box .wrap-left .page-title {
    margin: 0;
  }
}
.error-page {
  padding: 2.05rem 0;
  background: url(../images/about/about-bg.jpg) no-repeat center;
  background-size: cover;
  border-top: 1px solid rgba(0, 72, 34, 0.1);
}
.error-page .error-main {
  width: 100%;
  max-width: 560px;
  margin: auto;
  position: relative;
  overflow: visible;
}
.error-page .error-main .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.error-page .error-main .bg::before,
.error-page .error-main .bg::after {
  content: '';
  width: 100%;
  height: 100%;
  background: var(--color-active);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.05;
}
.error-page .error-main .bg::after {
  width: 119%;
  height: 119%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.04;
}
.error-page .error-main .text-block1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.error-page .error-main .text-body {
  padding: 0 0.5rem;
  text-align: center;
  color: #000000;
}
.error-page .error-main .text-body img {
  margin-bottom: 0.36rem;
}
.error-page .error-main .text-body span {
  color: var(--color-active);
}
.error-page .error-main .btn-container {
  margin-top: 0.3rem;
}
.public-page {
  padding: 1rem 0 1.6rem;
  background: url(../images/about/about-bg.jpg) no-repeat center;
  background-size: cover;
  border-top: 1px solid rgba(0, 72, 34, 0.1);
}
.public-page .public-content {
  margin-top: 0.64rem;
}
.public-page .public-content p {
  font-size: var(--font16);
  line-height: 1.5em;
  margin-bottom: 0.12rem;
}
.public-page .public-content p a {
  color: var(--color-active);
}
.public-page .list-sitemap {
  margin-top: 1rem;
  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;
}
@media (max-width:1024px) {
  .public-page .list-sitemap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
}
@media (max-width:768px) {
  .public-page .list-sitemap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.public-page .list-sitemap .item .item-box a {
  display: block;
}
.public-page .list-sitemap .item .item-box .title {
  font-family: 'Inter-B';
}
.public-page .list-sitemap .item .item-box .text-body {
  margin-top: 0.1rem;
  line-height: 2.125em;
}
.public-page .search-page {
  width: 100%;
  max-width: 697px;
  margin: auto;
  margin-top: 0.6rem;
}
.public-page .search-page .searchform .button {
  font-family: 'Inter-B';
  font-size: var(--font18);
}
.public-page .search-page .down {
  margin-top: 0.2rem;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:768px) {
  .public-page .search-page .down {
    display: block;
  }
}
.public-page .search-page .down .recommend_list {
  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-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  grid-gap: 10px;
}
.public-page .search-page .down .recommend_list a {
  padding: 0 0.09rem;
  height: 30px;
  background-color: rgba(0, 72, 34, 0.1);
  border-radius: 5px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.public-page .search-page .down .btn-container .more-primary {
  min-width: initial;
  border: none;
  padding: 0;
  color: #333333;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.public-page .search-page .down .btn-container .more-primary::before {
  display: none;
}
.public-page .search-page .down .btn-container .more-primary:hover {
  color: var(--color-active);
}
.public-page .search-page .down .btn-container .more-primary:hover .more-primary-circle {
  -webkit-filter: initial;
  filter: initial;
  opacity: 1;
}
.public-page .search-page .down .btn-container .more-primary .more-primary-str {
  text-decoration: underline;
}
.public-page .search-page .down .btn-container .more-primary .more-primary-circle {
  margin: 0;
  margin-right: 0.08rem;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.8;
}
.public-page .search-page .down .btn-container .more-primary .more-primary-circle img {
  max-height: 16px;
}
@media (max-width:768px) {
  .public-page .search-page .down .btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 20px;
  }
}
.no-result-page {
  padding: 1.4rem 0;
}
.no-result-page .text-body {
  text-align: center;
  color: #999999;
}
.no-result-page .text-body img {
  max-width: 0.6rem;
  margin-bottom: 0.1rem;
}
.search-box .title-box {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 59px;
  grid-gap: clamp(29.5px, 3.07291667vw, 59px) clamp(29.5px, 3.07291667vw, 59px);
}
.search-box .title-box .title {
  cursor: pointer;
}
.search-box .title-box .title.active {
  font-family: 'Inter-B';
  color: var(--color-active);
}
.search-box .down-page {
  padding: 0.78rem 0 1rem;
  margin-top: 0.6rem;
  background-color: white;
}
.search-box .down-page .products-page,
.search-box .down-page .news-page {
  padding: 0;
  background: transparent;
}
.search-box .down-page .products-page .down,
.search-box .down-page .news-page .down,
.search-box .down-page .products-page .list,
.search-box .down-page .news-page .list {
  margin: 0;
}
.search-box .down-page .products-page .down .item .x-spt,
.search-box .down-page .news-page .down .item .x-spt,
.search-box .down-page .products-page .list .item .x-spt,
.search-box .down-page .news-page .list .item .x-spt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  padding-left: 0.3rem;
}
.search-box .down-page .products-page .down .item .x-spt .new,
.search-box .down-page .news-page .down .item .x-spt .new,
.search-box .down-page .products-page .list .item .x-spt .new,
.search-box .down-page .news-page .list .item .x-spt .new {
  position: initial;
  height: auto;
}
.search-box .down-page .products-page .down .item .x-spt .new:nth-child(2),
.search-box .down-page .news-page .down .item .x-spt .new:nth-child(2),
.search-box .down-page .products-page .list .item .x-spt .new:nth-child(2),
.search-box .down-page .news-page .list .item .x-spt .new:nth-child(2) {
  color: #ffcb05 !important;
  text-transform: uppercase;
}
.text-tips {
  padding: 0 20px;
  color: #dd0000;
  color: var(--color-red);
}
.download-page {
  width: 100%;
  padding: 1rem 0 1.4rem;
  border-top: 1px solid rgba(0, 72, 34, 0.1);
}
.download-page .top_box .page-title .title {
  color: var(--color-active);
}
.download-page .top_box .text-body {
  color: #000;
  margin-top: 0.2rem;
}
.download-page .top_box .tab-main {
  margin: 0.57rem 0 0.3rem;
}
.download-page .top_box .tab-main .tab-title .title {
  border-radius: 10px;
}
.download-page .top_box .list_box {
  width: 100%;
  height: auto;
  background: #f0f6f0;
  border-radius: 15px;
  padding: 0 0.6rem;
  margin-top: 30px;
}
.download-page .top_box .list_box .list {
  padding: 0.46rem 0px 0.4rem;
  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;
  gap: 30px 82px;
}
@media (max-width:768px) {
  .download-page .top_box .list_box .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px !important;
  }
  .download-page .top_box .list_box .list .one {
    min-height: auto;
    padding: 0.1rem 0.2rem;
  }
}
.download-page .top_box .list_box .list .one {
  width: auto;
  height: auto;
  padding: 0 0.17rem;
  min-height: 50px;
  border-radius: 10px;
  overflow: hidden;
  word-break: break-all;
  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;
}
.download-page .top_box .list_box .list .one:first-child {
  padding: 0;
}
.download-page .top_box .list_box .list .one:first-child:hover {
  color: var(--color-active) !important;
  background-color: transparent !important;
  text-decoration: initial !important;
}
.download-page .top_box .list_box .list.list1 .one:hover,
.download-page .top_box .list_box .list.list1 .one.active {
  background-color: #004922;
  color: #FFFFFF;
}
.download-page .top_box .list_box .list.list2 {
  padding: 0.6rem 0;
  gap: 30px 48px;
}
.download-page .top_box .list_box .list.list2 .one {
  min-height: initial;
  padding: 0;
  border-radius: 0;
}
.download-page .top_box .list_box .list.list2 .one:hover,
.download-page .top_box .list_box .list.list2 .one.active2 {
  color: var(--color-active);
  text-decoration: underline;
}
.download-page .top_box .list_box .list-main {
  display: none;
}
.download-page .top_box .list_box .list-main .list {
  padding: 0.6rem 0px;
  border-top: 1px solid #d8e4db;
}
.download-page .content {
  width: 100%;
  height: auto;
}
.download-page .content .result {
  color: #000000;
  margin-top: 30px;
}
.download-page .content .result span {
  color: var(--color-active);
}
.download-page .content .input_box {
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
@media (max-width:768px) {
  .download-page .content .input_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.download-page .content .input_box .input {
  position: relative;
  width: 300px;
  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;
}
@media (max-width:768px) {
  .download-page .content .input_box .input {
    width: 100%;
  }
}
.download-page .content .input_box .input input {
  width: 100%;
  height: auto;
  min-height: 65px;
  padding: 0 20px;
  border: 1px solid #e5ede9;
  border-radius: 15px;
  font-size: var(--font18);
}
@media (max-width:1024px) {
  .download-page .content .input_box .input input {
    min-height: 45px;
  }
}
.download-page .content .input_box .input input:focus {
  border-color: var(--color-active);
}
.download-page .content .input_box .input input:focus + .input-icon {
  -webkit-filter: initial;
  filter: initial;
  opacity: 1;
}
.download-page .content .input_box .input input::-webkit-input-placeholder {
  color: #d7dad9;
}
.download-page .content .input_box .input input:-moz-placeholder {
  color: #d7dad9;
}
.download-page .content .input_box .input input::-moz-placeholder {
  color: #d7dad9;
}
.download-page .content .input_box .input input:-ms-input-placeholder {
  color: #d7dad9;
}
.download-page .content .input_box .input .input-icon {
  width: 18px;
  height: 100%;
  background: url(../images/pro2.png) no-repeat center;
  background-size: 18px 18px;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0.2rem;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.4;
}
.download-page .content .input_box .input img {
  cursor: pointer;
  flex-shrink: 0;
}
.download-page .content .input_box button {
  min-width: 160px;
  height: 65px;
  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: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #FFFFFF;
  font-size: var(--font18);
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.download-page .content .input_box button::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--color-active);
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.download-page .content .input_box button:hover::before {
  opacity: 1;
}
@media (max-width:1024px) {
  .download-page .content .input_box button {
    height: 45px;
  }
}
.download-page .content .input_box button span {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-right: 0.09rem;
}
.download-page .content .input_box button i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  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;
  font-size: 12px;
  background: #dc0000;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-40%) translateX(40%);
}
.download-page .content .selectAll {
  margin-top: 0.3rem;
}
.download-page .down .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 59px 50px;
  grid-gap: clamp(29.5px, 3.07291667vw, 59px) clamp(25px, 2.60416667vw, 50px);
  margin-top: 0.3rem;
}
@media (max-width:1280px) {
  .download-page .down .list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
}
@media (max-width:768px) {
  .download-page .down .list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.download-page .down .list .item.active .checkbox {
  background-color: #16b777;
  border-color: #16b777;
}
.download-page .down .list .item.active .checkbox img {
  opacity: 1;
}
.download-page .down .list .item:hover .item-box {
  background-color: #eef6f1;
  border-color: var(--color-active);
}
.download-page .down .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.17rem 0.2rem 0.2rem;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 15px;
}
.download-page .down .list .item .item-box .public-img {
  margin-bottom: 0.2rem;
  background-color: #000;
  border-radius: 15px;
}
.download-page .down .list .item .item-box .public-img img {
  width: auto;
  height: auto;
  max-width: 55%;
  max-height: 84%;
}
.download-page .down .list .item .item-box .public-img .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0.2rem;
  margin-top: 0.2rem;
}
.download-page .down .list .item .item-box .text-box .date {
  color: #999999;
  margin-bottom: 0.1rem;
}
.download-page .down .list .item .item-box .text-box .title {
  font-family: 'Inter-B';
  color: #000;
}
.download-page .down .list .item .item-box .text-box .btn-container {
  margin-top: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 0 19px;
}
.download-page .down .list .item .item-box .text-box .btn-container .more-primary {
  min-width: initial;
  border: none;
  padding: 0;
  color: #666666;
  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;
}
.download-page .down .list .item .item-box .text-box .btn-container .more-primary::before {
  display: none;
}
.download-page .down .list .item .item-box .text-box .btn-container .more-primary:hover {
  color: var(--color-active);
}
.download-page .down .list .item .item-box .text-box .btn-container .more-primary:hover .more-primary-circle {
  -webkit-filter: initial;
  filter: initial;
  opacity: 1;
}
.download-page .down .list .item .item-box .text-box .btn-container .more-primary .more-primary-circle {
  margin: 0;
  margin-right: 0.08rem;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.6;
}
.download-page .down .list .item .item-box .text-box .btn-container .more-primary .more-primary-circle img {
  max-height: 15px;
}
.download-page .table-main {
  overflow: auto;
}
.download-page .table-main .table-main::-webkit-scrollbar,
.download-page .table-main .table-main::-webkit-scrollbar {
  width: 2px;
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0;
}
.download-page .table-main .table-main::-webkit-scrollbar-thumb,
.download-page .table-main .table-main::-webkit-scrollbar-thumb {
  background-color: var(--color-active);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}
.download-page .table {
  width: 100%;
  min-width: 1000px;
  height: auto;
  margin-top: 0.3rem;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #d2dfd7;
}
.download-page .table .tr {
  width: 100%;
  height: auto;
  background: #eef6f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.download-page .table .tr:hover {
  background: #dbecdf;
}
.download-page .table .tr.active .checkbox {
  background-color: #16b777;
  border-color: #16b777;
}
.download-page .table .tr.active .checkbox img {
  opacity: 1;
}
.download-page .table .tr:first-child {
  background: #006e34;
  color: #FFFFFF;
}
.download-page .table .tr:first-child .td {
  border-right: 1px solid #177b46;
  font-size: var(--font20);
  color: #FFFFFF;
}
.download-page .table .tr:last-child .td {
  border-bottom: 0;
}
.download-page .table .tr .td {
  width: 100%;
  height: auto;
  text-align: center;
  min-height: 60px;
  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;
  gap: 10px;
  border-bottom: #d2dfd7 1px solid;
  border-right: 1px solid #d2dfd7;
  font-size: var(--font16);
  color: #333333;
}
.download-page .table .tr .td.select-all .selectAll {
  color: #fff;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  grid-gap: 0;
}
.download-page .table .tr .td.select-all .selectAll i {
  margin: 0;
  margin-top: 0.03rem;
}
.download-page .table .tr .td.td-left {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 0.4rem 0 0.6rem;
}
.download-page .table .tr .td.td-center {
  padding: 0 0.5rem;
}
.download-page .table .tr .td.max_10 {
  max-width: 10.4375%;
}
.download-page .table .tr .td:last-child {
  border-right: 0;
}
.download-page .table .tr .td .icon img {
  max-width: 18px;
}
.download-page .table .tr .td .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 0 39px;
  grid-gap: clamp(0px, 0vw, 0px) clamp(19.5px, 2.03125vw, 39px);
}
.download-page .table .tr .td .btn-container .more-primary {
  min-width: initial;
  border: none;
  padding: 0;
  color: #666666;
  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;
}
.download-page .table .tr .td .btn-container .more-primary::before {
  display: none;
}
.download-page .table .tr .td .btn-container .more-primary:hover {
  color: var(--color-active);
}
.download-page .table .tr .td .btn-container .more-primary:hover .more-primary-circle {
  -webkit-filter: initial;
  filter: initial;
  opacity: 1;
}
.download-page .table .tr .td .btn-container .more-primary:hover .more-primary-str {
  text-decoration: underline;
}
.download-page .table .tr .td .btn-container .more-primary .more-primary-circle {
  margin: 0;
  margin-right: 0.08rem;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.6;
}
.download-page .table .tr .td .btn-container .more-primary .more-primary-circle img {
  max-height: 15px;
}
.selectAll {
  color: #333333;
  cursor: pointer;
  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;
}
.selectAll i {
  width: 20px;
  height: 20px;
  background: url(../images/correct-icon.png) no-repeat center #fff;
  background-size: 14px 9px;
  border: 1px solid #d2dfd7;
  border-radius: 5px;
  margin-right: 0.12rem;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.selectAll.active i {
  background-color: #16b777;
  border-color: #16b777;
}
.selectAll .layui-form-checkbox[lay-skin=primary] {
  min-width: 20px;
  min-height: 20px;
  padding-left: 30px;
}
.selectAll .layui-form-checkbox[lay-skin=primary] > i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  border-color: #d2dfd7;
}
.selectAll .layui-form-checkbox[lay-skin=primary] > div {
  line-height: 20px;
  color: #333333;
}
.checkbox {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #d2dfd7;
  border-radius: 5px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.checkbox img {
  max-width: 14px;
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pager-box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  margin-top: 0.8rem;
}
.pager-box * {
  font-size: var(--font16);
  color: #333333;
}
.pager-box a {
  min-width: 39px;
  height: 39px;
  padding: 0 15px;
  border-radius: 8px;
  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: #eeeeee;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pager-box a img {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pager-box a.active,
.pager-box a:hover {
  background: #006e34;
  box-shadow: 0 0 18px rgba(0, 70, 33, 0.33);
  color: #FFFFFF;
}
.pager-box a.active img,
.pager-box a:hover img {
  filter: brightness(0) invert(1);
}
.pager-box .item {
  min-width: 39px;
  height: 39px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
.pager-box .item input {
  width: 39px;
  height: 39px;
  border: 1px solid #eeeeee;
  padding-left: 15px;
  border-radius: 8px;
}
.x-pro-info4 .x-aa a {
  position: relative;
  min-width: 149px;
  padding: 0.15rem 0.18rem;
  overflow: hidden;
  border-radius: 99px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.x-pro-info4 .x-aa a::before {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(180deg, #007a3a 0%, #004822 100%);
  background: -moz-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -o-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: -ms-linear-gradient(0deg, #007a3a 0%, #004822 100%);
  background: linear-gradient(90deg, #007a3a 0%, #004822 100%);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
}

.x-pro-info4 .x-aa a span{
  position: relative;
  z-index: 5;
}

.x-pro-info4 .swiper-wrapper {
  transition-timing-function: ease-out;
  padding-bottom: 20px;
}
.x-pro-info4 .swiper-wrapper .swiper-slide {
  width: auto;
}
.x-pro-info4 td,
.x-pro-info4 th {
  border: 1px solid rgba(0, 110, 52, 0.1);
  vertical-align: middle;
  text-align: center;
}
.x-pro-info4 img {
  max-width: 100%;
}
.x-pro-info4 .x-table1 table {
  border: 1px solid #000;
  width: 1400px !important;
}
.x-pro-info4 .x-table1 table tbody tr {
  background-color: #f0f0f0;
}
.x-pro-info4 .x-table1 table tbody tr:nth-of-type(1) {
  height: 60px !important;
  color: #fff !important;
}
.x-pro-info4 .x-table1 table tbody tr:nth-of-type(1) td {
  width: 110px !important;
  border-color: rgba(255, 255, 255, 0.1);
}
.x-pro-info4 .x-table1 table tbody tr:nth-of-type(1) td:nth-of-type(n+5) {
  width: 140px !important;
}
.x-pro-info4 .x-table1 table tbody tr:nth-of-type(1) td:nth-of-type(6) {
  width: 130px !important;
}
.x-pro-info4 .x-table1 table tbody tr:nth-of-type(1) td:nth-of-type(2n-1) {
  background-color: #ebbc4e;
}
.x-pro-info4 .x-table1 table tbody tr:nth-of-type(1) td:nth-of-type(2n) {
  background-color: #edc973;
}
.x-pro-info4 .x-table1 table tbody tr:nth-of-type(2) {
  height: 60px !important;
  color: #fff !important;
}
.x-pro-info4 .x-table1 table tbody tr:nth-of-type(2) td:nth-of-type(2n) {
  background-color: #ebbc4e;
}
.x-pro-info4 .x-table1 table tbody tr:nth-of-type(2) td:nth-of-type(2n-1) {
  background-color: #edc973;
}
.x-pro-info4 .x-table1 table tbody tr:nth-of-type(2) td:nth-of-type(1) {
  background-color: #ebbc4e;
}
.x-pro-info4 .x-table1 table tbody tr:nth-of-type(n+3) td {
  padding: 10px 0;
}
.x-pro-info4 .x-table2 table {
  border: 1px solid #000;
  width: 1400px !important;
}
.x-pro-info4 .x-table2 table tbody tr {
  background-color: #f0f0f0;
}
.x-pro-info4 .x-table2 table tbody tr:nth-of-type(1) {
  height: 60px !important;
  color: #fff !important;
}
.x-pro-info4 .x-table2 table tbody tr:nth-of-type(1) td {
  width: 110px !important;
}
.x-pro-info4 .x-table2 table tbody tr:nth-of-type(1) td:nth-of-type(n+5) {
  width: 140px !important;
}
.x-pro-info4 .x-table2 table tbody tr:nth-of-type(1) td:nth-of-type(6) {
  width: 130px !important;
}
.x-pro-info4 .x-table2 table tbody tr:nth-of-type(1) td:nth-of-type(2n-1) {
  background-color: #ff8f1c;
}
.x-pro-info4 .x-table2 table tbody tr:nth-of-type(1) td:nth-of-type(2n) {
  background-color: #f7ae65;
}
.x-pro-info4 .x-table2 table tbody tr:nth-of-type(2) {
  height: 60px !important;
  color: #fff !important;
}
.x-pro-info4 .x-table2 table tbody tr:nth-of-type(2) td:nth-of-type(2n) {
  background-color: #ff8f1c;
}
.x-pro-info4 .x-table2 table tbody tr:nth-of-type(2) td:nth-of-type(2n-1) {
  background-color: #f7ae65;
}
.x-pro-info4 .x-table2 table tbody tr:nth-of-type(2) td:nth-of-type(1) {
  background-color: #ff8f1c;
}
.x-pro-info4 .x-table2 table tbody tr:nth-of-type(n+3) td {
  padding: 10px 0;
}
.x-pro-info4 .x-table3 table {
  border: 1px solid #000;
  width: 1400px !important;
}
.x-pro-info4 .x-table3 table tbody tr {
  background-color: #f0f0f0;
}
.x-pro-info4 .x-table3 table tbody tr:nth-of-type(1) {
  height: 60px !important;
  color: #fff !important;
}
.x-pro-info4 .x-table3 table tbody tr:nth-of-type(1) td {
  width: 110px !important;
}
.x-pro-info4 .x-table3 table tbody tr:nth-of-type(1) td:nth-of-type(n+5) {
  width: 140px !important;
}
.x-pro-info4 .x-table3 table tbody tr:nth-of-type(1) td:nth-of-type(6) {
  width: 130px !important;
}
.x-pro-info4 .x-table3 table tbody tr:nth-of-type(1) td:nth-of-type(2n-1) {
  background-color: #97d700;
}
.x-pro-info4 .x-table3 table tbody tr:nth-of-type(1) td:nth-of-type(2n) {
  background-color: #c6e283;
}
.x-pro-info4 .x-table3 table tbody tr:nth-of-type(2) {
  height: 60px !important;
  color: #fff !important;
}
.x-pro-info4 .x-table3 table tbody tr:nth-of-type(2) td:nth-of-type(2n) {
  background-color: #97d700;
}
.x-pro-info4 .x-table3 table tbody tr:nth-of-type(2) td:nth-of-type(2n-1) {
  background-color: #c6e283;
}
.x-pro-info4 .x-table3 table tbody tr:nth-of-type(2) td:nth-of-type(1) {
  background-color: #97d700;
}
.x-pro-info4 .x-table3 table tbody tr:nth-of-type(n+3) td {
  padding: 10px 0;
}
.x-pro-info4 .x-table4 table {
  border: 1px solid rgba(0, 110, 52, 0.1);
  width: 1540px !important;
}
.x-pro-info4 .x-table4 table tbody tr {
  background-color: #eef6f0;
}
.x-pro-info4 .x-table4 table tbody tr:nth-of-type(1) {
  height: 60px !important;
  color: #fff !important;
}
.x-pro-info4 .x-table4 table tbody tr:nth-of-type(1) td {
  width: 110px !important;
  border-color: rgba(255, 255, 255, 0.1);
}
.x-pro-info4 .x-table4 table tbody tr:nth-of-type(1) td:nth-of-type(n+6) {
  width: 140px !important;
}
.x-pro-info4 .x-table4 table tbody tr:nth-of-type(1) td:nth-of-type(5) {
  width: 120px !important;
}
.x-pro-info4 .x-table4 table tbody tr:nth-of-type(1) td:nth-of-type(2n-1) {
  background-color: #006e34;
}
.x-pro-info4 .x-table4 table tbody tr:nth-of-type(1) td:nth-of-type(2n) {
  background-color: #006e34;
}
.x-pro-info4 .x-table4 table tbody tr:nth-of-type(2) {
  height: 60px !important;
  color: #fff !important;
}
.x-pro-info4 .x-table4 table tbody tr:nth-of-type(2) td {
  width: 110px;
}
.x-pro-info4 .x-table4 table tbody tr:nth-of-type(2) td:nth-of-type(n+6) {
  width: 140px !important;
}
.x-pro-info4 .x-table4 table tbody tr:nth-of-type(2) td:nth-of-type(5) {
  width: 120px !important;
}
.x-pro-info4 .x-table4 table tbody tr:nth-of-type(2) td:nth-of-type(2n-1) {
  background-color: #006e34;
}
.x-pro-info4 .x-table4 table tbody tr:nth-of-type(2) td:nth-of-type(2n) {
  background-color: #006e34;
  border-color: rgba(255, 255, 255, 0.1);
}
.x-pro-info4 .x-table4 table tbody tr:nth-of-type(2) td:nth-of-type(1) {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: #006e34;
}
.x-pro-info4 .x-table4 table tbody tr:nth-child(3) td {
  background-color: #006e34;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.1);
}
.x-pro-info4 .x-table4 table tbody tr .selectTdClass {
  background-color: #006e34;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.1);
}
.x-pro-info4 .x-table4 table tbody tr:nth-of-type(n+3) td {
  padding: 10px 0;
}
.x-pro-info4 .x-table4.x-table6 table tbody tr:nth-of-type(2) td:nth-of-type(2n) {
  background-color: #006e34;
}
.x-pro-info4 .x-table4.x-table6 table tbody tr:nth-of-type(2) td:nth-of-type(2n-1) {
  background-color: #006e34;
}
.x-pro-info4 .x-table4.x-table6 table tbody tr:nth-of-type(2) td:nth-of-type(1) {
  background-color: #006e34 !important;
}
.x-pro-info4 .x-table5 table {
  border: 1px solid #000;
  width: 1700px !important;
}
.x-pro-info4 .x-table5 table tbody tr {
  background-color: #f0f0f0;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(1) {
  height: 60px !important;
  color: #fff !important;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(1) td {
  width: 110px !important;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(1) td:nth-of-type(n+5) {
  width: 140px !important;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(1) td:nth-of-type(4) {
  width: 110px !important;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(1) td:nth-of-type(2n-1) {
  background-color: #0051c2;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(1) td:nth-of-type(2n) {
  background-color: #7baff7;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(1) td:nth-of-type(6),
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(1) td:nth-of-type(7),
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(1) td:nth-of-type(8) {
  width: 140px !important;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(1) td:nth-of-type(10) {
  width: 570px !important;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(2) {
  height: 60px !important;
  color: #fff !important;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(2) td {
  width: 110px !important;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(2) td:nth-of-type(n+2) {
  width: 140px !important;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(2) td:nth-of-type(n+5) {
  width: 80px !important;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(2) td:nth-of-type(2n-1) {
  background-color: #7baff7;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(2) td:nth-of-type(2n) {
  background-color: #7baff7;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(2) td:nth-of-type(2) {
  background-color: #0051c2;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(2) td:nth-of-type(3) {
  background-color: #7baff7;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(2) td:nth-of-type(4) {
  width: 80px !important;
  background-color: #0051c2;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(2) td:nth-of-type(n+5) {
  background-color: #0051c2;
}
.x-pro-info4 .x-table5 table tbody tr:nth-of-type(n+3) td {
  padding: 10px 0;
}


.x-pro-info4 .x-aa{
  margin-bottom: 0.3rem;
}

.x-pro-info4 .x-aa a{
  position: relative;
    min-width: 149px;
    padding: 0.15rem 0.18rem;
    overflow: hidden;
    border-radius: 99px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.45s 
cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.45s 
cubic-bezier(0.165, 0.84, 0.44, 1);
}

.x-pro-info4 .x-aa a span{
  position: relative;
  z-index: 5;
}



.index-quality-engineering-tire .item-box model-viewer{
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: 1;
      width: 100%;
      height: 100%;
      object-fit: cover;
}