@charset "utf-8";
/* CSS Document */
/*

1、宽高
2、flex布局
3、grid布局
4、梯度字体大小
5、过渡与延迟
6、背景图
7、伪元素
8、文字限行
9、图片变白和还原
10、页面适配媒体查询
11、有效宽度
12、主题颜色
13、统一间距
14、字体引入与调用
15、上导航高度与相关
16、常用简单css循环动画
17、图片形状遮罩

*/
@font-face {
  font-family: 'cn1';
  src: url('../fonts/cn/NewBaskerville Italic.ttf');
}
.cn1 {
  font-family: 'cn1';
}
@font-face {
  font-family: 'en1';
  src: url('../fonts/en/AbhayaLibre-ExtraBold.ttf');
}
.en1 {
  font-family: 'en1';
}
@font-face {
  font-family: 'en2';
  src: url('../fonts/en/Archivo-Bold.ttf');
}
.en2 {
  font-family: 'en2';
}
@font-face {
  font-family: 'en3';
  src: url('../fonts/en/Caveat.ttf');
}
.en3 {
  font-family: 'en3';
}
@font-face {
  font-family: 'en4';
  src: url('../fonts/en/MontserratAlternates-BlackItalic.ttf');
}
.en4 {
  font-family: 'en4';
}
@font-face {
  font-family: 'en5';
  src: url('../fonts/en/NewBaskerville.ttf');
}
.en5 {
  font-family: 'en5';
}
@font-face {
  font-family: 'en6';
  src: url('../fonts/en/utile.woff2');
}
.en6 {
  font-family: 'en6';
}
@font-face {
  font-family: 'en7';
  src: url('../fonts/en/OpenSans-Light.ttf');
}
.en7 {
  font-family: 'en7';
}
@font-face {
  font-family: 'en8';
  src: url('../fonts/en/Square721BT.ttf');
}
.en8 {
  font-family: 'en8';
}
@font-face {
  font-family: 'en9';
  src: url('../fonts/en/D-DIN-PRO-900-Heavy.otf');
}
.en9 {
  font-family: 'en9';
}
@font-face {
  font-family: 'en10';
  src: url('../fonts/en/NewBaskerville Italic.ttf');
}
.en10 {
  font-family: 'en10';
}
@font-face {
  font-family: 'en11';
  src: url('../fonts/en/RoslindaleDisplay-Regular.woff2');
}
.en11 {
  font-family: 'en11';
}
/* 弹跳 */
@keyframes myBounce {
  0% {
    transform: translate3d(0, 0, 0);
    /* text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em; */
  }
  100% {
    transform: translate3d(0, -0.5em, 0);
    /* text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em; */
  }
}
/* 旋转 */
@keyframes xuanzhuan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* 波浪 */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(185, 72, 46, 0.15), 0 0 0 1vw rgba(185, 72, 46, 0.15), 0 0 0 2vw rgba(185, 72, 46, 0.15);
  }
  100% {
    box-shadow: 0 0 0 1vw rgba(185, 72, 46, 0.15), 0 0 0 2vw rgba(185, 72, 46, 0.15), 0 0 0 4vw rgba(185, 72, 46, 0);
  }
}


