@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: 14px/24px "R", "-apple-system", "BlinkMacSystemFont", "PingFang SC", "Helvetica", "Microsoft YaHei", arial, sans-serif, \5b8b\4f53;
  color: #333;
  outline: 0;
}
body {
  background-color: #FFF;
  /* position: relative; */
  width: 100%;
  margin: 0 auto;
  /* min-width: 1200px; */
  /* overflow-x: hidden; */
  max-width: 1920px;
  left: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.body_ie {
  height: auto !important;
}
.skrollr {
  overflow: hidden;
}
html {
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}
p {
  text-align: justify;
  color: #878892;
  font-size: var(--font16);
}
.no_margin {
  margin-bottom: 0 !important;
}
strong {
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: none;
  -moz-outline-style: none;
}
div,
li {
  box-sizing: border-box;
}
.swiper,
.slide-box {
  position: relative;
  overflow: hidden;
}
.swiper .swiper-slide .ani,
.slide-box .swiper-slide .ani {
  display: none;
}
.swiper .swiper-slide.swiper-slide-active .ani,
.slide-box .swiper-slide.swiper-slide-active .ani {
  display: block;
}
.swiper .swiper-pagination .swiper-pagination-bullet,
.slide-box .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background-color: #878892;
  border-radius: 50%;
  opacity: 0.7;
  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,
.slide-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0a8429;
  opacity: 1;
}
@media (max-width:768px) {
  .swiper .swiper-pagination .swiper-pagination-bullet,
  .slide-box .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}
@font-face {
  font-family: 'Beckman-FREE';
  src: url('../fonts/BeckmanFREE.eot');
  src: url('../fonts/BeckmanFREE.eot?#iefix') format('embedded-opentype'), url('../fonts/BeckmanFREE.woff2') format('woff2'), url('../fonts/BeckmanFREE.woff') format('woff'), url('../fonts/BeckmanFREE.ttf') format('truetype'), url('../fonts/BeckmanFREE.svg#BeckmanFREE') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
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: #aaaaa8;
}
input:-moz-placeholder {
  color: #aaaaa8;
}
input::-moz-placeholder {
  color: #aaaaa8;
}
input:-ms-input-placeholder {
  color: #aaaaa8;
}
textarea::-webkit-input-placeholder {
  color: #aaaaa8;
}
textarea:-moz-placeholder {
  color: #aaaaa8;
}
textarea::-moz-placeholder {
  color: #aaaaa8;
}
textarea:-ms-input-placeholder {
  color: #aaaaa8;
}
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: #0a8429;
  -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;
}
/* 文字超出隐藏 */
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 动画 */
.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);
}
/* 动画延迟 */
/* 图片放大 */
/* 旋转 */
.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
/* 比例 */
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
/* 图片 水平垂直 居中 */
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.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 {
  display: block;
}
.wap,
.mobile {
  display: none;
}
@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;
  }
  .pc {
    display: none;
  }
  .wap,
  .mobile {
    display: block;
  }
}
/* 常用 CSS3 动画 */
/* 360 旋转 */
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes tran_run {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tran_run2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
/* 大 => 小 */
@keyframes grow2 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* 透明度  1 => 0 */
@keyframes bgfd {
  0% {
    width: 0%;
    height: 0%;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
/* 默认 空标签 */
.cle {
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  font-size: 0px;
}
/* 图片 垂直居中 */
.imgmid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  width: 1px;
  margin-left: -1px;
  vertical-align: middle;
  font-size: 0px;
}
.block_a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  overflow: hidden;
}
.none {
  display: none;
}
/* 移动端不兼容 暂不推荐使用 */
.ratio {
  -webkit-aspect-ratio: 1 / 1;
  aspect-ratio: 1 / 1;
}
.center_box {
  position: relative;
  z-index: 5;
}
.m1px {
  margin-bottom: -1px;
}
:root {
  /* 字体 */
  /* 26px ~ 48px */
  --font48: clamp(1.625rem, calc(0.054rem + 2.46vw), 3rem);
  /* 24px ~ 42px */
  --font42: clamp(1.5rem, calc(0.214rem + 2.01vw), 2.625rem);
  /* 24px ~ 40px */
  --font40: clamp(1.5rem, calc(0.357rem + 1.79vw), 2.5rem);
  /* 24px ~ 38px */
  --font38: clamp(1.5rem, calc(0.5rem + 1.56vw), 2.375rem);
  /* 22px ~ 36px */
  --font36: clamp(1.375rem, calc(0.375rem + 1.56vw), 2.25rem);
  /* 22px ~ 34px */
  --font34: clamp(1.375rem, calc(0.518rem + 1.34vw), 2.125rem);
  /* 20px ~ 32px */
  --font32: clamp(1.25rem, calc(0.393rem + 1.34vw), 2rem);
  /* 20px ~ 30px */
  --font30: clamp(1.25rem, calc(0.536rem + 1.12vw), 1.875rem);
  /* 18px ~ 28px */
  --font28: clamp(1.125rem, calc(0.411rem + 1.12vw), 1.75rem);
  /* 18px ~ 26px */
  --font26: clamp(1.125rem, calc(0.554rem + 0.89vw), 1.625rem);
  /* 18px ~ 24px */
  --font24: clamp(1.125rem, calc(0.696rem + 0.67vw), 1.5rem);
  /* 17px ~ 22px */
  --font22: clamp(1.063rem, calc(0.705rem + 0.56vw), 1.375rem);
  /* 15px ~ 20px */
  --font20: clamp(0.938rem, calc(0.58rem + 0.56vw), 1.25rem);
  /* 14px ~ 18px */
  --font18: clamp(0.875rem, calc(0.589rem + 0.45vw), 1.125rem);
  /* 14px ~ 16px */
  --font16: clamp(0.875rem, calc(0.732rem + 0.22vw), 1rem);
  /* 12px ~ 14px */
  --font14: clamp(0.75rem, calc(0.607rem + 0.22vw), 0.875rem);
  /* 动画 */
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* 圆角 */
  --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:768px) {
  :root {
    /* 26px ~ 48px */
    --font48: 24px;
    /* 24px ~ 42px */
    --font42: 22px;
    /* 24px ~ 40px */
    --font40: 20px;
    /* 24px ~ 38px */
    --font38: 20px;
    /* 22px ~ 36px */
    --font36: 19px;
    /* 22px ~ 34px */
    --font34: 19px;
    /* 20px ~ 32px */
    --font32: 18px;
    /* 20px ~ 30px */
    --font30: 18px;
    /* 18px ~ 28px */
    --font28: 17px;
    /* 18px ~ 26px */
    --font26: 16px;
    /* 18px ~ 24px */
    --font24: 16px;
    /* 17px ~ 22px */
    --font22: 16px;
    /* 17px ~ 22px */
    --font20: 14px;
    /* 17px ~ 22px */
    --font18: 14px;
    /* 17px ~ 22px */
    --font16: 13px;
  }
}
/* 字体大小 */
/* 间距 */
/* 点扩散 */
.halo_box {
  width: 100px;
  height: 100px;
  position: relative;
  --color: #FFF;
}
.halo_box::before,
.halo_box::after,
.halo_box .halo::before,
.halo_box .halo::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  box-shadow: 0 0 60px var(--color) inset;
}
.halo_box::before,
.halo_box::after,
.halo_box .halo::before,
.halo_box .halo::after,
.halo_box .halo {
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.halo_box::before {
  animation: bgfd 6s ease infinite;
}
.halo_box::after {
  animation: bgfd 6s ease infinite 1.5s;
}
.halo_box .halo {
  width: 100%;
  height: 100%;
  position: relative;
}
.halo_box .halo::before {
  animation: bgfd 6s ease infinite 3s;
}
.halo_box .halo::after {
  animation: bgfd 6s ease infinite 4.5s;
  filter: invert();
}
.layui-btn {
  height: 100%;
  border-radius: 0;
  background: #0a8429;
}
/* Placeholder style */
/* 按钮 */
.idx_more {
  width: auto;
  height: auto;
}
.idx_more .more {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_more .more a {
  width: auto;
  min-width: 150px;
  height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  grid-gap: 15px;
  border-radius: var(--border-radius10);
  background: #EDEEF2;
  -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-color: #617480;
  --bg-color: #0a8429;
}
.idx_more .more a .word {
  font-weight: 300;
  font-size: var(--font14);
  color: var(--text-color);
  -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);
}
.idx_more .more a .icon {
  width: 19px;
  height: 19px;
  background: var(--bg-color);
  -webkit-mask: url('../svg/icon_more.svg') no-repeat center;
  mask: url('../svg/icon_more.svg') no-repeat 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);
}
.wrapper {
  overflow: hidden;
  margin-top: 145px;
}
@media (max-width:1200px) {
  .wrapper {
    margin-top: 60px;
  }
}
.content {
  width: 73.1%;
  min-width: 1405px;
  margin: 0 auto;
}
@media (max-width:1470px) {
  .content {
    width: auto !important;
    min-width: auto;
    padding: 0 40px;
    margin: 0 auto;
  }
}
@media (max-width:768px) {
  .content {
    padding: 0 20px;
  }
}
.container {
  width: 63.1%;
  min-width: 1205px;
  margin: 0 auto;
}
@media (max-width:1280px) {
  .container {
    width: auto !important;
    min-width: auto;
    padding: 0 40px;
    margin: 0 auto;
  }
}
@media (max-width:768px) {
  .container {
    padding: 0 20px;
  }
}
.pagination {
  text-align: center;
  position: relative;
  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;
}
.pagination li {
  margin: 0 1px;
  display: inline-block;
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
  color: white;
  background-color: #0a8429;
}
.pagination li > a,
.pagination li > span {
  float: none;
  display: inline-block;
  cursor: pointer;
  font-size: var(--font18);
  color: white;
  border: 0;
  width: 47px;
  height: 31px;
  line-height: 31px;
  background-color: #323a32;
  overflow: hidden;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: white;
  background-color: #0a8429;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: white;
  background-color: #0a8429;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .pagination li > a,
  .pagination li > span {
    font-size: 14px;
  }
}
.mySelect {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  z-index: 1;
}
.mySelect .show {
  z-index: 1;
  position: relative;
  padding-left: 55px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  font-size: 14px;
  color: #aaaaa8;
  background-color: #f4f4f4;
  transition-duration: 0.4s;
}
.mySelect .show.on,
.mySelect .show:hover {
  background-color: #ededed;
}
.mySelect .show:before {
  content: '';
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 2;
  width: 14px;
  height: 100%;
  background: url(../images/arrow_down.png) no-repeat center;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}
.mySelect .show.on:before {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.mySelect .drapList {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: auto;
  width: 100%;
  background-color: #f2f2f2;
}
.mySelect .drapList ul {
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.mySelect .drapList li {
  padding: 0 40px;
  line-height: 40px;
  font-size: 14px;
  color: #aaaaa8;
  cursor: pointer;
}
.mySelect .drapList li:hover {
  background-color: #ededed;
  color: #0053ca;
}
.mySelect .drapList::-webkit-scrollbar {
  display: none;
}
/* animated*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes icon-video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes icon-video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes h_schedule {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes h_schedule {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes upico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: -50%;
    opacity: 0;
  }
  65% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes upico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: -50%;
    opacity: 0;
  }
  65% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes h-clip {
  0% {
    -webkit-clip-path: circle(0 at 100% 100%);
    clip-path: circle(0 at 100% 100%);
  }
  100% {
    -webkit-clip-path: circle(100% at 100% 75%);
    clip-path: circle(100% at 100% 75%);
  }
}
@-webkit-keyframes h-clip {
  0% {
    -webkit-clip-path: circle(0 at 100% 100%);
    clip-path: circle(0 at 100% 100%);
  }
  100% {
    -webkit-clip-path: circle(100% at 100% 75%);
    clip-path: circle(100% at 100% 75%);
  }
}
@keyframes h-color-w {
  0% {
    color: #000;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes h-color-w {
  0% {
    color: #000;
  }
  100% {
    color: #fff;
  }
}
@keyframes h-color-w2 {
  0% {
    color: #000;
    color: rgba(0, 0, 0, 0.6);
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes h-color-w2 {
  0% {
    color: #000;
    color: rgba(0, 0, 0, 0.6);
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes icon_video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes icon_video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes h-line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  20% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  30% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0;
  }
  31% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 0;
  }
  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
}
@keyframes h-line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  20% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  30% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0;
  }
  31% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 0;
  }
  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
}
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes tran_run {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tran_run2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes tran_boost {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}
@-webkit-keyframes slide-page-ban {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}
@keyframes slide-page-ban {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}
@-webkit-keyframes h-core-dot {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    background-color: #323a32;
  }
  40% {
    width: 52.9%;
    height: 52.9%;
    opacity: 0.08;
    background-color: #323a32;
  }
  75% {
    width: 91%;
    height: 91%;
    opacity: 0.07;
    background-color: #4b5161;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes h-core-dot {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    background-color: #323a32;
  }
  40% {
    width: 52.9%;
    height: 52.9%;
    opacity: 0.08;
    background-color: #323a32;
  }
  75% {
    width: 91%;
    height: 91%;
    opacity: 0.07;
    background-color: #4b5161;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
  }
}
.gsap-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}
.gsap-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}
.gsap-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}
.wow {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.icon-video {
  -webkit-animation-name: icon-video;
  animation-name: icon-video;
}
.h_schedule {
  -webkit-animation-name: h_schedule;
  animation-name: h_schedule;
}
.upico {
  -webkit-animation-name: upico;
  animation-name: upico;
}
.h-clip {
  -webkit-animation-name: h-clip;
  animation-name: h-clip;
}
.h-color-w {
  -webkit-animation-name: h-color-w;
  animation-name: h-color-w;
}
.h-color-w2 {
  -webkit-animation-name: h-color-w2;
  animation-name: h-color-w2;
}
.icon_video {
  -webkit-animation-name: icon_video;
  animation-name: icon_video;
}
.h-line {
  -webkit-animation-name: h-line;
  animation-name: h-line;
}
.slide-page-ban {
  -webkit-animation-name: slide-page-ban;
  animation-name: slide-page-ban;
}
.h-core-dot {
  -webkit-animation-name: h-core-dot;
  animation-name: h-core-dot;
}
/* 公共样式 - 结束 */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  margin: auto;
  /* ----------------------------------------------------------    手机端导航 */
  /* 侧边 */
}
#header .header-pc {
  position: relative;
  -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 {
  background-color: #303136;
}
#header .header-pc .header-down {
  background-color: white;
}
#header .header-pc .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;
}
#header .header-pc .split-text {
  font-size: 14px;
  color: white;
  line-height: 45px;
}
#header .header-pc .header-wrap {
  margin: auto;
  text-align: right;
  -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-wrap .logo {
  width: 205px;
  height: 100px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#header .header-pc .header-wrap .logo span {
  font-size: 14px;
  color: #5f5f5f;
  line-height: 1;
  padding-right: 6px;
}
#header .header-pc .header-wrap .head-right {
  line-height: 100px;
  -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-wrap .head-right .nav {
  position: relative;
  float: left;
}
#header .header-pc .header-wrap .head-right .nav dl {
  float: left;
  margin-right: clamp(calc(47 / 2 * 1px), calc(47 / 1920 * 100 * 1vw), 47px);
  position: relative;
  z-index: 10;
}
#header .header-pc .header-wrap .head-right .nav dl:last-child {
  margin-right: 0;
}
#header .header-pc .header-wrap .head-right .nav dl:hover {
  z-index: 20;
}
#header .header-pc .header-wrap .head-right .nav dt a {
  font-size: var(--font16);
  color: #1b1b1b;
  position: relative;
}
#header .header-pc .header-wrap .head-right .nav dt a.on {
  color: #0a8429;
}
#header .header-pc .header-wrap .head-right .nav dd {
  display: none;
  width: 176px;
  background-color: white;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -88px;
  font-size: 0;
}
#header .header-pc .header-wrap .head-right .nav dd .ovs {
  height: 100%;
  padding: 20px 0 5px;
}
#header .header-pc .header-wrap .head-right .nav dd .ovs a {
  display: block;
  font-size: var(--font16);
  color: #353535;
  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-wrap .head-right .nav dd .ovs a:hover {
  color: #0a8429;
}
#header .header-pc .header-wrap .head-right .nav dd.nav-open {
  width: 100%;
  max-width: 1920px;
  position: fixed;
  left: 0;
  margin-left: 0;
}
#header .header-pc .header-wrap .head-right .nav dd.nav-open .container-custom {
  width: 50.652%;
  min-width: 970px;
  margin: auto;
}
#header .header-pc .header-wrap .head-right .nav dd.nav-open .container-custom .row {
  margin-left: -15px;
  margin-right: -15px;
}
#header .header-pc .header-wrap .head-right .nav dd.nav-open .container-custom .ovs {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
#header .header-pc .header-wrap .head-right .nav dd.nav-open .container-custom .ovs h3 {
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 6px;
  margin-bottom: 20px;
}
#header .header-pc .header-wrap .head-right .nav dd.nav-open .container-custom .ovs h3 a {
  margin-bottom: 6px;
}
#header .header-pc .header-wrap .head-right .nav dd.nav-open .container-custom .ovs a {
  text-align: left;
}
#header .header-pc .header-wrap .nav-but-wrap {
  margin: 31px 0 0 30px;
  position: relative;
  display: inline-block;
  float: right;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#header .header-pc .header-wrap .nav-but-wrap .menu-icon {
  height: 18px;
  width: 24px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
}
#header .header-pc .header-wrap .nav-but-wrap .menu-icon .menu-icon-line {
  height: 2px;
  width: 24px;
  display: block;
  background-color: #fff;
  margin-bottom: 6px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease, -webkit-transform 0.2s ease;
}
#header .header-pc .header-wrap .nav-but-wrap .menu-icon:hover .menu-icon-line {
  background-color: #0a8429;
}
@media (max-width:1200px) {
  #header .header-pc {
    display: none;
  }
}
#header .mask-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
#header .mask-bg.show {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  background-image: url(../images/mask.png);
  visibility: visible;
}
#header .m_header_box {
  width: 100%;
  height: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  box-shadow: 0 1px 0 #eee;
}
#header .m_header_box .header_title {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  position: relative;
  background: #fff;
  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 {
  width: auto;
  height: 100%;
  overflow: hidden;
  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 a {
  display: block;
  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: 40px;
  display: block;
  max-width: 160px;
}
#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: #000;
  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;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-radius: 5px;
  background: #0a8429;
}
#header .m_header_box .header_title .menu_btn.active::after {
  margin-top: -1px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  border-radius: 5px;
  background: #0a8429;
}
#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: #000;
  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: #000;
  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: #000;
}
#header .m_header_box .header_title .head_btn:hover .link a,
#header .m_header_box .header_title .head_btn:hover .link span {
  color: #000;
}
#header .m_header_box .header_body {
  width: 100%;
  height: calc(100vh - 60px);
  background: #f7f7f7;
  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;
  flex: 1;
  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: #282f36;
  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: #282f36;
}
#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: #0a8429;
}
#header .m_header_box .header_body .menu_nav ul li .one.active .icon {
  color: #0a8429;
}
#header .m_header_box .header_body .menu_nav ul li .one.active.is_active .icon i {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#header .m_header_box .header_body .menu_nav ul li ul {
  padding: 10px 0;
  border-top: 1px solid #0a8429;
  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: #333;
  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: #333;
}
#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: #0a8429;
}
#header .m_header_box .header_body .menu_nav ul li ul li a.active .icon {
  color: #0a8429;
}
#header .m_header_box .header_body .menu_nav ul li ul li ul {
  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: #999;
}
#header .m_header_box .header_body .menu_nav ul li ul li ul li a:before {
  content: '';
  width: 5px;
  height: 1px;
  background: #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: #0a8429;
}
#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;
  margin-top: 20px;
  padding: 0 20px;
  overflow: hidden;
}
#header .m_header_box .header_body .menu_form .center {
  width: 100%;
  height: 50px;
  background: #fff;
  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: #282f36;
  border: 0;
}
#header .m_header_box .header_body .menu_form .center form button {
  width: 70px;
  border: 0;
  height: 100%;
  background: #0a8429;
}
#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: 40px;
  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;
  overflow: hidden;
}
#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: #fff;
  border-radius: 50px;
  font-size: 12px;
  color: #282f36;
}
#header .m_header_box .header_body .menu_lang .one a.active {
  background: #0a8429;
  color: #fff;
}
@media (max-width:1200px) {
  #header .m_header_box {
    display: block;
  }
}
#header .tool-bar {
  position: fixed;
  right: -60px;
  top: 50%;
  padding: 12px 0 16px;
  z-index: 99;
  -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);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#header .tool-bar a {
  width: 49px;
  height: 49px;
  background-color: white;
  border: 1px solid #f6f6f6;
  display: block;
  cursor: pointer;
  position: relative;
  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 .tool-bar a:first-child {
  margin-top: 0;
}
#header .tool-bar a.phone .wrap-box {
  width: 200px;
  height: 49px;
}
#header .tool-bar a.phone .wrap-box .box {
  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 .tool-bar a i.iconfont {
  text-align: center;
  display: block;
  height: 20px;
  margin: 0 auto;
  margin-bottom: 3px;
  -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 .tool-bar a i.iconfont img {
  height: 20px;
  margin: auto;
}
#header .tool-bar a span {
  display: block;
  font-size: var(--font14);
  text-align: center;
  color: #1c1c1c;
  -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 .tool-bar a .wrap-box {
  display: none;
  position: absolute;
  right: 100%;
  top: -1px;
  width: 120px;
  background-color: #d4d4d4;
}
#header .tool-bar a .wrap-box .text-container {
  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;
}
#header .tool-bar a .wrap-box .p {
  font-size: 13px;
  color: #1c1c1c;
  text-align: center;
  line-height: 1.6;
  padding: 7px 0 4px;
}
#header .tool-bar a:hover span {
  color: #0a8429;
}
#header .tool-bar a:hover .wrap-box {
  display: block;
}
#header .tool-bar.on {
  right: 6px;
}
@media (max-width:1200px) {
  #header .tool-bar a.phone,
  #header .tool-bar a.weChat {
    display: none;
  }
}
#header.bottom {
  top: -80px;
}
#header.top {
  top: 0;
}
.foot-nav {
  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;
  position: relative;
}
.foot-nav .dl {
  display: inline-block;
}
.foot-nav .dl .dt {
  font-size: var(--font18);
  color: #d4d4d4;
  margin-bottom: clamp(calc(16 / 2 * 1px), calc(16 / 1920 * 100 * 1vw), 16px);
}
.foot-nav .dl .dd {
  font-size: var(--font14);
  color: #d4d4d4;
  line-height: 28px;
  display: block;
  -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);
}
.foot-nav .dl .dd:hover {
  color: white;
}
.sitemap {
  padding: 50px 0;
}
.sitemap .title {
  font-size: var(--font30);
  color: black;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
.sitemap .dl .dt {
  color: #333;
}
.sitemap .dl .dd {
  color: #666;
}
.sitemap .dl .dd:hover {
  color: #333;
}
@media (max-width:768px) {
  .sitemap .foot-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: clamp(20px, 2.08333333vw, 40px) clamp(10px, 1.04166667vw, 20px);
  }
}
#footer .footer-up {
  background: url(../images/footer-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: clamp(calc(85 / 2 * 1px), calc(85 / 1920 * 100 * 1vw), 85px);
  padding-bottom: clamp(calc(26 / 2 * 1px), calc(26 / 1920 * 100 * 1vw), 26px);
}
#footer .footer-up::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.65;
}
#footer .footer-up .wrap-box:first-child {
  margin-bottom: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
