@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';
}
.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(219, 68, 10, 0.15), 0 0 0 1vw rgba(219, 68, 10, 0.15), 0 0 0 2vw rgba(219, 68, 10, 0.15);
  }
  100% {
    box-shadow: 0 0 0 1vw rgba(219, 68, 10, 0.15), 0 0 0 2vw rgba(219, 68, 10, 0.15), 0 0 0 4vw rgba(219, 68, 10, 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;
}
.wenzhang p img {
  max-width: 100%;
  display: inline-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;
}
.buttonLink {
  display: none;
}
.pageBox {
  max-width: 100%;
  margin: 0 auto;
}
.pageContent {
  position: relative;
  z-index: 4;
  padding-bottom: 6vw;
  padding-top: 5vw;
}
@media (max-width:1600px) {
  .pageContent {
    padding-bottom: 6vw;
  }
}
@media (max-width:1300px) {
  .pageContent {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) {
  .pageContent {
    padding-bottom: 15vw;
  }
}
@media (max-width:1600px) {
  .pageContent {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  .pageContent {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  .pageContent {
    padding-top: 16vw;
  }
}
mod {
  display: block;
}
.cn {
  font-family: 'cn1';
}
.en {
  font-family: 'en2';
  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: #01bfd7;
}
::-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.4s;
  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.4s;
  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: #01bfd7;
  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: #01bfd7;
  background-color: #fff;
}
.mapGoOpenBox.show {
  transform: translateY(0);
  pointer-events: auto;
}
.pageContentAll {
  position: relative;

}
.artImg {
  width: 100%;
  height: 100%;
}
.artImg picture {
  width: 100%;
  height: 100%;
}
.artImg picture img {
  width: 100%;
  height: 100%;
}
.unifyButton {
  width: fit-content;
  margin-top: 2vw;
}
@media (max-width:1024px) {
  .unifyButton {
    margin-top: 8vw;
  }
}
.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;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox {
    padding-left: 2vw;
    padding-bottom: 1vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .txt {
  font-family: 'en2';
  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;
  letter-spacing: -0.05em;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .txt {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .txt {
    margin-right: 2vw;
    font-size: 2.8vw;
  }
}
.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;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .ico {
    width: 4vw;
    height: 4vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .ico i {
  color: #333;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .ico i {
    font-size: 3vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .yuan {
  top: 0;
  position: absolute;
  left: 0;
  background-color: #01bfd7;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .yuan {
    top: 0;
    width: 4vw;
    height: 4vw;
  }
}
.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;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .xian div {
    width: 4vw;
  }
}
.unifyButton .unifyButtonThis:hover .txt {
  color: #01bfd7;
}
.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: 'en2';
  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(219, 68, 10, 0.1);
}
.fenye .fenyeThis > .thisBox .box a.page-num-current {
  background-color: #01bfd7;
  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);
}
.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: #01bfd7;
  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: 3vw;
  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, 2vw, 2vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .text .cn {
    font-size: 4.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: 3.6vw;
  }
}
@keyframes ripple {
  0% {
    opacity: 0.5;
    scale: 1;
  }
  to {
    opacity: 0;
    scale: 3;
  }
}
.topNav {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 5vw;
}
@media (max-width:1600px) {
  .topNav {
    height: 5vw;
  }
}
@media (max-width:1300px) {
  .topNav {
    height: 5vw;
  }
}
@media (max-width:1024px) {
  .topNav {
    height: 16vw;
  }
}
.topNav .topNavThis {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.topNav .topNavThis .thisBox {
  background-color: #fff;
  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 .topLogoBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .topLogoBox {
    gap: 4vw;
  }
}
.topNav .topNavThis .thisBox .topLogoBox .ico {
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 2.6vw;
  height: 2.6vw;
  border: 1px solid #01bfd7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .topLogoBox .ico {
    width: 8vw;
    height: 8vw;
  }
}
.topNav .topNavThis .thisBox .topLogoBox .ico i {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  color: #01bfd7;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .topLogoBox .ico i {
    font-size: 4.8vw;
  }
}
.topNav .topNavThis .thisBox .topLogoBox .logoBox {
  transform: translateX(-3.6vw);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 20vw;
  height: 5vw;
  -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: left;
}
.topNav .topNavThis .thisBox .topLogoBox .logoBox .color {
  background-color: #01bfd7;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .topLogoBox .logoBox {
    transform: translateX(-10vw);
    width: 65vw;
    height: 20vw;
  }
}
.topNav .topNavThis .thisBox .topLogoBox .logoBox .color {
  background-color: #01bfd7;
}
.topNav .topNavThis .thisBox .topLogoBox:hover .ico {
  opacity: 1;
  transition-delay: 0.2s;
}
.topNav .topNavThis .thisBox .topLogoBox:hover .logoBox {
  transform: translateX(0);
}
.topNav .topNavThis .thisBox .navBar {
  transition-duration: 0.4s;
  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: #01bfd7;
  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.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;
  background-color: #fff;
  transform: translateY(2vw);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.topNav .topNavThis .thisBox .navBar .ul .li .twoNav .ul2 .li2 {
  padding: 0.6vw 1vw;
  border-bottom: 1px dotted #ddd;
}
.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 .navBar .ul .li.on .a1 .txt .t1 {
  clip-path: inset(0 0 0 100%);
}
.topNav .topNavThis .thisBox .navBar .ul .li.on .a1 .txt .t2 {
  clip-path: inset(0 0 0 0);
}
.topNav .topNavThis .thisBox .navBar .ul .li.on .a1 .txt::after {
  width: 100%;
}
@media (min-width:1024px) {
  .topNav .topNavThis .thisBox .navRight {
    display: none;
  }
}
.topNav .topNavThis .thisBox .navRight .openBtn .openNavBtn {
  position: relative;
  z-index: 13;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis .thisBox .navRight .openBtn .openNavBtn .menuBtn {
  position: relative;
  cursor: pointer;
  width: 5vw;
  height: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .openBtn .openNavBtn .menuBtn {
    width: 16vw;
    height: 16vw;
  }
}
.topNav .topNavThis .thisBox .navRight .openBtn .openNavBtn .menuBtn .btns {
  width: 40px;
  height: 11px;
  position: relative;
}
.topNav .topNavThis .thisBox .navRight .openBtn .openNavBtn .menuBtn .btns::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  left: 0;
  transition-duration: 320ms, 360ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s, 420ms;
  top: 0;
  transition-property: transform, top;
}
.topNav .topNavThis .thisBox .navRight .openBtn .openNavBtn .menuBtn .btns:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  left: 0;
  transition-duration: 320ms, 360ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s, 420ms;
  bottom: 0;
  transition-property: transform, bottom;
}
@media (min-width:1024px) {
  .topNav .topNavThis .thisBox .navRight .openBtn .openNavBtn .menuBtn.hasHover:hover .btns::before {
    animation: mo_line 0.73s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  }
  .topNav .topNavThis .thisBox .navRight .openBtn .openNavBtn .menuBtn.hasHover:hover .btns:after {
    animation: mo_line 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.12s 1;
  }
}
@keyframes mo_line {
  0%,
  46.3% {
    transform-origin: right;
  }
  46.6%,
  to {
    transform-origin: left;
  }
  46%,
  47% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn .btns::before {
  transition-property: top, transform, background-color;
  transition-duration: 320ms, 360ms, 360ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s, 420ms, 420ms;
  top: 5px;
  background-color: #01bfd7;
  transform: rotate(24deg);
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn .btns:after {
  transition-property: bottom, transform, background-color;
  transition-duration: 320ms, 360ms, 360ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s, 420ms, 420ms;
  bottom: 5px;
  transform: rotate(-24deg);
  background-color: #01bfd7;
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn:hover .btns::before {
  transform: rotate(45deg);
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn:hover .btns::after {
  transform: rotate(-45deg);
}
.openNav .openNavThis {
  position: fixed;
  top: 0;
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  pointer-events: none;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  overflow: auto;
}
.openNav .openNavThis > .thisBox {
  padding-top: 16vw;
  padding-bottom: 20vw;
}
.openNav .openNavThis > .thisBox .contentBox {
  width: 70%;
  margin: 0 auto;
  padding-top: 10vw;
}
.openNav .openNavThis > .thisBox .contentBox .navBar {
  width: 100%;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li {
  position: relative;
  border-bottom: 1px dashed #ccc;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .a1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  padding: 4vw 0;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .a1 .txt div {
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .a1 .txt div {
    font-size: 4.8vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .openTwoBtn {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 1px solid #ccc;
  width: 10vw;
  height: 10vw;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  position: absolute;
  right: 0;
  top: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .openTwoBtn i {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .openTwoBtn.on {
  transform: rotate(180deg);
  background-color: #01bfd7;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .openTwoBtn.on i {
  color: #fff;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav {
  width: 100%;
  display: none;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 {
  padding-top: 2vw;
  padding-bottom: 4vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 .li2 {
  padding-left: 8vw;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 .li2 .a2 {
  padding: 3vw 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 .li2 .a2 .txt div {
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 .li2 .a2 .txt div {
    font-size: 4.4vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 .li2 .a2 .ico i {
  color: #01bfd7;
}
.openNav .openOverLay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 101%;
  height: 101%;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  will-change: opacity, mask-position;
  -webkit-mask-position: 0 50%;
  mask-position: 0 50%;
  -webkit-mask-size: 500% 100%;
  mask-size: 500% 100%;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 20%, #ffffff 40%, #ffffff 60%, transparent 80%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, transparent 20%, #ffffff 40%, #ffffff 60%, transparent 80%, transparent 100%);
  background-color: rgba(255, 255, 255, 0.7);
}
.openNav .openOverLay.is-leave {
  -webkit-mask-position: 100% 50%;
  mask-position: 100% 50%;
  transition: opacity 0s 2720ms, visibility 0s 2720ms, -webkit-mask-position 2600ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: mask-position 2600ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s 2720ms, visibility 0s 2720ms;
  transition: mask-position 2600ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s 2720ms, visibility 0s 2720ms, -webkit-mask-position 2600ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.openNav .openOverLay.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  transition: opacity 0s, visibility 0s, -webkit-mask-position 2600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0s, visibility 0s, mask-position 2600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0s, visibility 0s, mask-position 2600ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-mask-position 2600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.openNav.openNavShow .openNavThis {
  opacity: 1;
  pointer-events: auto;
}
.sortNav {
  margin-bottom: 4vw;
}
@media (max-width:1024px) {
  .sortNav {
    margin-bottom: 12vw;
  }
}
.sortNav .sortNavThis > .thisBox .contentBox {
  width: 100%;
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
    gap: 0;
  }
}
@media (max-width:1024px) {
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li {
    width: 38vw;
    padding: 0 4vw;
    padding-top: 11vw;
  }
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox {
  opacity: 0.5;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox {
    width: 100%;
  }
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .quanBox {
  width: 7vw;
  border: 1px solid #ddd;
}
@media (max-width:1024px) {
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .quanBox {
    width: 100%;
  }
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .quanBox .sortOneTop {
  width: 100%;
  height: 3.6vw;
  background-color: #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .quanBox .sortOneTop {
    height: 18vw;
  }
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .quanBox .sortOneTop .proIco {
  height: 140%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  bottom: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 60%;
}
@media (max-width:1024px) {
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .quanBox .sortOneTop .proIco {
    max-width: 80%;
  }
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .quanBox .sortOneTop .proIco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .quanBox .sortOneTop .icoBox i {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #aaa;
}
@media (max-width:1024px) {
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .quanBox .sortOneTop .icoBox i {
    font-size: 5.2vw;
  }
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .quanBox .sortOneBottom {
  position: relative;
  z-index: 1;
  width: 100%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  padding: 1vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width:1024px) {
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .quanBox .sortOneBottom {
    padding: 4vw 0;
  }
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .quanBox .sortOneBottom .txt {
  font-family: 'cn1';
  z-index: 1;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li .aBox .quanBox .sortOneBottom::after {
  content: '';
  position: absolute;
  display: block;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  top: 0;
  left: 0;
  transform: translateY(101%);
  width: 100%;
  height: 100%;
  background-color: #01bfd7;
}
@media (min-width:1024px) {
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li:hover .aBox {
    opacity: 1;
  }
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li:hover .aBox .quanBox .sortOneTop {
    background-color: #eee;
  }
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li:hover .aBox .quanBox .sortOneTop .proIco {
    transform: translateY(-30%);
  }
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li:hover .aBox .quanBox .sortOneTop .icoBox i {
    color: #01bfd7;
  }
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li:hover .aBox .quanBox .sortOneBottom .txt {
    color: #fff;
  }
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li:hover .aBox .quanBox .sortOneBottom::after {
    transform: translateY(0);
  }
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li:hover .aBox {
    opacity: 1;
  }
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li:hover .aBox .quanBox .sortOneTop {
    background-color: #eee;
  }
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li:hover .aBox .quanBox .sortOneTop .proIco {
    transform: translateY(-30%);
  }
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li:hover .aBox .quanBox .sortOneTop .icoBox i {
    color: #01bfd7;
  }
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li:hover .aBox .quanBox .sortOneBottom .txt {
    color: #fff;
  }
  .sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li:hover .aBox .quanBox .sortOneBottom::after {
    transform: translateY(0);
  }
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li.on .aBox {
  opacity: 1;
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li.on .aBox .quanBox .sortOneTop {
  background-color: #eee;
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li.on .aBox .quanBox .sortOneTop .proIco {
  transform: translateY(-30%);
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li.on .aBox .quanBox .sortOneTop .icoBox i {
  color: #01bfd7;
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li.on .aBox .quanBox .sortOneBottom .txt {
  color: #fff;
}
.sortNav .sortNavThis > .thisBox .contentBox .navBox .ul .li.on .aBox .quanBox .sortOneBottom::after {
  transform: translateY(0);
}
.paraBox {
  width: 100%;
  height: 100%;
}
.paraBox .artImgBox {
  width: 100%;
  height: 100%;
}
.txtMask {
  overflow: hidden;
}
/* .foot .footThis > .thisBox {
  position: relative;
  padding-top: 8vw;
  background-color: #ebebeb;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox {
    padding-top: 18vw;
  }
}
.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: 20vw;
  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: #01bfd7;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .leftBox .logoBox {
    width: 45vw;
    height: 8vw;
    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;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .rigthBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
  }
}
.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;
    width: 100%;
  }
}
.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: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5vw;
    width: 100%;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .rigthBox .footNavBar .ul1 .li1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    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';
}
@media (max-width:1024px) {
  .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: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .rigthBox .erweima .oneBox {
    align-items: center;
  }
}
.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 .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: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .rigthBox .erweima .oneBox .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
.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: 16vw;
    height: 16vw;
  }
}
.foot .footThis > .thisBox .contentBox .rigthBox .erweima .oneBox .ul .li .title {
  font-size: clamp(12px, 0.7vw, 0.7vw);
  opacity: 0.8;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .rigthBox .erweima .oneBox .ul .li .title {
    font-size: 3.2vw;
  }
}
.foot .footThis > .thisBox .contentBox .rigthBox .rightImg {
  width: 10vw;
  height: 14vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .rigthBox .rightImg {
    display: none;
  }
}
.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 .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: #01bfd7;
}
.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;
  }
}
.swiperControl .navigation {
  margin-top: 1vw;
}
.swiperControl .navigation .navigationThis {
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.swiperControl .navigation .navigationThis .btn {
  width: 3vw;
  height: 3vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
}
.swiperControl .navigation .navigationThis .btn i {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .swiperControl .navigation .navigationThis .btn i {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  .swiperControl .navigation .navigationThis .btn {
    width: 8vw;
    height: 8vw;
  }
}
.swiperControl .navigation .navigationThis .btn:hover {
  background-color: #01bfd7;
}
.swiperControl .navigation .navigationThis .btn:hover i {
  color: #fff;
}
.sortBoxName {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  margin-bottom: 4vw;
  font-weight: bold;
  font-family: 'cn1';
  letter-spacing: 0.2em;
}
@media (max-width:1024px) {
  .sortBoxName {
    font-size: 5.2vw;
  }
}
@media (max-width:1024px) {
  .sortBoxName {
    margin-bottom: 8vw;
  }
}
.twoPageBox .goBack {
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  z-index: 7;
  top: 10vw;
  left: 4vw;
}
.twoPageBox .goBack .ico {
  width: 2.4vw;
  height: 2.4vw;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.twoPageBox .goBack .ico i {
  color: #333;
}
.twoPageBox .goBack .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #333;
  font-family: 'en2';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .twoPageBox .goBack .txt {
    font-size: 3.6vw;
  }
}
.twoPageBox .goBack:hover .ico {
  border-color: #01bfd7;
}
.twoPageBox .goBack:hover .ico i {
  color: #01bfd7;
}
.twoPageBox .goBack:hover .txt {
  color: #01bfd7;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis {
  padding-top: 5vw;
}
@media (max-width:1600px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis {
    padding-top: 16vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
  height: 15vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
    height: 40vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .imgBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .imgBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  padding: 1.5vw 5vw;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-family: 'cn1';
  color: #fff;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname {
    font-size: 5.6vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'en2';
  text-transform: uppercase;
  color: #fff;
  background-color: #01bfd7;
  padding: 0.2vw 2vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname {
    width: max-content;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .mianbao {
  margin-top: 2vw;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .mianbao .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .mianbao .box a {
  margin: 0 0.4vw;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .mianbao .box a:hover {
  color: #01bfd7;
  text-decoration: underline;
}
.twoPageBox .pageContentAll .twoBanner_text .twoBannerThis {
  padding-top: 5vw;
}
@media (max-width:1600px) {
  .twoPageBox .pageContentAll .twoBanner_text .twoBannerThis {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  .twoPageBox .pageContentAll .twoBanner_text .twoBannerThis {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner_text .twoBannerThis {
    padding-top: 16vw;
  }
}
.twoPageBox .pageContentAll .twoBanner_text .twoBannerThis > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
  padding: 4vw 0;
  border-bottom: 1px solid #ddd;
}
.twoPageBox .pageContentAll .twoBanner_text .twoBannerThis > .thisBox .contentBox .textBox {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.twoPageBox .pageContentAll .twoBanner_text .twoBannerThis > .thisBox .contentBox .textBox .sortname {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner_text .twoBannerThis > .thisBox .contentBox .textBox .sortname {
    font-size: 5.6vw;
  }
}
.twoPageBox .pageContentAll .twoBanner_text .twoBannerThis > .thisBox .contentBox .textBox .subname {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-family: 'en2';
  text-transform: uppercase;
  color: #01bfd7;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner_text .twoBannerThis > .thisBox .contentBox .textBox .subname {
    font-size: 4.4vw;
  }
}
.twoPageBox .pageContentAll .twoBanner_text .twoBannerThis > .thisBox .contentBox .textBox .mianbao {
  margin-top: 2vw;
}
.twoPageBox .pageContentAll .twoBanner_text .twoBannerThis > .thisBox .contentBox .textBox .mianbao .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.twoPageBox .pageContentAll .twoBanner_text .twoBannerThis > .thisBox .contentBox .textBox .mianbao .box a {
  margin: 0 0.4vw;
}
.twoPageBox .pageContentAll .twoBanner_text .twoBannerThis > .thisBox .contentBox .textBox .mianbao .box a:hover {
  color: #01bfd7;
  text-decoration: underline;
}
.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.4s;
  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.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;
  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.4s;
  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.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .goTopBtn {
    right: 0;
    bottom: 0;
  }
}
.goTopBtn > .thisBox {
  position: relative;
  width: 4.7vw;
  height: 100%;
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox {
    width: 18vw;
    height: 18vw;
  }
}
.goTopBtn > .thisBox .box {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #01bfd7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox .box {
    width: 10vw;
    height: 10vw;
  }
}
.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 .box .svgBox {
  position: absolute;
  width: 100%;
  height: 100%;
  transition-duration: 0.4s;
  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: #01bfd7;
}
.goTopBtn > .thisBox:hover .box .svgBox {
  transform: scale(1.2);
}
.goTopBtn.show {
  opacity: 1;
}
#txt-pagetop-curves-lg path {
  fill: #333;
}
#index_page .pageContentAll .inxBanner > .thisBox {
  width: 100%;
  height: 100vh;
  padding-top: 5vw;
  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: 5vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxBanner > .thisBox {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox {
    padding-top: 16vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox {
    width: 100%;
    height: 80vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox {
  overflow: hidden;
  height: 100%;
  width: calc(100% - 4vw);
  position: relative;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox {
    width: 100%;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperControl .navigation .navigationThis {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox {
  position: absolute;
  top: 40%;
  z-index: 2;
  left: 15vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  opacity: 0;
  will-change: transform;
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox {
    top: 30%;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def1,
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def1 div {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  color: #333;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def1,
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def1 div {
    font-size: 5.2vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def2,
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def2 div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #333;
  opacity: 0.6;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def2,
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def2 div {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .scrollIco {
  width: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .scrollIco {
    display: none;
  }
}
#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 .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: #01bfd7;
}
#index_page .pageContentAll .inxAbout > .thisBox {
  position: relative;
  padding: 6vw 0 0 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding: 6vw 0 0 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding: 6vw 0 0 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding: 15vw 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: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox {
  position: relative;
  z-index: 1;
  width: 45%;
  padding-right: 5vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox {
    padding-right: 0;
    width: 100%;
  }
}
#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;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .titleBox {
    gap: 1vw;
  }
}
#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 .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;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .svgBox {
    margin-top: 4vw;
    width: 25vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .topBox .svgBox svg {
  width: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .textBox {
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .leftBox .textBox {
    margin-top: 10vw;
  }
}
#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;

  width: 55%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox {
    padding-top: 12vw;
    width: 100%;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox {
height: 40vw;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox .paraBox {
  height: 80%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .rightBox .imgBox .paraBox {
    height: 100%;
  }
}
/* #index_page .pageContentAll .inxAbout > .thisBox::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;

    width: 53%;
    height: 50%;
  
} */
#index_page .pageContentAll .inxVideo {
  position: relative;
  z-index: 1;
}
#index_page .pageContentAll .inxVideo > .thisBox {
  position: relative;
  padding-bottom: 10vw;
  padding-top: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox {
    padding-top: 12vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox {
  position: relative;
  width: 60%;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin {
  position: relative;
  left: -6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border: 1px solid transparent;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin {
    margin-top: 14vw;
    width: 100%;
    left: 0;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox {
  overflow: hidden;
  position: relative;
  clip-path: inset(0);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 36vw;
  height: 22vw;
}
@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;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: rgba(0, 0, 0, 0.3);
}
#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.4s;
  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 .ico {
  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;
}
#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: 10vw;
    height: 10vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox .playBox:hover {
  background-color: rgba(0, 0, 0, 0);
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox .playBox:hover .aPlay {
  transform: scale(1.2);
}
#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 {
  clip-path: inset(1vw);
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin .videoBox:hover #proVideo {
  filter: grayscale(0);
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .gsapPin:hover {
  border: 1px solid #aaa;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textBox {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .textBox {
    position: unset;
    width: 100%;
    gap: 12vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textBox .cn {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  letter-spacing: 0.1em;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .textBox .cn {
    font-size: 4.8vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textBox .cn span {
  margin-left: 1vw;
  position: relative;
  padding: 0 2vw;
  color: #01bfd7;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textBox .cn span::before {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 1vw;
  height: 1vw;
  border: 1px solid #01bfd7;
  border-bottom: none;
  border-left: none;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textBox .cn span::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 1vw;
  height: 1vw;
  border: 1px solid #01bfd7;
  border-right: none;
  border-top: none;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textBox .subtitle {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  font-family: 'en2';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .textBox .subtitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 6vw;
    width: 100%;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textBox .subtitle div {
  position: relative;
  padding-bottom: 0.4vw;
  opacity: 0;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'en2';
  text-transform: uppercase;
  transform: translateX(4vw);
  line-height: 1em;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .textBox .subtitle div {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textBox .subtitle div.txt0 {
  padding-right: 4vw;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textBox .subtitle div.txt1 {
  padding-right: 0vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .textBox .subtitle div.txt1 {
    align-self: flex-end;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textBox .subtitle div.txt2 {
  padding-right: 2vw;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textBox .subtitle div.txt3 {
  padding-right: 0vw;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .textBox .subtitle div::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #01bfd7;
}
#index_page .pageContentAll .inxVideo > .thisBox::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  background-color: #eee;
  width: 74vw;
  height: 24vw;
  bottom: 0;
}
#index_page .pageContentAll .inxVideo.on > .thisBox .contentBox .textBox .subtitle div {
  transform: translateX(0);
  opacity: 1;
}
#index_page .pageContentAll .inxVideo.on > .thisBox .contentBox .textBox .subtitle div.txt0 {
  padding-right: 4vw;
}
#index_page .pageContentAll .inxVideo.on > .thisBox .contentBox .textBox .subtitle div.txt1 {
  padding-right: 0vw;
  transition-delay: 0.2s;
}
#index_page .pageContentAll .inxVideo.on > .thisBox .contentBox .textBox .subtitle div.txt1::after {
  transition-delay: 0.2s;
}
#index_page .pageContentAll .inxVideo.on > .thisBox .contentBox .textBox .subtitle div.txt2 {
  padding-right: 2vw;
  transition-delay: 0.4s;
}
#index_page .pageContentAll .inxVideo.on > .thisBox .contentBox .textBox .subtitle div.txt2::after {
  transition-delay: 0.4s;
}
#index_page .pageContentAll .inxVideo.on > .thisBox .contentBox .textBox .subtitle div.txt3 {
  padding-right: 0vw;
  transition-delay: 0.6s;
}
#index_page .pageContentAll .inxVideo.on > .thisBox .contentBox .textBox .subtitle div.txt3::after {
  transition-delay: 0.6s;
}
#index_page .pageContentAll .inxVideo.on > .thisBox .contentBox .textBox .subtitle div::after {
  width: 100%;
}
#index_page .pageContentAll .inxProduct {
  position: relative;

}
#index_page .pageContentAll .inxProduct > .thisBox {
  position: relative;
  z-index: 1;
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxProduct > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxProduct > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox {
    padding: 15vw 0;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftImgBox {
  position: relative;
  width: 50%;
  height: 25vw;
  padding-left: 6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftImgBox {
    width: 100%;
    height: 80vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftImgBox .proImgBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftImgBox .proImgBox .ul {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftImgBox .proImgBox .ul .li {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 0 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftImgBox .proImgBox .ul .li .imgBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftImgBox .proImgBox .ul .li .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(3vw 2vw 20px rgba(0, 0, 0, 0.1));
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftImgBox .proImgBox .ul .li.on {
  pointer-events: auto;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftImgBox .yuan .qq > div {
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: 0 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftImgBox .yuan .qq > div {
    width: 50vw;
    height: 50vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftImgBox .yuan .qq > div.q1 {
  background-color: #01bfd7;
  width: 12vw;
  height: 12vw;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftImgBox .yuan .qq > div.q2 {
  bottom: 5vw;
  right: 5vw;
  border: 1px solid #01bfd7;
  width: 18vw;
  height: 18vw;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .leftImgBox .yuan .qq.on {
  opacity: 1;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox {
  height: 100%;
  position: relative;
  z-index: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox {
    padding: 0;
    padding-right: 0;
    width: 60%;
    margin: 0 auto;
    margin-top: 6vw;
    flex-direction: column;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox {
    width: 86%;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .topBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .topBox {
    margin-top: 10vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .topBox .cn {
  font-size: clamp(12px, 2vw, 2vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .topBox .cn {
    font-size: 4.4vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .topBox .en {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  letter-spacing: 0.2em;
  color: #01bfd7;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .topBox .en {
    font-size: 4.8vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .topBox .content {
  margin-top: 1vw;
  opacity: 0.5;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .topBox .content p {
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .topBox .content p {
    font-size: 3.2vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox {
  margin-top: 2vw;
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox {
    margin-top: 0;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox .ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox .ul > li,
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox .ul > div {
  flex: unset;
  width: calc(100% / 2 - (2 - 1) * 1vw / 2);
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox .ul .li {
  padding: 0.4vw 0;
  opacity: 0.8;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox .ul .li {
        width: 100%;
    padding: 3vw 0;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox .ul .li .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox .ul .li .box .jiantou {
  overflow: hidden;
  position: relative;
  width: 1vw;
  height: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox .ul .li .box .jiantou {
    width: 6vw;
    height: 6vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox .ul .li .box .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;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox .ul .li .box .jiantou .ico:nth-child(2) {
  transform: translate(-100%, 100%);
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox .ul .li .box .jiantou .ico:nth-child(2) i {
  color: #01bfd7;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox .ul .li .box .title {
  margin-left: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox .ul .li .box .title {
    width: 100%;
    margin-left: 4vw;
  }
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox .ul .li.on {
  opacity: 1;
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox .ul .li.on .box .jiantou .ico:nth-child(1) {
  transform: translate(100%, -100%);
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox .ul .li.on .box .jiantou .ico:nth-child(2) {
  transform: translate(0, 0);
}
#index_page .pageContentAll .inxProduct > .thisBox .contentBox .rightTextBox .proTextBox .ul .li.on .box .title {
  color: #01bfd7;
}
#index_page .pageContentAll .inxProduct > .thisBox::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  top: 2vw;
  bottom: 2vw;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox {
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxProduct-1 > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxProduct-1 > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct-1 > .thisBox {
    padding: 15vw 0;
  }
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox {
  margin: 0 auto;
  width: 65%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox {
    width: 100%;
  }
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul > li,
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul > div {
  flex: unset;
  width: calc(100% / 4 - (4 - 1) * 0vw / 4);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0vw;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul > li,
  #index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul > div {
    flex: unset;
    width: calc(100% / 2 - (2 - 1) * 0vw / 2);
  }
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li {
  height: 20vw;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e6e9ed;
  border-right: 1px solid #e6e9ed;
}
@media (min-width:1024px) {
  #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;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li {
    aspect-ratio: 1;
  }
  #index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li:nth-child(2n+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) {
    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: 15vw;
  padding: 3vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li .aBox .imgBox {
    height: 40vw;
    padding: 8vw;
  }
}
#index_page .pageContentAll .inxProduct-1 > .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);
}
#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: #01bfd7;
}
@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 .textBox .title {
  transition-duration: 0.3s;
  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 .yuanxian {
  position: absolute;
  right: 1vw;
  top: 1vw;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 1px solid #01bfd7;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li .aBox .yuanxian {
    width: 12vw;
    height: 12vw;
    right: 4vw;
    top: 4vw;
  }
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li .aBox .yuanxian div {
  color: #01bfd7;
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li .aBox .yuanxian div {
    font-size: 3.2vw;
  }
}
#index_page .pageContentAll .inxProduct-1 > .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));
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li .aBox:hover .textBox .title {
  color: #01bfd7;
}
#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), rgba(196, 212, 231, 0.33) 100.14%);
  opacity: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: opacity;
}
#index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li:hover::before {
  opacity: 1;
}
#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, 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) {
  #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 .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: #01bfd7;
  border-radius: 50%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct-1 > .thisBox .contentBox .ul .li.more .aBox .textBox .jiantou {
    width: 10vw;
    height: 10vw;
  }
}
#index_page .pageContentAll .inxProduct-1 > .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;
}
#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: #01bfd7;
}
#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 {
  position: relative;
  padding-bottom: 6vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxHistory > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxHistory > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox {
    padding-bottom: 15vw;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox {
  position: relative;
  z-index: 1;
  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 .inxHistory > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#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;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .biaotiBox {
    width: 100%;
    align-items: center;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .biaotiBox .pic {
  overflow: hidden;
  position: absolute;
  left: -20vw;
  bottom: 0;
  width: calc(100% + 20vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .biaotiBox .pic {
    width: 100%;
    position: unset;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .biaotiBox .pic .imgBox {
  width: 100%;
  height: 26vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .biaotiBox .pic .imgBox {
    height: 40vw;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .biaotiBox .pic .imgBox .paraBox {
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .biaotiBox .pic .imgBox .paraBox {
    height: 100%;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox {
  position: relative;
  padding-left: 6vw;
  width: 60%;
  padding-top: 6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox {
    width: 100%;
    padding-left: 0;
  }
}
#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;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul {
    gap: 10vw;
  }
}
#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;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul .li .box {
    padding-left: 6vw;
  }
}
#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: 'en2';
  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;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .titleBox .title {
    font-size: 5vw;
  }
}
#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;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .titleBox .subtitle {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .content {
  padding-left: 6vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .content .miaoshu {
  line-height: 2em;
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .content .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: #01bfd7;
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .content .more {
    font-size: 3.2vw;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul .li .box .content .more .txt {
  color: #fff;
}
#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: #01bfd7;
  border-radius: 50%;
  left: -3px;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox .ul .li .box::before {
    top: 2vw;
  }
}
#index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox::before {
  content: '';
  position: absolute;
  display: block;
  left: 6vw;
  bottom: 6vw;
  top: 6vw;
  width: 1px;
  background-color: #ddd;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHistory > .thisBox .contentBox .coutBox::before {
    left: 0;
  }
}
#index_page .pageContentAll .inxGuodu > .thisBox {
  width: 100%;
  height: 30vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGuodu > .thisBox {
    height: 54vw;
  }
}
#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 svg {
  width: 60vw;
  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: 4px;
  stroke: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxGuodu > .thisBox .contentBox .textBox svg path {
    stroke-width: 8px;
  }
}
#index_page .pageContentAll .inxGuodu > .thisBox .contentBox .imgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@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: 100%;
  }
}
#index_page .pageContentAll .inxZhuanli {
  position: relative;
}
#index_page .pageContentAll .inxZhuanli > .thisBox {
  position: relative;
  z-index: 1;
  padding: 6vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox {
    padding: 15vw 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%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: unset;
  }
}
#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;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox {
    width: 100%;
    align-items: center;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .tabs {
    margin-bottom: 8vw;
  }
}
#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;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .tabs .ul {
    gap: 6vw;
  }
}
#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 .tabs .ul .li.on .title {
  color: #01bfd7;
  opacity: 1;
}
#index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .text {
  width: 100%;
  height: 30vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .text {
    height: 86vw;
  }
}
#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;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .text .ul .li .box {
    align-items: center;
  }
}
#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;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .text .ul .li .box .miaoshu {
    width: unset;
    text-align: center;
  }
}
#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;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .leftBox .text .ul .li .box .ico {
    width: 100%;
    height: 38vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#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%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxZhuanli > .thisBox .contentBox .rightBox {
    width: 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%;
  overflow: hidden;
}
#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 {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxHonor {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxHonor {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHonor {
    padding-top: 15vw;
  }
}
#index_page .pageContentAll .inxHonor > .thisBox {
  position: relative;
  padding: 4vw 0;
  padding-left: 20vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHonor > .thisBox {
    padding: 0;
    align-items: center;
  }
}
@media (min-width:1024px) {
  #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;
  z-index: 1;
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox #inxHonor {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
#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 {
  height: 100%;
  width: fit-content;
  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.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);
  width: fit-content;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box .imgBox {
    height: 20vw;
  }
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box .imgBox img {
  width: unset;
  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.4s;
  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: 50%;
  transform: translate(-50%, 0);
  width: calc(100% + 4vw);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box .taizi {
    height: 5vw;
    width: calc(90% + 4vw);
  }
}
#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 {
  margin-top: 8vw;
}
#index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox .swiperControl .navigation {
  z-index: 1;
  position: absolute;
  right: 36vw;
  top: -7vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2px;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox .swiperControl .navigation {
    position: unset;
  }
}
#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, #FAFCFC);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxHonor > .thisBox .contentBox .swiperBox::after {
    display: none;
  }
}
#index_page .pageContentAll .inxHonor > .thisBox::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  height: 100%;
  background-color: #eee;
  width: 70%;
}
#index_page .pageContentAll .inxCharity > .thisBox {
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxCharity > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxCharity > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCharity > .thisBox {
    padding: 15vw 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: space-between;
  flex-wrap: unset;
  padding: 4vw 6vw;
  background-color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCharity > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCharity > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding: 8vw;
  }
}
#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;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCharity > .thisBox .contentBox .textBox {
    width: 100%;
    align-items: center;
  }
}
@media (min-width:1024px) {
  #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;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCharity > .thisBox .contentBox .textBox .content p {
    text-align: center;
  }
}
#index_page .pageContentAll .inxCharity > .thisBox .contentBox .imgBox {
  overflow: hidden;
  z-index: 1;
  height: 20vw;
  width: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxCharity > .thisBox .contentBox .imgBox {
    width: 70%;
    margin-top: 8vw;
  }
}
#index_page .changePageMoveBox {
  display: none;
}
#index_page .loadingThis {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 1;
}
#index_page .loadingThis .box {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .loadingThis .box .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
#index_page .loadingThis .box .ul li {
  flex: 1;
  height: 100%;
  background-color: #fff;
  transform-origin: right;
}
#index_page .loadingThis .box .logoBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20vw;
  height: 4vw;
  -webkit-mask-image: none;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
#index_page .loadingThis .box .logoBox .color {
  background-color: #01bfd7;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .loadingThis .box .logoBox {
    width: 55vw;
    height: 5vw;
  }
}
#index_page .loadingThis .box .logoBox .color {
  background-color: #01bfd7;
}
#index_page .historyOpen {
  position: fixed;
  z-index: 20;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  backdrop-filter: blur(calc(10px * var(--progress)));
}
#index_page .historyOpen .coutBox {
  position: relative;
  width: 70%;
  height: 70%;
  padding: 4vw;
  padding-top: 3vw;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .historyOpen .coutBox .title {
  font-weight: bold;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  height: 3vw;
  color: #01bfd7;
}
@media (max-width:1024px) {
  #index_page .historyOpen .coutBox .title {
    font-size: 4.8vw;
  }
}
#index_page .historyOpen .coutBox .subtitle {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  height: 2vw;
}
@media (max-width:1024px) {
  #index_page .historyOpen .coutBox .subtitle {
    font-size: 4.8vw;
  }
}
#index_page .historyOpen .coutBox .contentBox {
  width: 100%;
  padding-top: 2vw;
  height: calc(100% - 5vw);
}
#index_page .historyOpen .coutBox .contentBox .content {
  padding: 2vw 0;
  border: 1px solid #f3f3f3;
  border-left: none;
  border-right: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-right: 4vw;
  line-height: 2em;
}
#index_page .historyOpen .coutBox .contentBox .content p {
  text-indent: 0;
}
#index_page .historyOpen .coutBox .contentBox .content p .Month {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 4vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  margin-bottom: 0.4vw;
  margin-top: 1.6vw;
  background-color: #01bfd7;
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .historyOpen .coutBox .contentBox .content p .Month {
    font-size: 3.6vw;
  }
}
#index_page .historyOpen .coutBox .closeBtn {
  position: absolute;
  width: 2.4vw;
  height: 2.4vw;
  cursor: pointer;
  background-color: #01bfd7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
#index_page .historyOpen .coutBox .closeBtn i {
  color: #fff;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent {
    padding-top: 4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox {
  width: 80%;
  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-wrap: wrap;
  gap: 2vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul > li,
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul > div {
  flex: unset;
  width: calc(100% / 3 - (3 - 1) * 2vw / 3);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul > li,
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul > div {
    flex: unset;
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgBoxAll {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 18vw;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgBoxAll {
    height: 50vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgBoxAll .imgBox {
  transform: scale(0.95);
  position: relative;
  z-index: 1;
  border-radius: 0.4vw;
  overflow: hidden;
  transition-duration: 0.4s;
  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 .imgBoxAll .imgBox img {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgBoxAll .blurBg {
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.3;
  transform: scale(1.1);
  filter: blur(10px);
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox {
  margin-top: 1vw;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox {
    margin-top: 4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .date {
  font-family: 'en2';
  text-transform: uppercase;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #666;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .date {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .date {
    font-size: 4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .title {
  margin-top: 0.4vw;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .title {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .title {
    font-size: 4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox:hover .imgBoxAll .imgBox {
  transform: scale(1);
  border-radius: 0;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox:hover .imgBoxAll .imgBox img {
  transform: scale(1.1);
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox:hover .textBox .title {
  color: #01bfd7;
}
#contact_page .pageContentAll .pageContent .shangwu > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .shangwu > .thisBox .contentBox .ul .li .box {
  padding: 2vw;
  border: 1px solid #ccc;
  width: 24vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .shangwu > .thisBox .contentBox .ul .li .box .title {
  margin-bottom: 2vw;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-weight: bold;
  border-bottom: 4px solid #01bfd7;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .shangwu > .thisBox .contentBox .ul .li .box .title {
    font-size: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .shangwu > .thisBox .contentBox .ul .li .box .bottomInfo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#contact_page .pageContentAll .pageContent .shangwu > .thisBox .contentBox .ul .li .box .bottomInfo .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .shangwu > .thisBox .contentBox .ul .li .box .bottomInfo .text .topTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .shangwu > .thisBox .contentBox .ul .li .box .bottomInfo .text .topTitle i {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #01bfd7;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .shangwu > .thisBox .contentBox .ul .li .box .bottomInfo .text .topTitle i {
    font-size: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .shangwu > .thisBox .contentBox .ul .li .box .bottomInfo .text .topTitle .bdTitle {
  margin: 0.4vw 0 1vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .shangwu > .thisBox .contentBox .ul .li .box .bottomInfo .text .topTitle .bdTitle {
    font-size: 3.6vw;
  }
}
#contact_page .pageContentAll .pageContent .shangwu > .thisBox .contentBox .ul .li .box .bottomInfo .text:first-child {
  border-right: 1px dashed #ddd;
}
#contact_page .pageContentAll .pageContent .shangwu > .thisBox .contentBox .ul .li:first-child .box {
  border-right: none;
}
#contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox {
    width: 86%;
  }
}
#contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul {
    width: 100%;
    gap: 6vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li .box {
    width: 100%;
    gap: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li .box .title {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li .box .title {
    font-size: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li .box .bottomInfo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li .box .bottomInfo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 0;
  }
}
#contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li .box .bottomInfo .text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li .box .bottomInfo .text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
    gap: 2vw;
    width: 100%;
    gap: 0;
    padding: 3vw 0;
    border-bottom: 1px dashed #ddd;
  }
}
#contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li .box .bottomInfo .text .topTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li .box .bottomInfo .text .topTitle {
    justify-content: flex-start;
    width: 50%;
  }
}
#contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li .box .bottomInfo .text .topTitle .bdTitle {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li .box .bottomInfo .text .topTitle .bdTitle {
    font-size: 3.6vw;
  }
}
#contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li .box .bottomInfo .text .topTitle i {
  color: #01bfd7;
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li .box .bottomInfo .text .topTitle i {
    font-size: 3.8vw;
  }
}
#contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li .box .bottomInfo .text .txt {
  width: 10vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li .box .bottomInfo .text .txt {
    width: 50%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .shangwu_1 > .thisBox .contentBox .ul .li .box .bottomInfo .text .txt {
    font-size: 3.6vw;
  }
}
#contact_page .pageContentAll .pageContent .zimeiti > .thisBox {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox {
    padding-top: 15vw;
  }
}
#contact_page .pageContentAll .pageContent .zimeiti > .thisBox .contentBox {
  width: 60%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox .contentBox {
    width: 86%;
  }
}
#contact_page .pageContentAll .pageContent .zimeiti > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox .contentBox .ul > li,
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox .contentBox .ul > div {
    flex: unset;
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
#contact_page .pageContentAll .pageContent .zimeiti > .thisBox .contentBox .ul .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
#contact_page .pageContentAll .pageContent .zimeiti > .thisBox .contentBox .ul .li .imgBox {
  width: 7vw;
  height: 7vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .zimeiti > .thisBox .contentBox .ul .li .imgBox {
    width: 26vw;
    height: 26vw;
  }
}
#contact_page .pageContentAll .pageContent .zimeiti > .thisBox .contentBox .ul .li .imgBox img {
  object-fit: contain;
}
#contact_page .pageContentAll .pageContent .onlineShop > .thisBox {
  position: relative;
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .onlineShop > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .onlineShop > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .onlineShop > .thisBox {
    padding: 15vw 0;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .onlineShop > .thisBox {
    padding-bottom: 0;
  }
}
#contact_page .pageContentAll .pageContent .onlineShop > .thisBox .contentBox {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .onlineShop > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .onlineShop > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .onlineShop > .thisBox .contentBox .imgBox {
  overflow: hidden;
  width: 50%;
  height: 30vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .onlineShop > .thisBox .contentBox .imgBox {
    width: 100%;
    height: 50vw;
  }
}
#contact_page .pageContentAll .pageContent .onlineShop > .thisBox .contentBox .imgBox img {
  height: 120%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .onlineShop > .thisBox .contentBox .imgBox img {
    height: 100%;
  }
}
#contact_page .pageContentAll .pageContent .onlineShop > .thisBox .contentBox .textBox {
  width: 50%;
  padding-left: 7vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .onlineShop > .thisBox .contentBox .textBox {
    padding: 0;
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .onlineShop > .thisBox .contentBox .textBox .ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#contact_page .pageContentAll .pageContent .onlineShop > .thisBox .contentBox .textBox .ul .li {
  width: 100%;
}
#contact_page .pageContentAll .pageContent .onlineShop > .thisBox .contentBox .textBox .ul .li .aBox {
  border: 1px solid #999;
  padding: 1vw 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 100%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .onlineShop > .thisBox .contentBox .textBox .ul .li .aBox {
    padding: 4vw 8vw;
  }
}
#contact_page .pageContentAll .pageContent .onlineShop > .thisBox .contentBox .textBox .ul .li .aBox:hover {
  border-color: #01bfd7;
  background-color: #01bfd7;
}
#contact_page .pageContentAll .pageContent .onlineShop > .thisBox .contentBox .textBox .ul .li .aBox:hover .title {
  color: #fff;
}
#contact_page .pageContentAll .pageContent .onlineShop > .thisBox .contentBox .textBox .ul .li .aBox:hover .ico i {
  color: #fff;
}
#contact_page .pageContentAll .pageContent .onlineShop > .thisBox::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  height: 25vw;
  bottom: 0;
  width: 70%;
  background-color: #eee;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .onlineShop > .thisBox::after {
    display: none;
  }
}
#contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox {
    padding-top: 15vw;
  }
}
#contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox .contentBox {
  width: 60%;
  margin: 0 auto;
  height: 20vw;
  position: relative;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox .contentBox {
    height: unset;
  }
}
#contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox .contentBox .imgBox {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
#contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox .contentBox .coutBox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
#contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox .contentBox .coutBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox .contentBox .coutBox .ul .li {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox .contentBox .coutBox .ul .li .erwei {
  width: 10vw;
  height: 10vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox .contentBox .coutBox .ul .li .erwei {
    width: 30vw;
    height: 100%;
  }
}
#contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox .contentBox .coutBox .ul .li .erwei img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox .contentBox .coutBox .ul .li .title {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox .contentBox .coutBox .ul .li .title {
    font-size: 3.6vw;
  }
}
#contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox .contentBox .coutBox .ul .li::before {
  border-right: 1px dashed #aaa;
  height: 10vw;
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#contact_page .pageContentAll .pageContent .hezuoErwei > .thisBox .contentBox .coutBox .ul .li:last-child::before {
  border-right: none;
}
#contact_page .recruitShow {
  position: fixed;
  top: 0;
  z-index: 20;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#contact_page .recruitShow > .thisBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#contact_page .recruitShow > .thisBox .contentBox {
  opacity: 0;
  transform: translateY(4vw);
  position: relative;
  width: 60vw;
  height: 80vh;
  background-color: #fff;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  padding: 3vw 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#contact_page .recruitShow > .thisBox .contentBox .topBox {
  margin-bottom: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2vw;
}
#contact_page .recruitShow > .thisBox .contentBox .topBox .title {
  margin-bottom: 1vw;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
  font-weight: bold;
}
@media (max-width:1024px) {
  #contact_page .recruitShow > .thisBox .contentBox .topBox .title {
    font-size: 4.8vw;
  }
}
#contact_page .recruitShow > .thisBox .contentBox .topBox .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#contact_page .recruitShow > .thisBox .contentBox .topBox .info div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #contact_page .recruitShow > .thisBox .contentBox .topBox .info div {
    font-size: 3.6vw;
  }
}
#contact_page .recruitShow > .thisBox .contentBox .bottomBox {
  overflow: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