a,
div,
section,
p,
button,
ul,
li,
body,
html,
img,
textarea,
input {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  font-size: clamp(12px, 1vw, 1vw);
  color: #333;
}
@media (max-width:1024px) {
  a,
  div,
  section,
  p,
  button,
  ul,
  li,
  body,
  html,
  img,
  textarea,
  input {
    font-size: 3.4vw;
  }
}
a {
  display: block;
  text-decoration: none;
  outline: none;
}
img {
  border: 0;
  display: block;
}
body {
  margin: 0 auto;
  background-repeat: repeat;
}
ul,
li {
  list-style-type: none;
}
button {
  border: none;
  outline: none;
  background-color: transparent;
  box-sizing: content-box;
}
p {
  line-height: 2em;
}
video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wenzhang p {
  line-height: 2em;
  text-indent: 2em;
  padding: 4px 0;
}
.wenzhang p img {
  max-width: 100%;
  margin: 20px auto;
  display: block;
}
@media (max-width:1024px) {
  .wenzhang p img {
    width: 100% !important;
    height: unset !important;
  }
}
table {
  border: none;
  border-collapse: collapse;
  border: 0;
}
tr {
  border: none;
  border: 1px solid #DDD;
}
td {
  border: none;
  border: 1px solid #DDD;
}
input {
  outline: none;
  border: none;
}
.fancybox__container * {
  color: #fff !important;
}
.fancybox__container * .fancybox__content {
  width: 80vw!important;
  height: 80vh!important;
}
.buttonLink {
  display: none;
}
.pageBox {
  max-width: 100%;
  margin: 0 auto;
}
.pageContent {
  position: relative;
  z-index: 4;
  padding: 0;
}
@media (max-width:1600px) {
  .pageContent {
    padding:  0;
  }
}
@media (max-width:1300px) {
  .pageContent {
    padding:  0;
  }
}
@media (max-width:1024px) {
  .pageContent {
    padding: 12vw 0;
  }
}
mod {
  display: block;
}
.cn {
  font-family: 'cn1';
}
.en {
  font-family: 'en11';
  text-transform: uppercase;
}
.imgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cenBox {
  width: 60%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .cenBox {
    width: 86%;
  }
}
.bgImg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.bgImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  width: 4px;
  border-radius: 10px;
  background-color: #81D8D0;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mapGoOpenBoxMask {
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 15;
}
.mapGoOpenBoxMask.show {
  opacity: 1;
  pointer-events: auto;
}
.mapGoOpenBox {
  position: fixed;
  bottom: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  z-index: 16;
  padding: 10vw;
  transform: translateY(100%);
  pointer-events: none;
}
.mapGoOpenBox .box {
  border-radius: 2vw;
  background-color: #81D8D0;
  width: 100%;
  padding: 1vw 3vw;
}
.mapGoOpenBox .box a {
  height: 16vw;
  margin: 2vw 0;
  border-radius: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #81D8D0;
  background-color: #fff;
}
.mapGoOpenBox.show {
  transform: translateY(0);
  pointer-events: auto;
}
.pageContentAll {
  position: relative;
  background-color: #fff;
}
.artImg {
  width: 100%;
  height: 100%;
}
.artImg picture {
  width: 100%;
  height: 100%;
}
.artImg picture img {
  width: 100%;
  height: 100%;
}
.unifyButton {
  width: fit-content;
  margin-top: 4vw;
}
.unifyButton .unifyButtonThis > .thisBox {
  position: relative;
  padding-bottom: 1vw;
  padding-left: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
.unifyButton .unifyButtonThis > .thisBox .txt {
  font-family: 'en11';
  text-transform: uppercase;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  margin-right: 0.5vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #333;
  position: relative;
  z-index: 1;
}
@media (max-width:1024px) {
  .unifyButton {
  width: fit-content;
  margin-top: 10vw;
}
  .unifyButton .unifyButtonThis > .thisBox .txt {
    font-size: 3.4vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .ico {
  position: relative;
  z-index: 1;
  width: 2vw;
  height: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.unifyButton .unifyButtonThis > .thisBox .ico i {
  color: #333;
}
.unifyButton .unifyButtonThis > .thisBox .yuan {
  top: 0;
  position: absolute;
  left: -20px;
 background-image: url(../img/hudie.png);
 background-size: contain;
 background-repeat: no-repeat;
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .yuan {

  width: 10vw;
  height: 10vw;

}
}
.unifyButton .unifyButtonThis > .thisBox .xian {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.unifyButton .unifyButtonThis > .thisBox .xian div {
  width: 2vw;
  height: 100%;
  background-color: #000;
}
.unifyButton .unifyButtonThis:hover .txt {
  color: #81D8D0;
}
.unifyButton.white .unifyButtonThis > .thisBox .txt {
  color: #fff;
}
.unifyButton.white .unifyButtonThis > .thisBox .ico i {
  color: #fff;
}
.unifyButton.white .unifyButtonThis > .thisBox .xian {
  background-color: rgba(255, 255, 255, 0.2);
}
.unifyButton.white .unifyButtonThis > .thisBox .xian div {
  background-color: rgba(255, 255, 255, 0.5);
}
.fenye {
  margin-top: 5vw;
}
.fenye .fenyeThis > .thisBox .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box {
    gap: 4vw;
  }
}
.fenye .fenyeThis > .thisBox .box .page_numbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box .page_numbar {
    gap: 4vw;
  }
}
.fenye .fenyeThis > .thisBox .box a {
  width: 2.4vw;
  height: 2.4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  font-family: 'en11';
  text-transform: uppercase;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  border: 1px solid #ddd;
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box a {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box a {
    width: 10vw;
    height: 10vw;
  }
}
.fenye .fenyeThis > .thisBox .box a:hover {
  background-color: rgba(185, 72, 46, 0.1);
}
.fenye .fenyeThis > .thisBox .box a.page-num-current {
  background-color: #81D8D0;
  color: #fff;
}
.ani_txt_hover.ani_txt,
.ani_txt_hover .ani_txt {
  position: relative;
}
.ani_txt_hover.ani_txt div,
.ani_txt_hover .ani_txt div {

  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.txt.ani_txt .t1 {
  color:#fff;
}

.ani_txt_hover.ani_txt .t1,
.ani_txt_hover .ani_txt .t1 {
  clip-path: inset(0 0 0 0);
     
}
.ani_txt_hover.ani_txt .t2,
.ani_txt_hover .ani_txt .t2 {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  clip-path: inset(0 100% 0 0);
}
.ani_txt_hover:hover.ani_txt .t1,
.ani_txt_hover:hover .ani_txt .t1 {
  clip-path: inset(0 0 0 100%);
}
.ani_txt_hover:hover.ani_txt .t2,
.ani_txt_hover:hover .ani_txt .t2 {
  clip-path: inset(0 0 0 0);
}
.unifyTitle {
  margin-bottom: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .unifyTitle {
    margin-bottom: 10vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.unifyTitle .unifyTitleThis > .thisBox .text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
}
.unifyTitle .unifyTitleThis > .thisBox .text .cn {
  font-size: clamp(12px, 2.5vw, 2.5vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .text .cn {
    font-size: 6.8vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .text .en {
  font-size: clamp(12px, 1.4vw, 1.4vw);
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .text .en {
    font-size: 4.6vw;
  }
}
.topNav {
  position: relative;
  z-index: 20;
  top: 0;
  left: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 7vw;
}
@media (max-width:1600px) {
  .topNav {
    height: 7vw;
  }
}
@media (max-width:1300px) {
  .topNav {
    height: 7vw;
  }
}
@media (max-width:1024px) {

  .topNav {
      position: fixed;
    height: 14vw;
  }
}
@media (max-width:1024px) {
  .topNav {
    height: 20vw;
  }
}
.topNav .topNavThis {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.topNav .topNavThis .thisBox {

  width: 100%;
  height: 100%;
  padding: 0 4vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}

.topNav .topNavThis .thisBox .logoBox {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 12vw;
  height: 3.4vw;
  -webkit-mask-image: none;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.topNav .topNavThis .thisBox .logoBox .color {
  background-color: #fff;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .logoBox {
  width: 33vw;
        height: 11vw;
  }
}
.topNav .topNavThis .thisBox .logoBox .color {
  background-color: #fff;
}
.topNav .topNavThis .thisBox .navBar {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  height: 100%;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navBar {
    display: none;
  }
}
.topNav .topNavThis .thisBox .navBar .ul {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .navBar .ul .li {
  height: 100%;
  position: relative;
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 {
  position: relative;
  font-family: 'cn1';
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
  padding: 0 1.5vw;
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .txt {
  position: relative;
}
.topNav .topNavThis .thisBox .navBar .ul .li .a1 .txt::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -0.2vw;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #81d8cf75;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis .thisBox .navBar .ul .li .twoNav {
  position: absolute;
  top: 100%;
  width: max-content;
  padding-top: 1vw;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.topNav .topNavThis .thisBox .navBar .ul .li .twoNav .ul2 {
  padding: 1vw;
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 0.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  background-color: #ffffff2f;
  transform: translateY(2vw);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.topNav .topNavThis .thisBox .navBar .ul .li:hover .twoNav {
  pointer-events: auto;
}
.topNav .topNavThis .thisBox .navBar .ul .li:hover .twoNav .ul2 {
  opacity: 1;
  transform: translateY(0);
}
.topNav .topNavThis .thisBox .navBar .ul .li:hover .a1 .txt::after {
  width: 100%;
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  position: absolute;
  right: 4vw;
  top: 2.3vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .openBtn .menuBtn {
    top: 5vw;
  }
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .txt {
  width: 3vw;
  color:#fff;
  height: 100%;
  position: relative;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .txt {
    width: 10vw;
  }
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .txt .t {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  width: max-content;
  font-family: 'cn1';
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateX(0.4vw);
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .txt .t.on {
  opacity: 1;
  transform: translateX(0);
  color:#fff;
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul {
  position: relative;
  width: 2.4vw;
  height: 2.4vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 50%;
  border: 1px solid #fff;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul {
    width: 10vw;
    height: 10vw;
  }
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn .ul .li {
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}
.topNav .topNavThis .thisBox .navRight .openBtn .menuBtn:active .ul {
  transform: scale(0.9);
}
.topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li .a1:hover .txt div {
     color: #81D8D0;
}
.topNav.openNavShow .topNavThis > .thisBox .logoBox {
  opacity: 0;
  pointer-events: none;
}
.topNav.openNavShow .topNavThis > .thisBox .navBar {
  opacity: 0;
  pointer-events: none;
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .menuBtn {
  transform: translateY(2vw);
}
.openNav {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
}
.paraBox {
  width: 100%;
  height: 100%;
}
.paraBox .artImgBox {
  width: 100%;
  height: 100%;
}
.txtMask {
  overflow: hidden;
}
.foot .footThis > .thisBox {
  position: relative;
  padding-top: 8vw;
  background-color: #81d8d0;
}
.foot .footThis > .thisBox * {
  color: #fff;
}

.foot .footThis > .thisBox .contentBox {
  padding: 0 10vw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }

}
.foot .footThis > .thisBox .contentBox .leftBox .logoBox {
  margin-bottom: 4vw;
  width: 12vw;
  height: 8vw;
  -webkit-mask-image: none;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-position: top;
}
.foot .footThis > .thisBox .contentBox .leftBox .logoBox .color {
  background-color: #fff;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .leftBox .logoBox {
 width: 72vw;
        height: 17vw;
        margin-bottom: 10vw;
  }
}
.foot .footThis > .thisBox .contentBox .rigthBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 6vw;
}
.foot .footThis > .thisBox .contentBox .rigthBox .footNavBar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .rigthBox .footNavBar {
    padding-left: 0;
  }
  .foot .footThis > .thisBox .contentBox .rigthBox {
      width: 100%;
      flex-direction: column;
  }
}
.foot .footThis > .thisBox .contentBox .rigthBox .footNavBar .ul1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .rigthBox .footNavBar .ul1 {
     display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
    gap: 4vw;
    justify-content: flex-start;
  }
  .foot .footThis > .thisBox .contentBox .rigthBox .footNavBar .ul1 li {
    flex: unset;
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .rigthBox .footNavBar .ul1 .li1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot .footThis > .thisBox .contentBox .rigthBox .footNavBar .ul1 .li1 .a1 .txt,
.foot .footThis > .thisBox .contentBox .rigthBox .footNavBar .ul1 .li1 .a1 .txt div {
  font-family: 'cn1';
  font-size: 1.2vw;
}
@media (max-width:1024px) {.foot .footThis > .thisBox .contentBox .rigthBox .footNavBar .ul1 .li1 .a1 .txt,
.foot .footThis > .thisBox .contentBox .rigthBox .footNavBar .ul1 .li1 .a1 .txt div {
  font-family: 'cn1';
  font-size: 5vw;
}
  .foot .footThis > .thisBox .contentBox .rigthBox .erweima {
    width: 100%;
    margin-top: 8vw;
  }
}
.foot .footThis > .thisBox .contentBox .rigthBox .erweima .oneBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}

.foot .footThis > .thisBox .contentBox .rigthBox .erweima .oneBox .bdName {
  font-family: 'cn1';
  font-size: clamp(12px, 1.3vw, 1.3vw);
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
    .foot .footThis > .thisBox .contentBox .rigthBox .erweima .oneBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
  .foot .footThis > .thisBox .contentBox .rigthBox .erweima .oneBox .bdName {
    font-size: 4.4vw;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .rigthBox .erweima .oneBox .bdName {
    margin-bottom: 5vw;
  }
}
.foot .footThis > .thisBox .contentBox .rigthBox .erweima .oneBox .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .rigthBox .erweima .oneBox .ul {
    gap: 5vw;
    flex-direction: row;
  }
}
.foot .footThis > .thisBox .contentBox .rigthBox .erweima .oneBox .ul .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .rigthBox .erweima .oneBox .ul .li {
    gap: 3vw;
  }
}
.foot .footThis > .thisBox .contentBox .rigthBox .erweima .oneBox .ul .li .imgBox {
  width: 6vw;
  height: 6vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .rigthBox .erweima .oneBox .ul .li .imgBox {
    width: 30vw;
    height: 30vw;
  }
}
.foot .footThis > .thisBox .contentBox .rigthBox .erweima .oneBox .ul .li .title {
  font-size: clamp(12px, 1vw,1vw);
  opacity: 1;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .rigthBox .erweima .oneBox .ul .li .title {
    font-size: 4.2vw;
  }
}
.foot .footThis > .thisBox .contentBox .rigthBox .rightImg {
  width: 10vw;
  height: 14vw;
}
.foot .footThis > .thisBox .contentBox .rigthBox .rightImg .imgBox {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.foot .footThis > .thisBox .contentBox .rigthBox .rightImg .imgBox img {
  height: 120%;
}
.foot .footThis > .thisBox .footBottomInfo {
  width: 100%;
  padding: 1vw 0;
  border-top: 1px solid #ddd;
  margin-top: 6vw;
}
@media (max-width:1024px) {
    .foot .footThis > .thisBox .contentBox .rigthBox .rightImg{
        display: none;
    }
  .foot .footThis > .thisBox .footBottomInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    margin-top: 8vw;
    padding: 6vw 0;
  }
}
.foot .footThis > .thisBox .footBottomInfo * {
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo * {
    font-size: 3.2vw;
  }
}
.foot .footThis > .thisBox .footBottomInfo a:hover {
  color: #81D8D0;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox {
  padding: 1vw 10vw 4vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft {
    gap: 4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft > div .lbt {
  word-break: keep-all;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .beian {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .beian a {
  text-decoration: underline;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .gabeian {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .gabeian a {
  text-decoration: underline;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .banquan {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .banquan {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoRight .jishuzhichi {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.intro {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 16vw;
}
.intro::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 26px;
  bottom: calc(100% - 1px);
  background-image: url(../img/unify/wave_top_pc.svg);
  background-position: 0 center;
  animation: moveWavePc 6s linear infinite;
  left: 0;
  background-repeat: repeat-x;
  background-size: 1600px 26px;
}
.intro::after {
  content: '';
  position: absolute;
  display: block;
  top: calc(100% - 1px);
  background-image: url(../img/unify/wave_bottom_pc.svg);
  background-position: 0 center;
  animation: moveWavePc 6s linear infinite reverse;
  left: 0;
  width: 100%;
  height: 26px;
  background-repeat: repeat-x;
  background-size: 1600px 26px;
}
@keyframes moveWavePc {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -1600px center;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis {
  position: relative;
  padding-bottom: 6vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis {
    padding-top: 0;
      padding-bottom: 0;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox {
bottom: 42%;
    position: absolute;
    left: 9%;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox {
position: relative;
        width: 100%;
        margin-top: -44vw;
        text-align: center;
        left: 0;
        justify-content: center;
        z-index: 1;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .twoQuan {
  opacity: 0.8;
  position: relative;
  width: 36vw;
  height: 38vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .twoQuan {
    width: 62vw;
    height: 52vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .twoQuan > div {
  position: absolute;
  width: 26vw;
  height: 26vw;
  top: 0;
  border-radius: 50%;
  border: 1px solid #81D8D0;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .twoQuan > div {
    width: 45vw;
    height: 45vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .twoQuan > div.q1 {
  left: 0;
  transform: scale(1);
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .twoQuan > div.q2 {
  right: 0;
  transform: scale(0.7);
  background-color: #81D8D0;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .sortText {
  margin-left: 0;
  position: relative;
  z-index: 1;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .sortText {
    margin-left: 0;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .sortText .subname {
  font-size: clamp(12px, 3.7vw, 3.7vw);
  text-transform: uppercase;
  width: max-content;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .sortText .subname {
    font-size: 9.2vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .sortText .subname {
    font-size: 6vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .sortText .subname div {
  font-size: clamp(12px, 3.7vw, 3.7vw);
  text-transform: uppercase;
  color:#fff;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .sortText .subname div {
    font-size: 9.2vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .sortText .subname div {
    font-size: 6vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .sortText .sortname {
  font-size: clamp(12px, 2.3vw, 2.3vw);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .sortText .sortname {
    font-size: 6.4vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .sortText .sortname div {
  font-size: clamp(12px, 2.3vw, 2.3vw);
      color: #fff;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .leftBox .sortText .sortname div {
    font-size: 6.4vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox {
  position: relative;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  clip-path: inset(0 0 0 100%);
  width: 100vw;
  height: 35vw;
  overflow: hidden;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox::after{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
     background-color: #81D8D094;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox {
    position: relative;
   width: 100%;
        height: 75vw;
  }
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #81D8D094;
  }
}
.twoPageBox .pageContentAll .twoBanner.on .twoBannerThis > .thisBox .contentBox .rightBox .imgBox {
  clip-path: inset(0 0 0 0);

}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox .dataBar {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3vw;
  width: 86%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox .dataBar li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.5vw;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  white-space: nowrap;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox .dataBar li:last-child {
  border-right: none;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox .dataBar li .num {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox .dataBar li .num span {
  font-size: clamp(24px, 4.2vw, 4.2vw);
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox .dataBar li .num i {
  font-style: normal;
  font-size: clamp(14px, 1.4vw, 1.4vw);
  margin-left: 0.3vw;
  font-weight: 500;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox .dataBar li .label {
  margin-top: 1vw;
  color: #ffffff;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox .dataBar {
    width: 92%;
    bottom: 5vw;
    flex-wrap: wrap;
    row-gap: 4vw;
  }
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox .dataBar li {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 2vw;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    white-space: normal;
  }
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox .dataBar li:nth-child(2n) {
    border-right: none;
  }
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox .dataBar li .num span {
    font-size: clamp(20px, 6.8vw, 6.8vw);
  }
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox .dataBar li .num i {
    font-size: clamp(12px, 2.8vw, 2.8vw);
    margin-left: 0.6vw;
  }
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .rightBox .imgBox .dataBar li .label {
    margin-top: 1.8vw;
    font-size: clamp(12px, 3.2vw, 3.2vw);
  }
}
.message_tongzhi {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.message_tongzhi .kuangjia {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.message_tongzhi .kuangjia .box {
  width: 400px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(255, 255, 255, 0.5);
  transform: translateY(50px);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 10px;
}
@media (max-width:1024px) {
  .message_tongzhi .kuangjia .box {
    width: 90%;
  }
}
.message_tongzhi .kuangjia .box i {
  font-size: 80px;
  margin-bottom: 20px;
}
@media (max-width:1024px) {
  .message_tongzhi .kuangjia .box i {
    font-size: 18vw;
  }
}
.message_tongzhi .kuangjia .box i.icon-zhengque {
  color: #46ad75;
}
.message_tongzhi .kuangjia .box i.icon-cuowu {
  color: #b62c2c;
}
.message_tongzhi .kuangjia .box span {
  font-size: 18px;
  color: #666;
}
.message_tongzhi .kuangjia .box .jishi {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.message_tongzhi .kuangjia.on .box {
  transform: translateY(0px);
}
.goTopBtn {
  position: fixed;
  bottom: 6vw;
  right: 3vw;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.goTopBtn > .thisBox {
  position: relative;
  width: 4.7vw;
  height: 100%;
}
.goTopBtn > .thisBox .box {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #81D8D0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.goTopBtn > .thisBox .box i {
  color: #fff;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox .box i {
    font-size: 4.4vw;
  }
  .goTopBtn > .thisBox {
  position: relative;
  width: 25.7vw;
  height: 100%;
}
  .goTopBtn {
  position: fixed;
  bottom: 6vw;
  right: 1vw;

}
.goTopBtn > .thisBox .box {
  width: 10vw;
  height: 10vw;
}
}
.goTopBtn > .thisBox .box .svgBox {
  position: absolute;
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.goTopBtn > .thisBox .box .svgBox svg {
  width: 100%;
  height: 100%;
  animation: xuanzhuan 30s linear 0s infinite normal;
}
.goTopBtn > .thisBox:hover .box {
  background-color: #81D8D0;
}
.goTopBtn > .thisBox:hover .box .svgBox {
  transform: scale(1.2);
}
.goTopBtn.show {
  opacity: 1;
}
#txt-pagetop-curves-lg path {
  fill: #333;
}
.changePageMoveBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 1;
  background-color: #ffffff;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  visibility: visible;
}
.changePageMoveBox.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.changePageMoveBox .box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.changePageMoveBox .box .logoBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: 70vw;
  height: 7.4vw;
  -webkit-mask-image: none;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: none;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  opacity: 0;
}
.changePageMoveBox .box .logoBox .color {
  background-color: #81D8D0;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .changePageMoveBox .box .logoBox {
    width: 72vw;
    height: 8vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox {
  width: 100%;
  height: 100vh;
  padding-top: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxBanner > .thisBox {
    padding-top: 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxBanner > .thisBox {
    padding-top: 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox {
    padding-top: 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox {
    width: 100%;
    height: 70vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner {
  width: 100%;
  height: 100%;
  height: 110%;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .textBox {
  position: absolute;
  text-shadow: 2px 3px 6px #13131382;
  top: 38%;
  z-index: 2;
  left: 15vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .textBox .def1,
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .textBox .def1 div {
  font-size: 4vw;
  color: #fff;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textBox .def1,
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textBox .def1 div {
    font-size: 5.5vw;
  }
#index_page .pageContentAll .inxBanner > .thisBox .contentBox {

  width: 100%;

}
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textBox {
    position: absolute;
    top: 45%;
    z-index: 2;
    left: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw;
}
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .textBox .def2,
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .textBox .def2 div {
  font-size: 1.8vw;
  color: #fff;
  opacity: 0.6;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textBox .def2,
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textBox .def2 div {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .scrollIco {
  width: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxBanner > .thisBox .scrollIco .en {
  color: rgba(0, 0, 0, 0.5);
  writing-mode: vertical-rl;
  margin-bottom: 0.8vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .scrollIco .en {
    font-size: 3vw;
  }
  #index_page .pageContentAll .inxBanner > .thisBox .scrollIco{
      display: none;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .scrollIco .guidao {
  position: relative;
  height: 15vw;
  width: 8px;
  overflow: hidden;
}
#index_page .pageContentAll .inxBanner > .thisBox .scrollIco .guidao::after {
  background-color: rgba(0, 0, 0, 0.1);
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  left: calc(50% - 1px);
}
#index_page .pageContentAll .inxBanner > .thisBox .scrollIco .guidao .qiu {
  top: 0;
  left: calc(50% - 4px);
  position: absolute;
  width: 100%;
  height: 14px;
  z-index: 1;
  border-radius: 4px;
  background-color: #81D8D0;
}
#index_page .pageContentAll .inxAbout > .thisBox {
  position: relative;
  padding: 7vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-bottom: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox::after {
 content: '';
    position: absolute;
    top: 0vw;
    right: 5vw;
    width: 14vw;
    height: 100%;
    background-image: url(../img/hudie1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox {
    width: 86%;
      flex-direction: column;
  }
  
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-right: 4vw;
}



#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .unifyTitle {
    margin-bottom: 2vw;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: start;
    flex-wrap: unset;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .unifyTitle .unifyTitleThis > .thisBox .text{
  position: relative;
    z-index: 1;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 0.4vw;
}



#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.2vw;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox .cn {
  font-size: clamp(12px, 2vw, 2vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox .cn {
    font-size: 4.4vw;
  }
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 3vw;
}
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox .en {
  font-size: clamp(12px, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox .en {
    font-size: 3.8vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .svgBox {
  margin-top: 1vw;
  width: 12vw;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .svgBox img{
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .svgBox svg {
  width: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .textBox {
  margin-top: 3vw;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .textBox .content p {
  line-height: 2.4em;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox {
  position: relative;
  z-index: 1;
  padding-top: 4vw;
  width: 50%;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox .paraBox {
  height: 100%;
}

#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox .mainTitle {
  font-size: clamp(18px, 2.2vw, 2.2vw);
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox .subTitle {
  font-size: clamp(14px, 1.3vw, 1.3vw);
  color: #555;
  margin-top: 0.8vw;
  font-weight: 500;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox {
  margin-top: 3vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2vw;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox .item {
  position: relative;
  padding-right: 2vw;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox .item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 2.5vw;
  background-color: #ddd;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox .item .num {
  font-size: clamp(18px, 2.2vw, 2.2vw);
  font-weight: bold;
  color: #81D8D0;
  line-height: 1.2;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox .item .label {
  font-size: clamp(12px, 0.85vw, 0.85vw);
  color: #81D8D0;
  margin-top: 0.4vw;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .aboutButton {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-top: 3vw;
  padding: 1vw 3vw;
  background-color: #81D8D0;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  gap: 0.5vw;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .aboutButton:hover {
  background-color: #46a07d;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(87, 184, 148, 0.3);
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .aboutButton .btnTxt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  letter-spacing: 0.05em;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .aboutButton i {
  font-size: clamp(12px, 0.8vw, 0.8vw);
  transition: transform 0.3s ease;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .aboutButton:hover i {
  transform: translateX(4px);
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox .aboutVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  background-color: #000;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox:hover .aboutVideo {
  transform: scale(1.05);
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox .playIco {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 5vw;
  height: 5vw;
  min-width: 60px;
  min-height: 60px;
  background-color: #81D8D0;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  z-index: 2;

  box-shadow: 0 4px 20px rgba(87, 184, 148, 0.4);
  pointer-events: none;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox:hover .playIco {
  background-color: #81D8D0;

  box-shadow: 0 8px 30px rgba(87, 184, 148, 0.6);
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox .playIco i {
  color: #fff;
  font-size: clamp(16px, 1.8vw, 1.8vw);
  margin-left: 0.2vw;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;

}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox:hover::before {
  background-color: rgba(0, 0, 0, 0.25);
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox.is-playing .playIco,
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox.is-playing::before {
  opacity: 0;
  visibility: hidden;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox .playIco {
    width: 16vw;
    height: 16vw;
    min-width: unset;
    min-height: unset;
  }
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox .playIco i {
    font-size: 5.6vw;
  }
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox .mainTitle {
    font-size: 5.6vw;
  }
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox .subTitle {
    font-size: 3.4vw;
    margin-top: 1.5vw;
  }
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6vw;
    gap: 4vw;
  }
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox .item {
    padding-right: 4vw;
  }
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox .item:not(:last-child)::after {
    height: 8vw;
  }
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox .item .num {
    font-size: 5.6vw;
    text-align: center;
  }
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox .item .label {
    font-size:3.8vw;
    margin-top: 1vw;
    text-align: center;
  }
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .aboutButton {
    margin-top: 6vw;
    padding: 2.5vw 7vw;
    gap: 1.5vw;
  }
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .aboutButton .btnTxt {
    font-size: 3vw;
  }
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .aboutButton i {
    font-size: 2.8vw;
  }
}
#index_page .pageContentAll .inxVideo {
  position: relative;
  z-index: 1;
}
#index_page .pageContentAll .inxVideo > .thisBox {
  position: relative;
  background-color: #fff;
  padding-top: 7vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxVideo > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxVideo > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox {
    padding-top: 12vw;
  }
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox {
  position: relative;
  z-index: 1;
  padding-top: 11vw;
  width: 100%;
}
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox {
    aspect-ratio: 16 / 9;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  height: 70vw;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 3vw;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .titleBox .cn {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  letter-spacing: 0.1em;
  padding-left: 0.5em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .titleBox .cn {
    font-size: 4.8vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .titleBox .en {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .titleBox .en {
    font-size: 3.2vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: calc(100vh - 5vw * 1);
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin {
    height: unset;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox {
  overflow: hidden;
  position: relative;
  width: 45vw;
  height: 25vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox {
    width: 100%;
    height: 60vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox .playBox {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  top: 0;
  z-index: 2;
  padding: 1vw 7vw;
  border-radius: 10vw;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox .playBox .aPlay {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  opacity: 1;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox .playBox .aPlay div {
  font-size: clamp(12px, 3.7vw, 3.7vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-family: 'en11';
  text-transform: uppercase;
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox .playBox .aPlay div {
    font-size: 9.2vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox .playBox .aPlay .ico {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox .playBox .aPlay .ico svg {
  width: 3vw;
  height: 3vw;
  fill: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox .playBox .aPlay .ico svg {
    width: 16vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox .playBox .aPlay:hover {
  opacity: 0.5;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox .playBox .aPlay:hover .ico {
  transform: rotate(240deg);
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox .playBox .aPlay:hover .p {
  transform: translateX(-4vw);
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox .playBox .aPlay:hover .l {
  transform: translateX(-2vw);
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox .playBox .aPlay:hover .a {
  transform: translateX(2vw);
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox .playBox .aPlay:hover .y {
  transform: translateX(4vw);
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox:hover #proVideo {
  filter: grayscale(0);
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textPosi {
  position: absolute;
  right: 12vw;
  z-index: 2;
  top: 12vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .textPosi {
    margin-top: 10vw;
    position: unset;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textPosi .title {
  opacity: 0.8;
  font-size: clamp(12px, 1.6vw, 1.6vw);
  color: #81D8D0;
  letter-spacing: 0.2em;
  margin-bottom: 1vw;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .textPosi .title {
    font-size: 5vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .textPosi .title {
    padding-left: 0;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textPosi .subtitle {
  margin-top: 4vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .textPosi .subtitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textPosi .subtitle div {
  mix-blend-mode: plus-lighter;
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-family: 'en11';
  text-transform: uppercase;
  line-height: 1.2em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .textPosi .subtitle div {
    font-size: 5.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .textPosi .subtitle div {
    font-size: 5vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textPosi .subtitle div.txt0 {
  padding-right: 1vw;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textPosi .subtitle div.txt1 {
  padding-right: 0;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textPosi .subtitle div.txt2 {
  color: #81D8D0;
  padding-right: 8vw;
  line-height: 0.7em;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textPosi .subtitle div.txt3 {
  padding-right: 0;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textPosi .subtitle div.txt4 {
  padding-right: 6vw;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .content {
  position: absolute;
  left: 10vw;
  bottom: 17vw;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .content p {
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .content p {
    font-size: 4.4vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .posiWater {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#index_page .pageContentAll .inxVideo > .thisBox .posiWater img {
  width: 100%;
}
#index_page .pageContentAll .inxConcept > .thisBox {
  position: relative;
  padding: 7vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxConcept > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxConcept > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxConcept > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox {
  padding: 4vw 0;
  position: relative;
  z-index: 1;
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxConcept > .thisBox .contentBox {
    width: 86%;
    flex-direction: column-reverse;
  }
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .leftBox {
  padding-left: 4vw;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .leftBox .biaoti {
  margin-bottom: 2vw;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .leftBox .content{
    width:70%;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .leftBox .biaoti .txt {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
  line-height: 2em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxConcept > .thisBox .contentBox .leftBox .biaoti .txt {
    font-size: 4.8vw;
  }
  #index_page .pageContentAll .inxConcept > .thisBox .contentBox .leftBox .content{
    width:100%;
}
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .leftBox .imgBox {
  height: 15vw;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox {
  position: relative;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1.6vw;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .bom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1.6vw;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .oBox {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 14vw;
  height: 14vw;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .oBox.o1::before {
  border-color: #81D8D08c;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .oBox.o1 .poin {
  color: #81D8D08c;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .oBox.o2::before {
  border-color: #8608b4;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .oBox.o2 .poin {
  color: #8608b4;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .oBox.o3::before {
  border-color: #38399c;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .oBox.o3 .poin {
  color: #38399c;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .oBox .coutBox {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .oBox .coutBox .poin {
  font-family: 'en11';
  text-transform: uppercase;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  margin-bottom: 0.6vw;
}  
@media (max-width:1024px) {
  #index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .oBox .coutBox .poin {
    font-size: 4.8vw;
  }
  #index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .top{
      padding-bottom: 12vw;
  }
  
  #index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .oBox {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 44vw;
  height: 44vw;
}
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .oBox .coutBox .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  opacity: 0.8;
  width: 10vw;
  text-align: center;
  line-height: 2em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .oBox .coutBox .txt {
font-size: 12px;
    width: 100%;
  }
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .oBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  border: 4px solid;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .box .oBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  animation: xuanzhuan 5s linear 0s infinite normal;
  z-index: 1;
  border: 4px solid transparent;
  background: linear-gradient(to right, transparent, #fff, transparent);
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .cBox {
  position: absolute;
  top: 54%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10vw;
  height: 10vw;
  background-color: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .cBox .name {
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .cBox .name {
    font-size: 4.4vw;
  }
  #index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .cBox {
    position: absolute;
    top: 51%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40vw;
    height: 10vw;
    background-color: #fff0;
    box-shadow: 2px 2px 20px rgb(0 0 0 / 0%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 0.5vw;
}
  
}
#index_page .pageContentAll .inxConcept > .thisBox .contentBox .rightBox .threeBox .cBox .subname {
  font-family: 'en11';
  text-transform: uppercase;
}
#index_page .pageContentAll .inxConcept > .thisBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 7vw;
  background-color: rgba(255, 255, 255, 0.5);
  right: 0;
  width: 70%;
  bottom: 7vw;
}
#index_page .pageContentAll .inxHistory > .thisBox {
  position: relative;
  padding-bottom: 7vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxHistory > .thisBox {
    padding-bottom: 7vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxHistory > .thisBox {
    padding-bottom: 7vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox {
    padding-bottom: 12vw;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox {
    width: 86%;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .biaotiBox {
  position: relative;
  width: 40%;
  height: calc(100vh - 5vw * 1);
  padding-top: 6vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .biaotiBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .biaotiBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .biaotiBox {
    height: unset;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .biaotiBox .pic {
  overflow: hidden;
  position: absolute;
  left: -20vw;
  bottom: 6vw;
  width: calc(100% + 20vw);
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .biaotiBox .pic .imgBox {
  width: 100%;
  height: 26vw;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .biaotiBox .pic .imgBox .paraBox {
  height: 120%;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .biaotiBox .ico {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 4vw;
  width: 12vw;
  height: 12vw;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .biaotiBox .ico .paraBox {
  height: 120%;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox {
  position: relative;
  padding-left: 6vw;
  width: 60%;
  padding-top: 6vw;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul .li .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  padding-left: 2vw;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .titleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-bottom: 0.6vw;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .titleBox .title {
  font-family: 'en11';
  text-transform: uppercase;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .titleBox .title {
    font-size: 4.4vw;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .titleBox .subtitle {
  margin-left: 1vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .titleBox .subtitle {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .content {
  padding-left: 6vw;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul .li .box::before {
  top: 0.6vw;
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #81D8D0;
  border-radius: 50%;
  left: -3px;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox::before {
  content: '';
  position: absolute;
  display: block;
  left: 6vw;
  bottom: 0;
  top: 6vw;
  width: 1px;
  background-color: #ddd;
}
#index_page .pageContentAll .inxGuodu > .thisBox {
  width: 100%;
  height: 30vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGuodu > .thisBox {
    height: 80vw;
  }
}
#index_page .pageContentAll .inxGuodu > .thisBox .contentBox {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxGuodu > .thisBox .contentBox .textBox {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxGuodu > .thisBox .contentBox .textBox .title {
  font-family: 'en11';
  text-transform: uppercase;
  padding-bottom: 2vw;
  font-size: clamp(12px, 2.5vw, 2.5vw); 
}
#index_page .pageContentAll .inxGuodu > .thisBox .contentBox .textBox .desc {
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGuodu > .thisBox .contentBox .textBox .desc {
  font-size: clamp(12px, 3.6vw, 3.6vw);
}
  #index_page .pageContentAll .inxGuodu > .thisBox .contentBox .textBox {
    width: 85%;
  }
  #index_page .pageContentAll .inxGuodu > .thisBox .contentBox .textBox .title {
    font-size: 6.4vw;
  }
}

#index_page .pageContentAll .inxGuodu > .thisBox .contentBox .textBox svg {
  width: 40vw;
  height: 14vw;
  fill: transparent;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGuodu > .thisBox .contentBox .textBox svg {
    width: 80vw;
  }
}
#index_page .pageContentAll .inxGuodu > .thisBox .contentBox .textBox svg path {
  stroke-width: 2px;
  stroke: #81D8D0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGuodu > .thisBox .contentBox .textBox svg path {
    stroke-width: 2px;
  }
}
#index_page .pageContentAll .inxGuodu > .thisBox .contentBox .imgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.7;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGuodu > .thisBox .contentBox .imgBox {
    position: relative;
  }
}
#index_page .pageContentAll .inxGuodu > .thisBox .contentBox .imgBox img {
  height: 150%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGuodu > .thisBox .contentBox .imgBox img {
    position: absolute;
    width: 100%;
    top: 0;
    height: 150%;
  }
}
#index_page .pageContentAll .inxZhuanli {
  position: relative;
}
#index_page .pageContentAll .inxZhuanli > .thisBox {
  position: relative;
  z-index: 1;
  padding: 7vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 60%;
  margin: 0 auto;
  height: 35vw;
  gap: 6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox .contentBox {
    width: 86%;
    flex-direction: column-reverse;
      height: 100vw;
  }
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox {
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .tabs .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .tabs .ul .li .title {
  cursor: pointer;
  font-size: clamp(12px, 1vw, 1vw);
  opacity: 0.7;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .tabs .ul .li .title {
    font-size: 3.8vw;
  }
  #index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox {
  width: 100%;
 
}
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .tabs .ul .li.on .title {
  color: #81D8D0;
  opacity: 1;
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .text {
  width: 100%;
  height: 30vw;
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .text .ul {
  width: 100%;
  height: 100%;
  position: relative;
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .text .ul .li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .text .ul .li .box {
  opacity: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .text .ul .li .box .miaoshu {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .text .ul .li .box .miaoshu {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .text .ul .li .box .content p {
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .text .ul .li .box .content p {
    font-size: 3.2vw;
  }
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .text .ul .li .box .ico {
  height: 16vw;
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .text .ul .li .box .ico img {
  height: 100%;
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .text .ul .li.on .box {
  opacity: 1;
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .rightBox {
  width: 45%;
  height: 100%;
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .rightBox .ul {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .rightBox .ul .li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .rightBox .ul .li .imgBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .rightBox .ul .li.on {
  opacity: 1;
}
#index_page .pageContentAll .inxZhuanli .bgImg {
  transform: scaleX(-1);
  opacity: 0.8;
}
#index_page .pageContentAll .inxHonor > .thisBox {
  position: relative;
 padding: 7vw 7vw;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxHonor > .thisBox {
    padding: 7vw 10vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxHonor > .thisBox {
    padding: 7vw 15vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHonor > .thisBox {
    padding: 12vw 10vw;
  }
}
#index_page .pageContentAll .inxHonor > .thisBox .unifyTitle .unifyTitleThis > .thisBox .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox {
  width: 100%;
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox {
  position: relative;
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox::after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  height: 100%;
  width: 30vw;
  top: 0;
  z-index: 1;
  pointer-events: none;
  /*background: linear-gradient(to right, transparent, #FBFCFD);*/
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox #inxHonor {
  width: 100%;
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox #inxHonor .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: unset;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide {
  width: fit-content;
  height: 100%;
  padding-top: 1vw;
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA {
  padding: 0 2vw;
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
  padding-bottom: 2.4vw;
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box .imgBox {
  height: 10vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  position: relative;
  z-index: 1;
  box-shadow: 1vw 0.7vw 1vw rgba(0, 0, 0, 0.2);
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box .imgBox img {
  object-fit: 100% 100%;
  object-position: bottom;
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/honorShadow.png);
  background-position: center;
  width: 1.5vw;
  height: 1vw;
  background-position: left;
  background-size: 100% 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box .taizi {
  position: absolute;
  bottom: 0;
  height: 3vw;
  object-fit: fill;
  left: -2vw;
  width: calc(100% + 4vw);
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box .imgBox {
  height: 45vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  position: relative;
  z-index: 1;

}
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box .taizi img {
  filter: grayscale(0.7);
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA:hover .box .imgBox {
  transform: translateY(-1vw);
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA:hover .box .imgBox::after {
  opacity: 0;
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox .swiperControl .navigation {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  right: 36vw;
  top: -7vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2px;
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox .swiperControl .navigation .btn {
  width: 3vw;
  height: 3vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox .swiperControl .navigation .btn i {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox .swiperControl .navigation .btn i {
    font-size: 3.6vw;
  }
  #index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox .swiperControl .navigation {

    right: 10vw;
    top: -18vw;

}
  #index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox .swiperControl .navigation .btn {
  width: 10vw;
  height: 10vw;

}
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox .swiperControl .navigation .btn:hover {
  background-color: #81D8D0;
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox .swiperControl .navigation .btn:hover i {
  color: #fff;
}
#index_page .pageContentAll .inxHonor > .thisBox::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 2vw;
  bottom: 2vw;
  background-color: #eee;
  width: 70%;
}
#index_page .pageContentAll .inxCharity > .thisBox {
  padding: 7vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxCharity > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxCharity > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCharity > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .inxCharity > .thisBox .contentBox {
  position: relative;
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCharity > .thisBox .contentBox {
    width: 86%;
  }
}
#index_page .pageContentAll .inxCharity > .thisBox .contentBox .textBox {
  position: relative;
  z-index: 1;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxCharity > .thisBox .contentBox .textBox .unifyTitle .unifyTitleThis > .thisBox .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxCharity > .thisBox .contentBox .textBox .content {
  opacity: 0.8;
}
#index_page .pageContentAll .inxCharity > .thisBox .contentBox .textBox .content p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCharity > .thisBox .contentBox .textBox .content p {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxCharity > .thisBox .contentBox .imgBox {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 60%;
  height: 28vw;
}
#index_page .pageContentAll .inxCharity > .thisBox .contentBox .imgBox .paraBox {
  height: 120%;
}
#index_page .pageContentAll .inxCharity > .thisBox .contentBox::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  left: -6vw;
  top: -4vw;
  height: calc(100% + 4vw);
  pointer-events: none;
  background-color: #fff;
}


.openNav .openNavThis {
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.openNav .openNavThis > .thisBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.openNav .openNavThis > .thisBox .contentBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.openNav .openNavThis > .thisBox .contentBox .leftBox {
  width: 30%;
  padding: 0 8vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .leftBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.openNav .openNavThis > .thisBox .contentBox .leftBox .openNavLogo {
  width: 15vw;
  height: 15vw;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .leftBox .openNavLogo {
    width: 45vw;
    height: 30vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .leftBox .openNavLogo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.openNav .openNavThis > .thisBox .contentBox .leftBox .content p {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .leftBox .content p {
    font-size: 3.8vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .cenImg {
  width: 50%;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .cenImg {
    width: 100%;
  }
}
.openNav .openNavThis > .thisBox .contentBox .cenImg .imgBox {
  width: 100%;
  height: 35vw;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .cenImg .imgBox {
    height: 60vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .cenImg .imgBox img {
  object-fit: contain;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar {
  padding: 0 15vw 0 10vw;
  width: 50%;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar {
    margin-top: 6vw;
    width: 100%;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  width: 100%;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 {
    gap: 3vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  padding-bottom: 1vw;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 {
    padding-bottom: 3vw;
    gap: 4vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 {
  position: relative;
  transition-duration: 0.3s;
  font-size: clamp(12px, 1.4vw, 1.4vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 {
    font-size: 4.6vw;
  }
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 {
    padding-left: 6vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .cn {
  margin-right: 1vw;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .en div {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 .en div {
    font-size: 3.8vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1::before {
  content: '';
  position: absolute;
  display: block;
  right: calc(100% + 1vw);
  top: 50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 1vw;
  border-top: 1px solid #81D8D0;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1::before {
    left: 0;
  }
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1::before {
    width: 4vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover {
  transform: translateX(1vw);
  color: #81D8D0;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover::before {
  width: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover div {
  color: #81D8D0;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
  font-size: clamp(12px, 1.4vw, 1.4vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-property: color;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
    font-size: 4.6vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .navTwoBox .ul2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .navTwoBox .ul2 .a2 {
  opacity: 0.8;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.openNav.openNavShow {
  opacity: 1;
  pointer-events: auto;
}
.openNav.openNavShow::after {
  opacity: 1;
}




#index_page .pageContentAll .inxxuanzhe > .thisBox {
  padding: 7vw 0;
background-image: url(../img/bgbg.jpg);
background-size: cover;
background-position: center;
}


@media (max-width:1024px) {
  #index_page .pageContentAll .inxxuanzhe > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .inxxuanzhe > .thisBox .unifyTitle {
  text-align: center;
  margin-bottom: 5vw;
}

#index_page .pageContentAll .inxxuanzhe > .thisBox .unifyTitle .unifyTitleThis > .thisBox .text .cn{
  color: #fff;
}
#index_page .pageContentAll .inxxuanzhe > .thisBox .unifyTitle .unifyTitleThis > .thisBox .text .en{
  color: #fff;
}
#index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox {
    width: 90%;
  }
}
#index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  margin-bottom: 3vw;
}
#index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox .ul .li {
  width: calc(25% - 1.5vw);
  height: 100%;
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox .ul .li {
    width: calc(50% - 1vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox .ul .li {
    width: 100%;
  }
}
#index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox .ul .li .box {
  background-color: #fff;
  padding: 2vw;
  height: 22vw;
  border-radius: 1vw;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
#index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox .ul .li .box:hover {
  transform: translateY(-0.5vw);
  box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.1);
}
#index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox .ul .li .box .iconBox {
  width: 3vw;
  height: 3vw;
 
  background: linear-gradient(135deg, #81D8D0, #81D8D0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5vw;
}
@media (max-width:1024px) {

  #index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox .ul .li .box {
      height: 100%;
    padding: 6vw 5vw;
    border-radius: 2vw;
  }
  #index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox .ul .li .box .iconBox {
    width: 12vw;
    height: 12vw;
    min-width: 12vw;
    min-height: 12vw;
    margin-bottom: 3vw;
  }
}
#index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox .ul .li .box .iconBox .num {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  font-family: 'en2';
  color: #fff;
  font-weight: bold;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox .ul .li .box .iconBox .num {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox .ul .li .box .title {
  font-size: clamp(12px, 1.4vw, 1.4vw);
  font-weight: bold;
  color: #333;
  margin-bottom: 1vw;
  line-height: 1.4;
  transition: color 0.3s ease;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox .ul .li .box .title {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox .ul .li .box:hover .title {
  color: #81D8D0;
}
#index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox .ul .li .box .desc p{
  font-size: clamp(12px, 1vw, 1vw);
  color: #666;
  line-height: 1.8;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox .ul .li .box .desc p{
    font-size: 4.4vw;
    line-height: 1.8;
  }
}
#index_page .pageContentAll .inxxuanzhe > .thisBox .contentBox .bottomUl {
  margin-bottom: 0;
}


#index_page .pageContentAll .inxProduct-1 > .thisBox {
  padding: 7vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxProduct-1 > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxProduct-1 > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct-1 > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox {
  margin: 0 auto;
  width: 80%;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0vw;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul li {
  flex: unset;
  width: calc(100% / 4 - (4 - 1) * 0vw / 4);
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e6e9ed;
  border-right: 1px solid #e6e9ed;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li:nth-child(4n+1) {
  border-left: 1px solid #e6e9ed;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li:nth-child(1),
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li:nth-child(2),
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li:nth-child(3),
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li:nth-child(4) {
  border-top: 1px solid #e6e9ed;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li .aBox {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li .aBox .imgBox {
  width: 100%;
  height: 20vw;
  padding: 2vw;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li .aBox .imgBox img {
  object-fit: contain;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li .aBox .textBox {
  padding: 2vw;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li .aBox .textBox .sortOf {
  font-size: clamp(12px, 0.8vw, 0.8vw);
  opacity: 0.7;
  font-family: 'cn1';
  color: #81D8D0;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li .aBox .textBox .sortOf {
    font-size: 3.4vw;
  }
  #index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li .aBox .imgBox {
  width: 100%;
  height: 40vw;
  padding: 2vw;
}
  #index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul li {
  flex: unset;
  width: calc(100% / 1 - (1 - 1) * 0vw / 1);
}
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li .aBox .textBox .title {
  font-size: clamp(12px, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li .aBox .textBox .title {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li .aBox:hover .imgBox img {
  transform: translate(-1vw, -0.5vw);
  filter: drop-shadow(2vw 1vw 2px rgba(0, 0, 0, 0.05));
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
       background: linear-gradient(106.04deg, rgba(247, 251, 255, 0.33), rgb(129 216 208) 100.14%);
  opacity: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: opacity;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url(../img/unify/waveYuan.png) 50% 50% / contain no-repeat;
  width: 100%;
  aspect-ratio: 1;
  mix-blend-mode: multiply;
  scale: 0;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li:hover::before {
  opacity: 1;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li:hover::after {
  animation:ripple 0.8s ease-out forwards;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li.more .aBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li.more .aBox .textBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 3vw;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li.more .aBox .textBox .cn {
  font-size: clamp(12px, 1.4vw, 1.4vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li.more .aBox .textBox .cn {
    font-size: 3.8vw;
  }
  #index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li.more .aBox{
      padding: 6vw;
  }
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li.more .aBox .textBox .jiantou {
  overflow: hidden;
  position: relative;
  width: 2.4vw;
  height: 2.4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #81D8D0;
  border-radius: 50%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li.more .aBox .textBox .jiantou {
    width: 6vw;
    height: 6vw;
  }
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li.more .aBox .textBox .jiantou .ico {
  position: absolute;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li.more .aBox .textBox .jiantou .ico:nth-child(1) i {
  color: #fff;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li.more .aBox .textBox .jiantou .ico:nth-child(2) {
  transform: translate(-100%, 100%);
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li.more .aBox .textBox .jiantou .ico:nth-child(2) i {
  color: #fff;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li.more .aBox:hover .textBox .cn {
  transform: translateY(-1vw);
  color: #81D8D0;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li.more .aBox:hover .textBox .jiantou .ico:nth-child(1) {
  transform: translate(100%, -100%);
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li.more .aBox:hover .textBox .jiantou .ico:nth-child(2) {
  transform: translate(0, 0);
}



#index_page .pageContentAll .inxHistory > .thisBox {
  padding: 7vw 0;
  background-color: #f8f8f8;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxHistory > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxHistory > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox {
padding: 30vw 0 12vw 0;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox #inxHistorty .swiper-slide {
  width: 26vw;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox #inxHistorty .swiper-slide .box {
  padding: 0 2vw;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox #inxHistorty .swiper-slide .box .imgBox {
  width: 100%;
  height: 10vw;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox #inxHistorty .swiper-slide .box .title {
  margin: 1vw 0;
  font-size: 1vw;
  font-family: 'en6';
  text-transform: uppercase;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox #inxHistorty .swiper-slide .box .title {
    font-size: 5vw;
  }
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox #inxHistorty .swiper-slide .box .imgBox {
  width: 100%;
  height: 55vw;
}
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox #inxHistorty .swiper-slide .box .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  gap: 0.6vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox #inxHistorty .swiper-slide .box .content p {
  position: relative;
  padding-left: 1vw;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox #inxHistorty .swiper-slide .box .content p::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0.6vw;
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background-color: #81D8D0;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox #inxHistorty .swiper-slide .box .hisMore {
  margin-top: 2vw;
  width: 10vw;
  height: 2.6vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  background-color: #81D8D0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox #inxHistorty .swiper-slide .box .hisMore .txt {
  color: #fff;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox #inxHistorty .swiper-slide .box .hisMore i {
  color: #fff;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox #inxHistorty .swiper-slide:last-child .box {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width:1024px) {
    #index_page .pageContentAll .inxHistory > .thisBox .contentBox #inxHistorty .swiper-slide .box .hisMore {
 
  width: 28vw;
  height: 8.6vw;

}
}


#about_page .pageContentAll .pageContent {
  padding-top: 0;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent {
    padding-top: 0;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent {
    padding-top: 0;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent {
    padding-top: 0;
  }
}
#about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox {
  height: calc(100vh - 5vw * 1);
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox {
    height: unset;
  }
}
#about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox .videoControl {
  position: absolute;
  z-index: 3;
  bottom: 2vw;
  left: 4vw;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 1vw;
  align-items: center;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox .videoControl {
    grid-gap: 3vw;
  }
}
#about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox .videoControl .btn {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
}
#about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox .videoControl .btn i {
  position: absolute;
  top: 50%;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
}
#about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox .videoControl .btn i:nth-child(2) {
  opacity: 0;
}
#about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox .videoControl .btn:hover i {
  color: #81D8D0;
}
#about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox .videoControl .videoLine {
  position: relative;
  width: 20vw;
  cursor: pointer;
  height: 14px;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox .videoControl .videoLine {
    width: 40vw;
  }
}
#about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox .videoControl .videoLine .qiu {
  position: absolute;
  z-index: 1;
  top: 0;
  cursor: pointer;
  left: 0;
  transform: translateX(-50%);
  width: 4px;
  height: 15px;
  border-radius: 1vw;
  transition-timing-function: linear;
  background-color: #81D8D0;
}
#about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox .videoControl .videoLine:after {
  content: '';
  position: absolute;
  display: block;
  top: calc(50% - 1px);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1px;
  width: 100%;
  height: 2px;
}
#about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox .cenPlayBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 2px solid #fff;
}
#about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox .cenPlayBtn i {
  color: #fff;
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox .cenPlayBtn i {
    font-size: 5.2vw;
  }
}
#about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox .pauseMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox {
  position: relative;
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox {
    padding: 12vw 0;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  padding-bottom: 2vw;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .leftBox {
  padding-left: 15vw;
  width: 50%;
  padding-right: 8vw;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .leftBox .lefttitle{
      text-align: center;
    font-size: 1.5vw;
    padding-bottom: 1vw;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .leftBox .svgBox {
  width: 10vw;
  margin-bottom: 4vw;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .leftBox .textBox .content {
  text-align: justify;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .leftBox .textBox .content p {
  line-height: 2em;
  text-indent: 2em;
 
    font-size: clamp(14px, 1vw, 1vw);
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .rightBox {
  width: 50%;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .rightBox .imgBox {
  overflow: hidden ;
  height: 40vw;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .rightBox .imgBox img {
  height: 100%;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background-color: #eee;
  width: 70%;
  height: 50%;
  bottom: 6vw;
}
#about_page .pageContentAll .pageContent .dingwei > .thisBox .contentBox {
  background-color: #eee;
  width: 60%;
  margin: 0 auto;
  height: 35vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
    #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .leftBox .lefttitle{
      text-align: center;
    font-size: 5.5vw;
    padding-bottom: 1vw;
}
    #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .leftBox {
  padding-left: 8vw;
  width: 100%;
  padding-right: 8vw;
}#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .rightBox {
    width: 100%;
}

    #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox {

  flex-direction: column;

}
  #about_page .pageContentAll .pageContent .dingwei > .thisBox .contentBox {
    width: 86%;
  }
}
#about_page .pageContentAll .pageContent .dingwei > .thisBox .contentBox .imgBox {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
#about_page .pageContentAll .pageContent .dingwei > .thisBox .contentBox .imgBox img {
  height: 120%;
}
#about_page .pageContentAll .pageContent .dingwei > .thisBox .contentBox .textBox {
  width: 50%;
  padding: 4vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .dingwei > .thisBox .contentBox .textBox .title {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  margin-bottom: 2vw;
  color: #81D8D0;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .dingwei > .thisBox .contentBox .textBox .title {
    font-size: 4.4vw;
  }
}
#about_page .pageContentAll .pageContent .dingwei > .thisBox .contentBox .textBox .content p {
  line-height: 3em;
  position: relative;
}
#about_page .pageContentAll .pageContent .history > .thisBox {
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .history > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .history > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox {
    padding: 12vw 0;
  }
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox {
  width: 100%;
  position: relative;
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox #swiperHistory .swiper-slide {
  width: 30vw;
  padding-top: 2vw;
  padding-bottom: 1vw;
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox #swiperHistory .swiper-slide .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 3vw 4vw;
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox #swiperHistory .swiper-slide .box .titleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-bottom: 0.6vw;
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox #swiperHistory .swiper-slide .box .titleBox .title {
  font-family: 'en2';
  text-transform: uppercase;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox #swiperHistory .swiper-slide .box .titleBox .title {
    font-size: 4.4vw;
  }
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox #swiperHistory .swiper-slide .box .titleBox .subtitle {
  margin-left: 1vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox #swiperHistory .swiper-slide .box .titleBox .subtitle {
    font-size: 3.6vw;
  }
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox #swiperHistory .swiper-slide .box .content {
  line-height: 2em;
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox #swiperHistory .swiper-slide .box .more {
  margin-top: 1vw;
  height: 1.6vw;
  padding: 0 1.4vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 4px;
  background-color: #81D8D0;
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox #swiperHistory .swiper-slide .box .more {
    font-size: 3.2vw;
  }
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox #swiperHistory .swiper-slide .box .more .txt {
  color: #fff;
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox #swiperHistory .swiper-slide::before {
  top: 0;
  left: calc(50% - 4px);
  content: '';
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #81D8D0;
  border-radius: 50%;
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox .swiperControl {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 60%;
  margin: 0 auto;
  gap: 2vw;
  margin-top: 1vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox .swiperControl {
    width: 86%;
  }
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox .swiperControl .navigation .navigationThis {
  gap: 1vw;
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox .swiperControl .scrollBox {
  width: 30vw;
  height: 4px;
  border-radius: 2px;
  background-color: #eee;
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox .swiperControl .scrollBox .swiper-scrollbar-drag {
  background-color: #81D8D0;
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 4px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#about_page .pageContentAll .pageContent .honor {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .honor {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .honor {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor {
    padding-top: 12vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox {
  position: relative;
  padding: 4vw 0;
  padding-left: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .unifyTitle .unifyTitleThis > .thisBox .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox {
  width: 100%;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox {
  position: relative;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox::after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  height: 100%;
  width: 30vw;
  top: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to right, transparent, #FAFCFC);
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox #inxHonor {
  width: 100%;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox #inxHonor .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: unset;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide {
  width: fit-content;
  height: 100%;
  padding-top: 1vw;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA {
  padding: 0 2vw;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
  padding-bottom: 2.4vw;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box .imgBox {
  height: 10vw;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  position: relative;
  z-index: 1;
  box-shadow: 1vw 0.7vw 1vw rgba(0, 0, 0, 0.2);
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box .imgBox img {
  object-fit: 100% 100%;
  object-position: bottom;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/honorShadow.png);
  background-position: center;
  width: 1.5vw;
  height: 1vw;
  background-position: left;
  background-size: 100% 100%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box .taizi {
  position: absolute;
  bottom: 0;
  height: 3vw;
  object-fit: fill;
  left: -2vw;
  width: calc(100% + 4vw);
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box .taizi img {
  filter: grayscale(0.7);
  width: 100%;
  height: 100%;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA:hover .box .imgBox {
  transform: translateY(-1vw);
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA:hover .box .imgBox::after {
  opacity: 0;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox .swiperControl .navigation {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  right: 36vw;
  top: -7vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2px;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox .swiperControl .navigation .btn {
  width: 3vw;
  height: 3vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox .swiperControl .navigation .btn i {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox .swiperControl .navigation .btn i {
    font-size: 3.6vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox .swiperControl .navigation .btn:hover {
  background-color: #81D8D0;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox .swiperControl .navigation .btn:hover i {
  color: #fff;
}
#about_page .pageContentAll .pageContent .honor > .thisBox::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  z-index: -1;
  height: 100%;
  background-color: #eee;
  width: auto;
}
#about_page .pageContentAll .pageContent .aboutGuodu > .thisBox {
  height: 25vw;
  width: 100%;
}
#about_page .pageContentAll .pageContent .aboutGuodu > .thisBox .imgBox {
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox {
  padding-top: 6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .gongyi > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .gongyi > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .gongyi > .thisBox {
    padding-top: 12vw;
  }
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox {
  width: 60%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox {
    width: 86%;
  }
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li {
  flex: 1;
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  width: 100%;
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox .date .dian {
  width: 1vw;
  height: 1vw;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 50%;
  background-color: #81D8D0;
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox .date .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'en2';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox .date .txt {
    font-size: 3.6vw;
  }
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox .xian {
  width: 100%;
  border-top: 1px solid #999;
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox .imgBox {
  width: 100%;
  overflow: hidden;
  height: 12vw;
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox .imgBox img {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  font-size: clamp(12px, 1vw, 1vw);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox .title {
    font-size: 3.8vw;
  }
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox .miaoshu {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 2em;
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox .newsMore {
  width: 10vw;
  height: 2vw;
  border: 1px solid #999;
  border-radius: 1.5vw;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox .newsMore .txt {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox .newsMore .txt {
    font-size: 3.2vw;
  }
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox:hover .date .dian {
  background-color: #81D8D0;
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox:hover .imgBox img {
  transform: scale(1.05);
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox:hover .title {
  color: #81D8D0;
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox:hover .newsMore {
  background-color: #81D8D0;
  border: #81D8D0;
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox:hover .newsMore .txt {
  color: #fff;
}

#product_page .pageContentAll .pageContent .productList{
  padding-top: 6vw;

}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox {
  width: 70%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox {
    width: 86%;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0vw;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul li {
  flex: unset;
  width: calc(100% / 4 - (4 - 1) * 0vw / 4);
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e6e9ed;
  border-right: 1px solid #e6e9ed;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li:nth-child(4n+1) {
  border-left: 1px solid #e6e9ed;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li:nth-child(1),
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li:nth-child(2),
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li:nth-child(3),
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li:nth-child(4) {
  border-top: 1px solid #e6e9ed;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .imgBox {
  width: 100%;
  height: 15vw;
  padding: 2vw;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .imgBox img {
  object-fit: contain;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .textBox {
  padding: 2vw;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .textBox .sortOf {
  font-size: clamp(12px, 0.8vw, 0.8vw);
  opacity: 0.7;
  font-family: 'cn1';
  color: #81D8D0;
}
@media (max-width:1024px) {
    #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul li {
  flex: unset;
  width: 100%;
}
    #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .imgBox {
  width: 100%;
  height: 35vw;
  padding: 2vw;
}
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .textBox .sortOf {
    font-size: 3.4vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .textBox .title {
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox:hover .imgBox img {
  transform: translate(-1vw, -0.5vw);
  filter: drop-shadow(1.6vw 0.8vw 6px rgba(0, 0, 0, 0.05));
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox:hover .textBox .title {
  color: #81D8D0;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
    background: linear-gradient(106.04deg, rgba(247, 251, 255, 0.33), rgb(244 11 120 / 24%) 100.14%);
  opacity: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: opacity;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li:hover::before {
  opacity: 1;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li.more .aBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li.more .aBox .textBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 3vw;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li.more .aBox .textBox .cn {
  font-size: clamp(12px, 1vw, 1vw);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
    #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .textBox .title {
        font-size: 4.4vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li.more .aBox .textBox .cn {
    font-size: 3.8vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li.more .aBox .textBox .jiantou {
  overflow: hidden;
  position: relative;
  width: 2.4vw;
  height: 2.4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #81D8D0;
  border-radius: 50%;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li.more .aBox .textBox .jiantou {
    width: 6vw;
    height: 6vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li.more .aBox .textBox .jiantou .ico {
  position: absolute;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li.more .aBox .textBox .jiantou .ico:nth-child(1) i {
  color: #fff;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li.more .aBox .textBox .jiantou .ico:nth-child(2) {
  transform: translate(-100%, 100%);
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li.more .aBox .textBox .jiantou .ico:nth-child(2) i {
  color: #fff;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li.more .aBox:hover .textBox .cn {
  transform: translateY(-1vw);
  color: #81D8D0;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li.more .aBox:hover .textBox .jiantou .ico:nth-child(1) {
  transform: translate(100%, -100%);
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li.more .aBox:hover .textBox .jiantou .ico:nth-child(2) {
  transform: translate(0, 0);
}

.sortNav .sortNavThis > .thisBox .contentBox {
  width: 60%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .sortNav .sortNavThis > .thisBox .contentBox {
    width: 86%;
  }
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1vw;
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox {
  height: 2vw;
  background-color: #fff;
  border-radius: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 0 2vw;
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li.on .aBox {
  background-color: #81D8D0;
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li.on .aBox .txt {
  color: #fff;
      font-size: clamp(16px, 1vw, 1vw);
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .txt {

      font-size: clamp(16px, 1vw, 1vw);
}
#about_page .pageContentAll .pageContent .why > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
#about_page .pageContentAll .pageContent .why {
  padding: 6vw;
}
@media (max-width:1024px) {
    .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox {
  height: 10vw;

}
  #about_page .pageContentAll .pageContent .why > .thisBox .contentBox {
    width: 86%;
  }
}
#about_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: center;
}
#about_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul li {
  flex: unset;
  width: calc(100% / 3 - (3 - 1) * 2vw / 3);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0vw;
    gap: 4vw;
  }
  #about_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul li {
    flex: unset;
    width: calc(100% / 1 - (1 - 1) * 0vw / 1);
  }
}
#about_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul .li {
  transform-style: preserve-3d;
  perspective: 1000px;
}
#about_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul .li .box {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1), -2px -2px 10px #ffffff;
  padding: 2vw;
  border-radius: 1vw;

  transform-style: preserve-3d;
  will-change: transform;
  transition: 0s opacity 0.5s, 0.5s transform linear;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul .li .box {
    padding: 5vw;
  }
}
#about_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul .li .box .title {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  color: #BD2D31;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul .li .box .title {
    font-size: 4.8vw;
  }
}
#about_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul .li .box .miaoshu {
  color: #333;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul .li .box .miaoshu {
    font-size: 3.6vw;
  }
}
#about_page .pageContentAll .pageContent .why > .thisBox .contentBox .ul .li.on .box {
  transition: 0s opacity, 0.8s transform cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transform: rotateX(0);
  opacity: 1;
}

#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox {
    width: 86%;
  }
}
#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul {
  gap: 4vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li {
  width: 100%;
}
#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 30vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box {
    height: unset;
  }
}
#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .imgBox {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .imgBox {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .imgBox img {
  height: calc(100% + 2vw);
  transform: translateY(-2vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .textBox {
  position: absolute;
  bottom: 0;
  padding: 4vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .textBox {
    position: relative;
    z-index: 1;
    padding: 8vw;
  }
}
#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .textBox .num {
  font-size: clamp(12px, 4.7vw, 4.7vw);
  font-weight: bold;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #ccc;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .textBox .num {
    font-size: 11.2vw;
  }
}
#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .textBox .title {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  font-weight: bold;
  margin-bottom: 3vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 5.2vw;
  }
}
#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .textBox .miaoshu {
  font-size: clamp(12px, 1vw, 1vw);
  line-height: 2em;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .textBox .miaoshu {
    font-size: 3.8vw;
  }
}
#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box .hexin {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #BD2D31;
  color: #fff;
  padding: 0.4vw 1vw;
}
#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box:hover .imgBox {
  opacity: 1;
}
#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box:hover .imgBox img {
  height: calc(100% + 2vw);
  transform: translateY(0);
}
#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box:hover .imgBox::after {
  opacity: 1;
}
#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box:hover .textBox .num {
  color: #BD2D31;
}
#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box:hover .textBox .title {
  color: #fff;
}
#about_page .pageContentAll .pageContent .neirong > .thisBox .contentBox .ul .li .box:hover .textBox .miaoshu {
  color: #fff;
}


#about_page .pageContentAll .pageContent .youshi > .thisBox {
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox {
    padding: 12vw 0;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti .xian {
  width: 100%;
  border-top: 1px solid #666;
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti .t {
  will-change: transform;
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti .t .cn {
  font-size: clamp(12px, 4.7vw, 4.7vw);
  letter-spacing: 0.1em;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti .t .cn {
    font-size: 11.2vw;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti .t .en {
  font-size: clamp(12px, 5.7vw, 5.7vw);
  transform: translateY(0.2em);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti .t .en {
    font-size: 13.2vw;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti .t:first-child {
  align-self: flex-end;
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .caseBiaoti .t:last-child {
  align-self: flex-start;
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox {
    width: 86%;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6vw;
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul li {
  flex: unset;
  width: calc(100% / 1 - (1 - 1) * 6vw / 1);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul {
    gap: 12vw;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .imgBox {
  width: 30vw;
  overflow: hidden;
  height: 20vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .imgBox {
    width: 100%;
    height: 40vw;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .imgBox img {
  height: 120%;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .imgBox img {
    height: 100%;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox {
  position: relative;

  width: 100%;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox {
    width: 100%;
    padding-left: 0;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .subtitle {
  font-size: clamp(12px, 2.1vw, 2.1vw);
  font-family: 'en6';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .subtitle {
    font-size: 6vw;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .title {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
  color: #BD2D31;
  margin-bottom: 2vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 4.8vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 6vw;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .miaoshu {
  position: relative;
  padding-left: 3vw;
  font-size: clamp(14px, 1.2em, 1vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .miaoshu {
    font-size: 3.6vw;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .miaoshu::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  color: #BD2D31;
  font-size: clamp(12px, 2.7vw, 2.7vw);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .miaoshu::before {
    font-size: 7.2vw;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .num {
  margin-top: 2vw;
  font-size: clamp(12px, 6.7vw, 6.7vw);
  font-family: 'en6';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox .num {
    font-size: 15.2vw;
  }
}
#about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .textBox::after {

}
@media (min-width:1024px) {
  #about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li:nth-child(even) .box {
    flex-direction: row-reverse;
  }
  #about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li:nth-child(even) .box .textBox {
    padding-left: unset;
    padding-right: 6vw;
  }
  #about_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li:nth-child(even) .box .textBox::after {
    left: unset;
    right: 4vw;
  }
}


#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox {
  padding: 6vw 0;
  background: linear-gradient(180deg, #f9f9f9 0%, #ffffff 100%);
}
@media (max-width:1024px) {
  #youshi_page .pageContentAll .pageContent .youshi1 > .thisBox {
    padding: 12vw 0;
  }
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .brandBox {
  text-align: center;
  margin-bottom: 5vw;
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .brandBox .logoBox {
    width: 25%;
    margin: auto;
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .brandBox .logoBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:1024px) {
  #youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .brandBox .logoBox img {
    width: 50%;
  }
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .brandBox .brandName {
  display: inline-block;
  font-size: clamp(24px, 3vw, 3vw);
  font-family: 'cn1';
  color:  #81D8D0;
  letter-spacing: 0.3em;
  padding: 1vw 3vw;
  border: 2px solid  #81D8D0;
  border-radius: 1vw;
  position: relative;
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .brandBox .title {
  font-size: clamp(20px, 2.5vw, 2.5vw);
  color: #333;
  font-weight: bold;
  margin-bottom: 1.5vw;
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .brandBox .desc {
  font-size: clamp(14px, 1.2vw, 1.2vw);
  color: #666;
  line-height: 2;
}
@media (max-width:1024px) {
  #youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .brandBox .brandName {
    font-size: 7vw;
    padding: 3vw 6vw;
    border-radius: 3vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .brandBox .title {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .brandBox .desc {
    font-size: 4vw;
    line-height: 1.8;
  }
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .imgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  width: 85%;
  margin: 0 auto 5vw;
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .imgBox .item {
  width: calc(25% - 1.5vw);
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .imgBox .item .img {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  border-radius: 1vw;
  box-shadow: 0 0.5vw 2vw rgba(0, 0, 0, 0.1);
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .imgBox .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .imgBox .item:hover .img img {
  transform: scale(1.05);
}
@media (max-width:1300px) {
  #youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .imgBox .item {
    width: calc(50% - 1vw);
  }
}
@media (max-width:1024px) {
  #youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .imgBox {
    width: 90%;
    gap: 3vw;
    margin-bottom: 8vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .imgBox .item {
    width: calc(50% - 1.5vw);
  }
  #youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .imgBox .item .img {
    padding-bottom: 80%;
    border-radius: 2vw;
  }
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .problemBox {
  width: 70%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .problemBox {
    width: 90%;
  }
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .problemBox .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .problemBox .ul .li {
  display: flex;
  align-items: center;
  width: calc(33.333% - 1.5vw);
  padding: 1.5vw 2vw;
  background-color: #fff;
  border-radius: 0.8vw;
  box-shadow: 0 0.3vw 1vw rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .problemBox .ul .li:hover {
  transform: translateY(-0.3vw);
  box-shadow: 0 0.5vw 1.5vw rgba(124, 46, 82, 0.15);
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .problemBox .ul .li .checkIcon {
  width: 2.5vw;
  height: 2.5vw;
  min-width: 2.5vw;
  min-height: 2.5vw;
    background: linear-gradient(135deg, #81D8D0, #ffffff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5vw;
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .problemBox .ul .li .checkIcon .checkMark {
  color: #fff;
  font-size: clamp(12px, 1.2vw, 1.2vw);
  font-weight: bold;
}
#youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .problemBox .ul .li .txt {
  font-size: clamp(14px, 1.3vw, 1.3vw);
  color: #333;
  font-weight: 500;
}
@media (max-width:1300px) {
  #youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .problemBox .ul .li {
    width: calc(50% - 1vw);
  }
}
@media (max-width:1024px) {
  #youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .problemBox .ul {
    gap: 3vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .problemBox .ul .li {
    width: calc(50% - 1.5vw);
    padding: 3vw;
    border-radius: 2vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .problemBox .ul .li .checkIcon {
    width: 6vw;
    height: 6vw;
    min-width: 6vw;
    min-height: 6vw;
    margin-right: 3vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .problemBox .ul .li .checkIcon .checkMark {
    font-size: 3.5vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi1 > .thisBox .problemBox .ul .li .txt {
    font-size: 4vw;
  }
}


#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox {
  padding: 6vw 0;

}
@media (max-width:1024px) {
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox {
    padding: 12vw 0;
  }
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .sectionTitle {
  text-align: center;
  margin-bottom: 5vw;
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .sectionTitle .mainTitle {
  font-size: clamp(24px, 2.8vw, 2.8vw);
  font-family: 'cn1';
  color: #333;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 3vw;
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .sectionTitle .mainTitle::before,
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .sectionTitle .mainTitle::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 2vw;
  height: 1px;
  background: linear-gradient(90deg, transparent,  #81D8D0);
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .sectionTitle .mainTitle::before {
  left: 0;
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .sectionTitle .mainTitle::after {
  right: 0;
  background: linear-gradient(90deg,  #81D8D0, transparent);
}
@media (max-width:1024px) {
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .sectionTitle {
    margin-bottom: 8vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .sectionTitle .mainTitle {
    font-size: 7vw;
    padding: 0 5vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .sectionTitle .mainTitle::before,
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .sectionTitle .mainTitle::after {
    width: 4vw;
  }
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .dataBox {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  margin-bottom: 6vw;
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .dataBox .dataCard {
  width: calc(25% - 1.5vw);
  background: #fff;
  border: 2px solid #81D8D021;
  border-radius: 1vw;
  padding: 3vw 2vw;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .dataBox .dataCard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.3vw;
    background: linear-gradient(90deg, #81D8D0, #ffffff);
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .dataBox .dataCard:hover {
  transform: translateY(-0.5vw);
  box-shadow: 0 1vw 3vw rgba(74, 124, 46, 0.15);
  border-color:  #81D8D0;
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .dataBox .dataCard .num {
  font-size: clamp(20px, 2.2vw, 2.2vw);
  color: #333;
  margin-bottom: 1.5vw;
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .dataBox .dataCard .num span {
  font-size: clamp(28px, 3.5vw, 3.5vw);
  font-family: 'en6';
  color:  #81D8D0;
  font-weight: bold;
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .dataBox .dataCard .label {
  font-size: clamp(14px, 1.1vw, 1.1vw);
  color: #666;
  margin-bottom: 1vw;
  line-height: 1.6;
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .dataBox .dataCard .value {
  font-size: clamp(16px, 1.3vw, 1.3vw);
  color:  #81D8D0;
  font-weight: bold;
}
@media (max-width:1300px) {
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .dataBox .dataCard {
    width: calc(50% - 1vw);
  }
}
@media (max-width:1024px) {
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .dataBox {
    width: 90%;
    gap: 3vw;
    margin-bottom: 10vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .dataBox .dataCard {
    width: calc(50% - 1.5vw);
    padding: 5vw 4vw;
    border-radius: 2vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .dataBox .dataCard::before {
    height: 0.8vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .dataBox .dataCard .num {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .dataBox .dataCard .num span {
    font-size: 8vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .dataBox .dataCard .label {
    font-size: 3.8vw;
    margin-bottom: 2vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .dataBox .dataCard .value {
    font-size: 4.5vw;
  }
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .techBox {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .techBox .techTitle {
  margin-bottom: 4vw;
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .techBox .techTitle .en {
  font-size: clamp(14px, 1.2vw, 1.2vw);
  font-family: 'en6';
  color: #999;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1vw;
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .techBox .techTitle .cn {
  font-size: clamp(24px, 2.5vw, 2.5vw);
  font-family: 'cn1';
  color: #333;
  font-weight: bold;
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .techBox .techGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .techBox .techGrid .techItem {
  width: calc(25% - 1.5vw);
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .techBox .techGrid .techItem .char {
width: 100%;
    aspect-ratio: 1;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: clamp(40px, 5vw, 5vw);
    font-family: 'cn1';
    font-weight: bold;
    color: #81D8D0;
    background: linear-gradient(135deg, #ffffff 0%, #81D8D026 100%);
    border: 2px dashed #81D8D0;
    border-radius: 1vw;
    transition: all 0.3s ease;
    position: relative;
}
#youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .techBox .techGrid .techItem:hover .char {
  background: linear-gradient(135deg,  #81D8D0 0%, #ffffff);
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 0.5vw 2vw rgba(124, 46, 82, 0.3);
}
@media (max-width:1300px) {
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .techBox .techGrid .techItem {
    width: calc(50% - 1vw);
  }
}
@media (max-width:1024px) {
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .techBox {
    width: 90%;
  }
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .techBox .techTitle {
    margin-bottom: 6vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .techBox .techTitle .en {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .techBox .techTitle .cn {
    font-size: 6vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .techBox .techGrid {
    gap: 3vw;
  }
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .techBox .techGrid .techItem {
    width: calc(50% - 1.5vw);
  }
  #youshi_page .pageContentAll .pageContent .youshi2 > .thisBox .techBox .techGrid .techItem .char {
    font-size: 12vw;
    border-radius: 2vw;
  }
}


#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox {
 
  
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox {
    padding: 20vw 0 0 0;
  }
}
#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .sectionHeader {
  text-align: center;
  margin-bottom: 6vw;
}
#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .sectionHeader .titleCn {
  font-size: clamp(28px, 3vw, 3vw);
  font-family: 'cn1';
  color: #333;
  font-weight: bold;
  margin-bottom: 1vw;
  position: relative;
  display: inline-block;
  padding: 0 4vw;
}
#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .sectionHeader .titleCn::before,
#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .sectionHeader .titleCn::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 3vw;
  height: 1px;
  background: linear-gradient(90deg, transparent,  #81D8D0);
}
#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .sectionHeader .titleCn::before {
  left: 0;
}
#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .sectionHeader .titleCn::after {
  right: 0;
  background: linear-gradient(90deg,  #81D8D0, transparent);
}
#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .sectionHeader .titleEn {
  font-size: clamp(14px, 1.2vw, 1.2vw);
  font-family: 'en6';
  color:  #81D8D0;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .sectionHeader {
    margin-bottom: 10vw;
  }
  #jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .sectionHeader .titleCn {
    font-size: 8vw;
    padding: 0 8vw;
  }
  #jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .sectionHeader .titleCn::before,
  #jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .sectionHeader .titleCn::after {
    width: 5vw;
  }
  #jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .sectionHeader .titleEn {
    font-size: 3.5vw;
  }
}
#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .advantageList {
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .advantageList {
    width: 92%;
     grid-template-columns: repeat(1, 1fr);
  }
}
#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .advantageList .advantageItem {

  padding: 3vw 0;
  border-bottom: 1px dashed #ffd1e4;
  position: relative;
}
#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .advantageList .advantageItem:last-child {
  border-bottom: none;
}
#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .advantageList .advantageItem .itemNum {
  flex-shrink: 0;
  width: 5vw;
  height: 5vw;
  min-width: 5vw;
  min-height: 5vw;
  background: linear-gradient(135deg,  #81D8D0, #fff);
  color: #fff;
  font-size: clamp(18px, 2vw, 2vw);
  font-family: 'en6';
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3vw;
}
#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .advantageList .advantageItem .itemIcon {
  flex-shrink: 0;
  width: 18vw;
  height: 14vw;
  min-width: 18vw;
  min-height: 14vw;
  border-radius: 1vw;
  overflow: hidden;
  margin-right: 3vw;
  box-shadow: 0 0.5vw 2vw rgba(0, 0, 0, 0.1);
}
#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .advantageList .advantageItem .itemIcon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .advantageList .advantageItem:hover .itemIcon img {
  transform: scale(1.05);
}
#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .advantageList .advantageItem .itemContent {
  flex: 1;
  padding-top: 0.5vw;
}
#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .advantageList .advantageItem .itemContent .itemTitle {
  font-size: clamp(18px, 1.8vw, 1.8vw);
  color:  #81D8D0;
  font-weight: bold;
  margin-bottom: 1.5vw;
  line-height: 1.4;
}
#jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .advantageList .advantageItem .itemContent .itemDesc {
  font-size: clamp(14px, 1vw, 1vw);
  color: #666;
  line-height: 2;
  text-align: justify;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .advantageList .advantageItem {
    flex-direction: column;
    padding: 6vw 0;
  }
  #jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .advantageList .advantageItem .itemNum {
    width: 10vw;
    height: 10vw;
    min-width: 10vw;
    min-height: 10vw;
    font-size: 5vw;
    margin-right: 0;
    margin-bottom: 4vw;
  }
  #jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .advantageList .advantageItem .itemIcon {
    width: 100%;
    height: 50vw;
    min-width: 100%;
    min-height: 50vw;
    margin-right: 0;
    margin-bottom: 4vw;
    border-radius: 2vw;
  }
  #jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .advantageList .advantageItem .itemContent {
    padding-top: 0;
  }
  #jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .advantageList .advantageItem .itemContent .itemTitle {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  #jiameng_page .pageContentAll .pageContent .jiamengbox > .thisBox .advantageList .advantageItem .itemContent .itemDesc {
    font-size: 3.8vw;
    line-height: 1.8;
  }
}


#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox {
  padding: 6vw 0;

}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .zhichi > .thisBox {
    padding: 12vw 0;
  }
}
#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .sectionHeader {
  text-align: center;
  margin-bottom: 5vw;
}
#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .sectionHeader .titleCn {
  font-size: clamp(28px, 3.2vw, 3.2vw);
  font-family: 'cn1';
  color: #333;
  font-weight: bold;
  margin-bottom: 1vw;
  position: relative;
  display: inline-block;
  padding: 0 4vw;
}
#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .sectionHeader .titleCn::before,
#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .sectionHeader .titleCn::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 3vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, #81D8D0);
}
#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .sectionHeader .titleCn::before {
  left: 0;
}
#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .sectionHeader .titleCn::after {
  right: 0;
  background: linear-gradient(90deg, #81D8D0, transparent);
}
#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .sectionHeader .titleEn {
  font-size: clamp(14px, 1.2vw, 1.2vw);
  font-family: 'en6';
  color: #81D8D0;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .sectionHeader {
    margin-bottom: 8vw;
  }
  #jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .sectionHeader .titleCn {
    font-size: 8vw;
    padding: 0 8vw;
  }
  #jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .sectionHeader .titleCn::before,
  #jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .sectionHeader .titleCn::after {
    width: 5vw;
  }
  #jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .sectionHeader .titleEn {
    font-size: 3.5vw;
  }
}
#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem {
  width: calc(20% - 1.6vw);
  background: #fff;
  border-radius: 1vw;
  padding: 2vw 1.5vw;
  box-shadow: 0 0.3vw 1.5vw rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.3vw;
  background: linear-gradient(90deg, #81D8D0, #ffffff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem:hover::before {
  transform: scaleX(1);
}
#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem:hover {
  transform: translateY(-0.5vw);
  box-shadow: 0 1vw 3vw rgba(124, 46, 91, 0.15);
}
#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem .itemHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5vw;
  padding-bottom: 1vw;
  border-bottom: 1px dashed #e0e0e0;
}
#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem .itemHeader .itemTitle {
  font-size: clamp(16px, 1.4vw, 1.4vw);
  color: #81D8D0;
  font-weight: bold;
}
#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem .itemHeader .itemNum {
  font-size: clamp(18px, 1.8vw, 1.8vw);
  font-family: 'en6';
  color: #81D8D0;
  font-weight: bold;
}
#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem:hover .itemHeader .itemNum {
  color: #81D8D0;
}
#jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem .itemDesc {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #666;
  line-height: 1.8;
  text-align: justify;
}
@media (max-width:1600px) {
  #jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem {
    width: calc(25% - 1.5vw);
  }
  #jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem:nth-child(5n) {
    width: calc(25% - 1.5vw);
  }
}
@media (max-width:1300px) {
  #jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem {
    width: calc(33.333% - 1.4vw);
  }
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid {
            width: 92%;
        display: grid
;
        grid-template-columns: repeat(2, 1fr);
        gap: 2vw;
  }
    #jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem:nth-child(5n) {
  width:100%;
  }
  #jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem {
    width:100%;
    padding: 4vw 3vw;
    border-radius: 2vw;
  }
  #jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem::before {
    height: 0.8vw;
  }
  #jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem .itemHeader {
    margin-bottom: 2vw;
    padding-bottom: 2vw;
  }
  #jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem .itemHeader .itemTitle {
    font-size: 5vw;
  }
  #jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem .itemHeader .itemNum {
    font-size: 5vw;
  }
  #jiameng_page .pageContentAll .pageContent .zhichi > .thisBox .supportGrid .supportItem .itemDesc {
    font-size: 3.8vw;
    line-height: 1.8;
  }
}


#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox {
  padding: 6vw 0;
  background: linear-gradient(180deg, #cbfffa 0%, #ffffff 100%)
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox {
    padding: 12vw 0;
  }
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .topHeader {
  text-align: center;
  margin-bottom: 6vw;
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .topHeader .mainTitle {
  font-size: clamp(22px, 2.5vw, 2.5vw);

  color: #333;
  font-weight: bold;
  margin-bottom: 1.5vw;
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .topHeader .subTitle {
  font-size: clamp(14px, 1.2vw, 1.2vw);
  font-family: 'en6';
  color: #81D8D0;
  letter-spacing: 0.2em;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .topHeader {
    margin-bottom: 8vw;
  }
  #jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .topHeader .mainTitle {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
  #jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .topHeader .subTitle {
    font-size: 3.5vw;
  }
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem {
  width: 50vw;
  height: 50vw;
  max-width: 600px;
  max-height: 600px;
  margin: 0 auto;
  position: relative;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem {
    width: 80vw;
    height: 80vw;
    max-width: none;
    max-height: none;
  }
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .centerCore {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20vw;
  height: 20vw;
  max-width: 240px;
  max-height: 240px;
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .centerCore .coreBg {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #81D8D0, #ffffff);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1vw 3vw rgba(151, 56, 104, 0.3);
  color: #fff;
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .centerCore .coreBg .coreTitle {
  font-size: clamp(20px, 2.2vw, 2.2vw);
    color: #fff;
  font-family: 'cn1';
  font-weight: bold;
  margin-bottom: 0.5vw;
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .centerCore .coreBg .coreSub {
  font-size: clamp(16px, 1.8vw, 1.8vw);
    color: #fff;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .centerCore {
    width: 30vw;
    height: 30vw;
  }
  #jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .centerCore .coreBg .coreTitle {
    font-size: 7vw;
  }
  #jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .centerCore .coreBg .coreSub {
    font-size: 6vw;
  }
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList {
  width: 100%;
  height: 100%;
  position: relative;
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .module {
  position: absolute;
  width: 12vw;
  height: 12vw;
  max-width: 140px;
  max-height: 140px;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .module {
    width: 20vw;
    height: 20vw;
  }
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .module .moduleInner {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #81D8D0;
  border-radius: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1vw;
  transition: all 0.3s ease;
  box-shadow: 0 0.3vw 1vw rgba(0, 0, 0, 0.08);
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .module:hover .moduleInner {
  background: linear-gradient(135deg, #81D8D0, #ffffff);
  border-color: #81D8D0;
  transform: scale(1.1);
  box-shadow: 0 1vw 3vw rgba(74, 124, 46, 0.3);
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .module .moduleInner .modIcon {
  font-size: clamp(20px, 2.5vw, 2.5vw);
  margin-bottom: 0.5vw;
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .module:hover .moduleInner .modIcon {
  filter: brightness(0) invert(1);
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .module .moduleInner .modTitle {
  font-size: clamp(12px, 1vw, 1vw);
  color: #333;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .module:hover .moduleInner .modTitle {
  color: #fff;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .module .moduleInner .modIcon {
    font-size: 5vw;
    margin-bottom: 1vw;
  }
  #jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .module .moduleInner .modTitle {
    font-size: 3vw;
  }
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .mod-1 {
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .mod-2 {
  top: 5%;
  right: 2%;
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .mod-3 {
  top: 44%;
  right: -6%;
  transform: translateY(-50%);
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .mod-4 {
  bottom: 16%;
  right: 2%;
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .mod-5 {
  bottom: -2%;
  left: 50%;
  transform: translateX(-50%);
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .mod-6 {
  bottom: 16%;
  left: 2%;
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .mod-7 {
  top: 44%;
  left: -6%;
  transform: translateY(-50%);
}
#jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .mod-8 {
  top: 5%;
  left: 2%;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .mod-2,
  #jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .mod-4 {
    right: 0;
  }
  #jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .mod-6,
  #jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .mod-8 {
    left: 0;
  }
  #jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .mod-3 {
    right: -1%;
  }
  #jiameng_page .pageContentAll .pageContent .fwtixi > .thisBox .circleSystem .moduleList .mod-7 {
    left: -1%;
  }
}


#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox {
  padding: 6vw 0;
  background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox {
    padding: 12vw 0;
  }
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .sectionHeader {
  text-align: center;
  margin-bottom: 5vw;
  position: relative;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .sectionHeader .titleBadge {
  position: absolute;
  top: 0;
  right: 8%;
  font-size: clamp(16px, 1.5vw, 1.5vw);
  color: #81D8D0;
  font-weight: bold;
  padding: 0.5vw 1.5vw;
  border: 2px solid #81D8D0;
  border-radius: 0.5vw;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .sectionHeader .titleCn {
  font-size: clamp(24px, 2.8vw, 2.8vw);
  font-family: 'cn1';
  color: #333;
  font-weight: bold;
  margin-bottom: 1vw;
  position: relative;
  display: inline-block;
  padding: 0 4vw;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .sectionHeader .titleCn::before,
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .sectionHeader .titleCn::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 3vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, #81D8D0);
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .sectionHeader .titleCn::before {
  left: 0;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .sectionHeader .titleCn::after {
  right: 0;
  background: linear-gradient(90deg, #81D8D0, transparent);
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .sectionHeader .titleEn {
  font-size: clamp(14px, 1.2vw, 1.2vw);
  font-family: 'en6';
  color: #81D8D0;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .sectionHeader {
    margin-bottom: 10vw;
  }
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .sectionHeader .titleBadge {
    position: static;
    display: inline-block;
    margin-bottom: 3vw;
    font-size: 4vw;
    padding: 1.5vw 4vw;
    border-radius: 1vw;
  }
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .sectionHeader .titleCn {
    font-size: 7vw;
    padding: 0 5vw;
  }
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .sectionHeader .titleCn::before,
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .sectionHeader .titleCn::after {
    width: 4vw;
  }
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .sectionHeader .titleEn {
    font-size: 3.5vw;
  }
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq {
  width: 85%;
  margin: 0 auto 5vw;
  border: 2px solid #81D8D0;
  border-radius: 1vw;
  overflow: hidden;
  background: #fff;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq {
    width: 92%;
    margin-bottom: 8vw;
    border-radius: 2vw;
  }
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqTitle {
  background: linear-gradient(90deg, #81D8D0, #81D8D0);
  padding: 1.5vw 3vw;
  display: flex;
  align-items: center;
  gap: 1.5vw;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqTitle .playIcon {
  color: #fff;
  font-size: clamp(16px, 1.5vw, 1.5vw);
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqTitle .reqText {
  font-size: clamp(20px, 2vw, 2vw);
  font-family: 'cn1';
  color: #fff;
  font-weight: bold;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqTitle {
    padding: 3vw 5vw;
    gap: 2vw;
  }
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqTitle .playIcon {
    font-size: 4vw;
  }
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqTitle .reqText {
    font-size: 6vw;
  }
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqContent {
  display: flex;
  padding: 3vw;
  gap: 3vw;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqContent {
    flex-direction: column;
    padding: 5vw 4vw;
    gap: 4vw;
  }
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqContent .reqList {
  flex: 1;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqContent .reqList .reqItem {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2vw;
  line-height: 1.8;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqContent .reqList .reqItem:last-child {
  margin-bottom: 0;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqContent .reqList .reqItem .reqNum {
  flex-shrink: 0;
  width: 2vw;
  height: 2vw;
  min-width: 2vw;
  min-height: 2vw;
  background: #fff0f6;
  color: #81D8D0;
  font-weight: bold;
  font-size: clamp(14px, 1vw, 1vw);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5vw;
  margin-top: 0.3vw;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqContent .reqList .reqItem .reqDesc {
  flex: 1;
  font-size: clamp(14px, 1vw, 1vw);
  color: #666;
  text-align: justify;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqContent .reqList .reqItem {
    margin-bottom: 4vw;
  }
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqContent .reqList .reqItem .reqNum {
    width: 5vw;
    height: 5vw;
    min-width: 5vw;
    min-height: 5vw;
    font-size: 3vw;
    margin-right: 2vw;
    margin-top: 0.5vw;
  }
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqContent .reqList .reqItem .reqDesc {
    font-size: 3.8vw;
    line-height: 1.8;
  }
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqContent .reqImg {
  flex-shrink: 0;
  width: 25vw;
  height: 18vw;
  border-radius: 0.8vw;
  overflow: hidden;
  box-shadow: 0 0.5vw 2vw rgba(0, 0, 0, 0.1);
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqContent .reqImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .basicReq .reqContent .reqImg {
    width: 100%;
    height: 50vw;
    border-radius: 2vw;
  }
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq {
  width: 85%;
  margin: 0 auto;
  border: 2px solid #81D8D0;
  border-radius: 1vw;
  overflow: hidden;
  background: #fff;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq {
    width: 92%;
    border-radius: 2vw;
  }
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .reqTitle {
  background: linear-gradient(90deg, #81D8D0, #81D8D0);
  padding: 1.5vw 3vw;
  display: flex;
  align-items: center;
  gap: 1.5vw;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .reqTitle .playIcon {
  color: #fff;
  font-size: clamp(16px, 1.5vw, 1.5vw);
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .reqTitle .reqText {
  font-size: clamp(20px, 2vw, 2vw);
  font-family: 'cn1';
  color: #fff;
  font-weight: bold;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .reqTitle {
    padding: 3vw 5vw;
    gap: 2vw;
  }
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .reqTitle .playIcon {
    font-size: 4vw;
  }
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .reqTitle .reqText {
    font-size: 6vw;
  }
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .investTable {
  padding: 2vw 3vw 3vw;
  overflow-x: auto;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .investTable table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .investTable table thead th {
  background: linear-gradient(180deg, #81D8D0, #81d8d0);
  color: #fff;
  padding: 1.2vw 1vw;
  font-size: clamp(14px, 1vw, 1vw);
  font-weight: bold;
  text-align: center;
  border: 1px solid #81d8d0;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .investTable table thead th:first-child {
  border-radius: 0.5vw 0 0 0;
  background: #81d8d0;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .investTable table thead th:last-child {
  border-radius: 0 0.5vw 0 0;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .investTable table tbody td {
  padding: 1vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #555;
  text-align: center;
  border: 1px solid #cbfffa;
  line-height: 1.6;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .investTable table tbody tr:nth-child(even) td {
  background: #cbfffa;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .investTable table tbody tr:nth-child(odd) td {
  background: #e6fffd;
}
#jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .investTable table tbody td.colfirst {
  background: #81D8D0 !important;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .investTable {
    padding: 3vw 4vw 5vw;
  }
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .investTable table thead th {
    padding: 2vw 1.5vw;
    font-size: 3vw;
    white-space: nowrap;
  }
  #jiameng_page .pageContentAll .pageContent .tiaojian > .thisBox .investReq .investTable table tbody td {
    padding: 2vw 1.5vw;
    font-size: 3vw;
    white-space: nowrap;
  }
}


#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox {
  padding: 6vw 0;
  background: linear-gradient(180deg, #cbfffa 0%, #ffffff 100%);
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox {
    padding: 12vw 0;
  }
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .sectionHeader {
  text-align: center;
  margin-bottom: 5vw;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .sectionHeader .titleBgWrap {
  display: inline-block;
  margin-bottom: 1vw;
  padding: 0.5vw 4vw;
  position: relative;
}

#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .sectionHeader .titleBgWrap::before {
  top: -3px;
  left: -3px;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .sectionHeader .titleBgWrap::after {
  bottom: -3px;
  right: -3px;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .sectionHeader .titleCn {
  font-size: clamp(28px, 3vw, 3vw);
  font-family: 'cn1';
  color: #333;
  font-weight: bold;

}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .sectionHeader .titleEn {
  font-size: clamp(12px, 1vw, 1vw);
  font-family: 'en6';
  color: #81D8D0;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .sectionHeader {
    margin-bottom: 10vw;
  }
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .sectionHeader .titleBgWrap {
    padding: 1.5vw 8vw;
    border-width: 2px;
    margin-bottom: 3vw;
  }
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .sectionHeader .titleBgWrap::before,
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .sectionHeader .titleBgWrap::after {
    width: 2px;
    height: 3vw;
  }
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .sectionHeader .titleCn {
    font-size: 9vw;
  }
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .sectionHeader .titleEn {
    font-size: 3vw;
  }
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap {
    width: 95%;
    margin: 0 auto;
    display: flex
;
    align-items: flex-start;
    justify-content: center;
    gap: 6vw;
}
@media (max-width:1300px) {
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap {
    flex-direction: column;
    align-items: center;
  }
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .leftDescList,
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .rightDescList {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .leftDescList {
  align-items: flex-end;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .rightDescList {
  align-items: flex-start;
}
@media (max-width:1300px) {
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .leftDescList,
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .rightDescList {
    width: 100%;
    align-items: stretch;
  }
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .descItem {
  width: 100%;
  margin-bottom: 2vw;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .descItem:last-child {
  margin-bottom: 0;
}
@media (max-width:1300px) {
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .descItem {
    margin-bottom: 4vw;
  }
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .descItem .stepBadge {
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-bottom: 1vw;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .leftDescList .stepBadge {
  justify-content: flex-end;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .rightDescList .stepBadge {
  justify-content: flex-start;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .descItem .stepBadge .num {
  width: 3vw;
  height: 3vw;
  min-width: 3vw;
  min-height: 3vw;
  background: linear-gradient(135deg, #81D8D0, #81D8D0);
  color: #fff;
  border-radius: 50%;
  font-size: clamp(18px, 2vw, 2vw);
  font-family: 'en6';
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .descItem .stepBadge .step {
  color: #81D8D0;
  font-size: clamp(14px, 1.3vw, 1.3vw);
  font-family: 'en6';
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width:1300px) {
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .leftDescList .stepBadge,
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .rightDescList .stepBadge {
    justify-content: flex-start;
  }
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .descItem .stepBadge {
    gap: 2vw;
    margin-bottom: 2vw;
  }
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .descItem .stepBadge .num {
    width: 8vw;
    height: 8vw;
    min-width: 8vw;
    min-height: 8vw;
    font-size: 5vw;
  }
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .descItem .stepBadge .step {
    font-size: 4vw;
  }
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .descItem .descText {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #666;
  line-height: 2;
  text-align: justify;
  padding: 1vw 1.5vw;
  background: #fff;
  border: 1px solid #ffd1e4;
  border-radius: 0.8vw;
  box-shadow: 0 0.3vw 1vw rgba(244, 11, 120, 0.08);
}
@media (max-width:1300px) {
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .descItem .descText {
    font-size: 3.8vw;
    line-height: 1.8;
    padding: 3vw 4vw;
    border-radius: 2vw;
  }
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle {
  width: 30vw;
  height: 30vw;
  max-width: 420px;
  max-height: 420px;
  flex-shrink: 0;
  position: relative;
}
@media (max-width:1300px) {
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle {
    width: 60vw;
    height: 60vw;
    max-width: none;
    max-height: none;
    margin: 6vw 0;
    order: -1;
  }
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle {
    width: 85vw;
    height: 85vw;
  }
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleOuter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #81D8D0;
  padding: 4px;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleOuter .seg {
  position: absolute;
  width: 50%;
  height: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleOuter .seg span {
  font-size: clamp(12px, 1vw, 1vw);
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleOuter .seg-1 {
  top: 0;
  left: 50%;
  transform-origin: bottom left;
  transform: rotate(30deg);
  background: #81D8D0;
  border-top-right-radius: 100%;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleOuter .seg-1 span {
  transform: rotate(-30deg);
  margin-left: -25%;
  margin-bottom: 15%;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleOuter .seg-2 {
  top: 0;
  right: 0;
  transform-origin: bottom left;
  transform: rotate(90deg);
  background: #d90a6b;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleOuter .seg-2 span {
  transform: rotate(-90deg);
  margin-left: 15%;
  margin-bottom: 25%;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleOuter .seg-3 {
  bottom: 0;
  right: 0;
  transform-origin: top left;
  transform: rotate(30deg);
  background: #81D8D0;
  border-bottom-right-radius: 100%;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleOuter .seg-3 span {
  transform: rotate(-30deg);
  margin-left: 25%;
  margin-top: 15%;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleOuter .seg-4 {
  bottom: 0;
  right: 0;
  transform-origin: top left;
  transform: rotate(90deg);
  background: #d90a6b;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleOuter .seg-4 span {
  transform: rotate(-90deg);
  margin-left: 15%;
  margin-top: 25%;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleOuter .seg-5 {
  bottom: 0;
  left: 0;
  transform-origin: top right;
  transform: rotate(30deg);
  background: #81D8D0;
  border-bottom-left-radius: 100%;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleOuter .seg-5 span {
  transform: rotate(-30deg);
  margin-right: -25%;
  margin-top: 15%;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleOuter .seg-6 {
  top: 0;
  left: 0;
  transform-origin: bottom right;
  transform: rotate(30deg);
  background: #d90a6b;
  border-top-left-radius: 100%;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleOuter .seg-6 span {
  transform: rotate(-30deg);
  margin-right: 15%;
  margin-bottom: 25%;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleOuter .seg span {
    font-size: 3vw;
  }
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleInner {
  position: absolute;
  top: 18%;
  left: 18%;
  width: 64%;
  height: 64%;
  background: #fff;
  border: 3px solid #81D8D0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleInner .logoBrand {
  font-size: clamp(20px, 2.2vw, 2.2vw);
  font-family: 'cn1';
  color: #81D8D0;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media (max-width:1024px) {
  #jiameng_page .pageContentAll .pageContent .liucheng > .thisBox .flowWrap .centerCircle .circleInner .logoBrand {
    font-size: 5vw;
  }
}


#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox {
    width: 86%;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li {
  padding: 2vw 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li {
    padding: 6vw 0;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox {
  border-radius: 1.4vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  height: 12vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgBoxAll {
  height: 100%;
  overflow: hidden;
  width: 20vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgBoxAll {
    width: 100%;
    height: 50vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgBoxAll .imgBox {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .sortOf {
  width: 14vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .sortOf {
    width: fit-content;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll {
  width: calc(100% - 34vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll {
    width: 100%;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .date {
  color: #BD2D31;
  font-family: 'en6';
  text-transform: uppercase;
  font-size: clamp(12px, 2.1vw, 2.1vw);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .date {
    font-size: 6vw;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .date {
    margin-bottom: 2vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .title,
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .title div {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  line-height: 1em;
  color: #333;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .title,
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .title div {
    font-size: 4.8vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBoxAll .description {
  margin-top: 2vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 2em;
  opacity: 0.9;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox:hover .imgBoxAll .imgBox {
  transform: scale(1.1);
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox:hover .textBoxAll .title {
  color: #BD2D31;
}




#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box {
  flex: 1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  padding: 2vw;
  height: 10vw;
  border-right: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box {
    padding: 4vw;
    height: 40vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico i {
  color: #81D8D0;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico i {
    font-size: 4.4vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico i {
    font-size: 7vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
    font-size: 3.8vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .cout {
  margin-top: 1vw;
  text-align: center;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box:first-child {
  border-left: none;
}
#contact_page .pageContentAll .pageContent .contactMap > .thisBox {
  padding: 7vw 0;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .contactMap > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .contactMap > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactMap > .thisBox {
    padding: 12vw 0;
  }
}
#contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 20vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox {
    width: 70%;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox .mapK {
  flex: 1;
  height: 100%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox .mapK {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox .mapK .imgBox {
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox .mapK .imgBox {
    height: 50vw;
  }
}
#contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox .rightCout {
  padding-left: 6vw;
  flex: 1;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox .rightCout {
    padding-left: 0;
    margin-top: 4vw;
    width: 100%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox .rightCout .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox .rightCout .box .textCout .btbt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.4vw;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox .rightCout .box .textCout .btbt {
    font-size: 4.4vw;
  }
}
#contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox .rightCout .box .textCout .btbt i {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  color: #81D8D0;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox .rightCout .box .textCout .btbt i {
    font-size: 4.8vw;
  }
}
#contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox .rightCout .box .mapGo {
  margin-top: 1vw;
  cursor: pointer;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #81D8D0;
  width: 10vw;
  height: 2.8vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox .rightCout .box .mapGo {
    margin-top: 4vw;
    width: 50vw;
    height: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox .rightCout .box .mapGo .txt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
}
#contact_page .pageContentAll .pageContent .contactMap > .thisBox .contentBox .rightCout .box .mapGo:hover {
  background-color: #81D8D0;
}
#contact_page .pageContentAll .pageContent .recruitment > .thisBox .contentBox {
  height: 30vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .recruitment > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: unset;
  }
}
#contact_page .pageContentAll .pageContent .recruitment > .thisBox .contentBox .oneBox {
  flex: 1;
  height: 100%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .recruitment > .thisBox .contentBox .oneBox {
    width: 100%;
    height: 40vw;
    flex: unset;
  }
}
#contact_page .pageContentAll .pageContent .recruitment > .thisBox .contentBox .oneBox .aBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .recruitment > .thisBox .contentBox .oneBox .aBox .imgBox {
  width: 100%;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .recruitment > .thisBox .contentBox .oneBox .aBox .textBox {
  z-index: 1;
  transform: translateY(1vw);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#contact_page .pageContentAll .pageContent .recruitment > .thisBox .contentBox .oneBox .aBox .textBox .name {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  letter-spacing: 0.2em;
  color: #fff;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .recruitment > .thisBox .contentBox .oneBox .aBox .textBox .name {
    font-size: 5.2vw;
  }
}
#contact_page .pageContentAll .pageContent .recruitment > .thisBox .contentBox .oneBox .aBox .textBox .subname {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  text-transform: uppercase;
  color: #fff;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .recruitment > .thisBox .contentBox .oneBox .aBox .textBox .subname {
    font-size: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .recruitment > .thisBox .contentBox .oneBox .aBox .textBox i {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  margin-top: 1vw;
  opacity: 0;
  transform: translateY(2vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .recruitment > .thisBox .contentBox .oneBox .aBox .textBox i {
    font-size: 4.8vw;
  }
}
#contact_page .pageContentAll .pageContent .recruitment > .thisBox .contentBox .oneBox .aBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#contact_page .pageContentAll .pageContent .recruitment > .thisBox .contentBox .oneBox .aBox:hover .textBox {
  transform: translateY(0);
}
#contact_page .pageContentAll .pageContent .recruitment > .thisBox .contentBox .oneBox .aBox:hover .textBox i {
  transform: translateY(0);
  opacity: 1;
  color: #81D8D0;
}
#contact_page .pageContentAll .pageContent .recruitment > .thisBox .contentBox .oneBox .aBox:hover::after {
  background-color: rgba(0, 0, 0, 0.6);
}
#contact_page .pageContentAll .pageContent .message > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox {
    padding-top: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .shuoming {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-bottom: 2vw;
  gap: 1vw;
  border: 1px dotted rgba(255, 255, 255, 0.3);
  padding: 1vw 3vw;
  border-radius: 0.4vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .shuoming {
    padding: 4vw;
    gap: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox {
  position: relative;
  width: 50vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox {
    width: 96vw;
    padding: 16vw 10vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan {
  width: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  position: relative;
  padding: 1.6vw 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 100%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox {
    margin-bottom: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
  padding-bottom: 0.8vw;
  position: relative;
  display: block;
  width: 10vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input {
  position: relative;
  width: 100%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input input {
  background-color: rgba(51, 51, 51, 0.05);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  border-radius: 0.2vw;
  height: 100%;
  padding-left: 1vw;
  height: 2.8vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input input {
    padding-left: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input input:focus {
  background-color: rgba(51, 51, 51, 0.2);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input input {
    height: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input textarea {
  background-color: rgba(51, 51, 51, 0.05);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  border-radius: 0.2vw;
  height: 100%;
  padding-left: 1vw;
  height: 6vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input textarea {
    padding-left: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input textarea:focus {
  background-color: rgba(51, 51, 51, 0.2);
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea {
  width: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input {
  height: 6vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input {
    height: 40vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input textarea {
  height: 100%;
  border: none;
  font-family: auto;
  padding: 1vw;
  width: 100%;
  outline: none;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input textarea {
    padding: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.yanzhengma .input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.yanzhengma .yanz {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.yanzhengma .yanz img {
  height: 100%;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.must .bdTitle::after {
  content: '*';
  position: absolute;
  color: red;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .tianxieInfo {
  position: absolute;
  left: 0;
  top: 110%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.zhengque .tianxieInfo i {
  color: green;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.zhengque .tianxieInfo .txt {
  color: green;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.cuowu .tianxieInfo i {
  color: red;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.cuowu .tianxieInfo .txt {
  color: red;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button {
  margin: 0 auto;
  margin-top: 2vw;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 16vw;
  height: 3vw;
  background-color: #81D8D0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit {
    width: 40vw;
    height: 10vw;
  }
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit .txt {
  color: #fff;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit i {
  color: #fff;
}
#contact_page .pageContentAll .pageContent .message > .thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit:hover {
  background-color: #81D8D0;
}

#about_page .pageContentAll .pageContent .honor {
  position: relative;
}
#about_page .pageContentAll .pageContent .honor > .thisBox {
  position: relative;
  z-index: 1;
  padding-top: 2vw;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox {
    padding-top: 1vw;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox {
    padding-top: 1vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox {
    padding-top: 12vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox {
  width: 70%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox {
    width: 70%;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox {
    width: 86%;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs {
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .tabsBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .tabsBox .ul .li {
  cursor: pointer;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .tabsBox .ul .li .title {
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .tabsBox .ul .li .title {
    font-size: 4.4vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .tabsBox .ul .li.on .title {
  color: #81D8D0;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl {
  width: 5vw;
  height: 2vw;
  position: relative;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl {
    width: 20vw;
    height: 14vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation .btn {
  cursor: pointer;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background-color: #81D8D0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation .btn:hover {
  background-color: #81D8D0;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation .btn {
    width: 8vw;
    height: 8vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation .btn i {
  color: #fff;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation .btn i {
    font-size: 3.6vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation.on {
  opacity: 1;
  pointer-events: auto;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout {
  height: 20vw;
  width: 100%;
  position: relative;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout {
    height: 55vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox {
  position: absolute;
  top: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(3vw);
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper {
  width: 100%;
  height: 100%;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .imgBox {

  width: 100%;
  padding: 1vw;
  height: 16vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .imgBox {
    height: 45vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .imgBox img {
  object-fit: contain;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
  margin-top: 1vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
    margin-top: 3vw;
    font-size: clamp(12px, 1.2vw, 1.2vw);
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
    font-size: 4.2vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox.on {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}



#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox {
  width: 70%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox {
    width: 70%;
  }
}
@media (max-width:1300px) {
  #recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox {
    width: 86%;
  }
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox {
  cursor: pointer;
  padding: 2vw 4vw;
  background-color: rgba(51, 51, 51, 0.05);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox {
    padding: 6vw;
  }
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 3vw;
  width: 90%;
}
@media (max-width:1024px) {
  #recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2vw;
  }
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1.3vw;
}
@media (max-width:1024px) {
  #recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
  }
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi .bdTitle {
  color: rgba(51, 51, 51, 0.5);
}
@media (max-width:1024px) {
  #recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi .bdTitle {
    margin-right: 4vw;
  }
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi .cout {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi .cout {
    font-size: 3.8vw;
  }
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi:first-child .cout {
  color: #00b7d5;
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi:last-child {
  margin-left: 3vw;
}
@media (max-width:1024px) {
  #recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .leftBox .boxLi:last-child {
    margin-left: 0;
  }
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .rightBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  gap: 4vw;
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .rightBox .ico {
  position: relative;
  width: 2.6vw;
  height: 2.6vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #333;
}
@media (max-width:1024px) {
  #recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .rightBox .ico {
    width: 8vw;
    height: 8vw;
  }
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .rightBox .ico span {
  width: 1.2vw;
  position: absolute;
  border-bottom: 2px solid #00b7d5;
  left: calc(50% - 0.5vw - 1px);
  top: calc(50% - 1px);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .rightBox .ico span {
    width: 4vw;
    left: calc(50% - 2vw);
  }
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox .rightBox .ico span:nth-child(2) {
  transform: rotate(90deg);
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox.on .rightBox .ico {
  background-color: #00b7d5;
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox.on .rightBox .ico span {
  border-color: #fff;
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox.on .rightBox .ico span:nth-child(1) {
  transform: rotate(180deg);
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox.on .rightBox .ico span:nth-child(2) {
  transform: rotate(360deg);
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox {
  overflow: hidden;
  height: 0;
  position: relative;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: none;
  border-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  padding: 4vw;
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .bbtt {
  position: relative;
  font-size: clamp(12px, 1.2vw, 1.2vw);
  font-weight: bold;
  width: 100%;
  color: #333;
  padding-left: 1vw;
  margin-top: 1vw;
}
@media (max-width:1024px) {
  #recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .bbtt {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  #recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .bbtt {
    margin-top: 4vw;
    padding-left: 4vw;
  }
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .bbtt::before {
  left: 0;
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3vw;
  height: 1.4vw;
  border-radius: 1vw;
  background-color: #00b7d5;
}
@media (max-width:1024px) {
  #recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .bbtt::before {
    width: 1vw;
    height: 5vw;
  }
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .recruitDetailBox .detailContentBox .wenzhang {
  width: 100%;
  color: #333;
  line-height: 2em;
}

#product_detail_page .pageContentAll .pageContent .proDetail {
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding-top: 6vw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #product_detail_page .pageContentAll .pageContent .proDetail {
    width: 70%;
  }
}
@media (max-width:1300px) {
  #product_detail_page .pageContentAll .pageContent .proDetail {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail {
    height: unset;
    width: 100%;
    padding-bottom: 6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail .left {
  position: relative;
  z-index: 1;
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail .left {
    width: 100%;
    padding: 0 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail .left .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail .left .top .imgBox {
  width: 16vw;
  height: 20vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail .left .top .imgBox img {
  object-fit: contain;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail .left .top .imgBox {
padding-top: 20vw;
    width: 100%;
    height: 70vw;
}
}
#product_detail_page .pageContentAll .pageContent .proDetail .left .top .title {
  margin-top: 1vw;
  text-align: center;
  font-size: clamp(12px, 1.7vw, 1.7vw);
  padding-bottom: 1vw;
  width: 100%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail .left .top .title {
    font-size: 5.2vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail .left .top .title {
    text-align: center;
    margin: 4vw 0;
    font-weight: bold;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail .rightCout {
  width: 70%;
  padding-left: 6vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail .rightCout {
    width: 100%;
    margin-top: 10vw;
    padding-left: 0;
  }
}

#wenzhang_page .pageContentAll .pageContent {
  padding-top: 14vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent {
    padding-top: 30vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 84%;
    gap: 4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .wenzhangName {
  font-size: clamp(12px, 1.9vw, 1.9vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .wenzhangName {
    font-size: 5.6vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .wenzhangInfo {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 0.8vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .wenzhangInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    padding: 4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .detailContentBox {
  width: 100%;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .detailContentBox .wenzhang {
  width: 100%;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink {
  border-top: 1px dashed #999;
  padding-top: 1vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink {
    padding-top: 4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink .moreBox {
  max-width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink .moreBox {
    max-width: 100%;
    gap: 2vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink .moreBox .link:hover {
  text-decoration: underline;
  color: var(--cor);
}

#yanzheng_page .pageContentAll .pageContent .teamList > .thisBox .contentBox {
  width: 75%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #yanzheng_page .pageContentAll .pageContent .teamList > .thisBox .contentBox {
    width: 86%;
  }
}
#yanzheng_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw;
}
#yanzheng_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul li {
  flex: unset;
  width: 40%
}
@media (max-width:1024px) {
  #yanzheng_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
  }
  #yanzheng_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul li {
    flex: unset;
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
#yanzheng_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul .li {
  position: relative;
}
#yanzheng_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul .li .title{
    font-size: 1.5vw;
text-align: center;
}
#yanzheng_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul .li .aBox {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#yanzheng_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul .li .aBox .imgBox {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  overflow: hidden;
}
@media (max-width:1024px) {
    #yanzheng_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul .li .title{
    font-size: 5.5vw;
text-align: center;
}
  #yanzheng_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul .li .aBox .imgBox {
    height: 100%;
  }
}
#yanzheng_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul .li .aBox .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#yanzheng_page .pageContentAll .pageContent .teamList > .thisBox .contentBox .ul .li .aBox:hover .imgBox img {
  /*transform: scale(1.1);*/
}

#History_page .inxHistory > .thisBox {
  position: relative;
  padding-bottom: 7vw;
}
@media (max-width:1600px) {
  #History_page .inxHistory > .thisBox {
    padding-bottom: 7vw;
  }
}
@media (max-width:1300px) {
  #History_page .inxHistory > .thisBox {
    padding-bottom: 7vw;
  }
}
@media (max-width:1024px) {
  #History_page .inxHistory > .thisBox {
    padding-bottom: 12vw;
  }
}
#History_page .inxHistory > .thisBox .contentBox {
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
}
@media (max-width:1024px) {
  #History_page .inxHistory > .thisBox .contentBox {
    width: 86%;
  }
}
#History_page .inxHistory > .thisBox .contentBox .biaotiBox {
     position: relative;
    width: 100%;
    height: 100%;
    padding-top: 3vw;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
}
@media (max-width:1600px) {
  #History_page .inxHistory > .thisBox .contentBox .biaotiBox {
     height: 100%;
  }
}
@media (max-width:1300px) {
  #History_page .inxHistory > .thisBox .contentBox .biaotiBox {
  height: 100%;
  }
}
@media (max-width:1024px) {
  #History_page .inxHistory > .thisBox .contentBox .biaotiBox {
    height: unset;
  }
}
#History_page .inxHistory > .thisBox .contentBox .biaotiBox .pic {
  overflow: hidden;
  position: absolute;
  left: -20vw;
  bottom: 6vw;
  width: calc(100% + 20vw);
}
#History_page .inxHistory > .thisBox .contentBox .biaotiBox .pic .imgBox {
  width: 100%;
  height: 26vw;
}
#History_page .inxHistory > .thisBox .contentBox .biaotiBox .pic .imgBox .paraBox {
  height: 120%;
}
#History_page .inxHistory > .thisBox .contentBox .biaotiBox .ico {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 4vw;
  width: 12vw;
  height: 12vw;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
#History_page .inxHistory > .thisBox .contentBox .biaotiBox .ico .paraBox {
  height: 120%;
}
#History_page .inxHistory > .thisBox .contentBox .coutBox {
  position: relative;
  padding-left: 6vw;
  width: 60%;
  padding-top: 6vw;
}
#History_page .inxHistory > .thisBox .contentBox .coutBox .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
#History_page .inxHistory > .thisBox .contentBox .coutBox .ul .li .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  padding-left: 2vw;
}
#History_page .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .titleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-bottom: 0.6vw;
}
#History_page .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .titleBox .title {
  font-family: 'en11';
  text-transform: uppercase;
  font-size: clamp(12px, 2.3vw, 2.3vw);
}
@media (max-width:1024px) {
  #History_page .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .titleBox .title {
    font-size: 4.4vw;
  }
}
#History_page .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .titleBox .subtitle {
  margin-left: 1vw;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #History_page .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .titleBox .subtitle {
    font-size: 3.6vw;
  }
}
#History_page .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .content {
  padding-left: 6vw;
}
#History_page .inxHistory > .thisBox .contentBox .coutBox .ul .li .box::before {
  top: 0.6vw;
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #805022;
  border-radius: 50%;
  left: -3px;
}
#History_page .inxHistory > .thisBox .contentBox .coutBox::before {
  content: '';
  position: absolute;
  display: block;
  left: 6vw;
  bottom: 0;
  top: 6vw;
  width: 1px;
  background-color: #ddd;
}



#about_page .pageContentAll .inxAbout > .thisBox {
  position: relative;
  padding: 7vw 0;
}
#about_page .pageContentAll .inxAbout > .thisBox::after{
  content: '';
    position: absolute;
    top: 0vw;
 right: 7vw;
    width: 16vw;
    height: 100%;
    background-image: url(../img/hudie1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width:1600px) {
 #about_page .pageContentAll .inxAbout > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1300px) {
 #about_page .pageContentAll .inxAbout > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) {
 #about_page .pageContentAll .inxAbout > .thisBox {
    padding: 12vw 0;
  }
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-bottom: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
 #about_page .pageContentAll .inxAbout > .thisBox .contentBox {
    width: 86%;
      flex-direction: column;
  }
  
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-right: 4vw;
}



#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .unifyTitle {
    margin-bottom: 4vw;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: start;
    flex-wrap: unset;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .unifyTitle .unifyTitleThis > .thisBox .text{
  position: relative;
    z-index: 1;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 0.4vw;
}



#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.2vw;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox .cn {
  font-size: clamp(12px, 2vw, 2vw);
}
@media (max-width:1024px) {
 #about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox .cn {
    font-size: 4.4vw;
  }
 #about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 3vw;
}
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox .en {
  font-size: clamp(12px, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
 #about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox .en {
    font-size: 3.8vw;
  }
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .svgBox {
  margin-top: 1vw;
  width: 12vw;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .svgBox img{
  width: 100%;
  height: 100%;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .svgBox svg {
  width: 100%;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .textBox {
  margin-top: 3vw;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .textBox .content p {
  line-height: 2em;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox {
  position: relative;
  z-index: 1;
  padding-top: 4vw;
  width: 50%;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox .paraBox {
  height: 100%;
}
@media (max-width:1024px) {
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox {

  width: 100%;
}
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox .mainTitle {
  font-size: clamp(18px, 2.2vw, 2.2vw);
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox .subTitle {
  font-size: clamp(14px, 1.3vw, 1.3vw);
  color: #555;
  margin-top: 0.8vw;
  font-weight: 500;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox {
  margin-top: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2vw;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox .item {
  position: relative;
  padding-right: 2vw;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox .item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 2.5vw;
  background-color: #ddd;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox .item .num {
  font-size: clamp(18px, 2.2vw, 2.2vw);
  font-weight: bold;
  color: #81D8D0;
  line-height: 1.2;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox .item .label {
  font-size: clamp(12px, 0.85vw, 0.85vw);
  color: #81D8D0;
  margin-top: 0.4vw;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .aboutButton {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-top: 3vw;
  padding: 1vw 3vw;
  background-color: #81D8D0;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  gap: 0.5vw;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .aboutButton:hover {
  background-color: #46a07d;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(87, 184, 148, 0.3);
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .aboutButton .btnTxt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  letter-spacing: 0.05em;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .aboutButton i {
  font-size: clamp(12px, 0.8vw, 0.8vw);
  transition: transform 0.3s ease;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .aboutButton:hover i {
  transform: translateX(4px);
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox .aboutVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  background-color: #000;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox:hover .aboutVideo {
  transform: scale(1.05);
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox .playIco {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 5vw;
  height: 5vw;
  min-width: 60px;
  min-height: 60px;
  background-color: #81D8D0;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  z-index: 2;

  box-shadow: 0 4px 20px rgba(87, 184, 148, 0.4);
  pointer-events: none;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox:hover .playIco {
  background-color: #81D8D0;

  box-shadow: 0 8px 30px rgba(87, 184, 148, 0.6);
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox .playIco i {
  color: #fff;
  font-size: clamp(16px, 1.8vw, 1.8vw);
  margin-left: 0.2vw;
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;

}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox:hover::before {
  background-color: rgba(0, 0, 0, 0.25);
}
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox.is-playing .playIco,
#about_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox.is-playing::before {
  opacity: 0;
  visibility: hidden;
}
@media (max-width:1024px) {
 #about_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox .playIco {
    width: 16vw;
    height: 16vw;
    min-width: unset;
    min-height: unset;
  }
 #about_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox .playIco i {
    font-size: 5.6vw;
  }
 #about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox .mainTitle {
    font-size: 5.6vw;
  }
 #about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox .subTitle {
    font-size: 3.4vw;
    margin-top: 1.5vw;
  }
 #about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
    margin-top: 6vw;
    gap: 4vw;
  }
 #about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox .item {
    padding-right: 4vw;
  }
 #about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox .item:not(:last-child)::after {
    height: 8vw;
  }
 #about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox .item .num {
  text-align: center;
    font-size: 5.6vw;
  }
 #about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .numBox .item .label {
    font-size: 4vw;
    text-align: center;
    margin-top: 1vw;
  }
 #about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .aboutButton {
    margin-top: 6vw;
    padding: 2.5vw 7vw;
    gap: 1.5vw;
  }
 #about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .aboutButton .btnTxt {
    font-size: 3vw;
  }
 #about_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .aboutButton i {
    font-size: 2.8vw;
  }
}