#footer .footer-down {
  background-color: black;
  padding: 18px 0 14px;
}
#footer .container {
  position: relative;
}
#footer .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 .wrap-ri {
  width: 55%;
}
#footer .footer-ico {
  max-width: 292px;
  margin-bottom: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
}
#footer .foot-nav {
  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;
  position: relative;
}
#footer .foot-nav .dl {
  display: inline-block;
}
#footer .foot-nav .dl .dt {
  font-size: var(--font18);
  color: #d4d4d4;
  margin-bottom: clamp(calc(16 / 2 * 1px), calc(16 / 1920 * 100 * 1vw), 16px);
}
#footer .foot-nav .dl .dd {
  font-size: var(--font14);
  color: #d4d4d4;
  line-height: 28px;
  display: block;
  -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 {
  color: white;
}
#footer .text-container p {
  font-size: 14px;
  color: #d4d4d4;
  line-height: 2;
  text-align: left;
  white-space: initial;
}
#footer .text-container p a {
  color: #d4d4d4;
  -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 .text-container p a:hover {
  color: white;
}
#footer .split-text {
  font-size: 12px;
  color: #d4d4d4;
  line-height: 1.4;
}
#footer .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#footer .list .item {
  margin-left: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
#footer .list .item .item-box {
  display: block;
  width: 105px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#footer .list .item .item-box .img .pb {
  padding-bottom: 115%;
}
@media (max-width:1200px) {
  #footer .footer-ico,
  #footer .wrap-ri {
    display: none;
  }
  #footer .footer-up .wrap-box {
    display: block;
  }
  #footer .socials_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #footer .footer-up .text-container p {
    text-align: center;
    line-height: 1.4;
  }
}
@media (max-width:768px) {
  #footer .footer-up {
    padding: 30px 0 20px;
  }
  #footer .socials_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    grid-gap: clamp(0px, 0vw, 0px) clamp(10px, 1.04166667vw, 20px);
  }
  #footer .socials_wrap a {
    margin-right: 0;
  }
  #footer .socials_wrap a .social_icon .weChat_img {
    padding: 4px;
    width: auto;
    margin-bottom: 6px;
  }
  #footer .footer-down {
    padding: 12px 0;
  }
  #footer .footer-down .wrap-box {
    display: block;
  }
  #footer .footer-down .split-text {
    text-align: center;
    margin-bottom: 0;
  }
  #footer .footer-down .split-text:last-child {
    margin: 0;
    display: none;
  }
}
.socials_wrap {
  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;
  text-align: center;
}
.socials_wrap a {
  position: relative;
  margin-right: 20px;
}
.socials_wrap a:last-child {
  margin-right: 0;
}
.socials_wrap a:last-child .social_icon .weChat_img {
  padding: 4px;
}
.socials_wrap a .social_icon {
  position: relative;
}
.socials_wrap a .social_icon .weChat_img {
  width: 115px;
  background-color: #d4d4d4;
  margin-bottom: 14px;
}
.socials_wrap a .social_icon .weChat_img img {
  width: 100%;
}
.socials_wrap a .social_icon .name {
  font-size: 14px;
  color: #d4d4d4;
  line-height: 1.4;
}
.pop-bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.pop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.pop .pop-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pop .cont {
  padding-left: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-right: clamp(calc(26 / 2 * 1px), calc(26 / 1920 * 100 * 1vw), 26px);
  padding-top: clamp(calc(62 / 2 * 1px), calc(62 / 1920 * 100 * 1vw), 62px);
  padding-bottom: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
  background-color: rgba(17, 90, 7, 0.85);
  border-radius: 11px;
  max-height: 80vh;
  overflow: auto;
  position: relative;
}
.pop .cont .name {
  font-size: var(--font16);
  color: white;
  line-height: 1.4;
  margin-bottom: clamp(calc(35 / 2 * 1px), calc(35 / 1920 * 100 * 1vw), 35px);
  text-align: center;
}
.pop .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  color: white;
  cursor: pointer;
  z-index: 1;
}
@media (max-width:768px) {
  .pop .pop-wrap {
    width: 94%;
  }
  .pop .cont {
    max-height: 66vh;
    padding-top: 55px;
  }
}
.service-pop .from .btn-box {
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.service-pop .from .btn-box .btn {
  min-width: 140px;
  line-height: 38px;
  background-color: #e5e5e5;
  border: none;
  border-radius: 19px;
  font-size: var(--font18);
  color: #353535;
}
@media (max-width:768px) {
  .service-pop .from .btn-box {
    margin-top: 20px;
  }
  .service-pop .from .btn-box .btn {
    min-width: 100px;
  }
}
.layui-table td,
.layui-table th {
  vertical-align: middle;
  text-align: center;
}
.layui-table th {
  font-size: var(--font18);
  color: black;
  border-color: #eeeeee;
  background-color: #fafafa;
}
.layui-table td {
  font-size: var(--font16);
  color: black;
}
.layui-table thead tr:first-child th {
  border-top: 2px solid #02b0e1;
}
.layui-table thead tr:first-child th:first-child {
  background-color: #02b0e1;
  color: white;
  border-color: #02b0e1;
}
.Tips {
  font-size: var(--font24);
  margin-top: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  margin-bottom: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
}
.Tips em {
  color: #0a8429;
}
.index-title .title-en {
  font-size: clamp(calc(26 / 16 * 1rem), calc((26 / 16 * 1rem) + ((60 - 26) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  color: #0a8429;
  line-height: 1;
  font-weight: bold;
  margin-bottom: clamp(calc(8 / 2 * 1px), calc(8 / 1920 * 100 * 1vw), 8px);
}
.index-title .title {
  font-size: var(--font48);
  color: #0a8429;
  line-height: 1.2;
  font-weight: bold;
}
.index-title .split-text {
  font-size: var(--font16);
  color: #3c3f47;
  line-height: 1.4;
  margin-top: clamp(calc(6 / 2 * 1px), calc(6 / 1920 * 100 * 1vw), 6px);
}
.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-title .title {
  font-size: var(--font30);
  color: #333333;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}
.page-title .title::before {
  content: '';
  width: 55px;
  height: 5px;
  background-color: #0a8429;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.page-title .split-text {
  font-size: var(--font16);
  color: #3c3f47;
  line-height: 1.4;
  margin-top: clamp(calc(6 / 2 * 1px), calc(6 / 1920 * 100 * 1vw), 6px);
}
.page-ban {
  position: relative;
}
.page-ban .img {
  overflow: hidden;
  position: relative;
}
.page-ban .img::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  z-index: 1;
}
.page-ban .img img {
  width: 100%;
  -webkit-animation: slide-page-ban 4s 1 forwards;
  animation: slide-page-ban 4s 1 forwards;
}
.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;
}
.page-ban .container .slogan {
  overflow: hidden;
}
.page-ban .container .slogan .name {
  font-size: clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((57 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(57 / 16 * 1rem));
  color: white;
  line-height: 1.4;
  font-weight: bold;
}
.page-ban .container .slogan .split-text {
  font-size: var(--font32);
  color: white;
  line-height: 1.2;
  margin-top: clamp(calc(18 / 2 * 1px), calc(18 / 1920 * 100 * 1vw), 18px);
}
@media (max-width:768px) {
  .page-ban .img {
    height: 200px;
  }
  .page-ban .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.product .tip-nav .tip-ri .item:hover .top a::before {
  opacity: 1;
}
.product .tip-nav .tip-ri a.active::before,
.product .tip-nav .tip-ri a:hover::before {
  opacity: 1;
}
@media (max-width:1200px) {
  .product .tip-nav {
    display: block;
  }
  .product .tip-nav .tip-ri .item .top {
    display: none;
  }
  .product .tip-nav .tip-ri .item .bom {
    position: relative;
    top: 0;
    min-width: 100%;
  }
  .product .tip-nav .tip-ri .item .bom::before {
    display: none;
  }
  .product .tip-nav .tip-ri .item .bom a {
    color: #605e5e;
    margin-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  }
  .product .tip-nav .tip-ri .item .bom a.active {
    color: #0a8429;
  }
}
.tip-nav {
  background-color: #fff;
}
.tip-nav .tip-nav-up {
  border-bottom: 1px solid #efefef;
}
.tip-nav .tip-nav-down {
  border-bottom: 1px solid #efefef;
  position: relative;
}
.tip-nav .tip-name {
  font-size: var(--font30);
  color: #0a8429;
  font-weight: bold;
}
.tip-nav .tip-le {
  font-size: var(--font14);
  color: #363636;
  height: 69px;
  padding-left: 27px;
  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;
  position: relative;
}
.tip-nav .tip-le a {
  font-size: var(--font14);
  color: #363636;
  position: relative;
  padding-right: 13px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.tip-nav .tip-le a::before {
  content: "\eb03";
  color: #363636;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tip-nav .tip-le a:last-child::before {
  display: none;
}
.tip-nav .tip-le a:hover {
  color: #0a8429;
}
.tip-nav .tip-ri .list-nav {
  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;
  height: 100px;
}
.tip-nav .tip-ri a {
  position: relative;
  margin-right: clamp(calc(82 / 2 * 1px), calc(82 / 1920 * 100 * 1vw), 82px);
  color: #605e5e;
  font-size: var(--font18);
  -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-ri a::before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 12px solid #5e5e5e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
  opacity: 0;
}
.tip-nav .tip-ri a.active,
.tip-nav .tip-ri a:hover {
  color: #0a8429;
}
.tip-nav .tip-ri .item {
  position: relative;
}
.tip-nav .tip-ri .item.active .bom {
  display: block !important;
}
.tip-nav .tip-ri .item .bom {
  display: none;
  position: absolute;
  left: 0;
  top: 33px;
  width: 100%;
  min-width: 1920px;
  padding: 8px 0;
}
.tip-nav .tip-ri .item .bom::before {
  content: '';
  width: 100%;
  height: 100%;
  min-width: 3600px;
  background-color: #5e5e5e;
  position: absolute;
  left: -1400px;
  top: 0;
}
.tip-nav .tip-ri .item .bom a {
  font-size: var(--font16);
  color: white;
  margin-right: clamp(calc(65 / 2 * 1px), calc(65 / 1920 * 100 * 1vw), 65px);
  -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-ri .item .bom a::before {
  display: none;
}
.tip-nav .tip-ri .item .bom a.active,
.tip-nav .tip-ri .item .bom a:hover {
  color: #0a8429;
}
@media (max-width:1200px) {
  .tip-nav {
    display: none;
  }
}
.index-swiper {
  position: relative;
  overflow: hidden;
}
.index-swiper .swiper-slide .bg {
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.index-swiper .swiper-slide .bg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index-swiper .swiper-slide.swiper-slide-active .bg img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 4s linear;
  transition: all 4s linear;
}
.index-swiper .swiper-slide .content {
  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: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.index-swiper .swiper-slide .content .ani {
  margin-bottom: 200px;
  margin-bottom: clamp(calc(200 / 2 * 1px), calc(200 / 1920 * 100 * 1vw), 200px);
}
.index-swiper .swiper-slide .content .ani .title {
  font-size: var(--font48);
  color: white;
  line-height: 1.4;
  font-weight: bold;
}
.index-swiper .swiper-slide .content .ani .text-body {
  font-size: var(--font36);
  color: white;
  line-height: 1.4;
  margin-top: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
  font-weight: lighter;
}
.index-swiper .videoBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-swiper .videoBox:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  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 {
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
.index-swiper .slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  margin-top: 0;
  background: no-repeat center;
  background-size: cover;
}
.index-swiper .slide-btn.swiper-button-prev {
  left: 50px;
  background-image: url(../images/prev.png);
}
.index-swiper .slide-btn.swiper-button-next {
  right: 50px;
  background-image: url(../images/next.png);
}
.index-swiper .slide-down {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  margin-bottom: 162px;
  margin-bottom: clamp(calc(162 / 2 * 1px), calc(162 / 1920 * 100 * 1vw), 162px);
}
.index-swiper .swiper-pagination {
  text-align: left;
  height: 0;
  position: relative;
  opacity: 1;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  position: relative;
  background: transparent;
  margin: 0 4px 0 0;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  height: 100%;
  background-color: #fff;
  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: 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: 430px !important;
  }
  .index-swiper .swiper-slide {
    height: 430px !important;
  }
  .index-swiper .swiper-slide .content .ani .title {
    font-size: 20px;
  }
  .index-swiper .swiper-slide .content .ani .text-body {
    font-size: 18px;
  }
}
.index-box1 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((38 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(38 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((115 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(115 / 16 * 1rem));
}
.index-box1.about-box1 .text-container p {
  font-size: var(--font14);
  margin-bottom: 20px;
}
.index-box1 .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;
}
.index-box1 .wrap-box .wrap-le {
  width: 60.2%;
  padding-right: clamp(calc(36 / 2 * 1px), calc(36 / 1920 * 100 * 1vw), 36px);
}
.index-box1 .wrap-box .wrap-ri {
  width: 39.8%;
}
.index-box1 .wrap-box .index-title .title {
  font-size: var(--font30);
  position: relative;
  padding-bottom: clamp(calc(27 / 2 * 1px), calc(27 / 1920 * 100 * 1vw), 27px);
  margin-bottom: clamp(calc(28 / 2 * 1px), calc(28 / 1920 * 100 * 1vw), 28px);
}
.index-box1 .wrap-box .index-title .title::before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #0a8429;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-box1 .wrap-box .text-container p {
  line-height: 2;
}
.index-box1 .wrap-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: clamp(calc(97 / 2 * 1px), calc(97 / 1920 * 100 * 1vw), 97px);
}
.index-box1 .wrap-box .list .item {
  width: 25%;
  border-left: 1px solid #0a8429;
}
.index-box1 .wrap-box .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.index-box1 .wrap-box .list .item .item-box .img {
  overflow: hidden;
  margin-bottom: clamp(calc(14 / 2 * 1px), calc(14 / 1920 * 100 * 1vw), 14px);
}
.index-box1 .wrap-box .list .item .item-box .img img {
  max-height: 70px;
}
.index-box1 .wrap-box .list .item .item-box .text-box .name {
  font-size: var(--font14);
  color: #1b1b1b;
  line-height: 1.4;
}
.index-box1 .wrap-box .about-slide1 {
  padding-bottom: 45px;
}
@media (max-width:990px) {
  .index-box1 .wrap-box {
    display: block;
  }
  .index-box1 .wrap-box .wrap-le {
    width: 100%;
    padding-right: 0;
  }
  .index-box1 .wrap-box .wrap-ri {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width:768px) {
  .index-box1 .wrap-box .list {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box1 .wrap-box .list .item .item-box .img img {
    max-height: 30px;
  }
}
.index-box2 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((88 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(88 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((45 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(45 / 16 * 1rem));
  background: url(../images/index/index-box2-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.index-box2 .index-box2-up {
  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: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
}
.index-box2 .index-title .title {
  color: white;
}
.index-box2 .index-title .split-text {
  color: white;
}
.index-box2 .tab-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.index-box2 .tab-name a {
  min-width: 118px;
  font-size: var(--font16);
  color: white;
  line-height: 30px;
  background-color: #595b5f;
  border-radius: 15px;
  padding: 0 10px;
  text-align: center;
  margin-left: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
}
.index-box2 .tab-name a.active {
  background-color: #0a8429;
}
.index-box2 .slide-box {
  position: relative;
}
.index-box2 .slide-box .slide-btn {
  width: 40px;
  height: 47px;
  background: no-repeat center;
  background-size: cover;
  opacity: 0.5;
}
.index-box2 .slide-box .slide-btn.swiper-button-prev {
  background-image: url(../images/prev.png);
}
.index-box2 .slide-box .slide-btn.swiper-button-next {
  background-image: url(../images/next.png);
}
.index-box2 .more {
  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: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
}
.index-box2 .more a {
  min-width: 168px;
  padding: 0 10px;
  font-size: var(--font16);
  color: white;
  line-height: 40px;
  background-color: #0a8429;
  border-radius: 7px;
  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;
}
.index-box2 .index-slide2 {
  width: 88%;
  margin: auto;
  position: relative;
}
.index-box2 .index-slide2 .swiper-slide {
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  text-align: center;
}
.index-box2 .index-slide2 .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.index-box2 .index-slide2 .swiper-slide > a {
  display: block;
  width: 100%;
}
.index-box2 .index-slide2 .swiper-slide .img {
  margin-bottom: clamp(calc(14 / 2 * 1px), calc(14 / 1920 * 100 * 1vw), 14px);
  background-color: #f3f3f3;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0px 20px #000;
}
.index-box2 .index-slide2 .swiper-slide .img .pb {
  padding-bottom: 115%;
}
.index-box2 .index-slide2 .swiper-slide .img .pb .ab {
  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;
  background-color: #f3f3f3;
}
.index-box2 .index-slide2 .swiper-slide .img .pb img {
  mix-blend-mode: darken;
  object-fit: cover;
  max-height: 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);
}
.index-box2 .index-slide2 .swiper-slide .img:hover .pb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.index-box2 .index-slide2 .swiper-slide .text-box .name {
  font-size: var(--font18);
  color: #eeeeee;
}
.index-box2 .index-slide2 .swiper-pagination {
  display: none;
}
@media (max-width:990px) {
  .index-box2 .index-slide2 {
    width: 100%;
  }
  .index-box2 .index-slide2 .swiper-slide {
    -webkit-transform: none;
    transform: none;
  }
  .index-box2 .slide-box .slide-btn {
    display: none;
  }
}
@media (max-width:768px) {
  .index-box2 .index-box2-up {
    display: block;
  }
  .index-box2 .tab-name {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .index-box2 .tab-name a {
    padding: 0 15px;
    min-width: auto;
  }
  .index-box2 .tab-name a:first-child {
    margin: 0;
  }
}
.index-box3 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((60 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((35 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(35 / 16 * 1rem));
  background-color: #d7d7d7;
}
.index-box3 .index-box3-up {
  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: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.index-box3 .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;
}
.index-box3 .tab-name {
  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;
  grid-gap: 0 78px;
  position: relative;
}
.index-box3 .tab-name a {
  font-size: var(--font16);
  color: #2c2b2b;
  line-height: 1.4;
  position: relative;
  padding-bottom: 4px;
}
.index-box3 .list {
  width: 49.9%;
}
.index-box3 .list:last-child {
  width: 46.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: white;
}
.index-box3 .list:last-child .item {
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  border-bottom: 1px solid #efefef;
  height: 100%;
}
.index-box3 .list:last-child .item:last-child {
  border: none;
}
.index-box3 .list:last-child .item .text-box .date {
  text-align: right;
  margin-top: clamp(calc(34 / 2 * 1px), calc(34 / 1920 * 100 * 1vw), 34px);
}
.index-box3 .list .item {
  height: 100%;
  background-color: white;
  padding-left: clamp(calc(47 / 2 * 1px), calc(47 / 1920 * 100 * 1vw), 47px);
  padding-right: clamp(calc(47 / 2 * 1px), calc(47 / 1920 * 100 * 1vw), 47px);
  padding-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  -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-box3 .list .item:hover {
  background-color: #0a8429;
}
.index-box3 .list .item:hover .text-box .name,
.index-box3 .list .item:hover .text-box .text-container,
.index-box3 .list .item:hover .text-box .date {
  color: white;
}
.index-box3 .list .item:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.index-box3 .list .item .item-box {
  height: 100%;
  display: block;
  overflow: hidden;
}
.index-box3 .list .item .text-box .name {
  font-size: var(--font24);
  color: #66686d;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -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-box3 .list .item .text-box .text-container {
  font-size: var(--font16);
  color: #7e7f8a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  -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-box3 .list .item .text-box .date {
  font-size: var(--font16);
  color: #b8b8bd;
  line-height: 1;
  margin-top: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  -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-box3 .list .item .img {
  margin-top: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  overflow: hidden;
}
.index-box3 .list .item .img .pb {
  padding-bottom: 67%;
}
.index-box3 .list .item .img .pb img {
  width: 100%;
  min-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);
}
@media (max-width:990px) {
  .index-box3 .tab-name {
    grid-gap: clamp(0px, 0vw, 0px) clamp(15px, 1.5625vw, 30px);
  }
  .index-box3 .wrap-box {
    display: block;
  }
  .index-box3 .wrap-box .list {
    width: 100%;
  }
  .index-box3 .wrap-box .list:last-child {
    margin-top: 20px;
  }
  .index-box3 .wrap-box .list .item {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
  .index-box3 .wrap-box .list .item:first-child {
    margin: 0;
  }
}
@media (max-width:768px) {
  .index-box3 .index-box3-up {
    display: block;
  }
  .index-box3 .tab-name {
    margin-top: 30px;
  }
  .index-box3 .list .item .text-box .text-container {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.index-box4 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((87 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(87 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((92 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(92 / 16 * 1rem));
  background-color: #2c2b2b;
}
.index-box4 .index-box4-up {
  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: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
}
.index-box4 .index-title .title {
  color: #06cc38;
}
.index-box4 .index-title .split-text {
  color: white;
}
.index-box4 .more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font16);
  color: white;
  line-height: 1;
}
.index-box4 .more a i {
  font-size: var(--font34);
  color: #0a8429;
  margin-right: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
}
.index-box4 .index-slide4 {
  padding-top: 37px;
}
.index-box4 .index-slide4 .triangle-icon {
  position: absolute;
  z-index: 9;
  width: 0;
  height: 0;
}
.index-box4 .index-slide4 .triangle-icon.triangle-icon1 {
  top: 37px;
  left: 0;
  border-top: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem)) solid #2c2b2b;
  border-right: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem)) solid transparent;
}
.index-box4 .index-slide4 .triangle-icon.triangle-icon2 {
  top: 37px;
  right: 0;
  border-top: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem)) solid #2c2b2b;
  border-left: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem)) solid transparent;
}
.index-box4 .index-slide4 .triangle-icon.triangle-icon3 {
  bottom: 0;
  left: 0;
  border-bottom: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem)) solid #2c2b2b;
  border-right: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem)) solid transparent;
}
.index-box4 .index-slide4 .triangle-icon.triangle-icon4 {
  bottom: 0;
  right: 0;
  border-bottom: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem)) solid #2c2b2b;
  border-left: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem)) solid transparent;
}
.index-box4 .index-slide4 .triangle-icon.triangle-icon5 {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -34px;
  border-left: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem)) solid #2c2b2b;
  border-top: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem)) solid transparent;
  border-bottom: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem)) solid transparent;
  cursor: pointer;
}
.index-box4 .index-slide4 .triangle-icon.triangle-icon6 {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: -34px;
  border-right: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem)) solid #2c2b2b;
  border-top: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem)) solid transparent;
  border-bottom: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem)) solid transparent;
  cursor: pointer;
}
.index-box4 .index-slide4 .swiper-pagination {
  bottom: auto;
  top: 0;
}
.index-box4 .index-slide4 .swiper-slide .img .pb {
  padding-bottom: 43.5%;
}
.index-box4 .index-slide4 .swiper-slide .img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.index-box4 .index-slide4 .swiper-slide .text-box {
  min-width: 547px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(39, 41, 46, 0.8);
  padding-left: clamp(calc(39 / 2 * 1px), calc(39 / 1920 * 100 * 1vw), 39px);
  padding-right: clamp(calc(39 / 2 * 1px), calc(39 / 1920 * 100 * 1vw), 39px);
  padding-top: clamp(calc(27 / 2 * 1px), calc(27 / 1920 * 100 * 1vw), 27px);
  padding-bottom: clamp(calc(34 / 2 * 1px), calc(34 / 1920 * 100 * 1vw), 34px);
  margin-top: clamp(calc(66 / 2 * 1px), calc(66 / 1920 * 100 * 1vw), 66px);
  margin-right: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  z-index: 9;
}
.index-box4 .index-slide4 .swiper-slide .text-box .name {
  font-size: var(--font30);
  color: #06cc38;
  font-weight: bold;
  margin-bottom: clamp(calc(38 / 2 * 1px), calc(38 / 1920 * 100 * 1vw), 38px);
}
.index-box4 .index-slide4 .swiper-slide .text-box dl {
  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: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
.index-box4 .index-slide4 .swiper-slide .text-box dl:last-child {
  margin-bottom: 0;
}
.index-box4 .index-slide4 .swiper-slide .text-box dl dt {
  margin-right: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
}
.index-box4 .index-slide4 .swiper-slide .text-box dl dt img {
  max-width: 33px;
}
.index-box4 .index-slide4 .swiper-slide .text-box dl dd {
  flex: 1;
}
.index-box4 .index-slide4 .swiper-slide .text-box dl dd p {
  font-size: var(--font16);
  color: white;
  line-height: 1.5;
}
@media (max-width:768px) {
  .index-box4 .index-slide4 {
    margin-top: 30px;
  }
  .index-box4 .index-slide4 .triangle-icon {
    display: none;
  }
  .index-box4 .index-slide4 .swiper-slide .text-box {
    min-width: 100%;
    position: relative;
    margin: 0;
    padding: 20px;
  }
  .index-box4 .index-slide4 .swiper-slide .text-box dl dt img {
    max-width: 20px;
  }
}
.index-box5 {
  min-height: 735px;
  background: no-repeat center;
  background-size: cover;
  position: relative;
}
.index-box5 .index-box5-up {
  background-color: rgba(8, 129, 45, 0.85);
  padding-left: clamp(calc(35 / 2 * 1px), calc(35 / 1920 * 100 * 1vw), 35px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-top: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
  padding-bottom: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  max-width: 312px;
}
.index-box5 .index-title .title,
.index-box5 .index-title .split-text {
  color: white;
}
.index-box5 .text-container {
  margin-top: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
}
.index-box5 .text-container h6 {
  font-size: var(--font18);
  color: #eaeaea;
  font-weight: bold;
}
.index-box5 .text-container p {
  color: #eaeaea;
}
.index-box5 .index-box5-down {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(14, 118, 46, 0.75);
  padding-top: clamp(calc(58 / 2 * 1px), calc(58 / 1920 * 100 * 1vw), 58px);
}
.index-box5 .num-box .num {
  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;
}
.index-box5 .num-box .num .one {
  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;
  color: white;
  margin-left: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  margin-right: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
.index-box5 .num-box .num .one .one-box {
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 35px;
  padding-bottom: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
}
.index-box5 .num-box .num .one .one-box::after {
  content: '';
  width: 19px;
  height: 19px;
  background-color: white;
  position: absolute;
  left: 0;
  top: -19px;
}
.index-box5 .num-box .num .one .one-box::before {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #9abea5;
  position: absolute;
  left: 8.5px;
  top: 0;
}
.index-box5 .num-box .num .one .top {
  font-size: var(--font16);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.index-box5 .num-box .num .one .top span {
  font-size: var(--font48);
  line-height: 1;
  margin-right: 4px;
}
.index-box5 .num-box .num .one .bot {
  font-size: var(--font18);
  line-height: 1;
  margin-top: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
}
.index-box5 .index-box5-m {
  display: none;
}
@media (max-width:1200px) {
  .index-box5 {
    min-height: 470px;
  }
}
@media (max-width:768px) {
  .index-box5 {
    min-height: inherit;
    background: none rgba(8, 129, 45, 0.85) !important;
  }
  .index-box5 .index-box5-m {
    display: block;
  }
  .index-box5 .index-box5-up {
    min-width: 100%;
    background-color: transparent;
  }
  .index-box5 .index-box5-down {
    position: relative;
    padding: 30px 0;
  }
  .index-box5 .num-box .num {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: clamp(20px, 2.08333333vw, 40px) clamp(10px, 1.04166667vw, 20px);
  }
  .index-box5 .num-box .num .one {
    margin: 0;
  }
  .index-box5 .num-box .num .one .one-box {
    padding: 0;
  }
  .index-box5 .num-box .num .one .one-box::before,
  .index-box5 .num-box .num .one .one-box::after {
    display: none;
  }
}
.about-box2 {
  background: url(../images/about/about-box2-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((32 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(32 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((110 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(110 / 16 * 1rem));
}
.about-box2::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #071c51;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
}
.about-box2 .page-title .title {
  color: white;
}
.about-box2 .slide-box {
  position: relative;
  margin-top: clamp(calc(45 / 2 * 1px), calc(45 / 1920 * 100 * 1vw), 45px);
  overflow: visible;
}
.about-box2 .slide-box::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 0;
}
.about-box2 .slide-box .swiper-pagination {
  display: none;
  width: 100%;
  bottom: -30px;
}
.about-box2 .slide-box .about-slide2 {
  max-width: 85%;
  height: 330px;
  margin: auto;
}
.about-box2 .slide-box .about-slide2 .swiper-slide {
  height: 100%;
}
.about-box2 .slide-box .about-slide2 .swiper-slide:nth-child(2n-1) {
  margin-top: 151px;
}
.about-box2 .slide-box .about-slide2 .swiper-slide:nth-child(2n) .slide-box::before {
  top: auto;
  bottom: 8px;
}
.about-box2 .slide-box .about-slide2 .swiper-slide:nth-child(2n) .text-box .drop {
  top: auto;
  bottom: 6px;
}
.about-box2 .slide-box .about-slide2 .swiper-slide .slide-box {
  height: 177px;
  margin: 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;
  position: relative;
  overflow: hidden;
}
.about-box2 .slide-box .about-slide2 .swiper-slide .slide-box::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: white;
  position: absolute;
  left: 13px;
  top: 8px;
}
.about-box2 .slide-box .about-slide2 .swiper-slide .text-box {
  max-height: 125px;
  padding: 0 10px 0 22px;
  overflow: auto;
}
.about-box2 .slide-box .about-slide2 .swiper-slide .text-box .drop {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
}
.about-box2 .slide-box .about-slide2 .swiper-slide .text-box .drop i {
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 50%;
  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-box2 .slide-box .about-slide2 .swiper-slide .text-box .drop i::after {
  content: '';
  width: 14px;
  height: 14px;
  background: white;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.about-box2 .slide-box .about-slide2 .swiper-slide .text-box .drop i::before {
  content: '';
  width: 22px;
  height: 22px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -11px;
  opacity: 0.6;
  -webkit-animation: icon-video 2s infinite forwards linear 1s;
  animation: icon-video 2s infinite forwards linear 1s;
}
.about-box2 .slide-box .about-slide2 .swiper-slide .text-box .name {
  font-size: var(--font18);
  color: #0a8429;
}
.about-box2 .slide-box .about-slide2 .swiper-slide .text-box .split-text {
  font-size: var(--font14);
  color: #dcdcdc;
}
.about-box2 .slide-box .about-slide2 .swiper-slide .text-box .split-text p {
  font-size: var(--font14);
  color: #dcdcdc;
}
@media (max-width:1200px) {
  .about-box2 .slide-box .swiper-pagination {
    display: block;
  }
}
.about-box3 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((70 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(70 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((180 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(180 / 16 * 1rem));
}
.about-box3 .page-title .text-container {
  margin-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
}
.about-box3 .page-title .text-container p {
  font-size: var(--font14);
  color: #727272;
  text-align: center;
}
.about-box3 .wrap-box {
  position: relative;
  margin-top: clamp(calc(155 / 2 * 1px), calc(155 / 1920 * 100 * 1vw), 155px);
}
.about-box3 .wrap-box .wrap-bg {
  width: 100%;
  min-height: 744px;
  background: url(../images/about/about-box3-map.png) no-repeat center;
  background-size: cover;
}
.about-box3 .wrap-box .core-dot {
  position: absolute;
  width: 41.2%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-box3 .wrap-box .core-dot .ab {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: h-core-dot 3s ease-out;
  -moz-animation: h-core-dot 3s eae-out;
  animation: h-core-dot 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.about-box3 .wrap-box .core-dot.core-dot1 .ab {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.about-box3 .wrap-box .core-dot.core-dot2 .ab {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.about-box3 .wrap-box .core-line {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../images/about/about-box3-line.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: hrun 3s infinite linear;
  -moz-animation: run 3s infinite linear;
  animation: run 3s infinite linear;
}
.about-box3 .wrap-box .core-box {
  width: 12.3%;
  background-color: #075107;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-box3 .wrap-box .core-box::before {
  content: '';
  width: 110%;
  height: 110%;
  border-radius: 50%;
  background-color: #075107;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-box3 .wrap-box .core-box .img .ab {
  padding: 0 20px;
  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-box3 .wrap-box .item {
  max-width: 375px;
  position: absolute;
}
.about-box3 .wrap-box .item.item1 {
  left: 15%;
  top: 6%;
}
.about-box3 .wrap-box .item.item1 .item-box .img {
  order: 2;
  margin-right: 0;
  margin-left: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
}
.about-box3 .wrap-box .item.item1 .item-box .text-box .name {
  text-align: right;
}
.about-box3 .wrap-box .item.item3 {
  left: 10.5%;
  top: 42%;
}
.about-box3 .wrap-box .item.item3 .item-box .img {
  order: 2;
  margin-right: 0;
  margin-left: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
}
.about-box3 .wrap-box .item.item3 .item-box .text-box .name {
  text-align: right;
}
.about-box3 .wrap-box .item.item5 {
  left: 15%;
  top: 78%;
}
.about-box3 .wrap-box .item.item5 .item-box .img {
  order: 2;
  margin-right: 0;
  margin-left: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
}
.about-box3 .wrap-box .item.item5 .item-box .text-box .name {
  text-align: right;
}
.about-box3 .wrap-box .item.item2 {
  right: 15%;
  top: 6%;
}
.about-box3 .wrap-box .item.item4 {
  right: 10.5%;
  top: 42%;
}
.about-box3 .wrap-box .item.item6 {
  right: 15%;
  top: 78%;
}
.about-box3 .wrap-box .item .item-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-box3 .wrap-box .item .item-box .text-box {
  flex: 1;
}
.about-box3 .wrap-box .item .item-box .img {
  width: 30%;
  border-radius: 50%;
  margin-right: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
}
.about-box3 .wrap-box .item .item-box .img .ab {
  padding: 0 20px;
  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;
  background-color: #075107;
  border-radius: 50%;
}
.about-box3 .wrap-box .item .item-box .name {
  font-size: var(--font18);
  color: #075107;
  font-weight: bold;
}
.about-box3 .wrap-box .item .item-box .text-container {
  font-size: var(--font14);
  color: #605e5e;
  margin-top: clamp(calc(12 / 2 * 1px), calc(12 / 1920 * 100 * 1vw), 12px);
}
@media (max-width:1560px) {
  .about-box3 .wrap-box .item.item3 {
    left: 7%;
  }
  .about-box3 .wrap-box .item.item4 {
    right: 7%;
  }
  .about-box3 .wrap-box .item .item-box .img {
    width: 80px;
  }
}
@media (max-width:1470px) {
  .about-box3 .wrap-box {
    margin-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  }
  .about-box3 .wrap-box .item.item1 {
    top: 8%;
  }
  .about-box3 .wrap-box .item.item2 {
    top: 8%;
  }
  .about-box3 .wrap-box .item.item3 {
    left: 5%;
  }
  .about-box3 .wrap-box .item.item4 {
    right: 5%;
  }
}
@media (max-width:1366px) {
  .about-box3 .wrap-box {
    margin-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  }
  .about-box3 .wrap-box .item.item1 {
    top: 10%;
  }
  .about-box3 .wrap-box .item.item2 {
    top: 10%;
  }
  .about-box3 .wrap-box .item.item3 {
    left: 3%;
  }
  .about-box3 .wrap-box .item.item4 {
    right: 3%;
  }
}
@media (max-width:1200px) {
  .about-box3 .wrap-box {
    padding: 0 20px;
    margin-top: 40px;
  }
  .about-box3 .wrap-box .core-dot {
    display: none;
  }
  .about-box3 .wrap-box .wrap-bg {
    background: none !important;
    min-height: auto;
  }
  .about-box3 .wrap-box .core-box {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    display: none;
  }
  .about-box3 .wrap-box .item {
    max-width: 100%;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-bottom: 20px;
  }
  .about-box3 .wrap-box .item:last-child {
    margin: 0;
  }
  .about-box3 .wrap-box .item .item-box .img {
    width: 65px;
    order: 1 !important;
    margin-left: 0 !important;
    margin-right: 20px !important;
  }
  .about-box3 .wrap-box .item .item-box .text-box {
    order: 2 !important;
  }
  .about-box3 .wrap-box .item .item-box .text-box .name {
    text-align: left !important;
  }
}
@media (max-width:768px) {
  .about-box3 .page-title {
    padding: 0 20px;
  }
  .about-box3 .wrap-box .item .item-box .img {
    width: 40px;
    margin-right: 10px !important;
  }
  .about-box3 .wrap-box .item .item-box .img .ab {
    padding: 0 10px;
  }
  .about-box3 .wrap-box .item .item-box .text-container {
    margin: 0;
  }
}
.enterprise-advantages-box1 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((77 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(77 / 16 * 1rem));
  padding-top: 77px;
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((98 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(98 / 16 * 1rem));
}
.enterprise-advantages-box1 .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;
}
.enterprise-advantages-box1 .wrap-box .wrap-le {
  width: 27.2%;
}
.enterprise-advantages-box1 .wrap-box .wrap-ri {
  width: 70%;
}
.enterprise-advantages-box1 .index-title {
  width: 100%;
  height: 100%;
  background: url(../images/about/enterprise-advantages-box1-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-left: clamp(calc(45 / 2 * 1px), calc(45 / 1920 * 100 * 1vw), 45px);
  overflow: hidden;
}
.enterprise-advantages-box1 .index-title .title {
  color: white;
}
.enterprise-advantages-box1 .index-title .title-en {
  font-size: clamp(calc(26 / 16 * 1rem), calc((26 / 16 * 1rem) + ((65 - 26) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(65 / 16 * 1rem));
  color: white;
  opacity: 0.2;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  margin-left: clamp(calc(59 / 2 * 1px), calc(59 / 1920 * 100 * 1vw), 59px);
  margin-top: 4px;
}
.enterprise-advantages-box1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -4%;
  margin-right: -4%;
}
.enterprise-advantages-box1 .list .item {
  width: 50%;
  padding: 0 4%;
  margin-bottom: 75px;
}
.enterprise-advantages-box1 .list .item:nth-last-child(-n+2) {
  margin: 0;
}
.enterprise-advantages-box1 .list .item .item-box {
  border: 5px solid #0a8429;
  display: block;
  height: 100%;
  position: relative;
}
.enterprise-advantages-box1 .list .item .item-box .img {
  overflow: hidden;
  width: 26.3%;
  position: absolute;
  top: 0;
  left: 17.5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: white;
}
.enterprise-advantages-box1 .list .item .item-box .text-box {
  padding: 60px 24px 45px 24px;
  padding-left: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-right: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-top: clamp(calc(28 / 2 * 1px), calc(28 / 1920 * 100 * 1vw), 28px);
  padding-top: 60px;
  padding-bottom: clamp(calc(45 / 2 * 1px), calc(45 / 1920 * 100 * 1vw), 45px);
  position: relative;
}
.enterprise-advantages-box1 .list .item .item-box .text-box .name {
  font-size: var(--font18);
  color: #0a8429;
  font-weight: bold;
  text-align: center;
}
.enterprise-advantages-box1 .list .item .item-box .text-box .text-container {
  margin-top: 18px;
  margin-top: clamp(calc(18 / 2 * 1px), calc(18 / 1920 * 100 * 1vw), 18px);
  font-size: var(--font14);
  color: #0a8429;
}
@media (max-width:1200px) {
  .enterprise-advantages-box1 .list {
    margin-left: -7px;
    margin-right: -7px;
  }
  .enterprise-advantages-box1 .list .item {
    padding: 0 7px;
    margin-bottom: 50px;
  }
  .enterprise-advantages-box1 .list .item .item-box .img {
    width: 65px;
    left: 30px;
  }
  .enterprise-advantages-box1 .list .item .item-box .text-box {
    padding-top: 50px;
  }
}
@media (max-width:990px) {
  .enterprise-advantages-box1 {
    padding-top: 50px;
  }
  .enterprise-advantages-box1 .wrap-box {
    display: block;
  }
  .enterprise-advantages-box1 .wrap-box .wrap-le {
    width: 100%;
  }
  .enterprise-advantages-box1 .wrap-box .wrap-ri {
    width: 100%;
    margin-top: 60px;
  }
  .enterprise-advantages-box1 .index-title {
    padding: 20px;
  }
  .enterprise-advantages-box1 .index-title .title-en {
    -webkit-transform: none;
    transform: none;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width:768px) {
  .enterprise-advantages-box1 .index-title {
    padding: 0;
    background: none !important;
  }
  .enterprise-advantages-box1 .index-title .title {
    color: #333;
  }
  .enterprise-advantages-box1 .index-title .title-en {
    color: #333;
    opacity: 0.4;
  }
  .enterprise-advantages-box1 .list .item {
    width: 100%;
    margin-bottom: 50px !important;
  }
  .enterprise-advantages-box1 .list .item .item-box .img {
    left: 20px;
  }
}
.enterprise-advantages-box2 {
  background-color: #075107;
}
.enterprise-advantages-box2:hover .img .pb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.enterprise-advantages-box2 .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;
}
.enterprise-advantages-box2 .wrap-box .wrap-le {
  width: 50%;
}
.enterprise-advantages-box2 .wrap-box .wrap-ri {
  width: 50%;
  padding-left: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-top: clamp(calc(6 / 2 * 1px), calc(6 / 1920 * 100 * 1vw), 6px);
  padding-right: 8%;
}
.enterprise-advantages-box2 .img {
  overflow: hidden;
}
.enterprise-advantages-box2 .img .pb {
  padding-bottom: 67%;
}
.enterprise-advantages-box2 .img img {
  width: 100%;
  object-fit: cover;
  max-height: 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);
}
.enterprise-advantages-box2 .index-title {
  position: relative;
}
.enterprise-advantages-box2 .index-title .title {
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  padding-right: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  margin-bottom: clamp(calc(-16 / 2 * 1px), calc(-16 / 1920 * 100 * 1vw), -16px);
}
.enterprise-advantages-box2 .index-title .title-en {
  font-size: clamp(calc(26 / 16 * 1rem), calc((26 / 16 * 1rem) + ((107 - 26) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(107 / 16 * 1rem));
  color: white;
  opacity: 0.05;
}
.enterprise-advantages-box2 .text-container {
  padding-left: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  padding-right: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  margin-top: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
  margin-bottom: clamp(calc(98 / 2 * 1px), calc(98 / 1920 * 100 * 1vw), 98px);
}
.enterprise-advantages-box2 .text-container p {
  font-size: var(--font14);
  color: #dcdcdc;
}
.enterprise-advantages-box2 .num-box .num {
  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;
  padding-left: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  padding-right: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
}
.enterprise-advantages-box2 .num-box .num .one {
  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;
  color: white;
}
.enterprise-advantages-box2 .num-box .num .one .one-box {
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 35px;
}
.enterprise-advantages-box2 .num-box .num .one .one-box::before {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #9abea5;
  position: absolute;
  left: 8.5px;
  top: 0;
}
.enterprise-advantages-box2 .num-box .num .one .top {
  font-size: var(--font18);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.enterprise-advantages-box2 .num-box .num .one .top span {
  font-size: clamp(calc(20 / 16 * 1rem), calc((20 / 16 * 1rem) + ((65 - 20) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(65 / 16 * 1rem));
  line-height: 1;
  margin-right: 4px;
}
.enterprise-advantages-box2 .num-box .num .one .bot {
  font-size: var(--font18);
  line-height: 1;
  margin-top: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
}
@media (max-width:1200px) {
  .enterprise-advantages-box2 .wrap-box .wrap-ri {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 40px;
  }
  .enterprise-advantages-box2 .text-container {
    margin: 30px 0;
    padding: 0;
  }
}
@media (max-width:990px) {
  .enterprise-advantages-box2 .wrap-box {
    display: block;
  }
  .enterprise-advantages-box2 .wrap-box .wrap-le {
    width: 100%;
  }
  .enterprise-advantages-box2 .wrap-box .wrap-ri {
    width: 100%;
    padding: 40px 20px;
  }
  .enterprise-advantages-box2 .index-title .title {
    position: relative;
    padding: 0;
    margin-bottom: 10px;
  }
  .enterprise-advantages-box2 .index-title .title-en {
    margin: 0;
  }
  .enterprise-advantages-box2 .num-box .num .one .one-box {
    padding: 0;
  }
  .enterprise-advantages-box2 .num-box .num .one .one-box::before {
    display: none;
  }
}
@media (max-width:990px) {
  .enterprise-advantages-box2 .num-box .num {
    padding: 0;
  }
  .enterprise-advantages-box2 .num-box .num .one .bot {
    font-size: 12px;
  }
}
.enterprise-advantages-box3 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((85 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(85 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((135 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(135 / 16 * 1rem));
  background: url(../images/about/enterprise-advantages-box3-bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.enterprise-advantages-box3 .text-container {
  margin-top: clamp(calc(32 / 2 * 1px), calc(32 / 1920 * 100 * 1vw), 32px);
  margin-bottom: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
}
.enterprise-advantages-box3 .text-container p {
  text-align: center;
}
.enterprise-advantages-box3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.enterprise-advantages-box3 .list .item {
  width: 33.33333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.enterprise-advantages-box3 .list .item .item-box {
  background-color: #fff;
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.enterprise-advantages-box3 .list .item .item-box .img {
  overflow: hidden;
  border: 1px solid #0a8429;
}
.enterprise-advantages-box3 .list .item .item-box .img img {
  width: 100%;
  object-fit: cover;
  max-height: 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);
}
.enterprise-advantages-box3 .list .item .item-box .img .pb {
  padding-bottom: 54.2%;
}
.enterprise-advantages-box3 .list .item .item-box .text-box {
  background-color: rgba(50, 58, 50, 0.9);
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
.enterprise-advantages-box3 .list .item .item-box .text-box .name {
  font-size: var(--font14);
  color: white;
  height: 39px;
  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;
}
.enterprise-advantages-box3 .list .item:hover .img .pb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width:1200px) {
  .enterprise-advantages-box3 .list {
    margin-left: -7px;
    margin-right: -7px;
  }
  .enterprise-advantages-box3 .list .item {
    padding: 0 7px;
    margin-bottom: 20px;
  }
}
@media (max-width:768px) {
  .enterprise-advantages-box3 {
    background: none !important;
  }
  .enterprise-advantages-box3 .list .item {
    width: 100%;
  }
}
.corporate-mission-box1 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((40 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(40 / 16 * 1rem));
}
.corporate-mission-box1 .title {
  text-align: center;
}
.corporate-mission-box1 .text-container {
  margin-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  margin-bottom: clamp(calc(65 / 2 * 1px), calc(65 / 1920 * 100 * 1vw), 65px);
}
.corporate-mission-box1 .text-container p {
  text-align: center;
  font-size: var(--font18);
  color: #626262;
}
.corporate-mission-box1 .corporate-mission-box1-down {
  background: url(../images/about/corporate-mission-box1-bg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: clamp(calc(27 / 2 * 1px), calc(27 / 1920 * 100 * 1vw), 27px);
  border-bottom: 1px solid rgba(50, 58, 50, 0.2);
}
.corporate-mission-box1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
}
.corporate-mission-box1 .list .item {
  width: 33.33333333%;
  padding: 0 50px;
}
.corporate-mission-box1 .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.corporate-mission-box1 .list .item .item-box .img {
  overflow: hidden;
}
.corporate-mission-box1 .list .item .item-box .img .pb {
  padding-bottom: 214%;
}
.corporate-mission-box1 .list .item .item-box .text-box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding-left: clamp(calc(32 / 2 * 1px), calc(32 / 1920 * 100 * 1vw), 32px);
  padding-right: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
.corporate-mission-box1 .list .item .item-box .text-box .ico {
  width: 49px;
  height: 48px;
  overflow: hidden;
  margin: auto;
}
.corporate-mission-box1 .list .item .item-box .text-box .ico img {
  max-width: 49px;
  max-height: 48px;
}
.corporate-mission-box1 .list .item .item-box .text-box .name {
  font-size: var(--font18);
  color: white;
  font-weight: bold;
  line-height: 1.4;
  margin-top: clamp(calc(36 / 2 * 1px), calc(36 / 1920 * 100 * 1vw), 36px);
  margin-bottom: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
  text-align: center;
}
.corporate-mission-box1 .list .item .item-box .text-box .text-container {
  margin: 0;
  font-size: var(--font14);
  color: white;
  -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:1200px) {
  .corporate-mission-box1 .list {
    margin-left: -25px;
    margin-right: -25px;
  }
  .corporate-mission-box1 .list .item {
    padding: 0 25px;
  }
}
@media (max-width:768px) {
  .corporate-mission-box1 .corporate-mission-box1-down {
    background: none !important;
    border: none;
    padding: 0;
  }
  .corporate-mission-box1 .list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .corporate-mission-box1 .list .item:last-child {
    margin-bottom: 0;
  }
  .corporate-mission-box1 .list .item .item-box .img {
    display: none;
  }
  .corporate-mission-box1 .list .item .item-box .text-box {
    position: relative;
    padding: 0;
  }
  .corporate-mission-box1 .list .item .item-box .text-box .ico {
    filter: invert(35%) sepia(99%) saturate(5975%) hue-rotate(139deg) brightness(91%) contrast(92%);
  }
  .corporate-mission-box1 .list .item .item-box .text-box .name {
    color: #333;
    margin: 10px 0 20px;
  }
  .corporate-mission-box1 .list .item .item-box .text-box .text-container {
    color: #333;
  }
}
.corporate-mission-box2 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((144 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(144 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((200 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(200 / 16 * 1rem));
}
.corporate-mission-box2 .title {
  text-align: center;
}
.corporate-mission-box2 .text-container {
  margin-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  margin-bottom: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
.corporate-mission-box2 .text-container p {
  text-align: center;
  font-size: var(--font18);
  color: #626262;
}
.corporate-mission-box2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -35px;
  margin-right: -35px;
}
.corporate-mission-box2 .list .item {
  width: 33.33333333%;
  padding: 0 35px;
}
.corporate-mission-box2 .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.corporate-mission-box2 .list .item .item-box .img {
  overflow: hidden;
  position: relative;
}
.corporate-mission-box2 .list .item .item-box .img .pb {
  padding-bottom: 51%;
}
.corporate-mission-box2 .list .item .item-box .img .pb img {
  object-fit: cover;
  max-height: 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);
}
.corporate-mission-box2 .list .item .item-box .img .img-text-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  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;
}
.corporate-mission-box2 .list .item .item-box .img .img-text-box .name {
  width: 100%;
  font-size: var(--font36);
  color: white;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.corporate-mission-box2 .list .item .item-box .img .img-text-box .name em {
  font-size: var(--font18);
  font-weight: 300;
  display: block;
}
.corporate-mission-box2 .list .item .item-box .text-box {
  min-height: 245px;
  padding: 30px 24px 42px 24px;
  padding-left: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-right: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-bottom: clamp(calc(42 / 2 * 1px), calc(42 / 1920 * 100 * 1vw), 42px);
  position: relative;
  border: 1px solid #0a8429;
  margin-top: 2px;
}
.corporate-mission-box2 .list .item .item-box .text-box .text-container {
  margin: 0;
}
.corporate-mission-box2 .list .item .item-box .text-box .text-container p {
  font-size: var(--font14);
  color: #3c3d3c;
  position: relative;
  text-align: left;
  padding-left: 20px;
}
.corporate-mission-box2 .list .item .item-box .text-box .text-container p::before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #0a8429;
  position: absolute;
  left: 0;
  top: 7px;
}
.corporate-mission-box2 .list .item:hover .item-box .img .pb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width:1200px) {
  .corporate-mission-box2 .list {
    margin-left: -7px;
    margin-right: -7px;
  }
  .corporate-mission-box2 .list .item {
    padding: 0 7px;
  }
}
@media (max-width:768px) {
  .corporate-mission-box2 .text-container {
    margin: 20px 0 30px;
  }
  .corporate-mission-box2 .list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .corporate-mission-box2 .list .item:last-child {
    margin-bottom: 0;
  }
  .corporate-mission-box2 .list .item .item-box .text-box {
    min-height: inherit;
  }
  .corporate-mission-box2 .list .item .item-box .text-box .text-container p {
    line-height: 1.4;
    margin-bottom: 8px;
    padding-left: 15px;
  }
  .corporate-mission-box2 .list .item .item-box .text-box .text-container p::before {
    top: 5px;
  }
}
@media (max-width:1200px) {
  .service .tip-nav {
    display: block;
  }
  .service .tip-nav .tip-nav-up {
    display: none;
  }
  .service .tip-nav .tip-name {
    display: none;
  }
  .service .tip-nav .tip-ri .list-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 70px;
  }
  .service .tip-nav .tip-ri .list-nav a {
    margin-right: 24px;
  }
}
.product-box1 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((86 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(86 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((200 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(200 / 16 * 1rem));
  background-color: #f5f5f5;
}
.product-box1.product-box1-2 .list .item .item-box .text-box .name {
  font-size: var(--font16);
}
.product-box1.service-box-1 .list .item .item-box .img .pb img {
  min-width: 100%;
  min-height: 100%;
}
.product-box1 .product-text-container {
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((90 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(90 / 16 * 1rem));
}
.product-box1 .product-text-container p {
  font-size: var(--font16);
  color: #363636;
  margin-bottom: 20px;
}
.product-box1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -4%;
  margin-right: -4%;
}
.product-box1 .list .item {
  width: 33.33333333%;
  padding: 0 4%;
  margin-bottom: 4%;
}
.product-box1 .list .item .item-box {
  background-color: white;
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-left: clamp(calc(19 / 2 * 1px), calc(19 / 1920 * 100 * 1vw), 19px);
  padding-right: clamp(calc(19 / 2 * 1px), calc(19 / 1920 * 100 * 1vw), 19px);
  padding-top: clamp(calc(17 / 2 * 1px), calc(17 / 1920 * 100 * 1vw), 17px);
  padding-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
}
.product-box1 .list .item .item-box .img {
  background-color: #f3f3f3;
  overflow: hidden;
  position: relative;
}
.product-box1 .list .item .item-box .img .pb {
  padding-bottom: 105%;
}
.product-box1 .list .item .item-box .img .pb .ab {
  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;
  background-color: #f3f3f3;
}
.product-box1 .list .item .item-box .img .pb img {
  mix-blend-mode: darken;
  object-fit: cover;
  max-height: 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);
}
.product-box1 .list .item .item-box .text-box .name {
  font-size: var(--font18);
  color: #605e5e;
  font-weight: bold;
  margin-top: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  margin-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
}
.product-box1 .list .item .item-box .text-box .text-container p {
  font-size: var(--font14);
  color: #605e5e;
  position: relative;
}
.product-box1 .list .item:hover .item-box .img .pb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width:1200px) {
  .product-box1 .list {
    margin-left: -7px;
    margin-right: -7px;
  }
  .product-box1 .list .item {
    padding: 0 7px;
    margin-bottom: 20px;
  }
}
@media (max-width:768px) {
  .product-box1 .list .item {
    width: 100%;
  }
}
.product-d-container {
  background-color: #f5f5f5;
  padding-top: clamp(calc(66 / 2 * 1px), calc(66 / 1920 * 100 * 1vw), 66px);
}
.product-d-container .page-title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.product-d-container .page-title .title {
  padding-bottom: 0;
  font-weight: lighter;
}
.product-d-container .page-title .title::before {
  display: none;
}
.product-d-container .white {
  padding: 0 50px;
  background-color: white;
}
.product-d-container .product-d-box2-2 {
  padding: 50px;
}
.product-d-container .recommend-product {
  padding: 0 50px;
  padding-top: clamp(calc(90 / 2 * 1px), calc(90 / 1920 * 100 * 1vw), 90px);
}
@media (max-width:768px) {
  .product-d-container .white {
    padding: 0 20px;
  }
  .product-d-container .product-d-box2-2 {
    padding: 30px 20px;
  }
  .product-d-container .recommend-product {
    padding: 30px 20px 0;
  }
}
.product-d-box1 .page-title .title {
  color: #363636;
}
.product-d-box1 .text-container p {
  color: #363636;
  margin-bottom: 16px;
}
.product-d-box1 .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-d-box1 .more a {
  min-width: 180px;
  padding: 0 10px;
  font-size: var(--font16);
  color: white;
  line-height: 48px;
  background-color: #0a8429;
  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;
}
.product-d-box1 .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;
  min-height: 435px;
  padding-top: clamp(calc(32 / 2 * 1px), calc(32 / 1920 * 100 * 1vw), 32px);
  padding-bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.product-d-box1 .wrap-box .wrap-le {
  width: 46.5%;
  min-height: 453px;
  position: relative;
  padding-left: 175px;
  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;
}
.product-d-box1 .wrap-box .wrap-le .product-d-slide {
  position: relative;
  width: 100%;
}
.product-d-box1 .wrap-box .wrap-le .product-d-slide .swiper-pagination {
  display: none;
}
.product-d-box1 .wrap-box .wrap-le .product-d-slide .img {
  background-color: #f3f3f3;
  overflow: hidden;
  position: relative;
}
.product-d-box1 .wrap-box .wrap-le .product-d-slide .img .pb {
  padding-bottom: 105%;
}
.product-d-box1 .wrap-box .wrap-le .product-d-slide .img .pb .ab {
  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;
  background-color: #f3f3f3;
}
.product-d-box1 .wrap-box .wrap-le .product-d-slide .img .pb img {
  mix-blend-mode: darken;
  object-fit: cover;
  max-height: 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);
}
.product-d-box1 .wrap-box .wrap-le .hd-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 106px;
  height: 435px;
  padding-top: 30px;
  z-index: 6;
}
.product-d-box1 .wrap-box .wrap-le .hd-box .hd {
  height: 399px;
  overflow: hidden;
}
.product-d-box1 .wrap-box .wrap-le .hd-box .hd li {
  height: 133px;
  cursor: pointer;
}
.product-d-box1 .wrap-box .wrap-le .hd-box .hd li .img {
  width: 106px;
  height: 105px;
  background-color: white;
  border: 1px solid #79ae78;
  overflow: hidden;
}
.product-d-box1 .wrap-box .wrap-le .hd-box .hd li .img .ab {
  background-size: 75% 75%;
  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;
}
.product-d-box1 .wrap-box .wrap-le .hd-box .hd li.on .img {
  border-color: #0a8429;
}
.product-d-box1 .wrap-box .wrap-ri {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: clamp(calc(27 / 2 * 1px), calc(27 / 1920 * 100 * 1vw), 27px);
}
@media (max-width:1200px) {
  .product-d-box1 .wrap-box {
    padding: 40px 0;
    display: block;
    min-height: inherit;
  }
  .product-d-box1 .wrap-box .wrap-le {
    width: 100%;
    min-height: inherit;
    padding-left: 0;
  }
  .product-d-box1 .wrap-box .wrap-le .product-d-slide .swiper-pagination {
    display: block;
  }
  .product-d-box1 .wrap-box .wrap-le .hd-box {
    display: none;
  }
  .product-d-box1 .wrap-box .wrap-ri {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .product-d-box1 .text-container {
    margin: 20px 0;
  }
  .product-d-box1 .text-container p {
    margin: 0;
  }
}
@media (max-width:768px) {
  .product-d-box1 .more a {
    min-width: 100px;
    line-height: 40px;
  }
}
.product-d-box2 {
  margin-top: 14px;
  padding-top: clamp(calc(58 / 2 * 1px), calc(58 / 1920 * 100 * 1vw), 58px);
}
.product-d-box2 .page-title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.product-d-box2 .text-container p {
  color: #363636;
}
.product-d-box2 .text-container ul {
  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;
  grid-gap: 20px 140px;
  margin: 30px 0;
}
.product-d-box2 .text-container ul li img {
  max-height: 88px;
}
.product-d-box2 .img {
  text-align: center;
}
.product-d-box2 .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;
}
.product-d-box2 .product-d-box2-up .wrap-box {
  margin-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  margin-bottom: clamp(calc(47 / 2 * 1px), calc(47 / 1920 * 100 * 1vw), 47px);
}
.product-d-box2 .product-d-box2-up .wrap-box .text-container {
  width: 55%;
}
.product-d-box2 .product-d-box2-up .wrap-box .text-container p {
  margin-bottom: 10px;
}
.product-d-box2 .product-d-box2-up .wrap-box .img {
  width: 40%;
  text-align: center;
}
.product-d-box2 .product-d-box2-down {
  margin-left: -50px;
  margin-right: -50px;
  margin-top: 20px;
  padding-bottom: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
}
.product-d-box2 .product-d-box2-down .wrap-box {
  padding: 0 50px;
  padding-top: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  background-color: #e5e5e5;
  padding-bottom: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
}
.product-d-box2 .product-d-box2-down .wrap-item {
  width: 50%;
}
.product-d-box2 .product-d-box2-down .wrap-item:first-child {
  padding-right: 20px;
}
.product-d-box2 .product-d-box2-down .wrap-item .name {
  font-size: var(--font30);
  color: #0a8429;
  line-height: 1.2;
  margin-bottom: clamp(calc(18 / 2 * 1px), calc(18 / 1920 * 100 * 1vw), 18px);
}
.product-d-box2 .product-d-box2-down .wrap-item .text-container p a {
  display: inline-block;
  color: #0a8429;
  text-decoration: underline;
}
.product-d-box2 .product-d-box2-down .wrap-item .text-container img {
  max-height: 80px;
}
.product-d-box2 .text-box {
  padding: 0 50px;
}
.product-d-box2 .text-box .name {
  font-size: var(--font30);
  color: #0a8429;
  line-height: 1.2;
  margin-bottom: clamp(calc(18 / 2 * 1px), calc(18 / 1920 * 100 * 1vw), 18px);
}
.product-d-box2 .text-box .text-container p a {
  display: inline-block;
  color: #0a8429;
  text-decoration: underline;
}
.product-d-box2 .img-plus {
  text-align: center;
  margin-bottom: clamp(calc(90 / 2 * 1px), calc(90 / 1920 * 100 * 1vw), 90px);
  padding-top: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
}
@media (max-width:768px) {
  .product-d-box2 .product-d-box2-down {
    margin: 0;
    margin-top: 20px;
  }
  .product-d-box2 .text-container ul {
    grid-gap: 20px 20px;
  }
  .product-d-box2 .text-container ul li img {
    max-height: 50px;
  }
  .product-d-box2 .product-d-box2-up .wrap-box {
    display: block;
  }
  .product-d-box2 .product-d-box2-up .wrap-box .text-container {
    width: 100%;
  }
  .product-d-box2 .product-d-box2-up .wrap-box .img {
    width: 100%;
    margin-top: 20px;
  }
  .product-d-box2 .product-d-box2-down .wrap-box {
    padding: 20px;
    display: block;
  }
  .product-d-box2 .product-d-box2-down .wrap-item {
    width: 100%;
  }
  .product-d-box2 .product-d-box2-down .wrap-item:first-child {
    padding: 0;
    margin-bottom: 20px;
  }
  .product-d-box2 .img-plus {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .product-d-box2 .text-box {
    padding: 0;
  }
}
.product-d-box2-1 {
  background-color: #e5e5e5 !important;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.product-d-box2-1 .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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product-d-box2-1 .wrap-box .page-title {
  width: 200px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.product-d-box2-1 .wrap-box .wrap-ri {
  flex: 1;
}
.product-d-box2-1 .wrap-box .item {
  margin-bottom: 10px;
}
.product-d-box2-1 .wrap-box .item:last-child .item-box .text-container {
  border: none;
}
.product-d-box2-1 .wrap-box .item .item-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;
}
.product-d-box2-1 .wrap-box .item .item-box .img {
  max-width: 112px;
  margin-right: clamp(calc(42 / 2 * 1px), calc(42 / 1920 * 100 * 1vw), 42px);
}
.product-d-box2-1 .wrap-box .item .item-box .text-container {
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  flex: 1;
}
.product-d-box2-1 .wrap-box .item .item-box .text-container p {
  color: #363636;
}
@media (max-width:768px) {
  .product-d-box2-1 .wrap-box {
    display: block;
  }
  .product-d-box2-1 .wrap-box .page-title {
    width: inherit;
    margin-bottom: 30px;
  }
}
.product-d-box2-2 .page-title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width:768px) {
  .product-d-box2-2 col:first-child {
    width: auto !important;
  }
}
.product-d-box2-3 .page-title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.product-d-box2-3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -4%;
  margin-right: -4%;
  margin-top: 30px;
}
.product-d-box2-3 .list .item {
  width: 33.33333333%;
  padding: 0 4%;
  margin-bottom: 4%;
}
.product-d-box2-3 .list .item .item-box {
  background-color: white;
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product-d-box2-3 .list .item .item-box .img {
  background-color: #f3f3f3;
  overflow: hidden;
  position: relative;
}
.product-d-box2-3 .list .item .item-box .img .pb {
  padding-bottom: 105%;
}
.product-d-box2-3 .list .item .item-box .img .pb .ab {
  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;
  background-color: #f3f3f3;
}
.product-d-box2-3 .list .item .item-box .img .pb img {
  mix-blend-mode: darken;
  object-fit: cover;
  max-height: 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);
}
.product-d-box2-3 .list .item .item-box .text-box .name {
  font-size: var(--font18);
  color: #605e5e;
  font-weight: bold;
  margin-top: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  margin-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
}
.product-d-box2-3 .list .item .item-box .text-box .text-container p {
  font-size: var(--font14);
  color: #605e5e;
  position: relative;
}
.product-d-box2-3 .list .item:hover .item-box .img .pb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width:1200px) {
  .product-d-box2-3 .list {
    margin-left: -7px;
    margin-right: -7px;
  }
  .product-d-box2-3 .list .item {
    padding: 0 7px;
  }
}
@media (max-width:768px) {
  .product-d-box2-3 .list .item {
    width: 100%;
  }
}
.recommend-product .page-title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-left: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  padding-right: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  border: 1px solid #d8d8d8;
  border-left: none;
  border-right: none;
}
.recommend-product .page-title .title {
  color: #0a8429;
}
.recommend-product .list .item .item-box {
  padding: 0;
}
@media (max-width:768px) {
  .recommend-product .page-title {
    margin: 0;
    margin-bottom: 30px;
  }
}
.news .page-ban .img::before,
.contact .page-ban .img::before {
  display: none;
}
.news-box1 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((50 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(50 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((110 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(110 / 16 * 1rem));
}
.news-box1 .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-box1 .wrap-box .wrap-le {
  width: 65.9%;
}
.news-box1 .wrap-box .wrap-ri {
  width: 27.6%;
}
.news-box1 .wrap-box .news-name {
  font-size: var(--font16);
  color: #0a8429;
  font-weight: bold;
  border-bottom: 1px solid #0a8429;
  margin-bottom: 10px;
}
.news-box1 .wrap-box .list {
  margin-bottom: clamp(calc(75 / 2 * 1px), calc(75 / 1920 * 100 * 1vw), 75px);
}
.news-box1 .wrap-box .list .item {
  border-bottom: 1px dashed #a9a9a9;
  padding-top: clamp(calc(7 / 2 * 1px), calc(7 / 1920 * 100 * 1vw), 7px);
  padding-bottom: clamp(calc(7 / 2 * 1px), calc(7 / 1920 * 100 * 1vw), 7px);
}
.news-box1 .wrap-box .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-left: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
  padding-right: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
  padding-top: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
  padding-bottom: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
  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-box1 .wrap-box .list .item .item-box::before {
  content: '';
  width: 50%;
  height: 100%;
  margin: auto;
  background: #f8f6f3;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  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);
  opacity: 0;
}
.news-box1 .wrap-box .list .item .item-box .img {
  width: 25.3%;
  overflow: hidden;
}
.news-box1 .wrap-box .list .item .item-box .img .pb {
  padding-bottom: 67%;
}
.news-box1 .wrap-box .list .item .item-box .img .pb img {
  object-fit: cover;
  min-height: 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);
}
.news-box1 .wrap-box .list .item .item-box .text-box {
  width: 69.66%;
}
.news-box1 .wrap-box .list .item .item-box .text-box .name {
  font-size: var(--font18);
  color: #7e7e7e;
  font-weight: bold;
}
.news-box1 .wrap-box .list .item .item-box .text-box .text-container {
  font-size: var(--font14);
  color: #7e7e7e;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: clamp(calc(12 / 2 * 1px), calc(12 / 1920 * 100 * 1vw), 12px);
  margin-bottom: clamp(calc(12 / 2 * 1px), calc(12 / 1920 * 100 * 1vw), 12px);
}
.news-box1 .wrap-box .list .item .item-box .text-box .date {
  font-size: var(--font14);
  color: #7e7e7e;
}
.news-box1 .wrap-box .list .item .item-box .text-box .date em {
  margin-left: clamp(calc(14 / 2 * 1px), calc(14 / 1920 * 100 * 1vw), 14px);
}
.news-box1 .wrap-box .list .item:hover .item-box::before {
  opacity: 1;
  width: 100%;
}
.news-box1 .wrap-box .list .item:hover .item-box .img .pb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.news-box1 .wrap-box .list-name {
  background-color: #ececec;
  padding-top: clamp(calc(43 / 2 * 1px), calc(43 / 1920 * 100 * 1vw), 43px);
  padding-bottom: clamp(calc(18 / 2 * 1px), calc(18 / 1920 * 100 * 1vw), 18px);
  margin-bottom: clamp(calc(36 / 2 * 1px), calc(36 / 1920 * 100 * 1vw), 36px);
}
.news-box1 .wrap-box .list-name a {
  display: block;
  font-size: var(--font16);
  color: #393939;
  border-bottom: 1px solid #7e7e7e;
  line-height: 34px;
  padding: 0 20px;
  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;
}
.news-box1 .wrap-box .list-name a i {
  color: white;
  font-size: 12px;
  margin-right: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
  opacity: 0;
}
.news-box1 .wrap-box .list-name a.active {
  background-color: #0a8429;
  border-color: #0a8429;
  color: white;
}
.news-box1 .wrap-box .list-name a.active i {
  opacity: 1;
}
.news-box1 .wrap-box .list2 {
  margin-bottom: 22px;
}
.news-box1 .wrap-box .list2 .item {
  margin-bottom: 14px;
}
.news-box1 .wrap-box .list2 .item:last-child {
  margin: 0;
}
.news-box1 .wrap-box .list2 .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.news-box1 .wrap-box .list2 .item .item-box .img {
  overflow: hidden;
  position: relative;
}
.news-box1 .wrap-box .list2 .item .item-box .img .pb {
  padding-bottom: 60%;
}
.news-box1 .wrap-box .list2 .item .item-box .img .pb img {
  object-fit: cover;
  width: 100%;
  min-height: 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);
}
.news-box1 .wrap-box .list2 .item .item-box .img .num {
  width: 43px;
  height: 54px;
  background-color: #0a8429;
  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;
  top: 0;
  z-index: 9;
  margin-left: clamp(calc(28 / 2 * 1px), calc(28 / 1920 * 100 * 1vw), 28px);
  font-size: var(--font14);
  color: white;
}
.news-box1 .wrap-box .list2 .item .item-box .text-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33px;
  padding-left: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-right: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  background-color: rgba(0, 0, 0, 0.65);
  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;
  z-index: 9;
}
.news-box1 .wrap-box .list2 .item .item-box .text-box .name {
  font-size: var(--font14);
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box1 .wrap-box .list2 .item:hover .item-box .img .pb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.news-box1 .wrap-box .list3 .item {
  border-bottom: 1px solid #7e7e7e;
}
.news-box1 .wrap-box .list3 .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  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-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
}
.news-box1 .wrap-box .list3 .item .item-box .img {
  width: 25.3%;
  overflow: hidden;
  order: 2;
}
.news-box1 .wrap-box .list3 .item .item-box .img .pb {
  padding-bottom: 90%;
}
.news-box1 .wrap-box .list3 .item .item-box .img .pb img {
  object-fit: cover;
  width: 100%;
  min-height: 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);
}
.news-box1 .wrap-box .list3 .item .item-box .text-box {
  width: 69.66%;
  order: 1;
}
.news-box1 .wrap-box .list3 .item .item-box .text-box .name-box {
  font-size: var(--font14);
  color: #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.news-box1 .wrap-box .list3 .item .item-box .text-box .name-box em {
  width: 14px;
  height: 14px;
  font-size: 12px;
  color: white;
  background-color: #0a8429;
  border-radius: 4px;
  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-right: 10px;
  margin-top: 5px;
}
.news-box1 .wrap-box .list3 .item .item-box .text-box .name-box .name {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-box1 .wrap-box .list3 .item .item-box .text-box .date {
  font-size: var(--font14);
  color: #757575;
  margin-top: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
  margin-left: 24px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.news-box1 .wrap-box .list3 .item .item-box .text-box .date em {
  margin-left: clamp(calc(14 / 2 * 1px), calc(14 / 1920 * 100 * 1vw), 14px);
}
.news-box1 .wrap-box .list3 .item:hover .item-box .img .pb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width:990px) {
  .news-box1 .wrap-box {
    display: block;
  }
  .news-box1 .wrap-box .wrap-le {
    width: 100%;
  }
  .news-box1 .wrap-box .wrap-ri {
    display: none;
  }
  .news-box1 .wrap-box .list .item .item-box .text-box .text-container {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media (max-width:480px) {
  .news-box1 .wrap-box .list .item .item-box {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .news-box1 .wrap-box .list .item .item-box::before {
    display: none;
  }
  .news-box1 .wrap-box .list .item .item-box .img {
    width: 100%;
  }
  .news-box1 .wrap-box .list .item .item-box .text-box {
    width: 100%;
    margin-top: 14px;
  }
}
.news-d-box1 .news-d-bg {
  background-color: #f1f1f1;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-bottom: clamp(calc(45 / 2 * 1px), calc(45 / 1920 * 100 * 1vw), 45px);
  padding: 0 30px;
  padding-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-bottom: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  min-height: 1100px;
}
.news-d-box1 .container-custom h1 {
  font-size: var(--font24);
  color: #63a452;
  font-weight: bold;
  text-align: center;
}
.news-d-box1 .date {
  font-size: var(--font14);
  color: #aeaeae;
  line-height: 1;
  margin-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  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;
}
.news-d-box1 .date em {
  margin-left: clamp(calc(220 / 2 * 1px), calc(220 / 1920 * 100 * 1vw), 220px);
}
.news-d-box1 .news-detail-content {
  border-top: 1px solid #e1e1e1;
  margin-top: 30px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 40px 50px 0;
}
.news-d-box1 .news-detail-content p {
  font-size: var(--font16);
  color: #626262;
  margin-bottom: 20px;
}
.news-d-box1 .news-detail-content video {
  width: 100%;
}
.news-d-box1 .editor-pn {
  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: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-size: var(--font14);
  color: #666666;
  position: relative;
}
.news-d-box1 .editor-pn .editor-btn {
  width: 40%;
}
.news-d-box1 .editor-pn .editor-btn a {
  color: #666666;
  padding-right: 10px;
  max-width: 94%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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);
  position: relative;
}
.news-d-box1 .editor-pn .editor-btn a em {
  display: block;
}
.news-d-box1 .editor-pn .editor-btn a:hover {
  color: #0a8429;
}
.news-d-box1 .editor-pn .editor-btn.next {
  text-align: right;
}
.news-d-box1 .editor-pn .editor-a .img {
  max-width: 24px;
  margin: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  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);
}
.news-d-box1 .editor-pn .editor-a .text {
  font-size: var(--font14);
  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);
}
.news-d-box1 .editor-pn .editor-a:hover .img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.news-d-box1 .editor-pn .editor-a:hover .text {
  color: #0a8429;
}
@media (max-width:768px) {
  .news-d-box1 .news-d-bg {
    min-height: inherit;
    padding: 30px 20px;
  }
  .news-d-box1 .date em {
    margin-left: 20px;
  }
  .news-d-box1 .news-detail-content {
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 20px 0;
  }
  .news-d-box1 .editor-pn {
    display: block;
  }
  .news-d-box1 .editor-pn .editor-btn {
    width: 100%;
    margin-top: 10px;
  }
  .news-d-box1 .editor-pn .editor-btn.next {
    text-align: left;
  }
  .news-d-box1 .editor-a {
    display: none;
  }
}
.layui-table {
  margin-top: 30px;
}
.layui-table td,
.layui-table th {
  vertical-align: middle;
  line-height: 24px;
}
.layui-table td {
  font-size: var(--font16);
  color: black;
}
.layui-table thead tr:first-child th {
  border-top: 2px solid #0a8429;
}
.layui-table td:first-child {
  text-align: center;
}
.line-slide {
  height: 4px;
  background: #0a8429;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.news-problem-box1 .problem-name {
  font-size: var(--font18);
  color: #9e9e9e;
  font-weight: bold;
  margin-top: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  margin-bottom: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
}
.news-problem-box1 .tab-name {
  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;
  grid-gap: 0 80px;
  position: relative;
}
.news-problem-box1 .tab-name a {
  font-size: var(--font18);
  color: #2e2e2d;
  padding-bottom: 4px;
}
.news-problem-box1 .more {
  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: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
}
.news-problem-box1 .more a {
  min-width: 185px;
  padding: 0 10px;
  font-size: var(--font16);
  color: white;
  line-height: 57px;
  background-color: #0a8429;
  border-radius: 7px;
  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;
}
@media (max-width:1200px) {
  .news-problem-box1 .tab-name {
    grid-gap: clamp(0px, 0vw, 0px) clamp(25px, 2.60416667vw, 50px);
  }
  .news-problem-box1 .tab-ul {
    margin-top: 30px;
  }
  .news-problem-box1 .more a {
    min-width: 100px;
    line-height: 40px;
  }
}
@media (max-width:768px) {
  .news-problem-box1 .tab-name {
    grid-gap: clamp(10px, 1.04166667vw, 20px) clamp(25px, 2.60416667vw, 50px);
  }
  .news-problem-box1 .tab-name .line-slide {
    display: none;
  }
  .news-problem-box1 .tab-name a {
    position: relative;
  }
  .news-problem-box1 .tab-name a.active::before {
    opacity: 1;
  }
  .news-problem-box1 .tab-name a::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #0a8429;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
  }
  .news-problem-box1 .tab-ul li .bom .text-box p {
    line-height: 1.6;
    margin-bottom: 8px;
  }
}
.tab-ul {
  margin-top: 50px;
}
.tab-ul li {
  position: relative;
  background-color: #f7f7f7;
}
.tab-ul li:nth-child(2n) {
  background-color: #e4e4e4;
}
.tab-ul li .top {
  position: relative;
  cursor: pointer;
  padding-top: clamp(calc(32 / 2 * 1px), calc(32 / 1920 * 100 * 1vw), 32px);
  padding-bottom: clamp(calc(32 / 2 * 1px), calc(32 / 1920 * 100 * 1vw), 32px);
  padding-left: clamp(calc(45 / 2 * 1px), calc(45 / 1920 * 100 * 1vw), 45px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  -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 .tabBox {
  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 .tabBox .name-box {
  font-size: var(--font18);
  color: #7e7e7e;
  line-height: 1.4;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tab-ul li .top .tabBox .name-box em {
  font-size: var(--font16);
  color: white;
  width: 24px;
  height: 24px;
  background-color: #0a8429;
  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-right: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
}
.tab-ul li .top .tabBox .name-box .name {
  margin-right: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  flex: 1;
}
.tab-ul li .top .tabBox .btn {
  width: 30px;
  height: 30px;
  background-color: #a2a2a2;
  border-radius: 50%;
}
.tab-ul li .top .tabBox .btn .iconfont {
  color: white;
  font-size: 12px;
  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;
  -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 .bom {
  display: none;
  padding-left: clamp(calc(45 / 2 * 1px), calc(45 / 1920 * 100 * 1vw), 45px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-bottom: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
  padding-top: clamp(calc(45 / 2 * 1px), calc(45 / 1920 * 100 * 1vw), 45px);
}
.tab-ul li .bom .text-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;
}
.tab-ul li .bom .text-box .text-body {
  flex: 1;
}
.tab-ul li .bom .text-box em {
  font-size: var(--font16);
  color: white;
  width: 24px;
  height: 24px;
  background-color: #0a8429;
  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-right: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
}
.tab-ul li .bom .text-box h6 {
  font-size: var(--font18);
  color: #282828;
  line-height: 1.4;
  margin-bottom: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
  font-weight: bold;
}
.tab-ul li .bom .text-box p {
  font-size: var(--font14);
  color: #7e7e7e;
  line-height: 2.2;
}
.tab-ul li .bom .text-box p a {
  display: inline-block;
  color: #0a8429;
  text-decoration: underline;
}
.tab-ul li.on .top {
  border-bottom: 1px solid #d7d7d7;
}
.tab-ul li.on .top .tabBox .btn {
  background-color: #0a8429;
}
.tab-ul li.on .top .tabBox .btn .iconfont {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
@media (max-width:768px) {
  .tab-ul {
    margin-top: 20px;
  }
}
.from-box {
  border-top: 1px solid #efefef;
  padding-top: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
  padding-bottom: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
  margin-top: clamp(calc(45 / 2 * 1px), calc(45 / 1920 * 100 * 1vw), 45px);
}
.from-box .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;
}
.from-box .wrap-box .wrap-le {
  width: 52%;
}
.from-box .wrap-box .wrap-ri {
  width: 42%;
}
@media (max-width:768px) {
  .from-box .wrap-box {
    display: block;
  }
  .from-box .wrap-box .wrap-le {
    width: 100%;
  }
  .from-box .wrap-box .wrap-ri {
    width: 100%;
  }
}
.from .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.from .info-list .widget-w3 {
  width: 33.33333%;
  padding: 0 10px;
}
.from .info-list .widget-w5 {
  width: 50%;
  padding: 0 10px;
}
.from .info-list .widget-w6 {
  width: 66.66666%;
  padding: 0 10px;
}
@media (max-width:768px) {
  .from .info-list {
    display: block;
  }
  .from .info-list .widget-w3 {
    width: 100%;
  }
  .from .info-list .widget-w5 {
    width: 100%;
  }
  .from .info-list .widget-w6 {
    width: 100%;
  }
}
.from .widget-input {
  position: relative;
  margin-bottom: 10px;
}
.from .widget-input #yzmimg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
}
.from .widget-input input {
  width: 100%;
  height: 52px;
  background-color: white;
  padding: 0;
  border: none;
  border: 1px solid #0a8429;
  color: #9e9e9e;
  font-size: var(--font16);
  padding-left: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-right: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
}
.from .widget-input textarea {
  width: 100%;
  height: 300px;
  background-color: white;
  border: 1px solid #0a8429;
  color: #9e9e9e;
  font-size: var(--font16);
  padding-left: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-right: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-top: 10px;
}
.from .widget-input select {
  width: 100%;
  height: 52px;
  background-color: white;
  border: 1px solid #0a8429;
  color: #9e9e9e;
  font-size: var(--font16);
  padding-left: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-right: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
}
.from .widget-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;
  margin-bottom: 15px;
}
.from .widget-box .widget-label {
  min-width: 80px;
}
.from .widget-box .widget-input {
  flex: 1;
  margin-bottom: 0;
}
.from .widget-box input {
  height: 33px;
  border: none;
  background-color: #e5e5e5;
}
.from .widget-box.widget-textarea {
  display: block;
  margin-top: 45px;
  margin-bottom: 0;
}
.from .widget-box.widget-textarea .widget-label {
  margin-bottom: 10px;
}
.from .widget-box.widget-textarea textarea {
  height: 52px;
  border: none;
  background-color: #e5e5e5;
}
@media (max-width:768px) {
  .from .widget-box.widget-textarea {
    margin-top: 20px;
  }
}
.from .widget-label label {
  font-size: var(--font16);
  color: white;
}
.from .btn-box {
  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;
  grid-gap: clamp(0px, 0vw, 0px) clamp(18px, 1.875vw, 36px);
  margin-top: clamp(calc(29 / 2 * 1px), calc(29 / 1920 * 100 * 1vw), 29px);
}
.from .btn-box .btn {
  min-width: 145px;
  font-size: var(--font16);
  color: #9e9e9e;
  line-height: 34px;
  border: 1px solid #0a8429;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
}
@media (max-width:990px) {
  .from .widget-input input {
    height: 40px;
  }
  .from .widget-input textarea {
    height: 160px;
  }
  .from .btn-box .btn {
    min-width: 120px;
    font-size: 13px;
    line-height: 34px;
    border-radius: 99px;
  }
}
.layui-form-select dl dd.layui-this {
  color: #0a8429;
  font-weight: normal;
}
.layui-input:focus,
.layui-textarea:focus {
  border-color: #0a8429 !important;
  box-shadow: none;
}
.layui-form-select dl dd,
.layui-form-select dl dt {
  font-size: var(--font16);
}
.layui-form .layui-form-select dl {
  top: 100% !important;
}
.case .page-ban .img::before {
  display: none;
}
.case-up {
  border-bottom: 1px solid #efefef;
}
.case-up .item {
  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;
  border-bottom: 1px solid #e9e9e9;
  padding-top: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
  padding-bottom: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
}
.case-up .item:last-child {
  border-bottom: none;
}
.case-up .item .name {
  min-width: 170px;
  font-size: var(--font18);
  color: #5d5d5d;
  font-weight: bold;
}
.case-up .item .name img {
  max-height: 28px;
  margin-right: clamp(calc(17 / 2 * 1px), calc(17 / 1920 * 100 * 1vw), 17px);
}
.case-up .item .text-body {
  flex: 1;
  grid-gap: 10px 0;
  display: grid;
  grid-template-columns: repeat(7, 14.285%);
}
.case-up .item .text-body a {
  font-size: var(--font16);
  color: #5d5d5d;
}
@media (max-width:1200px) {
  .case-up .item .name {
    min-width: 120px;
  }
  .case-up .item .text-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 0 30px;
  }
}
@media (max-width:768px) {
  .case-up {
    padding-top: 10px;
  }
}
.case-box1 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((55 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(55 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
}
.case-box1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.case-box1 .list .item {
  width: 33.33333333%;
  padding: 0 15px;
  margin-bottom: clamp(calc(65 / 2 * 1px), calc(65 / 1920 * 100 * 1vw), 65px);
}
.case-box1 .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case-box1 .list .item .item-box::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(7, 81, 7, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 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);
  opacity: 0;
}
.case-box1 .list .item .item-box .img {
  overflow: hidden;
  position: relative;
  border: 1px solid #0a8429;
}
.case-box1 .list .item .item-box .img .pb {
  padding-bottom: 74%;
}
.case-box1 .list .item .item-box .img .pb .ab {
  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;
}
.case-box1 .list .item .item-box .img .pb img {
  object-fit: cover;
  width: 100%;
  min-height: 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);
}
.case-box1 .list .item .item-box .img .img-icon {
  max-width: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  -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);
  opacity: 0;
}
.case-box1 .list .item .item-box .text-box {
  position: relative;
  z-index: 9;
  padding-top: clamp(calc(16 / 2 * 1px), calc(16 / 1920 * 100 * 1vw), 16px);
  padding-bottom: clamp(calc(16 / 2 * 1px), calc(16 / 1920 * 100 * 1vw), 16px);
}
.case-box1 .list .item .item-box .text-box .name {
  text-align: center;
  font-size: var(--font16);
  color: #5d5d5d;
  -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);
}
.case-box1 .list .item:hover .item-box::before {
  opacity: 1;
}
.case-box1 .list .item:hover .item-box .img .pb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.case-box1 .list .item:hover .item-box .img .img-icon {
  opacity: 1;
}
.case-box1 .list .item:hover .item-box .text-box .name {
  color: white;
}
@media (max-width:1200px) {
  .case-box1 .list {
    margin-left: -7px;
    margin-right: -7px;
  }
  .case-box1 .list .item {
    padding: 0 7px;
    margin-bottom: 20px;
  }
}
@media (max-width:768px) {
  .case-box1 .list .item {
    width: 100%;
  }
}
.case-d .case-d-bg {
  padding-left: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
  padding-right: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
  background-color: #e9e9e9;
  overflow: hidden;
}
.case-d .case-d-name {
  display: inline-block;
  padding-top: clamp(calc(26 / 2 * 1px), calc(26 / 1920 * 100 * 1vw), 26px);
  padding-bottom: clamp(calc(16 / 2 * 1px), calc(16 / 1920 * 100 * 1vw), 16px);
}
.case-d .case-d-name .icon {
  max-width: 45px;
  margin: auto;
  margin-bottom: clamp(calc(12 / 2 * 1px), calc(12 / 1920 * 100 * 1vw), 12px);
}
.case-d .case-d-name .name {
  font-size: var(--font30);
  color: #2b2b2b;
}
.case-d .line {
  width: 120%;
  height: 1px;
  background-color: #0a8429;
  opacity: 0.1;
  margin-left: -70px;
  margin-right: -70px;
}
@media (max-width:1200px) {
  .case-d .case-d-name .icon {
    max-width: 30px;
  }
}
@media (max-width:768px) {
  .case-d .case-d-bg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .case-d .line {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.case-d-box1 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((70 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(70 / 16 * 1rem));
  padding-bottom: 28px;
}
.case-d-box1 .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;
  background-color: #e9e9e9;
}
.case-d-box1 .wrap-box .wrap-le {
  width: 50%;
}
.case-d-box1 .wrap-box .wrap-ri {
  width: 50%;
  padding-left: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  padding-right: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  padding-top: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
}
.case-d-box1 .img .pb {
  padding-bottom: 76.3%;
}
.case-d-box1 .img img {
  object-fit: cover;
  width: 100%;
  min-height: 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);
}
.case-d-box1 .name {
  font-size: var(--font30);
  color: #2b2b2b;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: clamp(calc(56 / 2 * 1px), calc(56 / 1920 * 100 * 1vw), 56px);
}
.case-d-box1 .text-body p {
  color: #2b2b2b;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.case-d-box1 .text-body p img {
  max-width: 21px;
  height: fit-content;
  margin-right: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
}
@media (max-width:768px) {
  .case-d-box1 .wrap-box {
    display: block;
  }
  .case-d-box1 .wrap-box .wrap-le {
    width: 100%;
  }
  .case-d-box1 .wrap-box .wrap-ri {
    width: 100%;
    padding: 20px;
  }
  .case-d-box1 .name {
    margin-bottom: 20px;
  }
}
.case-d-box2 .slide-box {
  margin-top: clamp(calc(45 / 2 * 1px), calc(45 / 1920 * 100 * 1vw), 45px);
  margin-bottom: clamp(calc(130 / 2 * 1px), calc(130 / 1920 * 100 * 1vw), 130px);
  position: relative;
  overflow: visible;
}
.case-d-box2 .slide-box .slide-btn {
  width: 38px;
  height: 38px;
  background-image: none;
  background-color: #3d3d3d;
  border-radius: 50%;
  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;
}
.case-d-box2 .slide-box .slide-btn::before {
  font-family: 'iconfont';
}
.case-d-box2 .slide-box .slide-btn.swiper-button-prev {
  left: -46px;
}
.case-d-box2 .slide-box .slide-btn.swiper-button-prev::before {
  content: '\e689';
}
.case-d-box2 .slide-box .slide-btn.swiper-button-next {
  right: -46px;
}
.case-d-box2 .slide-box .slide-btn.swiper-button-next::before {
  content: '\e687';
}
.case-d-box2 .slide-box .swiper-pagination {
  display: none;
}
.case-d-box2 .slide-box .slide-num {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 43.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: var(--font48);
  color: #2b2b2b;
  line-height: 1;
  font-weight: lighter;
  display: none;
}
.case-d-box2 .slide-box .slide-num .current {
  color: #0a8429;
}
.case-d-box2 .slide-box .case-slide-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;
}
.case-d-box2 .slide-box .case-slide-box .img {
  width: 53%;
}
.case-d-box2 .slide-box .case-slide-box .img .pb {
  padding-bottom: 60%;
}
.case-d-box2 .slide-box .case-slide-box .img img {
  object-fit: cover;
  width: 100%;
  min-height: 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);
}
.case-d-box2 .slide-box .case-slide-box .text-body {
  width: 43.6%;
}
.case-d-box2 .slide-box .case-slide-box .text-body p {
  font-size: 14px;
  color: #2b2b2b;
}
@media (max-width:1200px) {
  .case-d-box2 .slide-box .slide-btn,
  .case-d-box2 .slide-box .slide-num {
    display: none;
  }
  .case-d-box2 .slide-box .case-slide {
    padding-bottom: 40px;
  }
  .case-d-box2 .slide-box .swiper-pagination {
    display: block;
    bottom: 0;
  }
}
@media (max-width:768px) {
  .case-d-box2 .slide-box {
    margin: 30px 0 50px;
  }
  .case-d-box2 .slide-box .case-slide-box {
    display: block;
  }
  .case-d-box2 .slide-box .case-slide-box .img {
    width: 100%;
  }
  .case-d-box2 .slide-box .case-slide-box .text-body {
    width: 100%;
    margin-top: 20px;
  }
}
.case-d-box3 {
  margin-top: 2px;
}
.case-d-box3 .list {
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.case-d-box3 .list .item {
  margin-bottom: clamp(calc(45 / 2 * 1px), calc(45 / 1920 * 100 * 1vw), 45px);
}
.case-d-box3 .list .item .item-box {
  background-color: white;
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(65 / 2 * 1px), calc(65 / 1920 * 100 * 1vw), 65px);
  padding-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-bottom: clamp(calc(26 / 2 * 1px), calc(26 / 1920 * 100 * 1vw), 26px);
  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;
}
.case-d-box3 .list .item .item-box .img {
  width: 32%;
  background-color: white;
  overflow: hidden;
  position: relative;
}
.case-d-box3 .list .item .item-box .img .pb {
  padding-bottom: 105%;
}
.case-d-box3 .list .item .item-box .img .pb .ab {
  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;
  background-color: white;
}
.case-d-box3 .list .item .item-box .img .pb img {
  mix-blend-mode: darken;
  object-fit: cover;
  max-height: 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);
}
.case-d-box3 .list .item .item-box .text-box {
  width: 63.2%;
  position: relative;
  padding-left: 25px;
}
.case-d-box3 .list .item .item-box .text-box::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #e9e9e9;
  position: absolute;
  left: 0;
  top: 0;
}
.case-d-box3 .list .item .item-box .text-box .name {
  font-size: var(--font24);
  color: #2b2b2b;
  font-weight: bold;
}
.case-d-box3 .list .item .item-box .text-box .text-container {
  margin-top: clamp(calc(28 / 2 * 1px), calc(28 / 1920 * 100 * 1vw), 28px);
  margin-bottom: clamp(calc(6 / 2 * 1px), calc(6 / 1920 * 100 * 1vw), 6px);
}
.case-d-box3 .list .item .item-box .text-box .text-container p {
  font-size: var(--font14);
  color: #2b2b2b;
  position: relative;
  margin-bottom: 20px;
}
.case-d-box3 .list .item .item-box .text-box ul {
  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;
  grid-gap: clamp(0px, 0vw, 0px) clamp(18px, 1.875vw, 36px);
}
.case-d-box3 .list .item .item-box .text-box ul li {
  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;
  max-width: 65px;
}
.case-d-box3 .list .item:hover .item-box .img .pb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width:768px) {
  .case-d-box3 .list .item .item-box {
    display: block;
    padding: 20px;
  }
  .case-d-box3 .list .item .item-box .img {
    width: 100%;
  }
  .case-d-box3 .list .item .item-box .text-box {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .case-d-box3 .list .item .item-box .text-box::before {
    display: none;
  }
  .case-d-box3 .list .item .item-box .text-box .text-container {
    margin: 20px 0;
  }
  .case-d-box3 .list .item .item-box .text-box ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    grid-gap: 20px 20px;
  }
  .case-d-box3 .list .item .item-box .text-box ul li img {
    max-height: 50px;
  }
}
.service-download-box1 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
}
.service-download-box1 .list {
  border-top: 1px solid #efefef;
}
.service-download-box1 .list .item {
  border-bottom: 1px solid #efefef;
  cursor: pointer;
}
.service-download-box1 .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-left: clamp(calc(94 / 2 * 1px), calc(94 / 1920 * 100 * 1vw), 94px);
  padding-right: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-top: 10px;
  padding-bottom: 10px;
  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;
}
.service-download-box1 .list .item .item-box .img {
  width: 65px;
  background-color: #e5e5e5;
  overflow: hidden;
  position: relative;
  padding: 3px;
  margin-right: clamp(calc(38 / 2 * 1px), calc(38 / 1920 * 100 * 1vw), 38px);
}
.service-download-box1 .list .item .item-box .img .pb {
  padding-bottom: 136%;
}
.service-download-box1 .list .item .item-box .img .pb .ab {
  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;
}
.service-download-box1 .list .item .item-box .img .pb img {
  mix-blend-mode: darken;
  object-fit: cover;
  max-height: 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);
}
.service-download-box1 .list .item .item-box .text-box {
  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;
  flex: 1;
}
.service-download-box1 .list .item .item-box .text-box .name {
  font-size: var(--font16);
  color: #605e5e;
  -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);
}
.service-download-box1 .list .item .item-box .more {
  font-size: var(--font16);
  color: #605e5e;
  background: url(../images/service/service-download-ico.png) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 34px;
  margin-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.service-download-box1 .list .item:hover .item-box .img .pb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.service-download-box1 .list .item:hover .item-box .text-box .name {
  color: #0a8429;
}
@media (max-width:1200px) {
  .service-download-box1 .list .item .item-box {
    padding-left: 0;
    padding-right: 0;
  }
  .service-download-box1 .list .item .item-box .more {
    background: url(../images/service/service-download-ico.png) no-repeat left center;
    background-size: 14px 14px;
    padding-left: 20px;
  }
}
.service .tip-nav .tip-nav-down .tip-ri {
  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;
}
.service-programme-box1 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((70 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(70 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((80 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(80 / 16 * 1rem));
}
.service-programme-box1 .service-programme-title {
  background-color: #0a8429;
  color: white;
  font-size: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((67 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(67 / 16 * 1rem));
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-top: clamp(calc(34 / 2 * 1px), calc(34 / 1920 * 100 * 1vw), 34px);
  padding-bottom: clamp(calc(34 / 2 * 1px), calc(34 / 1920 * 100 * 1vw), 34px);
}
.service-programme-box1 .page-title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.service-programme-box1 .page-title .title {
  font-size: var(--font24);
  color: #0a8429;
  padding-bottom: 9px;
}
.service-programme-box1 .page-title .title::before {
  width: 100%;
}
.service-programme-box1 .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;
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.service-programme-box1 .wrap-box .wrap-le {
  flex: 1;
  order: 2;
}
.service-programme-box1 .wrap-box .wrap-ri {
  max-width: 84px;
  margin-right: clamp(calc(57 / 2 * 1px), calc(57 / 1920 * 100 * 1vw), 57px);
  order: 1;
}
.service-programme-box1 .wrap-box .wrap-ri .page-title {
  opacity: 0;
  white-space: nowrap;
}
.service-programme-box1 .text-container {
  margin-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.service-programme-box1 .text-container p {
  color: #3e3e3e;
  margin-bottom: 20px;
}
.service-programme-box1 ul {
  margin-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.service-programme-box1 ul li {
  text-align: center;
  margin-bottom: 10px;
}
.service-programme-box1 ul li .name {
  font-size: var(--font16);
  color: #3e3e3e;
}
@media (max-width:768px) {
  .service-programme-box1 .service-programme-title {
    font-size: 22px;
  }
  .service-programme-box1 .wrap-box {
    display: block;
  }
  .service-programme-box1 .wrap-box .wrap-le {
    width: 100%;
    order: 1;
  }
  .service-programme-box1 .wrap-box .wrap-ri {
    width: 100%;
    max-width: 100%;
  }
  .service-programme-box1 .wrap-box .wrap-ri .page-title {
    display: none;
  }
  .service-programme-box1 ul {
    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;
    grid-gap: 20px 20px;
  }
  .service-programme-box1 ul li img {
    max-height: 50px;
  }
}
.service-programme-box2 .page-title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.service-programme-box2 .page-title .title {
  font-size: var(--font24);
  color: #0a8429;
  padding-bottom: 9px;
}
.service-programme-box2 .page-title .title::before {
  width: 100%;
}
.service-programme-box2 .text-container {
  margin-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  margin-bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.service-programme-box2 .text-container p {
  font-size: var(--font18);
  color: #494949;
}
.service-programme-box2 .text-container p em {
  color: #0a8429;
}
.service-programme-box2 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(13px, 1.35416667vw, 26px) clamp(15px, 1.5625vw, 30px);
}
.service-programme-box2 .list .item {
  text-align: center;
}
.service-programme-box2 .list .item .img {
  max-width: 464px;
  margin: auto;
  overflow: hidden;
}
.service-programme-box2 .list .item .img .pb {
  padding-bottom: 52%;
}
.service-programme-box2 .list .item .text-box .name {
  font-size: var(--font16);
  color: #000000;
  margin-top: 10px;
}
@media (max-width:1200px) {
  .service-programme-box2 .list {
    grid-gap: clamp(20px, 2.08333333vw, 40px) clamp(14px, 1.45833333vw, 28px);
  }
}
.service-programme-box3 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((90 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(90 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((155 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(155 / 16 * 1rem));
}
.service-programme-box3 .page-title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.service-programme-box3 .page-title .title {
  font-size: var(--font24);
  color: #0a8429;
  padding-bottom: 9px;
}
.service-programme-box3 .page-title .title::before {
  width: 100%;
}
.service-programme-box3 .text-container {
  margin-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  margin-bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.service-programme-box3 .text-container p {
  font-size: var(--font18);
  color: #494949;
}
.service-programme-box3 .text-container p em {
  color: #0a8429;
}
.service-programme-box3 .list {
  border-top: 1px solid #0a8429;
  margin-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
.service-programme-box3 .list .item {
  padding-top: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
  padding-bottom: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
  border-bottom: 1px solid #0a8429;
}
.service-programme-box3 .list .item .item-box {
  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;
}
.service-programme-box3 .list .item .img {
  width: 77px;
  overflow: hidden;
  margin-right: clamp(calc(26 / 2 * 1px), calc(26 / 1920 * 100 * 1vw), 26px);
}
.service-programme-box3 .list .item .text-box {
  flex: 1;
}
.service-programme-box3 .list .item .text-box .name {
  font-size: var(--font18);
  color: #3e3e3e;
  font-weight: bold;
}
.service-programme-box3 .list .item .text-box .text-body {
  font-size: var(--font18);
  color: #3e3e3e;
  margin-top: clamp(calc(8 / 2 * 1px), calc(8 / 1920 * 100 * 1vw), 8px);
}
@media (max-width:1200px) {
  .service-programme-box3 .list .item .img {
    width: 40px;
  }
  .service-programme-box3 .list .item .text-box .text-body {
    line-height: 1.4;
  }
}
.service-programme2-box1 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((70 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(70 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
}
.service-programme2-box1 .service-programme-title {
  background-color: #0a8429;
  color: white;
  font-size: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((67 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(67 / 16 * 1rem));
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-top: clamp(calc(34 / 2 * 1px), calc(34 / 1920 * 100 * 1vw), 34px);
  padding-bottom: clamp(calc(34 / 2 * 1px), calc(34 / 1920 * 100 * 1vw), 34px);
}
.service-programme2-box1 .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;
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  margin-bottom: clamp(calc(68 / 2 * 1px), calc(68 / 1920 * 100 * 1vw), 68px);
}
.service-programme2-box1 .wrap-box .wrap-le {
  flex: 1;
}
.service-programme2-box1 .wrap-box .wrap-ri {
  max-width: 247px;
  margin-left: clamp(calc(65 / 2 * 1px), calc(65 / 1920 * 100 * 1vw), 65px);
}
.service-programme2-box1 .title {
  font-size: var(--font30);
  color: #0a8429;
  line-height: 1.4;
  font-weight: bold;
}
.service-programme2-box1 .num-box {
  margin-top: clamp(calc(52 / 2 * 1px), calc(52 / 1920 * 100 * 1vw), 52px);
  margin-bottom: clamp(calc(56 / 2 * 1px), calc(56 / 1920 * 100 * 1vw), 56px);
}
.service-programme2-box1 .num-box .num {
  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;
  grid-gap: clamp(0px, 0vw, 0px) clamp(65px, 6.77083333vw, 130px);
}
.service-programme2-box1 .num-box .num .one {
  border: 1px solid #7a7a7a;
  border-radius: 5px;
  padding: 22px 10px 16px;
  text-align: center;
}
.service-programme2-box1 .num-box .num .one .one-box {
  width: 100%;
  height: 100%;
}
.service-programme2-box1 .num-box .num .one .top span {
  font-size: var(--font24);
  color: #0a8429;
  line-height: 1;
  font-weight: bold;
}
.service-programme2-box1 .num-box .num .one .bot {
  font-size: 12px;
  color: #3e3e3e;
  line-height: 1;
  margin-top: clamp(calc(6 / 2 * 1px), calc(6 / 1920 * 100 * 1vw), 6px);
}
.service-programme2-box1 .text-container p {
  color: #3e3e3e;
  margin-bottom: 20px;
}
.service-programme2-box1 .img {
  margin-bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.service-programme2-box1 .img:last-child {
  margin: 0;
}
.service-programme2-box1 .img2 {
  max-width: 987px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.service-programme2-box1 .img2 .pb {
  padding-bottom: 26%;
}
.service-programme2-box1 .img2 .img2-box {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  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;
}
.service-programme2-box1 .img2 .img2-box .title {
  font-size: var(--font30);
  color: white;
  line-height: 1.6;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: lighter;
  padding-left: clamp(calc(142 / 2 * 1px), calc(142 / 1920 * 100 * 1vw), 142px);
  padding-right: clamp(calc(77 / 2 * 1px), calc(77 / 1920 * 100 * 1vw), 77px);
  padding-top: clamp(calc(14 / 2 * 1px), calc(14 / 1920 * 100 * 1vw), 14px);
  padding-bottom: clamp(calc(18 / 2 * 1px), calc(18 / 1920 * 100 * 1vw), 18px);
}
.service-programme2-box1 .img3 {
  text-align: center;
  margin-top: 10px;
}
@media (max-width:768px) {
  .service-programme2-box1 .service-programme-title {
    font-size: 22px;
  }
  .service-programme2-box1 .num-box .num {
    grid-gap: clamp(5px, 0.52083333vw, 10px) clamp(15px, 1.5625vw, 30px);
  }
  .service-programme2-box1 .num-box .num .one {
    padding: 14px 10px;
  }
  .service-programme2-box1 .wrap-box {
    display: block;
  }
  .service-programme2-box1 .wrap-box .wrap-le {
    width: 100%;
    order: 1;
  }
  .service-programme2-box1 .wrap-box .wrap-ri {
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-top: 20px;
    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;
  }
  .service-programme2-box1 .wrap-box .wrap-ri .img {
    width: 47%;
    margin: 0;
  }
  .service-programme2-box1 .img2 .img2-box .title {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.service-programme2-box2 .title {
  font-size: var(--font30);
  color: #0a8429;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: clamp(calc(42 / 2 * 1px), calc(42 / 1920 * 100 * 1vw), 42px);
}
.service-programme2-box2 .text-container h6 {
  font-size: var(--font24);
  color: #0a8429;
  margin-bottom: 20px;
}
.service-programme2-box2 .text-container p {
  color: #3e3e3e;
}
.service-programme2-box2 .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;
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.service-programme2-box2 .wrap-box .wrap-le {
  flex: 1;
}
.service-programme2-box2 .wrap-box .wrap-ri {
  max-width: 453px;
  margin-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
@media (max-width:768px) {
  .service-programme2-box2 .wrap-box {
    display: block;
  }
  .service-programme2-box2 .wrap-box .wrap-le {
    width: 100%;
  }
  .service-programme2-box2 .wrap-box .wrap-ri {
    max-width: 100%;
    margin: 0;
    margin-top: 20px;
  }
}
.service-programme2-box3 {
  margin-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
.service-programme2-box3 .title {
  font-size: var(--font30);
  color: #0a8429;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: clamp(calc(42 / 2 * 1px), calc(42 / 1920 * 100 * 1vw), 42px);
}
.service-programme2-box3 .service-programme2-slide {
  padding-bottom: 40px;
}
.service-programme2-box3 .service-programme2-slide .swiper-pagination {
  display: none;
}
.service-programme2-box3 .service-programme2-slide .swiper-slide {
  text-align: center;
}
.service-programme2-box3 .service-programme2-slide .swiper-slide .img {
  max-width: 244px;
  overflow: hidden;
  margin: auto;
  margin-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
}
.service-programme2-box3 .service-programme2-slide .swiper-slide .img .pb {
  padding-bottom: 140.2%;
}
.service-programme2-box3 .service-programme2-slide .swiper-slide .name {
  font-size: 14px;
  color: #1f1f1f;
  max-width: 244px;
  padding-left: clamp(calc(36 / 2 * 1px), calc(36 / 1920 * 100 * 1vw), 36px);
  padding-right: clamp(calc(36 / 2 * 1px), calc(36 / 1920 * 100 * 1vw), 36px);
  margin: auto;
}
@media (max-width:1200px) {
  .service-programme2-box3 .service-programme2-slide .swiper-pagination {
    display: block;
    bottom: 0;
  }
}
.service-programme2-box4 {
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((155 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(155 / 16 * 1rem));
}
.service-programme2-box4 .title {
  font-size: var(--font30);
  color: #0a8429;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: clamp(calc(42 / 2 * 1px), calc(42 / 1920 * 100 * 1vw), 42px);
}
.service-programme2-box4 .text-container p {
  color: #1f1f1f;
  margin-bottom: 20px;
}
.service-programme-box .container {
  min-width: 987px;
  width: auto;
  max-width: 987px;
}
@media (max-width:990px) {
  .service-programme-box .container {
    min-width: auto;
  }
}
.contact-cooperate-box1 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((70 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(70 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
}
.contact-cooperate-box1 .contact-cooperate-title {
  position: relative;
  max-width: 94.9%;
  margin: auto;
}
.contact-cooperate-box1 .contact-cooperate-title .icon {
  filter: grayscale(100%) opacity(10%);
}
.contact-cooperate-box1 .contact-cooperate-title .title {
  position: absolute;
  left: 0;
  top: 59%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: var(--font48);
  color: #363636;
  line-height: 1;
  font-weight: bold;
}
.contact-cooperate-box1 .contact-cooperate-title .title em {
  color: #0a8429;
  font-size: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((103 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(103 / 16 * 1rem));
}
.contact-cooperate-box1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(40px, 4.16666667vw, 80px) clamp(0px, 0vw, 0px);
  margin-top: clamp(calc(75 / 2 * 1px), calc(75 / 1920 * 100 * 1vw), 75px);
  position: relative;
}
.contact-cooperate-box1 .list::before {
  content: '';
  width: 100%;
  height: 57%;
  border: 1px dashed #717171;
  border-radius: 999px;
  position: absolute;
  top: 68px;
  left: 0;
  z-index: -1;
}
.contact-cooperate-box1 .list .item {
  text-align: center;
}
.contact-cooperate-box1 .list .item .img {
  max-width: 137px;
  background: url(../images/contact/contact-cooperate-box1-bg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
  margin: auto;
}
.contact-cooperate-box1 .list .item .img .ab {
  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;
}
.contact-cooperate-box1 .list .item .img .ab img {
  max-width: 46%;
  max-height: 60%;
}
.contact-cooperate-box1 .list .item .text-box .name {
  font-size: var(--font18);
  color: #07811e;
  font-weight: bold;
  margin-top: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
  margin-bottom: clamp(calc(18 / 2 * 1px), calc(18 / 1920 * 100 * 1vw), 18px);
}
.contact-cooperate-box1 .list .item .text-box .text-container {
  font-size: var(--font16);
  color: #5a5a5a;
}
@media (max-width:1200px) {
  .contact-cooperate-box1 .list::before {
    display: none;
  }
  .contact-cooperate-box1 .list .item .img {
    max-width: 80px;
  }
}
@media (max-width:768px) {
  .contact-cooperate-box1 .list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: clamp(20px, 2.08333333vw, 40px) clamp(0px, 0vw, 0px);
  }
  .contact-cooperate-box1 .list .item .img {
    max-width: 50px;
  }
  .contact-cooperate-box1 .list .item .text-box .name {
    margin: 10px 0 0;
  }
}
.contact-cooperate-box2 {
  background: url(../images/contact/contact-cooperate-box2-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((80 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(80 / 16 * 1rem));
  padding-bottom: 450px;
}
.contact-cooperate-box2::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.85;
}
.contact-cooperate-box2 .contact-cooperate-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.contact-cooperate-box2 .contact-cooperate-title .icon {
  max-width: 73px;
  margin: auto;
}
.contact-cooperate-box2 .contact-cooperate-title .title {
  font-size: var(--font38);
  color: white;
  margin-top: clamp(calc(14 / 2 * 1px), calc(14 / 1920 * 100 * 1vw), 14px);
}
.contact-cooperate-box2 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(32.5px, 3.38541667vw, 65px) clamp(0px, 0vw, 0px);
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  position: relative;
}
.contact-cooperate-box2 .list::before {
  content: '';
  width: 100%;
  height: 57%;
  border: 1px dashed #717171;
  border-radius: 999px;
  position: absolute;
  top: 68px;
  left: 0;
  z-index: -1;
}
.contact-cooperate-box2 .list .item {
  text-align: center;
}
.contact-cooperate-box2 .list .item .img img {
  max-height: 40px;
}
.contact-cooperate-box2 .list .item .text-box .name {
  font-size: var(--font22);
  color: white;
  font-weight: bold;
  margin-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  margin-bottom: clamp(calc(19 / 2 * 1px), calc(19 / 1920 * 100 * 1vw), 19px);
}
.contact-cooperate-box2 .list .item .text-box .text-container {
  font-size: var(--font16);
  color: white;
}
@media (max-width:1200px) {
  .contact-cooperate-box2 {
    padding-bottom: 50px;
  }
  .contact-cooperate-box2 .contact-cooperate-title .icon {
    max-width: 40px;
  }
  .contact-cooperate-box2 .list .item .img img {
    max-height: 26px;
  }
}
@media (max-width:768px) {
  .contact-cooperate-box2 .list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: clamp(20px, 2.08333333vw, 40px) clamp(0px, 0vw, 0px);
  }
}
.contact-cooperate-box3 {
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
}
.contact-cooperate-box3 .wrap-box {
  background-color: #f5f5f5;
  box-shadow: 0px 11px 9px rgba(15, 15, 15, 0.22);
  padding-left: clamp(calc(85 / 2 * 1px), calc(85 / 1920 * 100 * 1vw), 85px);
  padding-right: clamp(calc(85 / 2 * 1px), calc(85 / 1920 * 100 * 1vw), 85px);
  padding-top: clamp(calc(42 / 2 * 1px), calc(42 / 1920 * 100 * 1vw), 42px);
  padding-bottom: clamp(calc(35 / 2 * 1px), calc(35 / 1920 * 100 * 1vw), 35px);
  margin-top: -270px;
  position: relative;
  z-index: 2;
}
.contact-cooperate-box3 .contact-cooperate-title {
  text-align: center;
  margin-bottom: clamp(calc(42 / 2 * 1px), calc(42 / 1920 * 100 * 1vw), 42px);
}
.contact-cooperate-box3 .contact-cooperate-title .split-text {
  font-size: var(--font22);
  color: #282828;
}
.contact-cooperate-box3 .contact-cooperate-title .title {
  font-size: var(--font30);
  color: #282828;
  margin-top: clamp(calc(16 / 2 * 1px), calc(16 / 1920 * 100 * 1vw), 16px);
}
.contact-cooperate-box3 .from .widget-input {
  margin-bottom: 24px;
}
.contact-cooperate-box3 .from .widget-input input {
  font-size: 14px;
  background-color: #f5f5f5;
  height: 40px;
  border-color: #afafaf;
}
.contact-cooperate-box3 .from .widget-input textarea {
  font-size: 14px;
  background-color: #f5f5f5;
  height: 187px;
  border-color: #afafaf;
}
.contact-cooperate-box3 .from .btn-box .btn {
  background-color: #0a8429;
  min-width: 236px;
  height: 40px;
  color: white;
}
@media (max-width:1200px) {
  .contact-cooperate-box3 {
    padding-top: 50px;
  }
  .contact-cooperate-box3 .wrap-box {
    padding: 30px 20px;
    margin: 0;
  }
  .contact-cooperate-box3 .from .btn-box .btn {
    min-width: 100px;
    line-height: 40px;
  }
}
@media (max-width:768px) {
  .contact-cooperate-box3 .from .widget-input {
    margin-bottom: 10px;
  }
  .contact-cooperate-box3 .from .widget-input textarea {
    height: 160px;
  }
}
.contact-box1 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((70 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(70 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
}
.contact-box1 .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: 25px;
  background-color: #f7f7f7;
  box-shadow: 0 0px 10px #bcbcbc;
}
.contact-box1 .wrap-box .wrap-le {
  width: 45%;
}
.contact-box1 .wrap-box .wrap-ri {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-box1 .img {
  overflow: hidden;
}
.contact-box1 .img .pb {
  padding-bottom: 83%;
}
.contact-box1 .img .pb .ab {
  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;
}
.contact-box1 .img .pb img {
  object-fit: cover;
  width: 100%;
  max-height: 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);
}
.contact-box1 .img:hover .pb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.contact-box1 .up {
  width: 100%;
  padding-left: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}
.contact-box1 .up .icon {
  width: 100%;
  text-align: right;
}
.contact-box1 .up .icon img {
  max-width: 220px;
}
.contact-box1 .up .item {
  font-size: 14px;
  color: #212121;
  margin-bottom: 12px;
}
.contact-box1 .up .item em {
  color: #0a8429;
}
.contact-box1 .down {
  width: 100%;
  padding-left: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  padding-right: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
.contact-box1 .down .socials_wrap {
  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;
}
.contact-box1 .socials_wrap a .social_icon .weChat_img {
  background-color: #f7f7f7;
}
.contact-box1 .socials_wrap a .social_icon .name {
  font-size: var(--font16);
  color: #232323;
}
@media (max-width:1200px) {
  .contact-box1 .up {
    padding-left: 0;
  }
  .contact-box1 .up .icon {
    display: none;
  }
  .contact-box1 .up .item {
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .contact-box1 .down {
    padding: 0;
  }
}
@media (max-width:990px) {
  .contact-box1 .wrap-box {
    padding: 20px;
    display: block;
  }
  .contact-box1 .wrap-box .wrap-le {
    width: 100%;
  }
  .contact-box1 .wrap-box .wrap-ri {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width:768px) {
  .contact-box1 .down .socials_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    grid-gap: clamp(0px, 0vw, 0px) clamp(5px, 0.52083333vw, 10px);
    flex-wrap: inherit;
    -ms-flex-wrap: inherit;
  }
  .contact-box1 .down .socials_wrap a {
    margin-right: 0;
  }
  .contact-box1 .down .socials_wrap a .social_icon .weChat_img {
    padding: 4px;
    width: auto;
    margin-bottom: 6px;
  }
}
.contact-box2 {
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
}
.contact-box2 .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: 25px;
  background-color: #f7f7f7;
  box-shadow: 0 0px 10px #bcbcbc;
}
.contact-box2 .wrap-box .wrap-le {
  width: 45%;
}
.contact-box2 .wrap-box .wrap-ri {
  width: 49%;
}
.contact-box2 .text-container {
  margin-bottom: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
.contact-box2 .text-container p {
  color: #7d7d7d;
}
.contact-box2 .from .widget-input input {
  background-color: #f7f7f7;
}
.contact-box2 .from .widget-input textarea {
  background-color: #f7f7f7;
  height: 212px;
}
.contact-box2 #baiMap {
  width: 100%;
  height: 490px;
}
.contact-box2 #baiMap a {
  display: inline-block;
}
.contact-box2 #baiMap img {
  display: inline-block;
  max-width: none;
}
.contact-box2 .BMap_scaleCtrl {
  display: none;
}
.contact-box2 .BMapLabel {
  border: none !important;
}
.contact-box2 .bMap-posTit:after {
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 6px solid #FFF;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
}
.contact-box2 .bMap-posTit {
  width: 230px;
  height: 56px;
  background-color: #FFF;
  text-align: center;
  line-height: 56px;
  color: #666666;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  position: absolute;
  left: -106px;
  top: -63px;
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
@media (max-width:990px) {
  .contact-box2 #baiMap {
    height: 400px;
  }
  .contact-box2 .wrap-box {
    padding: 20px;
    display: block;
  }
  .contact-box2 .wrap-box .wrap-le {
    width: 100%;
  }
  .contact-box2 .wrap-box .wrap-ri {
    width: 100%;
    margin-top: 30px;
  }
  .contact-box2 .from .widget-input textarea {
    height: 160px;
  }
  .contact-box2 .from .btn-box .btn {
    min-width: 100px;
  }
}
@media (max-width:768px) {
  .contact-box2 #baiMap {
    height: 290px;
  }
}