#contact_page .recruitShow > .thisBox .contentBox .bottomBox .bdTitle {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #contact_page .recruitShow > .thisBox .contentBox .bottomBox .bdTitle {
    font-size: 3.6vw;
  }
}
#contact_page .recruitShow > .thisBox .contentBox .bottomBox div {
  line-height: 2em;
}
#contact_page .recruitShow > .thisBox .contentBox .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translate(30%, -30%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 2.6vw;
  height: 2.6vw;
  cursor: pointer;
  border-radius: 50%;
  background-color: #01bfd7;
}
#contact_page .recruitShow > .thisBox .contentBox .close i {
  color: #fff;
  font-size: clamp(12px, 1.2vw, 1.2vw);
}
@media (max-width:1024px) {
  #contact_page .recruitShow > .thisBox .contentBox .close i {
    font-size: 4.2vw;
  }
}
#contact_page .recruitShow::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: rgba(0, 0, 0, 0.5);
}
#contact_page .recruitShow.show {
  pointer-events: auto;
}
#contact_page .recruitShow.show > .thisBox .contentBox {
  opacity: 1;
  transform: translateY(0);
}
#contact_page .recruitShow.show::after {
  opacity: 1;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent {
    padding-top: 4vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox {
    width: 100%;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul > li,
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul > div {
  flex: unset;
  width: calc(100% / 4 - (4 - 1) * 0vw / 4);
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0vw;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul > li,
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul > div {
    flex: unset;
    width: calc(100% / 2 - (2 - 1) * 0vw / 2);
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e6e9ed;
  border-right: 1px solid #e6e9ed;
}
@media (min-width:1024px) {
  #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;
  }
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li {
    aspect-ratio: 1;
  }
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li:nth-child(2n+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) {
    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: 20vw;
    padding: 3vw;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .imgBox {
    height: 40vw;
    padding: 8vw;
  }
}
#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: #01bfd7;
}
@media (max-width:1024px) {
  #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 .yuanxian {
  position: absolute;
  right: 1vw;
  top: 1vw;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 1px solid #01bfd7;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .yuanxian {
    width: 12vw;
    height: 12vw;
    right: 4vw;
    top: 4vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .yuanxian div {
  color: #01bfd7;
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .yuanxian div {
    font-size: 3.2vw;
  }
}
#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: #01bfd7;
}
#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), rgba(196, 212, 231, 0.33) 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.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: #01bfd7;
  border-radius: 50%;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li.more .aBox .textBox .jiantou {
    width: 10vw;
    height: 10vw;
  }
}
#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: #01bfd7;
}
#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);
}
#about_page .pageContentAll .pageContent {
  padding-top: 5vw;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent {
    padding-top: 16vw;
  }
}
#about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox {
  height: 100%;
}
#about_page .pageContentAll .pageContent .abtVideo {
  padding-bottom: 5vw;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox {
    height: 100%;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox {
   height: 100%;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox {
    height: unset;
  }
}
#about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox {
    position: relative;
    margin: auto;
    width: 80%;
   
}
#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: #01bfd7;
}
#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: #01bfd7;
}
#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%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 1px solid #fff;
  backdrop-filter: blur(6px);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .abtVideo > .thisBox .contentBox .videoBox .cenPlayBtn {
    width: 14vw;
    height: 14vw;
  }
}
#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: 15vw 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;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 60%;
    margin: 0 auto;
    gap: 8vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox {
    width: 86%;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .leftBox {
  padding-left: 10vw;
  width: 50%;
  padding-right: 8vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .leftBox {
    width: 100%;
    padding: 0;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .leftBox .svgBox {
  width: 10vw;
  margin-bottom: 4vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .leftBox .svgBox {
    width: 40vw;
    margin: 0 auto;
    margin-bottom: 6vw;
  }
}
#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: 3em;
  text-indent: 2em;
      font-size: clamp(12px, 1.2vw, 1.2vw);
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .rightBox {
  width: 50%;
      padding-right: 10vw
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .rightBox {
    width: 100%;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .rightBox .imgBox {
  overflow: hidden ;
  height: 25vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .rightBox .imgBox {
    height: 60vw;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .rightBox .imgBox img {
  height: 100%;
}
@media (max-width:1024px) {
  #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;

  width: 70%;
  height: 50%;
  bottom: 6vw;
}

/* 品牌使命和技术贡献部分样式 */
#about_page .pageContentAll .pageContent .dingwei > .thisBox {
    padding: 6vw 0;
    width: 80%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* MISSION 品牌使命部分 - 左右结构 */
#about_page .pageContentAll .pageContent .dingwei > .thisBox .missionSection {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6vw;
    gap: 4vw;
    flex: 1;
}

#about_page .pageContentAll .pageContent .dingwei > .thisBox .missionContent {
    flex: 1;
    text-align: left;
}

#about_page .pageContentAll .pageContent .dingwei > .thisBox .missionVisual {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* 标题样式 */
#about_page .pageContentAll .pageContent .dingwei > .thisBox .sectionTitle {
    font-size: clamp(24px, 3vw, 3vw);
    font-weight: 700;
    color: #333;
    margin: 0 0 0.5vw 0;
    text-transform: uppercase;
}

#about_page .pageContentAll .pageContent .dingwei > .thisBox .sectionSubtitle {
    font-size: clamp(16px, 2vw, 2vw);
    color: #01bfd7;
    margin: 0 0 3vw 0;
}

/* 使命文本 */
#about_page .pageContentAll .pageContent .dingwei > .thisBox .missionText p {
    font-size: clamp(14px, 1.1vw, 1.1vw);
    line-height: 2em;
    color: #333;
    margin: 0;
}

/* MISSION 品牌使命部分 */
#about_page .pageContentAll .pageContent .dingwei > .thisBox .missionSection {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6vw;
    gap: 4vw;
    flex: 1;
}

#about_page .pageContentAll .pageContent .dingwei > .thisBox .missionContent {
    flex: 1;
    text-align: left;
}

#about_page .pageContentAll .pageContent .dingwei > .thisBox .missionVisual {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* 使命图片 */
#about_page .pageContentAll .pageContent .dingwei > .thisBox .missionImage {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    #about_page .pageContentAll .pageContent .dingwei > .thisBox .missionSection {
        flex-direction: column;
        text-align: center;
        margin-bottom: 8vw;
    }
    
    #about_page .pageContentAll .pageContent .dingwei > .thisBox .missionContent {
        text-align: center;
        margin-bottom: 6vw;
    }
    
    #about_page .pageContentAll .pageContent .dingwei > .thisBox .missionVisual {
        justify-content: center;
    }
    
    #about_page .pageContentAll .pageContent .dingwei > .thisBox .missionImage {
        max-width: 80%;
    }
}

/* 响应式设计 */
@media (max-width: 1024px) {
    #about_page .pageContentAll .pageContent .dingwei > .thisBox .circlesContainer {
        width: 70vw;
        height: 60vw;
    }
    
    #about_page .pageContentAll .pageContent .dingwei > .thisBox .circle {
        width: 40vw;
        height: 40vw;
    }
    
    #about_page .pageContentAll .pageContent .dingwei > .thisBox .circleContent p {
        font-size: 2.5vw;
        padding: 0 6vw;
    }
}

/* 技术贡献部分 - 文字中板块 */
#about_page .pageContentAll .pageContent .dingwei > .thisBox .technicalSection {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#about_page .pageContentAll .pageContent .dingwei > .thisBox .technicalContent {
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
    width: 100%;
}

#about_page .pageContentAll .pageContent .dingwei > .thisBox .techItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5vw;
}

#about_page .pageContentAll .pageContent .dingwei > .thisBox .techButton {
    width: 18vw;
    padding: 1.2vw 0;
    background-color: #01bfd7;
    color: #fff;
    text-align: center;
    font-size: clamp(14px, 1.1vw, 1.1vw);
    font-weight: 600;
}

#about_page .pageContentAll .pageContent .dingwei > .thisBox .techDescription {
    flex: 1;
    padding: 1.2vw;
    background-color: #f9f9f9;
    font-size: clamp(14px, 1.1vw, 1.1vw);
    line-height: 1.8em;
    color: #333;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    #about_page .pageContentAll .pageContent .dingwei > .thisBox {
        width: 86%;
        height: auto;
        padding: 10vw 0;
    }
    
    #about_page .pageContentAll .pageContent .dingwei > .thisBox .missionSection {
        flex-direction: column;
        text-align: center;
        margin-bottom: 8vw;
    }
    
    #about_page .pageContentAll .pageContent .dingwei > .thisBox .missionContent {
        text-align: center;
        margin-bottom: 6vw;
    }
    
    #about_page .pageContentAll .pageContent .dingwei > .thisBox .missionVisual {
        justify-content: center;
    }
    
    #about_page .pageContentAll .pageContent .dingwei > .thisBox .circlesContainer {
        width: 50vw;
        height: 50vw;
    }
    
    #about_page .pageContentAll .pageContent .dingwei > .thisBox .circle {
        width: 30vw;
        height: 30vw;
    }
    
    #about_page .pageContentAll .pageContent .dingwei > .thisBox .techItem {
        flex-direction: column;
        align-items: stretch;
    }
    
    #about_page .pageContentAll .pageContent .dingwei > .thisBox .techButton {
        width: 100%;
        padding: 3vw 0;
    }
    
    #about_page .pageContentAll .pageContent .dingwei > .thisBox .techDescription {
        padding: 3vw;
    }
}



#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: 15vw 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;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox #swiperHistory .swiper-slide {
    width: 80vw;
    padding-top: 6vw;
    padding-bottom: 4vw;
  }
}
#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;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox #swiperHistory .swiper-slide .box {
    padding: 6vw;
  }
}
#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;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox #swiperHistory .swiper-slide .box .titleBox {
    margin-bottom: 3vw;
  }
}
#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: #01bfd7;
  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;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .swiperBox #swiperHistory .swiper-slide .box .more {
    margin-top: 4vw;
    height: 10vw;
    padding: 0 15vw;
  }
}
#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: #01bfd7;
  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: #01bfd7;
}
#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: 15vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox {
  position: relative;
  padding: 4vw 0;
  padding-left: 20vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox {
    padding: 0;
    align-items: center;
  }
}
@media (min-width:1024px) {
  #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;
  z-index: 1;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox #inxHonor {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
#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 {
  height: 100%;
  width: fit-content;
  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);
  width: fit-content;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box .imgBox {
    height: 20vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box .imgBox img {
  width: unset;
  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: 50%;
  transform: translate(-50%, 0);
  width: calc(100% + 4vw);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox #inxHonor .swiper-slide .honorA .box .taizi {
    height: 5vw;
    width: calc(90% + 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 {
  margin-top: 8vw;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox .swiperControl .navigation {
  z-index: 1;
  position: absolute;
  right: 36vw;
  top: -7vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2px;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox .swiperControl .navigation {
    position: unset;
  }
}
#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);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperBox::after {
    display: none;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  height: 100%;
  background-color: #eee;
  width: 70%;
}
#about_page .pageContentAll .pageContent .aboutGuodu > .thisBox {
  height: 25vw;
  width: 100%;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .aboutGuodu > .thisBox {
    height: 40vw;
  }
}
#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: 15vw;
  }
}
#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;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 8vw;
  }
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li {
  flex: 1;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li {
    width: 100%;
  }
}
#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%;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox {
    gap: 3vw;
  }
}
#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: #01bfd7;
}
#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;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox .imgBox {
    height: 60vw;
  }
}
#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;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox .title {
    font-size: 4vw;
  }
}
#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;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox .newsMore {
    width: 40vw;
    height: 8vw;
    border-radius: 10vw;
  }
}
#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: #01bfd7;
}
#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: #01bfd7;
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox:hover .newsMore {
  background-color: #01bfd7;
  border: #01bfd7;
}
#about_page .pageContentAll .pageContent .gongyi > .thisBox .contentBox .ul .li .aBox:hover .newsMore .txt {
  color: #fff;
}
#about_page .historyOpen {
  position: fixed;
  z-index: 20;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  backdrop-filter: blur(calc(10px * var(--progress)));
}
#about_page .historyOpen .coutBox {
  position: relative;
  width: 70%;
  height: 70%;
  padding: 4vw;
  padding-top: 3vw;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_page .historyOpen .coutBox {
    padding: 8vw;
    padding-top: 6vw;
    padding-right: 4vw;
    width: 90%;
    height: 70%;
  }
}
#about_page .historyOpen .coutBox .title {
  font-weight: bold;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  height: 3vw;
  color: #01bfd7;
}
@media (max-width:1024px) {
  #about_page .historyOpen .coutBox .title {
    font-size: 4.8vw;
  }
}
@media (max-width:1024px) {
  #about_page .historyOpen .coutBox .title {
    height: 10vw;
  }
}
#about_page .historyOpen .coutBox .subtitle {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  height: 2vw;
}
@media (max-width:1024px) {
  #about_page .historyOpen .coutBox .subtitle {
    font-size: 4.8vw;
  }
}
@media (max-width:1024px) {
  #about_page .historyOpen .coutBox .subtitle {
    height: 8vw;
  }
}
#about_page .historyOpen .coutBox .contentBox {
  width: 100%;
  padding-top: 2vw;
  height: calc(100% - 5vw);
}
@media (max-width:1024px) {
  #about_page .historyOpen .coutBox .contentBox {
    padding-top: 6vw;
    height: calc(100% - 18vw);
  }
}
#about_page .historyOpen .coutBox .contentBox .content {
  padding: 2vw 0;
  border: 1px solid #f3f3f3;
  border-left: none;
  border-right: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-right: 4vw;
  line-height: 2em;
}
#about_page .historyOpen .coutBox .contentBox .content p {
  text-indent: 0;
}
#about_page .historyOpen .coutBox .contentBox .content p .Month {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 4vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  margin-bottom: 0.4vw;
  margin-top: 1.6vw;
  background-color: #01bfd7;
  color: #fff;
}
@media (max-width:1024px) {
  #about_page .historyOpen .coutBox .contentBox .content p .Month {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #about_page .historyOpen .coutBox .contentBox .content p .Month {
    width: 20vw;
  }
}
#about_page .historyOpen .coutBox .closeBtn {
  position: absolute;
  width: 2.4vw;
  height: 2.4vw;
  cursor: pointer;
  background-color: #01bfd7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
@media (max-width:1024px) {
  #about_page .historyOpen .coutBox .closeBtn {
    width: 8vw;
    height: 8vw;
  }
}
#about_page .historyOpen .coutBox .closeBtn i {
  color: #fff;
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .thisBox .contentBox {
  width: 60%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #gongyi_page .pageContentAll .pageContent .gongyiList > .thisBox .contentBox {
    width: 86%;
  }
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #gongyi_page .pageContentAll .pageContent .gongyiList > .thisBox .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 6vw;
  }
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .thisBox .contentBox .ul .li {
  flex: 1;
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .thisBox .contentBox .ul .li .aBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  width: 100%;
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .thisBox .contentBox .ul .li .aBox .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .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: #01bfd7;
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .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) {
  #gongyi_page .pageContentAll .pageContent .gongyiList > .thisBox .contentBox .ul .li .aBox .date .txt {
    font-size: 3.6vw;
  }
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .thisBox .contentBox .ul .li .aBox .xian {
  width: 100%;
  border-top: 1px solid #999;
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .thisBox .contentBox .ul .li .aBox .imgBox {
  width: 100%;
  overflow: hidden;
  height: 12vw;
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .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);
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .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) {
  #gongyi_page .pageContentAll .pageContent .gongyiList > .thisBox .contentBox .ul .li .aBox .title {
    font-size: 3.8vw;
  }
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .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;
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .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;
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .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) {
  #gongyi_page .pageContentAll .pageContent .gongyiList > .thisBox .contentBox .ul .li .aBox .newsMore .txt {
    font-size: 3.2vw;
  }
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .thisBox .contentBox .ul .li .aBox:hover .date .dian {
  background-color: #01bfd7;
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .thisBox .contentBox .ul .li .aBox:hover .imgBox img {
  transform: scale(1.05);
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .thisBox .contentBox .ul .li .aBox:hover .title {
  color: #01bfd7;
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .thisBox .contentBox .ul .li .aBox:hover .newsMore {
  background-color: #01bfd7;
  border: #01bfd7;
}
#gongyi_page .pageContentAll .pageContent .gongyiList > .thisBox .contentBox .ul .li .aBox:hover .newsMore .txt {
  color: #fff;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox {
    padding-top: 15vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  width: 60%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .mianbao {
  margin-bottom: 1vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .mianbao .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.4vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .mianbao .box * {
  color: #999;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
  width: 35%;
  will-change: transform;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout {
    width: 100%;
    gap: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top {
  width: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll {
  background-color: #eee;
  width: 100%;
  height: 20vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll {
    height: 60vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .oneImg {
  padding: 2vw;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .oneImg {
    padding: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .oneImg .imgBox {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .oneImg .imgBox img {
  object-fit: contain;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg {
  position: relative;
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg #proDetailPics {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg #proDetailPics .swiper-slide {
  padding: 2vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg #proDetailPics .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg #proDetailPics .swiper-slide .imgBox img {
  object-fit: contain;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis .leftBtn {
  position: absolute;
  z-index: 1;
  left: 1vw;
  top: 50%;
  transform: translate(0, -50%);
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .top .imgBoxAll .picsImg .swiperControl .navigation .navigationThis .rightBtn {
  position: absolute;
  z-index: 1;
  right: 1vw;
  top: 50%;
  transform: translate(0, -50%);
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom {
  width: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .ul > li,
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .ul > div {
  flex: unset;
  width: calc(100% / 4 - (4 - 1) * 0.6vw / 4);
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .ul .li {
  cursor: pointer;
  background-color: #eee;
  aspect-ratio: 1;
  padding: 0.8vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .ul .li .imgBox {
  width: 100%;
  height: 100%;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .ul .li .imgBox img {
  object-fit: contain;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftCout .bottom .ul .li.on {
  border: 2px solid #01bfd7;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout {
  padding-top: 4vw;
  width: 65%;
  padding-left: 6vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top {
    gap: 6vw;
    align-items: center;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .title {
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .title {
    font-size: 4.8vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle {
  position: relative;
  padding-left: 2vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle {
    padding-left: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle .txt {
    font-size: 3.6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #01bfd7;
  border-radius: 50%;
  width: 0.7vw;
  height: 0.7vw;
  left: 0;
  top: 6%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle::before {
    width: 3vw;
    height: 3vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #01bfd7;
  border-radius: 50%;
  width: 0.7vw;
  height: 0.7vw;
  left: 0.4vw;
  bottom: 6%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle::after {
    width: 3vw;
    height: 3vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .subtitle::after {
    left: 1vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .xian {
  width: 100%;
  border-top: 1px dashed #ccc;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdTitle {
  border: 1px solid #999;
  padding: 0.2vw 1vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdCout {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  margin-left: 1vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdCout div {
  padding-left: 0.7vw;
  position: relative;
  color: rgba(51, 51, 51, 0.8);
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdCout div {
    font-size: 3.2vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .crowd .bdCout div::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.3vw;
  height: 0.3vw;
  border-radius: 50%;
  background-color: #01bfd7;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian {
  margin-top: 4vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdTitle {
  position: relative;
  font-size: clamp(12px, 1.3vw, 1.3vw);
  padding-left: 1vw;
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdTitle {
    font-size: 4.4vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdTitle {
    padding-left: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdTitle::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  border-radius: 10px;
  height: 1vw;
  background-color: #01bfd7;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdTitle::before {
    width: 2vw;
    height: 2vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout {
  line-height: 2em;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout .one {
  padding: 2vw 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  border-bottom: 1px dashed #ccc;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout .one {
    padding: 5vw 0;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout .one .biaoti {
  width: 8vw;
  border: 1px dashed #01bfd7;
  border-top: none;
  border-bottom: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
  padding: 1vw 0.5vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout .one .biaoti {
    gap: 2vw;
    width: 20vw;
    padding: 4vw 2vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout .one .biaoti div {
  line-height: 1em;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout .one .biaoti div {
    font-size: 3.6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout .one .biaoti i {
  width: 1vw;
  height: 1px;
  background-color: #01bfd7;
  display: block;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout .one .biaoti i {
    width: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout .one .txtCout {
  padding-left: 2vw;
  width: calc(100% - 8vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout .one .txtCout {
    width: calc(100% - 20vw);
    padding-left: 8vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout .one .txtCout .ss {
  padding-left: 1vw;
  position: relative;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout .one .txtCout .ss {
    padding-left: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout .one .txtCout .ss i {
  color: #01bfd7;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  margin-right: 0.4vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout .one .txtCout .ss i {
    font-size: 4vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout .one .txtCout .ss::before {
  content: '';
  position: absolute;
  display: block;
  width: 0.6vw;
  height: 1px;
  background-color: #01bfd7;
  left: 0;
  top: 0.8vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout .one .txtCout .ss::before {
    width: 2vw;
    top: 3vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .liangdian .bdCout .one:last-child {
  border-bottom: none;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA {
  height: 2.2vw;
  padding: 0 1.8vw;
  background-color: #01bfd7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA {
    height: 12vw;
    padding: 0 10vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA .txt {
  color: #fff;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA .xian {
  background-color: #fff;
  height: 1px;
  width: 3vw;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA .yuan {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA i {
  color: #fff;
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .top .moreA i {
    font-size: 3.8vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .wenzhang {
  padding: 2vw 0;
  margin-top: 2vw;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  will-change: transform;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .wenzhang {
    padding: 6vw 0;
    margin-top: 6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .wenzhang img {
  clip-path: inset(1px 0 1px 0);
  margin-top: -3px;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rightCout .hint {
    margin-top: 4vw;
  }
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox {
  width: 60%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox {
    width: 86%;
  }
}
#recruit_page .pageContentAll .pageContent .recruitList > .thisBox .contentBox .ul .li .hengBox {
  padding: 2vw 4vw;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  background-color: #eee;
}
@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: #666;
}
@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: #01bfd7;
}
#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: 3vw;
  height: 3vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@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 #01bfd7;
  left: calc(50% - 0.5vw - 1px);
  top: calc(50% - 1px);
  transition-duration: 0.4s;
  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 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.4s;
  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%;
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #ddd;
  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%;
  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: #01bfd7;
}
@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%;
  line-height: 2em;
}
#wenzhang_page .pageContentAll {
  padding-top: 5vw;
}
@media (max-width:1600px) {
  #wenzhang_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  #wenzhang_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll {
    padding-top: 16vw;
  }
}
#wenzhang_page .pageContentAll .pageContent {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #wenzhang_page .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #wenzhang_page .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent {
    padding-top: 15vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: calc(54% + 8vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 86%;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .top {
  position: relative;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  margin-bottom: 6vw;
  color: #666;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .top {
    font-size: 3.4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .top::after {
  content: '';
  position: absolute;
  display: block;
  top: 120%;
  left: 50%;
  border-left: 1px solid #666;
  height: 2vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
    gap: 5vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  opacity: 0.5;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  display: none;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing {
    font-size: 4.8vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .lujing * {
    font-size: 4.8vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
    font-size: 4.4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info {
  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 .newsCoutAll .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info .date {
  font-family: 'en2';
  text-transform: uppercase;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info .date {
    font-size: 3.6vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info .from {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info .from a {
  font-weight: bold;
  text-decoration: underline;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .info .from a:hover {
  text-decoration: underline;
  color: #01bfd7;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .xian {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: 1vw 0;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox {
  width: 100%;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang {
  width: 100%;
  background-color: #fff;
  padding: 3vw 4vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList {
  display: flex;
  flex-wrap: wrap;
  gap: 0vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  text-indent: 0;
  margin: 2vw 0;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList > li,
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList > div {
  flex: unset;
  width: calc(100% / 4 - (4 - 1) * 0vw / 4);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList {
    display: flex;
    flex-wrap: wrap;
    gap: 0vw;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList > li,
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList > div {
    flex: unset;
    width: calc(100% / 2 - (2 - 1) * 0vw / 2);
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e6e9ed;
  border-right: 1px solid #e6e9ed;
}
@media (min-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li:nth-child(4n+1) {
    border-left: 1px solid #e6e9ed;
  }
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li:nth-child(1),
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li:nth-child(2),
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li:nth-child(3),
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li:nth-child(4) {
    border-top: 1px solid #e6e9ed;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li {
    aspect-ratio: 1;
  }
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li:nth-child(2n+1) {
    border-left: 1px solid #e6e9ed;
  }
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li:nth-child(1),
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li:nth-child(2) {
    border-top: 1px solid #e6e9ed;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li .aBox {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li .aBox .imgBox {
  width: 100%;
  height: 15vw;
  padding: 3vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li .aBox .imgBox {
    height: 40vw;
    padding: 8vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .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);
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .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;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li .aBox .textBox .sortOf {
  font-size: clamp(12px, 0.8vw, 0.8vw);
  opacity: 0.7;
  font-family: 'cn1';
  color: #01bfd7;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li .aBox .textBox .sortOf {
    font-size: 3.4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li .aBox .textBox .title {
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li .aBox .yuanxian {
  position: absolute;
  right: 1vw;
  top: 1vw;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 1px solid #01bfd7;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li .aBox .yuanxian {
    width: 12vw;
    height: 12vw;
    right: 4vw;
    top: 4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li .aBox .yuanxian div {
  color: #01bfd7;
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li .aBox .yuanxian div {
    font-size: 3.2vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li .aBox:hover .imgBox img {
  transform: translate(-1vw, -0.5vw);
  filter: drop-shadow(1.6vw 0.8vw 6px rgba(0, 0, 0, 0.05));
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li .aBox:hover .textBox .title {
  color: #01bfd7;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .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), rgba(196, 212, 231, 0.33) 100.14%);
  opacity: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: opacity;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li:hover::before {
  opacity: 1;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li.more .aBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li.more .aBox .textBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 3vw;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .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) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li.more .aBox .textBox .cn {
    font-size: 3.8vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .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: #01bfd7;
  border-radius: 50%;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li.more .aBox .textBox .jiantou {
    width: 10vw;
    height: 10vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .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;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li.more .aBox .textBox .jiantou .ico:nth-child(1) i {
  color: #fff;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li.more .aBox .textBox .jiantou .ico:nth-child(2) {
  transform: translate(-100%, 100%);
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li.more .aBox .textBox .jiantou .ico:nth-child(2) i {
  color: #fff;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li.more .aBox:hover .textBox .cn {
  transform: translateY(-1vw);
  color: #01bfd7;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li.more .aBox:hover .textBox .jiantou .ico:nth-child(1) {
  transform: translate(100%, -100%);
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p .proList .li.more .aBox:hover .textBox .jiantou .ico:nth-child(2) {
  transform: translate(0, 0);
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink {
  border-top: 1px solid #ddd;
  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 .newsCoutAll .moreLink {
    padding-top: 4vw;
    gap: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .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 .newsCoutAll .moreLink .moreBox {
    gap: 3vw;
    max-width: 100%;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link {
    font-size: 3.8vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink .moreBox .link:hover {
  text-decoration: underline;
  color: #01bfd7;
}
#building .pageContentAll .pageContent .building > .thisBox .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 6vw 0;
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #building .pageContentAll .pageContent .building > .thisBox .contentBox {
    font-size: 4.8vw;
  }
}
#guangsunshang_page .pageContentAll .pageContent {
  padding-top: 4vw;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox {
  width: 60%;
  margin: 0 auto;
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  #guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox {
    width: 86%;
  }
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .coutBox {
  width: 80%;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .coutBox .navUl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .coutBox .navUl .navBox {
  padding: 4vw 0;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #333;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .coutBox .navUl .navBox .titleBox {
  margin-bottom: 4vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .coutBox .navUl .navBox .titleBox .cn {
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .coutBox .navUl .navBox .titleBox .cn {
    font-size: 4.8vw;
  }
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .coutBox .navUl .navBox .titleBox .en {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .coutBox .navUl .navBox .titleBox .en {
    font-size: 3.8vw;
  }
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul {
  flex-wrap: unset;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul > li,
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul > div {
  flex: unset;
  width: calc(100% / 3 - (3 - 1) * 2vw / 3);
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox .imgBox {
  overflow: hidden;
  width: 100%;
  height: 16vw;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox .imgBox img {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox .title {
  margin-top: 1vw;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox:hover .title {
  color: #01bfd7;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .coutBox .navUl .navBox:first-child {
  padding-top: 0;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .tabsMoveBox {
  width: 20%;
  background-color: #fff;
  padding: 3vw;
  will-change: transform;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .tabsMoveBox .name {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-weight: bold;
  margin-bottom: 1vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #ddd;
}
@media (max-width:1024px) {
  #guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .tabsMoveBox .name {
    font-size: 3.6vw;
  }
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .tabsMoveBox .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  width: 100%;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .tabsMoveBox .ul .li {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 100%;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .tabsMoveBox .ul .li .txt {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .tabsMoveBox .ul .li i {
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #01bfd7;
  transform: translateX(-1vw);
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .tabsMoveBox .ul .li.on .txt {
  color: #01bfd7;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .tabsMoveBox .ul .li.on i {
  opacity: 1;
  transform: translateX(0);
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .tabsMoveBox .ul .li:hover .txt {
  color: #01bfd7;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .tabsMoveBox .ul .li:hover i {
  opacity: 1;
  transform: translateX(0);
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .tabsMoveBox .ul .li:hover .txt {
  color: #01bfd7;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox > .thisBox .contentBox .tabsMoveBox .ul .li:hover i {
  opacity: 1;
  transform: translateX(0);
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox {
  width: 60%;
  margin: 0 auto;
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox {
    width: 86%;
  }
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox {
  width: 100%;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  #guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 8vw;
  }
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox {
  flex: 1;
  background-color: #fff;
  position: relative;
  width: 100%;
      box-shadow: 2px 3px 7px #9a999978;
  padding: 3vw;
}
@media (max-width:1024px) {
  #guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox {
    padding: 7vw;
    width: 100%;
  }
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .titleBox {
  margin-bottom: 4vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .titleBox .cn {
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .titleBox .cn {
    font-size: 4.8vw;
  }
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .titleBox .en {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  opacity: 0.7;
}
@media (max-width:1024px) {
  #guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .titleBox .en {
    font-size: 3.6vw;
  }
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .titleBox .xian {
  width: 4vw;
  height: 2px;
  background-color: #01bfd7;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .listBox {
  width: 100%;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox {
  position: relative;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  padding: 1vw 0;
  padding-left: 1vw;
}
@media (max-width:1024px) {
  #guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox {
    padding: 3vw 0;
    padding-left: 3vw;
  }
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox .title {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox .title {
    font-size: 3.6vw;
  }
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox .ico {
  position: relative;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: rgba(219, 68, 10, 0.1);
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox .ico::before {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 13px;
  transform: translate(-6px, 0);
  height: 1px;
  background-color: #333;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox .ico::after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  height: 13px;
  transform: translate(0, -6px);
  width: 1px;
  background-color: #333;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  background-color: #01bfd7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  height: 1px;
  background-color: #01bfd7;
  width: 100%;
  transform: scaleX(0);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform-origin: 0;
  bottom: -1px;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox:hover .title {
  color: #01bfd7;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox:hover::after {
  transform: scaleX(1);
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox:hover .ico {
  background-color: #01bfd7;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox:hover .ico::before {
  background-color: #fff;
}
#guangsunshang_page .pageContentAll .pageContent .guangsunshangBox_1 > .thisBox .contentBox .coutBox .navUl .navBox .listBox .ul .li .aBox:hover .ico::after {
  background-color: #fff;
}
#yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox {
  position: relative;
}
#yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox .contentBox {
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox .contentBox .pelpeoPhoto {
  height: 26vw;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox .contentBox .pelpeoPhoto {
    height: 70vw;
    width: 100%;
    padding-top: 8vw;
    background-color: #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox .contentBox .pelpeoPhoto img {
  height: 100%;
}
#yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox .contentBox .textBox {
  padding-top: 4vw;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox .contentBox .textBox {
    width: 100%;
    gap: 3vw;
    align-items: center;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox .contentBox .textBox .title {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox .contentBox .textBox .title {
    font-size: 5.2vw;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox .contentBox .textBox .workname {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  background-color: #01bfd7;
  padding: 0.3vw 2vw;
  color: #fff;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox .contentBox .textBox .workname {
    font-size: 3.6vw;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox .contentBox .textBox .content {
  background-color: #fff;
  padding: 2vw 4vw;
  margin-top: 2vw;
  width: 60vw;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox .contentBox .textBox .content {
    width: 100%;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox .contentBox .textBox .content p {
  padding-left: 1vw;
  position: relative;
}
#yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox .contentBox .textBox .content p::before {
  content: '';
  position: absolute;
  display: block;
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background-color: #01bfd7;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 20vw;
  background-color: #eee;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .shouxi > .thisBox::after {
    display: none;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo > .thisBox {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #yiyangongjian_page .pageContentAll .pageContent .hezuo > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #yiyangongjian_page .pageContentAll .pageContent .hezuo > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .hezuo > .thisBox {
    padding-top: 15vw;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo > .thisBox .contentBox {
  width: 100%;
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo > .thisBox .contentBox .swiperBox {
  position: relative;
  width: 100%;
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo > .thisBox .contentBox .swiperBox #hezuoSwiper {
  width: 100%;
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo > .thisBox .contentBox .swiperBox #hezuoSwiper .swiper-slide {
  width: 60vw;
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo > .thisBox .contentBox .swiperBox #hezuoSwiper .swiper-slide .box {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  padding: 3vw;
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo > .thisBox .contentBox .swiperBox #hezuoSwiper .swiper-slide .box .logo {
  background-color: #f9f9f9;
  padding: 1vw;
  border-radius: 50%;
  width: 8vw;
  height: 8vw;
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo > .thisBox .contentBox .swiperBox #hezuoSwiper .swiper-slide .box .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo > .thisBox .contentBox .swiperBox #hezuoSwiper .swiper-slide .box .textBox {
  padding-left: 4vw;
  width: calc(100% - 8vw);
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo > .thisBox .contentBox .swiperBox #hezuoSwiper .swiper-slide .box .textBox .title {
  margin-bottom: 1vw;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .hezuo > .thisBox .contentBox .swiperBox #hezuoSwiper .swiper-slide .box .textBox .title {
    font-size: 4vw;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo > .thisBox .contentBox .swiperBox #hezuoSwiper .swiper-slide .box .textBox .unifyButton {
  margin-top: 2vw;
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox {
    padding-top: 15vw;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  padding: 4vw 2vw;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox {
    width: 60%;
    margin: 0 auto;
    padding: 4vw 8vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox {
    width: 86%;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox .ul .li {
  border-right: 1px dashed #ddd;
  flex: 1;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox .ul .li {
    border-right: none;
    border-bottom: 1px dashed #ddd;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox .ul .li .box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 0 3vw;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox .ul .li .box {
    padding: 0;
    padding: 6vw 0;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox .ul .li .box .logo {
  background-color: #f9f9f9;
  padding: 1vw;
  border-radius: 50%;
  width: 8vw;
  height: 8vw;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox .ul .li .box .logo {
    width: 20vw;
    height: 20vw;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox .ul .li .box .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox .ul .li .box .textBox {
  padding-top: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox .ul .li .box .textBox .title {
  margin-bottom: 1vw;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 5vw;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox .ul .li .box .textBox .unifyButton {
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox .ul .li .box .textBox .unifyButton {
    margin-top: 8vw;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .hezuo_1 > .thisBox .contentBox .ul .li:last-child {
  border-right: none;
}
#yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox {
    padding-top: 15vw;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox {
  width: 60%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox {
    width: 86%;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 8vw;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox .ul .li {
  flex: 1;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox .ul .li {
    width: 100%;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox .ul .li .aBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  will-change: transform;
}
#yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox .ul .li .aBox .imgBox {
  height: 12vw;
  overflow: hidden;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox .ul .li .aBox .imgBox {
    width: 100%;
    height: 60vw;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .jianshe > .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);
}
#yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox .ul .li .aBox .textBox {
  width: 100%;
  margin-top: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox .ul .li .aBox .textBox {
    margin-top: 4vw;
    gap: 2vw;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox .ul .li .aBox .textBox .title {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox .ul .li .aBox .textBox .title {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox .ul .li .aBox .textBox .title {
    font-size: 4vw;
  }
}
#yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox .ul .li .aBox .textBox .xian {
  width: 30%;
  height: 1px;
  background-color: #01bfd7;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox .ul .li .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox .ul .li .aBox:hover .textBox .title {
  color: #01bfd7;
}
#yiyangongjian_page .pageContentAll .pageContent .jianshe > .thisBox .contentBox .ul .li .aBox:hover .textBox .xian {
  width: 100%;
}
#jianshe_detail_page .pageContentAll {
  padding-top: 5vw;
}
@media (max-width:1600px) {
  #jianshe_detail_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  #jianshe_detail_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  #jianshe_detail_page .pageContentAll {
    padding-top: 16vw;
  }
}
#jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox {
  position: relative;
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 60vw;
}
@media (max-width:1024px) {
  #jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox {
    height: unset;
    flex-direction: column-reverse;
  }
}
#jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .imgBoxAll img {
  object-fit: cover;
  position: absolute;
}
@media (max-width:1024px) {
  #jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .imgBoxAll img {
    position: unset;
    width: 100%!important;
    height: 56vw!important;
  }
}
#jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .imgBoxAll img:nth-child(1) {
  top: 0;
  left: 0;
  width: 36vw;
  height: 22vw;
}
#jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .imgBoxAll img:nth-child(2) {
  right: 0;
  top: 18vw;
  width: 27vw;
  height: 16vw;
}
#jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .imgBoxAll img:nth-child(3) {
  top: 26vw;
  left: 0;
  width: 24vw;
  height: 28vw;
}
#jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .imgBoxAll img:nth-child(4) {
  right: 0;
  top: 36vw;
  width: 34vw;
  height: 26vw;
}
#jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .imgBoxAll img:nth-child(5) {
  left: 0;
  top: 50vw;
  width: 20vw;
  height: 12vw;
}
#jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .textBoxAll {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 20vw;
}
@media (max-width:1024px) {
  #jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .textBoxAll {
    margin-bottom: 6vw;
    position: unset;
    width: 100%;
  }
}
#jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .textBoxAll p {
  position: relative;
  font-size: clamp(12px, 1vw, 1vw);
  font-weight: bold;
  padding: 0.6vw 0;
  padding-left: 2vw;
  border-bottom: 1px dashed #ddd;
}
@media (max-width:1024px) {
  #jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .textBoxAll p {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .textBoxAll p {
    font-size: 4.4vw;
    padding-left: 5vw;
  }
}
#jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .textBoxAll p i {
  position: absolute;
  color: #01bfd7;
  font-size: clamp(12px, 5.7vw, 5.7vw);
  translate: -40% 0;
  left: 0;
  opacity: 0.06;
  font-family: 'en2';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .textBoxAll p i {
    font-size: 13.2vw;
  }
}
@media (max-width:1024px) {
  #jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .textBoxAll p i {
    font-size: 18vw;
  }
}
#jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .textBoxAll p::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.6vw;
  height: 0.6vw;
  border-radius: 50%;
  background-color: #01bfd7;
}
@media (max-width:1024px) {
  #jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .textBoxAll p::before {
    width: 2vw;
    height: 2vw;
  }
}
#jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .textBoxAll p:first-child {
  border-top: 1px dashed #ddd;
}
#jianshe_detail_page .pageContentAll .pageContent .jiansheDetail > .thisBox .contentBox .textBoxAll p:nth-child(2n) {
  align-self: flex-end;
}
#huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .topInfo {
  margin-bottom: 1vw;
}
#huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .topInfo .ico {
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #01bfd7;
}
@media (max-width:1024px) {
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .topInfo .ico {
    width: 6vw;
    height: 6vw;
    left: -3vw;
  }
}
#huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .topInfo .ico svg {
  width: 50%;
  height: 100%;
}
#huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .topInfo .ico svg path {
  fill: #fff;
}
#huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox {
  position: relative;
  padding-top: 2vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul {
    gap: 6vw;
  }
}
#huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li {
  width: 50%;
}
@media (max-width:1024px) {
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li {
    width: 100%;
  }
}
#huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li .box .title {
  position: relative;
  font-size: clamp(12px, 1.9vw, 1.9vw);
  font-weight: bold;
  color: #01bfd7;
  font-family: 'en2';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li .box .title {
    font-size: 5.6vw;
  }
}
#huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li .box .title::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  width: 11px;
  height: 11px;
  background-color: #01bfd7;
}
#huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li .box .subtitle {
  margin-top: 0.6vw;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li .box .subtitle {
    font-size: 4vw;
  }
}
#huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li .box .content {
  font-size: clamp(12px, 0.8vw, 0.8vw);
}
@media (max-width:1024px) {
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li .box .content {
    font-size: 3.4vw;
  }
}
#huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li .box .content p {
  font-size: clamp(12px, 0.8vw, 0.8vw);
}
@media (max-width:1024px) {
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li .box .content p {
    font-size: 3.4vw;
  }
}
#huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li .box .imgBox {
  height: 16vw;
  width: 100%;
}
@media (max-width:1024px) {
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li .box .imgBox {
    height: 40vw;
  }
}
#huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li .box .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width:1024px) {
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li .box .imgBox img {
    object-position: left;
  }
}
@media (min-width:1024px) {
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li:nth-child(odd) {
    align-self: flex-start;
    padding-right: 4vw;
  }
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li:nth-child(odd) .box {
    align-items: flex-end;
  }
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li:nth-child(odd) .box .title::before {
    right: calc(-4vw - 6px);
  }
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li:nth-child(odd) .box .content p {
    text-align: right;
  }
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li:nth-child(even) {
    align-self: flex-end;
    padding-left: 4vw;
  }
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li:nth-child(even) .box {
    align-items: flex-start;
  }
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li:nth-child(even) .box .title::before {
    left: calc(-4vw - 5px);
  }
}
@media (max-width:1024px) {
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li {
    align-self: flex-end;
    padding-left: 4vw;
  }
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li .box {
    align-items: flex-start;
  }
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox .ul .li .box .title::before {
    left: calc(-4vw - 5px);
  }
}
#huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 1px;
  height: 100%;
  left: 50%;
  bottom: 0;
  background-color: #01bfd7;
  opacity: 0.5;
}
@media (max-width:1024px) {
  #huajiaosu_page .pageContent .huajiaosuBox > .thisBox .contentBox .historyBox::before {
    left: 0;
  }
}
#school_research_page .pageContentAll {
  padding-top: 5vw;
}
@media (max-width:1600px) {
  #school_research_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1300px) {
  #school_research_page .pageContentAll {
    padding-top: 5vw;
  }
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll {
    padding-top: 16vw;
  }
}
#school_research_page .pageContentAll .pageContent {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #school_research_page .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #school_research_page .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent {
    padding-top: 15vw;
  }
}
#school_research_page .pageContentAll .pageContent .sichuan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
#school_research_page .pageContentAll .pageContent .sichuan .honor {
  width: 100%;
}
#school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding-bottom: 4vw;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox {
    width: 86%;
  }
}
#school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .imgBoxAll {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
  position: relative;
  z-index: 1;
}
#school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .imgBoxAll .img1 {
  height: 20vw;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .imgBoxAll .img1 {
    height: 50vw;
  }
}
#school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .imgBoxAll .img1 img {
  height: 100%;
}
#school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .imgBoxAll .img2 {
  height: 20vw;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .imgBoxAll .img2 {
    height: 50vw;
  }
}
#school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .imgBoxAll .img2 img {
  height: 100%;
}
#school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .textBox {
  padding-bottom: 1vw;
  position: relative;
  z-index: 1;
  width: 24vw;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .textBox {
    width: 100%;
  }
}
#school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .textBox .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .textBox .ul .li {
  padding: 0.8vw 0;
  width: 100%;
  border-bottom: 1px dashed #ccc;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .textBox .ul .li {
    padding: 2vw 0;
  }
}
#school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .textBox .ul .li .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .textBox .ul .li .box .bgTitle {
  position: relative;
  font-size: clamp(12px, 1vw, 1vw);
  padding-left: 1vw;
  font-weight: bold;
  width: 6vw;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .textBox .ul .li .box .bgTitle {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .textBox .ul .li .box .bgTitle {
    padding-left: 3vw;
    width: 26vw;
  }
}
#school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .textBox .ul .li .box .bgTitle::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 1vw;
  width: 6px;
  border-radius: 2vw;
  background-color: #01bfd7;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .textBox .ul .li .box .bgTitle::before {
    height: 4vw;
  }
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .coutBox .textBox .ul .li .box .txt {
    width: calc(100% - 26vw);
  }
}
#school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .title {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  font-weight: bold;
  margin-top: 3vw;
  position: relative;
  z-index: 1;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox .title {
    font-size: 4.2vw;
  }
}
#school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox::after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  height: 80%;
  background-color: #eee;
  bottom: 0;
  width: 90vw;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .honor > .thisBox .contentBox::after {
    display: none;
  }
}
#school_research_page .pageContentAll .pageContent .sichuan .imgText {
  width: 100%;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox {
    padding-top: 15vw;
  }
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox .contentBox {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox .contentBox {
    width: 86%;
  }
}
#school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox .contentBox .ul .li {
  padding: 3vw 0;
  border-bottom: 1px solid #ddd;
}
#school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox .contentBox .ul .li .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 6vw;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox .contentBox .ul .li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox .contentBox .ul .li .box .imgBox {
  height: 20vw;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox .contentBox .ul .li .box .imgBox {
    width: 100%;
    height: 50vw;
  }
}
#school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox .contentBox .ul .li .box .title {
  position: relative;
  padding-top: 1vw;
  font-size: clamp(12px, 1.2vw, 1.2vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox .contentBox .ul .li .box .title {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox .contentBox .ul .li .box .title {
    width: 100%;
  }
}
#school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox .contentBox .ul .li .box .title::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  height: 2px;
  width: 3vw;
  background-color: #01bfd7;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox .contentBox .ul .li .box .title::before {
    width: 10vw;
  }
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox .contentBox .ul .li:nth-child(2) .box {
    flex-direction: column-reverse;
  }
}
#school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox .contentBox .ul .li:nth-child(2) .box .title {
  width: 22vw;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .sichuan .imgText > .thisBox .contentBox .ul .li:nth-child(2) .box .title {
    width: 100%;
  }
}
#school_research_page .pageContentAll .pageContent .luodedao {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .topBox {
  position: relative;
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  height: 22vw;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .topBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .topBox {
    height: 40vw;
  }
}
#school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .topBox .img1 {
  position: relative;
  z-index: 1;
  height: 100%;
}
#school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .topBox .img1 img {
  height: 100%;
}
#school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .topBox .txt1 {
  margin: 0 4vw;
  position: relative;
  z-index: 1;
  padding-top: 6vw;
}
#school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .topBox .txt1 div {
  position: relative;
  z-index: 1;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: '宋体';
  font-weight: bold;
  line-height: 2em;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .topBox .txt1 div {
    font-size: 4.8vw;
  }
}
#school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .topBox .txt1 div.t1 {
  transform: translateX(-20%);
}
#school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .topBox .txt1 div.t2 {
  transform: translateX(20%);
}
#school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .topBox .txt1:after {
  content: '';
  position: absolute;
  display: block;
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  border: 1px dashed #01bfd7;
  opacity: 0.5;
  left: 0;
  bottom: 0vw;
}
#school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .topBox .img2 {
  padding-bottom: 2vw;
  position: relative;
  z-index: 1;
  height: 100%;
}
#school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .topBox .img2 img {
  height: 100%;
}
#school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .topBox::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  height: 40%;
  background-color: #01bfd7;
}
#school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .title {
  width: 60%;
  margin: 0 auto;
  line-height: 2em;
  font-size: clamp(12px, 1.2vw, 1.2vw);
  margin-top: 2vw;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .title {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .title {
    font-size: 4.2vw;
  }
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .luodedao .gongchuang > .thisBox .contentBox .title {
    margin-top: 6vw;
  }
}
#school_research_page .pageContentAll .pageContent .zhongshan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#school_research_page .pageContentAll .pageContent .zhongshan .imgText > .thisBox .contentBox {
  width: 60%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .zhongshan .imgText > .thisBox .contentBox {
    width: 86%;
  }
}
#school_research_page .pageContentAll .pageContent .zhongshan .imgText > .thisBox .contentBox .imgBoxAll {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
  width: 100%;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .zhongshan .imgText > .thisBox .contentBox .imgBoxAll {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#school_research_page .pageContentAll .pageContent .zhongshan .imgText > .thisBox .contentBox .imgBoxAll .img1 {
  flex: 1;
  height: 20vw;
}
#school_research_page .pageContentAll .pageContent .zhongshan .imgText > .thisBox .contentBox .imgBoxAll .img1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#school_research_page .pageContentAll .pageContent .zhongshan .imgText > .thisBox .contentBox .imgBoxAll .img2 {
  flex: 1;
  height: 20vw;
}
#school_research_page .pageContentAll .pageContent .zhongshan .imgText > .thisBox .contentBox .imgBoxAll .img2 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#school_research_page .pageContentAll .pageContent .zhongshan .imgText > .thisBox .contentBox .textBox {
  padding: 2vw 4vw;
  background-color: #fff;
  width: 100%;
  margin-top: 2vw;
  border-bottom: 2px solid #01bfd7;
}
#school_research_page .pageContentAll .pageContent .zhongshan .imgText > .thisBox .contentBox .textBox .title {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  line-height: 2em;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .zhongshan .imgText > .thisBox .contentBox .textBox .title {
    font-size: 4.2vw;
  }
}
#school_research_page .pageContentAll .pageContent .tianchan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#school_research_page .pageContentAll .pageContent .tianchan .coutBox {
  width: 60%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .tianchan .coutBox {
    width: 86%;
  }
}
#school_research_page .pageContentAll .pageContent .tianchan .coutBox img {
  object-fit: cover;
}
#school_research_page .pageContentAll .pageContent .tianchan .coutBox .imgBoxAll1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 30vw;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .tianchan .coutBox .imgBoxAll1 {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#school_research_page .pageContentAll .pageContent .tianchan .coutBox .imgBoxAll1 .img1 {
  width: 50%;
  height: 100%;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .tianchan .coutBox .imgBoxAll1 .img1 {
    width: 100%;
    height: 56vw;
  }
}
#school_research_page .pageContentAll .pageContent .tianchan .coutBox .imgBoxAll1 .right {
  width: 50%;
  height: 100%;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .tianchan .coutBox .imgBoxAll1 .right {
    width: 100%;
  }
}
#school_research_page .pageContentAll .pageContent .tianchan .coutBox .imgBoxAll1 .right .img2 {
  width: 100%;
  height: 50%;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .tianchan .coutBox .imgBoxAll1 .right .img2 {
    width: 100%;
    height: 56vw;
  }
}
#school_research_page .pageContentAll .pageContent .tianchan .coutBox .imgBoxAll1 .right .img3 {
  width: 100%;
  height: 50%;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .tianchan .coutBox .imgBoxAll1 .right .img3 {
    width: 100%;
    height: 56vw;
  }
}
#school_research_page .pageContentAll .pageContent .tianchan .coutBox .text {
  margin: 2vw 0;
  line-height: 2em;
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .tianchan .coutBox .text {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .tianchan .coutBox .text {
    margin: 5vw 0;
  }
}
#school_research_page .pageContentAll .pageContent .tianchan .coutBox .imgBoxAll2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 24vw;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .tianchan .coutBox .imgBoxAll2 {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#school_research_page .pageContentAll .pageContent .tianchan .coutBox .imgBoxAll2 .img4 {
  width: 50%;
  height: 100%;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .tianchan .coutBox .imgBoxAll2 .img4 {
    width: 100%;
    height: 56vw;
  }
}
#school_research_page .pageContentAll .pageContent .tianchan .coutBox .imgBoxAll2 .img5 {
  width: 50%;
  height: 100%;
}
@media (max-width:1024px) {
  #school_research_page .pageContentAll .pageContent .tianchan .coutBox .imgBoxAll2 .img5 {
    width: 100%;
    height: 56vw;
  }
}



.newsbox {
      padding: 80px 0;
  
  }
  .newsbox .thisBox {


      padding: 0 20px;
  }
  .newsbox .contentBox {
          max-width: 80%;
                margin: 0 auto;
      margin-top: 40px;
  }
  .newsbox .contentBox .unifyButton{
    margin: 2vw auto;
  }
  .newsbox .ul {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      list-style: none;
      padding: 0;
      margin: 0;
  }
  .newsbox .li {
       flex: 1;
    width: 100%;
  }
  .newsbox .aBox {
      display: block;
      text-decoration: none;
      color: #333;
      transition: all 0.3s ease;
  }
  .newsbox .aBox:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }
  .newsbox .imgBox {
        position: relative;
    overflow: hidden;
    padding-top: 60%;
    border-radius: 12px;
    margin-bottom: 15px;
  }
  .newsbox .imgBox img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
  }
  .newsbox .aBox:hover .imgBox img {
      transform: scale(1.05);
  }
  .newsbox .textBox {
      padding: 15px;
      background-color: #fff;
  }
  .newsbox .date {
      font-size: 14px;
      color: #999;
      margin-bottom: 10px;
  }
  .newsbox .title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 10px;
      line-height: 1.4;
            overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
  }
  .newsbox .desc {
      font-size: 14px;
      color: #666;
      line-height: 1.5;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }
  .newsbox .li.more {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      border: 1px dashed #ddd;
  }
  .newsbox .li.more .textBox {
      text-align: center;
      padding: 40px 20px;
  }
  .newsbox .li.more .cn {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
  }
  .newsbox .jiantou {
      display: flex;
      justify-content: center;
      gap: 5px;
  }
  .newsbox .jiantou .ico {
      animation: pulse 1.5s infinite;
  }
  .newsbox .jiantou .ico:nth-child(2) {
      animation-delay: 0.2s;
  }
  @keyframes pulse {
      0%, 100% {
          transform: translateX(0);
      }
      50% {
          transform: translateX(10px);
      }
  }

@media (max-width:1024px) {
  .newsbox .li {
       flex: auto;
    width: 100%;
  }
}





/* 产品系列展示样式 - 参考绽妍品牌风格（整屏设计） */
.xilieProduct {
   
    height: 100%;
    padding: 0 0 5vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.xilieProduct::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  
    z-index: -1;
}

.xilieProduct .xiliethisBox {
    width: 85%;
    margin: 0 auto;
    padding: 0 20px;
   
}

.xilieProduct .contentBox {
    width: 100%;
}

/* 产品系列容器 */
.xilieProduct .productSeries {
    display: flex;
    gap: 2vw;
    height: 70vh;
    align-items: center;
}

/* 产品项 */
.xilieProduct .productItem {
    flex: 1;
    min-width: 150px;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    height: 60vh;
}

/* 产品项悬停效果 */
.xilieProduct .productItem:hover {
    flex: 2;
    z-index: 10;
    box-shadow: 0 12px 48px rgba(0,0,0,0.15);
    transform: translateY(-10px);
}

/* 产品链接 */
.xilieProduct .productItem .aBox {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: #333;
    overflow: hidden;
    position: relative;
}

/* 图片容器 */
.xilieProduct .productItem .imgBox {
    position: relative;
    height: 70%;
    overflow: hidden;
}

/* 图片样式 */
.xilieProduct .productItem .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 图片悬停效果 */
.xilieProduct .productItem:hover .imgBox img {
    transform: scale(1.05);
}

/* 文本容器 */
.xilieProduct .productItem .textBox {
    position: relative;
    padding: 30px;
    background-color: #fff;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 标题样式 */
.xilieProduct .productItem .title {
    color: #01bfd7;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
    transition: all 0.6s cubic-bezier(0.4, 0, 0, 1);
}

/* 描述样式 */
.xilieProduct .productItem .desc {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 20px;
    flex: 1;
}

/* 按钮容器 */
.xilieProduct .productItem .buttonBox {
    margin-top: auto;
}

/* 按钮样式 */
.xilieProduct .productItem .btn {
    display: inline-block;
    padding: 10px 24px;
    background-color: #01bfd7;
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid #01bfd7;
}

/* 按钮悬停效果 */
.xilieProduct .productItem .btn:hover {
    background-color: #fff;
    color: #01bfd7;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(1, 191, 215, 0.4);
}

/* 响应式设计 */
@media (max-width: 992px) {
    .xilieProduct {
        height: auto;
        padding: 80px 0;
    }
    
    .xilieProduct .productSeries {
        flex-wrap: wrap;
        height: auto;
        gap: 30px;
    }
    
    .xilieProduct .productItem {
        flex: 1 1 calc(50% - 15px);
        height: 400px;
    }
}

@media (max-width: 768px) {
    .xilieProduct {
        padding: 60px 0;
    }
    
    .xilieProduct .xiliethisBox {
        width: 95%;
        padding: 0 15px;
    }
    
    .xilieProduct .productItem {
        flex: 1 1 100%;
        height: 350px;
    }
    
    .xilieProduct .productItem .textBox {
        padding: 20px;
    }
}

/* 八大优势板块样式 */
.youshui8 {
    padding: 80px 0;
    background-color: #f9f9f9;
}
 
.youshui8__container {
    max-width: 85%;
    margin: 0 auto;
    padding: 0 20px;
}
 
.youshui8__header {
    text-align: center;
    margin-bottom: 60px;
}
 
.youshui8__title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
 
.youshui8__subtitle {
    font-size: 16px;
    color: #666;
}
 
.youshui8__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
 
.youshui8__item {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
 
.youshui8__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
 
.youshui8__item-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 4vw;
    font-weight: bold;
    color: #00bcd466;
}
 
.youshui8__item-content {
    margin-top: 20px;
}
 
.youshui8__item-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
}
 
.youshui8__item-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
 
.youshui8__item-desc p {
    margin-bottom: 8px;
}
 
.youshui8__item-desc p:last-child {
    margin-bottom: 0;
}
 
/* 响应式设计 */
@media (max-width: 1200px) {
    .youshui8__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
 
@media (max-width: 992px) {
    .youshui8__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
 
@media (max-width: 768px) {
    .youshui8 {
        padding: 60px 0;
    }
    
    .youshui8__title {
        font-size: 28px;
    }
    
    .youshui8__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .youshui8__item {
        padding: 20px;
    }
    
    .youshui8__item-title {
        font-size: 18px;
    }
}
 
/* 每个优势项的特殊样式 */
.youshui8__item--1 {
    border-top:4px solid #01bfd7;
}
 
.youshui8__item--2 {
    border-top: 4px solid #2196F3;
}
 
.youshui8__item--3 {
    border-top: 4px solid #FF9800;
}
 
.youshui8__item--4 {
    border-top: 4px solid #9C27B0;
}
 
.youshui8__item--5 {
    border-top: 4px solid #F44336;
}
 
.youshui8__item--6 {
    border-top: 4px solid #00BCD4;
}
 
.youshui8__item--7 {
    border-top: 4px solid #795548;
}
 
.youshui8__item--8 {
    border-top: 4px solid #607D8B;
}




/* 底部样式 */
.footThis {
   background: -webkit-linear-gradient(top, rgba(157, 211, 238, 0) 0%, rgba(157, 211, 238, 0.5) 100%);
    padding: 60px 0;
    text-align: center;
    position: relative;
}

.footThis .thisBox {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

.footThis .footerSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.footThis .footerTitle {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.footThis .socialIcons {
    display: flex;
    gap: 20px;
}

.footThis .socialIcon {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #01bfd7;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.footThis .socialIcon:hover {
    background-color: #01a8c0;
    transform: translateY(-3px);
}

.footThis .contactPhone {
    text-align: center;
}

.footThis .phoneNumber {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.footThis .phoneDesc {
    font-size: 16px;
    color: #666;
}

.footThis .footerNav {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.footThis .navLink {
    color: #666;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footThis .navLink:hover {
    color: #01bfd7;
}

.footThis .navDivider {
    color: #ccc;
}

.footThis .copyright {
    width: 100%;
}

.footThis .copyrightText {
    font-size: 14px;
    color: #999;
    margin: 10px 0;
    line-height: 1.5;
}

.footThis .backToTop {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.footThis .backToTopBtn {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #01bfd7;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.footThis .backToTopBtn:hover {
    background-color: #01a8c0;
    transform: translateY(-3px);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .footThis {
        padding: 40px 0;
    }
    
    .footThis .phoneNumber {
        font-size: 24px;
    }
    
    .footThis .footerNav {
        gap: 10px;
    }
    
    .footThis .backToTop {
        right: 20px;
        bottom: 20px;
    }
}



.footThis .socialIcons {
    display: flex;
    gap: 30px;
    position: relative;
}

.footThis .socialItem {
    position: relative;
    display: inline-block;
}

.footThis .socialIcon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #01bfd7;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footThis .socialIcon:hover {
    background-color: #01a8c0;
    transform: translateY(-3px);
}

/* 二维码容器 */
.footThis .qrcodeContainer {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 15px;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
}

/* 二维码箭头 */
.footThis .qrcodeContainer::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

/* 二维码图片 */
.footThis .qrcode {
    width: 120px;
    height: 120px;
    display: block;
    margin-bottom: 8px;
}

/* 二维码文字 */
.footThis .qrcodeText {
    font-size: 12px;
    color: #333;
    text-align: center;
    font-weight: 500;
}

/* 鼠标悬停显示二维码 */
.footThis .socialItem:hover .qrcodeContainer {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-10px);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .footThis .socialIcons {
        gap: 20px;
    }
    
    .footThis .qrcode {
        width: 100px;
        height: 100px;
    }
}





/* 组合详情页样式 */
#zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox {
    padding: 6vw 0;
}

#zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .contentBox {
    width: 80%;
    margin: 0 auto;
}

/* 组合名称和描述 */
#zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .zuheHeader {
    background-color: #f0f9ff;
    padding: 3vw;
    margin-bottom: 4vw;
    border-radius: 8px;
}

#zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .zuheTitle {
    font-size: clamp(24px, 2.5vw, 2.5vw);
    font-weight: 700;
    color: #01bfd7;
    margin: 0 0 1.5vw 0;
}

#zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .zuheDesc p {
    font-size: clamp(14px, 1.1vw, 1.1vw);
    line-height: 1.8em;
    color: #333;
    margin: 0 0 0.8vw 0;
}

/* 产品组合 */
#zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .zuheProducts {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-around;
    margin-bottom: 3vw;
    flex-wrap: wrap;
    gap: 2vw;
}

#zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .productItem {
      display: flex;
    flex-direction: column;
    align-items: center;
    width: 10vw;
    height: 20vw;
}

#zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .productImage {
    width: 14vw;
    height: 14vw;
    object-fit: contain;
    margin-bottom: 1vw;
    max-width: 100%;
}

@media (max-width: 1024px) {
    #zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .productImage {
        width: 15vw;
        height: 15vw;
    }
}

#zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .productName {
    font-size: clamp(12px, 0.9vw, 0.9vw);
    color: #333;
    text-align: center;
}

#zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .arrow {
    font-size: clamp(16px, 1.2vw, 1.2vw);
    color: #01bfd7;
    font-weight: bold;
}

/* AI识图按钮 */
#zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .aiButton {
    text-align: center;
    margin-bottom: 4vw;
}

#zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .aiBtn {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 0.8vw 1.5vw;
    border-radius: 4px;
    font-size: clamp(12px, 0.9vw, 0.9vw);
    color: #333;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5vw;
}

/* 使用流程 */
#zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .usageProcess {

    padding: 3vw;
    border-radius: 8px;
    margin-bottom: 3vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5vw;
    justify-content: center;
}

#zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .processItem {
    font-size: clamp(14px, 1.1vw, 1.1vw);
    color: #01bfd7;
    padding: 0.8vw 1.5vw;
    
    border-radius: 4px;
  
}

/* 面膜使用流程 */
#zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .maskProcess {

    padding: 3vw;
    border-radius: 8px;
}

#zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .maskProcessTitle {
    font-size: clamp(16px, 1.3vw, 1.3vw);
    font-weight: 600;
    color: #333;
    margin: 0 0 1.5vw 0;
}

#zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .maskProcessContent {
    font-size: clamp(14px, 1.1vw, 1.1vw);
    line-height: 1.8em;
    color: #333;
    margin: 0;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    #zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .contentBox {
        width: 86%;
    }
    
    #zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .zuheHeader,
    #zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .usageProcess,
    #zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .maskProcess {
        padding: 6vw;
    }
    
    #zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .zuheProducts {
        flex-direction: column;
        align-items: center;
        gap: 3vw;
    }
    
    #zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .productItem {
        flex-direction: row;
        gap: 1.5vw;
        min-width: auto;
    }
    
    #zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .productImage {
        width: 15vw;
    }
    
    #zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .arrow {
        display: none;
    }
    
    #zuhepag_page .pageContentAll .pageContent .zuhepag > .thisBox .usageProcess {
        flex-direction: column;
        align-items: stretch;
    }
}