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

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

*/
@font-face {
  font-family: 'cn1';
  src: url('../fonts/cn/NewBaskerville Italic.ttf');
}
.cn1 {
  font-family: 'cn1';
}
@font-face {
  font-family: 'en1';
  src: url('../fonts/en/AbhayaLibre-ExtraBold.ttf');
}
.en1 {
  font-family: 'en1';
}
@font-face {
  font-family: 'en2';
  src: url('../fonts/en/Archivo-Bold.ttf');
}
.en2 {
  font-family: 'en2';
}
@font-face {
  font-family: 'en3';
  src: url('../fonts/en/Caveat.ttf');
}
.en3 {
  font-family: 'en3';
}
@font-face {
  font-family: 'en4';
  src: url('../fonts/en/MontserratAlternates-BlackItalic.ttf');
}
.en4 {
  font-family: 'en4';
}
@font-face {
  font-family: 'en5';
  src: url('../fonts/en/NewBaskerville.ttf');
}
.en5 {
  font-family: 'en5';
}
@font-face {
  font-family: 'en6';
  src: url('../fonts/en/utile.woff2');
}
.en6 {
  font-family: 'en6';
}
@font-face {
  font-family: 'en7';
  src: url('../fonts/en/OpenSans-Light.ttf');
}
.en7 {
  font-family: 'en7';
}
@font-face {
  font-family: 'en8';
  src: url('../fonts/en/Square721BT.ttf');
}
.en8 {
  font-family: 'en8';
}
@font-face {
  font-family: 'en9';
  src: url('../fonts/en/D-DIN-PRO-900-Heavy.otf');
}
.en9 {
  font-family: 'en9';
}
@font-face {
  font-family: 'en10';
  src: url('../fonts/en/NewBaskerville Italic.ttf');
}
.en10 {
  font-family: 'en10';
}
@font-face {
  font-family: 'en11';
  src: url('../fonts/en/RoslindaleDisplay-Regular.woff2');
}
.en11 {
  font-family: 'en11';
}
/* 弹跳 */
@keyframes myBounce {
  0% {
    transform: translate3d(0, 0, 0);
    /* text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em; */
  }
  100% {
    transform: translate3d(0, -0.5em, 0);
    /* text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em; */
  }
}
/* 旋转 */
@keyframes xuanzhuan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* 波浪 */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(49, 183, 175, 0.15), 0 0 0 1vw rgba(49, 183, 175, 0.15), 0 0 0 2vw rgba(49, 183, 175, 0.15);
    transform: rotate(0deg);
  }
  100% {
    box-shadow: 0 0 0 1vw rgba(49, 183, 175, 0.15), 0 0 0 2vw rgba(49, 183, 175, 0.15), 0 0 0 4vw rgba(49, 183, 175, 0);
    transform: rotate(360deg);
  }
}
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;
  font-size: clamp(12px, 0.8vw, 0.8vw);
  color: #333;
}
@media (max-width:1024px) {
  a,
  div,
  section,
  p,
  button,
  ul,
  li,
  body,
  html,
  img,
  textarea,
  input {
    font-size: 3.4vw;
  }
}
a {
  display: block;
  text-decoration: none;
  outline: none;
}
img {
  border: 0;
  display: block;
}
body {
  margin: 0 auto;
  background-repeat: repeat;
}
ul,
li {
  list-style-type: none;
}
button {
  border: none;
  outline: none;
  background-color: transparent;
  box-sizing: content-box;
}
p {
  line-height: 2em;
}
video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wenzhang p {
  line-height: 2em;
  text-indent: 2em;
  padding: 4px 0;
}
.wenzhang p img {
  max-width: 100%;
  margin: 20px auto;
  display: block;
}
@media (max-width:1024px) {
  .wenzhang p img {
    width: 100% !important;
    height: unset !important;
  }
}
table {
  border: none;
  border-collapse: collapse;
  border: 0;
}
tr {
  border: none;
  border: 1px solid #DDD;
}
td {
  border: none;
  border: 1px solid #DDD;
}
input {
  outline: none;
  border: none;
}
.fancybox__container * {
  color: #fff !important;
}
.buttonLink {
  display: none;
}
.pageBox {
  max-width: 100%;
  margin: 0 auto;
}
mod {
  display: block;
}
.cn {
  font-family: 'cn1';
}
.en {
  font-family: 'en8';
  text-transform: uppercase;
}
.imgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cenBox {
  width: 80%;
  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: #31B7AF;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mapGoOpenBoxMask {
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 15;
}
.mapGoOpenBoxMask.show {
  opacity: 1;
  pointer-events: auto;
}
.mapGoOpenBox {
  position: fixed;
  bottom: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  z-index: 16;
  padding: 10vw;
  transform: translateY(100%);
  pointer-events: none;
}
.mapGoOpenBox .box {
  border-radius: 2vw;
  background-color: #31B7AF;
  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: #31B7AF;
  background-color: #fff;
}
.mapGoOpenBox.show {
  transform: translateY(0);
  pointer-events: auto;
}
.pageContentAll {
  position: relative;
  background-color: #F3F5F9;
}
.pageContentAll .pageContent {
  position: relative;
  z-index: 4;
  padding-bottom: 7vw;
  padding-top: 4vw;
}
@media (max-width:1600px) {
  .pageContentAll .pageContent {
    padding-bottom: 7vw;
  }
}
@media (max-width:1300px) {
  .pageContentAll .pageContent {
    padding-bottom: 7vw;
  }
}
@media (max-width:1024px) {
  .pageContentAll .pageContent {
    padding-bottom: 12vw;
  }
}
@media (max-width:1024px) {
  .pageContentAll .pageContent {
    padding-top: 10vw;
  }
}
.artImg {
  width: 100%;
  height: 100%;
}
.artImg picture {
  width: 100%;
  height: 100%;
}
.artImg picture img {
  width: 100%;
  height: 100%;
}
.unifyButton {
  margin-top: 2vw;
}
.unifyButton .unifyButtonThis > .thisBox {
  position: relative;
  background-color: #31B7AF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 2.4vw;
  padding: 0 2vw;
  border-radius: 4px;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox {
    height: 10vw;
    padding: 0 4vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .btnTxt {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
.unifyButton .unifyButtonThis > .thisBox .btnTxt .txt .initTxt.initTxt div {
  color: #fff;
}
.unifyButton .unifyButtonThis > .thisBox .btnTxt .txt .initTxt.hovTxt div {
  color: #fff;
}
.unifyButton .unifyButtonThis > .thisBox .btnTxt .ico i {
  color: #fff;
}
.unifyButton .unifyButtonThis > .thisBox::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  top: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.unifyButton .unifyButtonThis:hover > .thisBox::after {
  width: 100%;
}
.unifyButton.white .unifyButtonThis > .thisBox .txt {
  color: #fff;
}
.unifyButton.white .unifyButtonThis > .thisBox .ico i {
  color: #fff;
}
.fenye {
  margin-top: 5vw;
}
@media (max-width:1024px) {
  .fenye {
    margin-top: 12vw;
  }
}
.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: 'en8';
  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(49, 183, 175, 0.1);
}
.fenye .fenyeThis > .thisBox .box a.page-num-current {
  background-color: #31B7AF;
  color: #fff;
}
.ani_txt {
  position: relative;
}
.ani_txt .initTxt {
  overflow: hidden;
}
.ani_txt .initTxt div {
  font-family: 'cn1';
}
.ani_txt .initTxt.initTxt div {
  will-change: transform;
}
.ani_txt .initTxt.hovTxt {
  position: absolute;
  top: 0;
}
.ani_txt .initTxt.hovTxt div {
  color: #31B7AF;
  will-change: transform;
}
.ani_txt.fff .initTxt div {
  color: #fff;
}
.ani_txt.fff .initTxt.hovTxt div {
  color: #31B7AF;
}
.unifyTitle {
  margin-bottom: 4vw;
}
@media (max-width:1024px) {
  .unifyTitle {
    margin-bottom: 10vw;
  }
}
.unifyTitle .unifyTitleThis {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis {
    width: 86%;
  }
}
.unifyTitle .unifyTitleThis > .thisBox {
  position: relative;
}
.unifyTitle .unifyTitleThis > .thisBox .text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
}
.unifyTitle .unifyTitleThis > .thisBox .text .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.unifyTitle .unifyTitleThis > .thisBox .text .top .cn {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  margin-right: 2vw;
  color: #31B7AF;
  width: max-content;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .text .top .cn {
    font-size: 4.8vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .text .top svg {
  width: 3vw;
  height: 3vw;
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .text .top svg {
    width: 10vw;
    height: 10vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .text .top svg path {
  fill: #ddd;
}
.unifyTitle .unifyTitleThis > .thisBox .text .top svg path:nth-child(3),
.unifyTitle .unifyTitleThis > .thisBox .text .top svg path:nth-child(4),
.unifyTitle .unifyTitleThis > .thisBox .text .top svg path:nth-child(8),
.unifyTitle .unifyTitleThis > .thisBox .text .top svg path:nth-child(9),
.unifyTitle .unifyTitleThis > .thisBox .text .top svg path:nth-child(12) {
  fill: #31B7AF;
}
.unifyTitle .unifyTitleThis > .thisBox .text .en {
  font-size: clamp(12px, 3.1vw, 3.1vw);
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .text .en {
    font-size: 8vw;
  }
}
.unifyTitle.fff .unifyTitleThis > .thisBox .text .en {
  color: #fff;
}
.unifyTitle.fff .unifyTitleThis > .thisBox .text .cn {
  color: #fff;
}
.topNav {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  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 {
  position: relative;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0 4vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.topNav .topNavThis > .thisBox .logoBox {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 20vw;
  height: 1.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: left;
}
.topNav .topNavThis > .thisBox .logoBox .color {
  background-color: #31B7AF;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .topNav .topNavThis > .thisBox .logoBox {
    width: 55vw;
    height: 6vw;
  }
}
.topNav .topNavThis > .thisBox .logoBox .color {
  background-color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.topNav .topNavThis > .thisBox .navBar {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  height: 100%;
  will-change: transform;
}
@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.ani_txt .initTxt div {
  transition-property: color;
  transition-duration: 0.8s;
}
.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: #31B7AF;
  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 {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 0.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 2px solid #31B7AF;
  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 {
  width: 100%;
}
.topNav .topNavThis > .thisBox .navBar .ul .li .twoNav .ul2 .li2 .a2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 1vw 2vw;
  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 .ul2 .li2 .a2 .ani_txt .initTxt div {
  transition-property: color;
  transition-duration: 0.3s;
}
.topNav .topNavThis > .thisBox .navBar .ul .li .twoNav .ul2 .li2 .a2:hover {
  background-color: #31B7AF;
}
.topNav .topNavThis > .thisBox .navBar .ul .li .twoNav .ul2 .li2 .a2:hover .ani_txt .initTxt div {
  color: #fff;
}
.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%;
}
.topNav .topNavThis > .thisBox .navRight {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis > .thisBox .navRight {
    gap: 4vw;
  }
}
.topNav .topNavThis > .thisBox .navRight .search .topSearchBox > .thisBox .topSearch {
  height: 100%;
  padding: 0 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-right: 1px dashed #fff;
}
.topNav .topNavThis > .thisBox .navRight .search .topSearchBox > .thisBox .topSearch .inputBox {
  position: relative;
}
.topNav .topNavThis > .thisBox .navRight .search .topSearchBox > .thisBox .topSearch .inputBox .inputK {
  width: 2.4vw;
  height: 2.4vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 1.2vw;
  background-color: #fff;
}
@media (max-width:1024px) {
  .topNav .topNavThis > .thisBox .navRight .search .topSearchBox > .thisBox .topSearch .inputBox .inputK {
    width: 8.4vw;
    height: 8.4vw;
    border-radius: 4.2vw;
  }
}
.topNav .topNavThis > .thisBox .navRight .search .topSearchBox > .thisBox .topSearch .inputBox .inputK input {
  padding-left: 1vw;
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  pointer-events: none;
  opacity: 0;
  background-color: transparent;
}
.topNav .topNavThis > .thisBox .navRight .search .topSearchBox > .thisBox .topSearch .inputBox .ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8vw;
  color: #31B7AF;
  cursor: pointer;
}
@media (max-width:1024px) {
  .topNav .topNavThis > .thisBox .navRight .search .topSearchBox > .thisBox .topSearch .inputBox .ico {
    right: 2.4vw;
  }
}
.topNav .topNavThis > .thisBox .navRight .search .topSearchBox > .thisBox .topSearch .inputBox .ico:hover i {
  color: #31B7AF;
}
.topNav .topNavThis > .thisBox .navRight .search .topSearchBox > .thisBox .topSearch .inputBox:hover .inputK {
  width: 200px;
}
.topNav .topNavThis > .thisBox .navRight .search .topSearchBox > .thisBox .topSearch .inputBox:hover .inputK input {
  opacity: 1;
  pointer-events: auto;
}
.topNav .topNavThis > .thisBox .navRight .navOnlineShop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.topNav .topNavThis > .thisBox .navRight .navOnlineShop .aBox .box {
  width: 2.4vw;
  height: 2.4vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #fff;
}
@media (max-width:1024px) {
  .topNav .topNavThis > .thisBox .navRight .navOnlineShop .aBox .box {
    width: 8.4vw;
    height: 8.4vw;
  }
}
.topNav .topNavThis > .thisBox .navRight .navOnlineShop .aBox .box i {
  color: #31B7AF;
  font-size: 1.2vw;
}
@media (max-width:1024px) {
  .topNav .topNavThis > .thisBox .navRight .navOnlineShop .aBox .box i {
    font-size: 5vw;
  }
}
@media (min-width:1024px) {
  .topNav .topNavThis > .thisBox .navRight .openBtn {
    display: none;
  }
}
.topNav .topNavThis > .thisBox .navRight .openBtn .openNavBtn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #31B7AF;
  padding: 14px 10px;
}
.topNav .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn {
  position: relative;
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn span {
  width: 20px;
  height: 1px;
  background-color: #fff;
  display: block;
}
.topNav .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn span:nth-child(1) {
  width: 100%;
  height: 1px;
  left: 0;
  position: absolute;
  transition-duration: 320ms, 360ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s, 420ms;
  transition-property: transform, top;
  top: 0;
}
.topNav .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn span:nth-child(3) {
  margin-top: 5px;
  width: 100%;
  height: 1px;
  left: 0;
  position: absolute;
  transition-duration: 320ms, 360ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s, 420ms;
  transition-property: transform, bottom;
  bottom: 0;
}
.topNav .topNavThis::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background: linear-gradient(0, transparent, rgba(0, 0, 0, 0.6));
}
.topNav .topNavThis::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  z-index: 1;
  background-color: #fff;
  transform: translateY(-100%);
  border-bottom: 1px solid #ccc;
}
.topNav.scrollShow .topNavThis > .thisBox .logoBox .color {
  background-color: #31B7AF;
}
.topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li .a1 .ani_txt.fff .initTxt div {
  color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navBar .ul .li .a1 .ani_txt.fff .initTxt.hovTxt div {
  color: #31B7AF;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .search .topSearchBox > .thisBox .topSearch .inputBox .inputK {
  background-color: #ebeef3;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .navOnlineShop .aBox .box {
  background-color: #ebeef3;
}
.topNav.scrollShow .topNavThis::before {
  transform: translateY(-100%);
}
.topNav.scrollShow .topNavThis::after {
  transform: translateY(0);
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn span:nth-child(1) {
  transition-property: top, transform;
  top: 50%;
  transform: rotate(45deg);
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn span:nth-child(2) {
  opacity: 0;
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .openNavBtn .menuBtn span:nth-child(3) {
  transition-property: bottom, transform;
  bottom: 50%;
  transform: rotate(-45deg);
}
.openNav {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.openNav .openNavThis {
  position: relative;
  z-index: 1;
  top: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.openNav .openNavThis > .thisBox {
  padding-top: 16vw;
  padding-bottom: 20vw;
}
.openNav .openNavThis > .thisBox .contentBox {
  width: 70%;
  margin: 0 auto;
  padding-top: 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.openNav .openNavThis > .thisBox .contentBox .logoBox {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  margin-bottom: 6vw;
  height: 20vw;
}
.openNav .openNavThis > .thisBox .contentBox .logoBox img {
  height: 100%;
}
.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 {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  color: #fff;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .a1 .txt {
    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 #fff;
  width: 10vw;
  height: 10vw;
  transition-duration: 0.8s;
  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.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #fff;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .openTwoBtn.on {
  transform: rotate(180deg);
  background-color: #fffcf5;
  border-color: #fffcf5;
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .openTwoBtn.on i {
  color: #31B7AF;
}
.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 {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  color: #fff;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 .li2 .a2 .txt {
    font-size: 4.4vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .navBar .ul .li .twoNav .ul2 .li2 .a2 .ico i {
  color: #fff;
}
.openNav .openOverLay {
  background-color: #31B7AF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateX(-100%);
}
.openNav.openNavShow {
  pointer-events: auto;
}
.openNav.openNavShow .openNavThis {
  opacity: 1;
}
.openNav.openNavShow .openOverLay {
  transform: translateX(0);
}
.paraBox {
  width: 100%;
  height: 100%;
}
.paraBox .artImgBox {
  width: 100%;
  height: 100%;
}
.txtMask {
  overflow: hidden;
}
.foot {
  width: 100%;
}
.foot .footThisBox {
  background-color: #FAFCFC;
  width: 100%;
}
.foot .footThisBox > .thisBox {
  padding: 0 10vw;
  padding-top: 7vw;
  width: 100%;
}
@media (max-width:1600px) {
  .foot .footThisBox > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1300px) {
  .foot .footThisBox > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox {
    padding-top: 12vw;
  }
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox {
    padding-left: 0;
    padding-right: 0;
  }
}
.foot .footThisBox > .thisBox .contentBox {
  width: 100%;
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox {
    width: 86%;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .footLogo {
  width: 15vw;
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .footLogo {
    width: 30vw;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .footLogo img {
  width: 100%;
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .compantName {
  margin-top: 2vw;
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .compantName .name {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .compantName .name {
    font-size: 4.4vw;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .compantName .subname {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .compantName .subname {
    font-size: 3.8vw;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .footContact {
  margin-top: 3vw;
  width: 100%;
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .footContact .ulBox {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 0.5vw;
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .footContact .ulBox .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .footContact .ulBox .box .txt {
  font-size: clamp(12px, 0.8vw, 0.8vw);
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .footContact .ulBox .box .txt {
    font-size: 3.4vw;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .footContact .ulBox .box .cout {
  font-size: clamp(12px, 0.8vw, 0.8vw);
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .footContact .ulBox .box .cout {
    font-size: 3.4vw;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .tuijianPro {
  width: 20vw;
  border-top: 1px solid #ccc;
  margin-top: 3vw;
  padding-top: 2vw;
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .tuijianPro {
    width: 100%;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .tuijianPro .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .tuijianPro .ul {
    row-gap: 2vw;
    column-gap: 4vw;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .tuijianPro .ul .li {
  margin-bottom: 1vw;
  padding-right: 0.5vw;
  margin-right: 0.5vw;
  border-right: 1px dotted #ccc;
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .tuijianPro .ul .li {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-right: none;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .tuijianPro .ul .li .aBox .txt {
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .companyInfo .tuijianPro .ul .li .aBox .txt {
    font-size: 3.2vw;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 6vw;
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight {
    margin-top: 6vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight > div {
  position: relative;
}
@media (min-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight > div::after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    border-left: 1px solid #ddd;
    left: -3vw;
    top: 0;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footRightName {
  font-weight: bold;
  margin-bottom: 2vw;
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footRightName {
    font-size: 3.8vw;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footOnLink {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footOnLink {
    width: 100%;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footOnLink::after {
  border-left: none;
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footOnLink .aBox {
  width: 100%;
  background-color: #e7ebe8;
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footOnLink .aBox .box {
  padding: 0.6vw 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
@media (max-width:1300px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footOnLink .aBox .box {
    padding: 1.2vw 4vw;
  }
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footOnLink .aBox .box {
    padding: 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footOnLink .aBox .box i {
  color: #31B7AF;
  font-size: 2vw;
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footOnLink .aBox .box i {
    font-size: 5vw;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footOnLink .aBox .box .cn {
  font-family: 'cn1';
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footOnLink .aBox .box .cn {
    font-size: 3.6vw;
  }
}
@media (max-width:1300px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footOnLink .aBox .box .cn {
    font-size: 2vw;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footOnLink .aBox .box .cn {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footNavBar .ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3vw;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footNavBar .ul .li {
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footNavBar .ul .li {
    margin-bottom: 0;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footNavBar .ul .li .aBox {
  position: relative;
  padding-left: 1vw;
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footNavBar .ul .li .aBox {
    padding-left: 4vw;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footNavBar .ul .li .aBox::before {
  content: '';
  position: absolute;
  display: block;
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background-color: #31B7AF;
  left: 0;
  top: calc(50% - 0.2vw);
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footNavBar .ul .li .aBox::before {
    width: 1vw;
    height: 1vw;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footNavBar .ul .li .aBox div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footNavBar .ul .li .aBox div {
    font-size: 3.6vw;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footErweima .ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1vw;
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footErweima .ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2vw;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footErweima .ul .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footErweima .ul .li .icoBox {
  width: 6vw;
  height: 6vw;
}
@media (max-width:1300px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footErweima .ul .li .icoBox {
    width: 10vw;
    height: 10vw;
  }
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footErweima .ul .li .icoBox {
    width: 20vw;
    height: 20vw;
  }
}
.foot .footThisBox > .thisBox .contentBox .topAllInfo .footRight .footErweima .ul .li .icoBox .imgBox {
  width: 100%;
  height: 100%;
}
.foot .footThisBox > .thisBox .contentBox .footBottomInfo {
  margin-top: 3vw;
  border-top: 1px solid #ccc;
  padding-top: 3vw;
  padding-bottom: 1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .footBottomInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    padding-bottom: 3vw;
  }
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .footBottomInfo .lbt {
    word-break: keep-all;
  }
}
.foot .footThisBox > .thisBox .contentBox .footBottomInfo .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThisBox > .thisBox .contentBox .footBottomInfo .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot .footThisBox > .thisBox .contentBox .footBottomInfo .left > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThisBox > .thisBox .contentBox .footBottomInfo .left > div.beian {
  margin-right: 1vw;
}
.foot .footThisBox > .thisBox .contentBox .footBottomInfo .left > div.beian a {
  text-decoration: underline;
  color: #31B7AF;
}
.foot .footThisBox > .thisBox .contentBox .footBottomInfo .right .jishuzhichi {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThisBox > .thisBox .contentBox .footBottomInfo .right a {
  text-decoration: underline;
  color: #31B7AF;
}
.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 .navigationThis {
  z-index: 1;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.swiperControl .navigation .navigationThis .btn {
  width: 3vw;
  height: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 1px solid rgba(51, 51, 51, 0.4);
}
@media (max-width:1024px) {
  .swiperControl .navigation .navigationThis .btn {
    width: 10vw;
    height: 10vw;
  }
}
.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;
  }
}
.swiperControl .navigation .navigationThis .btn:hover {
  background-color: #31B7AF;
  border-color: #31B7AF;
}
.swiperControl .navigation .navigationThis .btn:hover i {
  color: #fff;
}
.swiperControl .navigation.fff .navigationThis .btn {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.swiperControl .navigation.fff .navigationThis .btn i {
  color: #fff;
}
.swiperControl .navigation.fff .navigationThis .btn:hover {
  background-color: #31B7AF;
  border-color: #31B7AF;
}
.swiperControl .navigation.fff .navigationThis .btn:hover i {
  color: #fff;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
  height: 35vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
    height: 60vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox {
  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::before {
  pointer-events: none;
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0.4;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .imgBox::after {
  pointer-events: none;
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/unify/videoWenli.png);
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox {
  z-index: 1;
  position: absolute;
  left: 16vw;
  top: 15vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox {
    top: 26vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname {
  color: #fff;
  font-size: clamp(12px, 2.3vw, 2.3vw);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortname {
    font-size: 6.4vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  color: #fff;
  font-family: 'en8';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .subname {
    font-size: 4.4vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .mianbao .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .mianbao .box a {
  color: #fff;
  margin: 0 0.4vw;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .mianbao .box a:hover {
  color: #31B7AF;
  text-decoration: underline;
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox {
  position: relative;
  height: 20vw;
  width: 100%;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .detalBanner .thisBox .contentBox {
    height: 40vw;
  }
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .imgBox {
  width: 100%;
  height: 100%;
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  position: absolute;
  bottom: 6vw;
  left: 0;
  padding: 0 10vw;
  width: 100%;
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox .goBack {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox .goBack .ico {
  width: 3vw;
  height: 3vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox .goBack .ico {
    width: 10vw;
    height: 10vw;
  }
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox .goBack .ico i {
  color: #fff;
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox .goBack .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #fff;
  font-family: 'en8';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox .goBack .txt {
    font-size: 3.6vw;
  }
}
.twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox .xian {
  width: 76%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .detalBanner .thisBox .contentBox .posiBox .xian {
    width: 30%;
  }
}
.twoPageBox .pageContentAll .sortNav {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox {
    width: 100%;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl {
    gap: 0;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li {
    width: fit-content;
    padding: 0 6vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li .aBox {
  position: relative;
  padding: 1.6vw 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li .aBox {
    padding: 5vw 0;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li .aBox .txt {
  margin-right: 0.4vw;
  position: relative;
  z-index: 1;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li .aBox .txt div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li .aBox .txt div {
    font-size: 3.6vw;
  }
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li .aBox .txt div i {
  color: #ccc;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li .aBox::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #31B7AF;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox .txt .initTxt div {
  color: #31B7AF;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox i {
  color: #31B7AF;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox::after {
  width: 100%;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox .txt .initTxt div {
  color: #31B7AF;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox i {
  color: #31B7AF;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li:hover .aBox::after {
  width: 100%;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li.on .aBox .txt .initTxt div {
  color: #31B7AF;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li.on .aBox i {
  color: #31B7AF;
}
.twoPageBox .pageContentAll .sortNav .sortNavThis > .thisBox .contentBox .navUlBox .navUl .li.on .aBox::after {
  width: 100%;
}
.message_tongzhi {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.message_tongzhi .kuangjia {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.message_tongzhi .kuangjia .box {
  width: 400px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(255, 255, 255, 0.5);
  transform: translateY(50px);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 10px;
}
@media (max-width:1024px) {
  .message_tongzhi .kuangjia .box {
    width: 90%;
  }
}
.message_tongzhi .kuangjia .box i {
  font-size: 80px;
  margin-bottom: 20px;
}
@media (max-width:1024px) {
  .message_tongzhi .kuangjia .box i {
    font-size: 18vw;
  }
}
.message_tongzhi .kuangjia .box i.icon-zhengque {
  color: #46ad75;
}
.message_tongzhi .kuangjia .box i.icon-cuowu {
  color: #b62c2c;
}
.message_tongzhi .kuangjia .box span {
  font-size: 18px;
  color: #666;
}
.message_tongzhi .kuangjia .box .jishi {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.message_tongzhi .kuangjia.on .box {
  transform: translateY(0px);
}
.goTopBtn {
  position: fixed;
  bottom: 3vw;
  right: 0vw;
  z-index: 5;
  cursor: pointer;
  opacity: 1;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.goTopBtn > .thisBox {
  position: relative;
  width: 4.7vw;
  height: 100%;
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox {
    width: 15vw;
    height: 15vw;
  }
}
.goTopBtn > .thisBox .box {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #31B7AF;
  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.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.goTopBtn > .thisBox .box .svgBox svg {
  width: 100%;
  height: 100%;
  animation: xuanzhuan 30s linear 0s infinite normal;
}
.goTopBtn > .thisBox:hover .box {
  background-color: #31B7AF;
}
.goTopBtn > .thisBox:hover .box .svgBox {
  transform: scale(1.2);
}
.goTopBtn.show {
  opacity: 1;
}
#txt-pagetop-curves-lg path {
  fill: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.changePageMoveBox {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 1;
}
.changePageMoveBox .box {
  position: relative;
  width: 100%;
  height: 100%;
}
.changePageMoveBox .box .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
.changePageMoveBox .box .ul li {
  flex: 1;
  height: 100%;
  background-color: #fff;
  transform-origin: right;
}
.changePageMoveBox .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;
}
.changePageMoveBox .box .logoBox .color {
  background-color: #31B7AF;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .changePageMoveBox .box .logoBox {
    width: 55vw;
    height: 5vw;
  }
}
.changePageMoveBox .box .logoBox .color {
  background-color: #31B7AF;
}
#index_page .indexAll {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .indexAll {
    position: relative;
    height: unset;
  }
}
#index_page .indexAll #fullPage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage {
    overflow: auto;
  }
}
#index_page .indexAll #fullPage > .ul > .li {
  overflow: hidden;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner {
    position: relative;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner {
  width: 100%;
  height: 100%;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox {
    height: 60vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/unify/videoWenli.png);
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox #banVideo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox .shubiao {
  position: absolute;
  z-index: 1;
  left: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  bottom: 4vw;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox .shubiao {
    left: 5%;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox .shubiao i {
  color: #fff;
  font-size: 30px;
  animation: myBounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  display: block;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox .shubiao i {
    font-size: 14px;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox .shubiao .x {
  overflow: hidden;
  position: relative;
  width: 2px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox .shubiao .x {
    width: 1px;
    height: 20px;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox .shubiao .x .xx {
  position: absolute;
  top: -20px;
  background-color: #fff;
  width: 100%;
  height: 20px;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox .textBox {
  position: absolute;
  top: 40%;
  z-index: 3;
  left: 15vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox .textBox .def1,
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox .textBox .def1 div {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  color: #fff;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox .textBox .def1,
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox .textBox .def1 div {
    font-size: 5.2vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox .textBox .def2,
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox .textBox .def2 div {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #fff;
  opacity: 0.6;
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox .textBox .def2,
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxBanner > .thisBox .textBox .def2 div {
    font-size: 3.6vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox {
    padding: 12vw 0;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .unifyTitle .unifyTitleThis {
  margin: 0;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  padding-left: 10vw;
  height: calc(100vh - 5vw * 1);
  width: 100%;
}
@media (max-width:1600px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox {
    height: unset;
  }
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 8vw;
    height: unset;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox {
  width: 15%;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox {
    width: 100%;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox {
    width: 86%;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox .ul {
  margin-top: 6vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 8vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox .ul .li {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  cursor: pointer;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox .ul .li {
    gap: 3vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox .ul .li .txt {
  color: #fff;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-family: 'en8';
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox .ul .li .txt {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox .ul .li .txt {
    font-size: 4.4vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox .ul .li .line {
  width: 100%;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox .ul .li .line .xian {
  position: relative;
  height: 2px;
  background-color: #31B7AF;
  width: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox .ul .li .line .xian .ico {
  position: absolute;
  left: 100%;
  width: 1.8vw;
  height: 1.8vw;
  border-radius: 50%;
  top: 1px;
  translate: 0 -50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox .ul .li .line .xian .ico i {
  color: #31B7AF;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox .ul .li .line .xian .ico i {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox .ul .li .line .xian .ico i {
    font-size: 8vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox .ul .li.on .txt {
  color: #31B7AF;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox .ul .li.on .line .xian {
  width: 100%;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox .ul .li.on .line .xian .ico {
  background-color: #31B7AF;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .tabsBox .ul .li.on .line .xian .ico i {
  color: #fff;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox {
  position: relative;
  width: 70%;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox {
    width: 100%;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  pointer-events: none;
  opacity: 0;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox {
    height: unset;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox {
  width: 100%;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proSwiper {
  width: 100%;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proSwiper .swiper-slide {
  width: fit-content;
  padding-right: 8vw;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proSwiper .swiper-slide .box {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 3vw;
  padding: 0 5vw;
  height: 22vw;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proSwiper .swiper-slide .box {
    height: 40vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proSwiper .swiper-slide .box .imgBox {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 18vw;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proSwiper .swiper-slide .box .imgBox {
    width: 30vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proSwiper .swiper-slide .box .imgBox img {
  object-fit: contain;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proSwiper .swiper-slide .box .textBox {
  padding: 1vw 0;
  position: relative;
  z-index: 1;
  width: 28vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proSwiper .swiper-slide .box .textBox {
    width: 54vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proSwiper .swiper-slide .box .textBox .nameBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proSwiper .swiper-slide .box .textBox .nameBox .title {
  font-size: clamp(12px, 1.9vw, 1.9vw);
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proSwiper .swiper-slide .box .textBox .nameBox .title {
    font-size: 5.6vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proSwiper .swiper-slide .box .textBox .nameBox .jianjie {
  color: #fff;
  line-height: 2em;
  opacity: 0.7;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proSwiper .swiper-slide .box .textBox .nameBox .guige {
  color: #fff;
  line-height: 2em;
  opacity: 0.7;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proSwiper .swiper-slide .box::after {
  content: '';
  position: absolute;
  display: block;
  width: 98%;
  height: 90%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 20vw;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.05);
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proBotControl {
  margin-top: 2vw;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proBotControl {
    margin-top: 6vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proBotControl .controlLR {
  opacity: 0;
  transform: translateX(5vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proBotControl .controlLR {
    gap: 4vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proBotControl .controlLR .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proBotControl .controlLR .btn i {
  color: #fff;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proBotControl .controlLR .btn:hover {
  border-color: #31B7AF;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proBotControl .controlLR .btn:hover i {
  color: #31B7AF;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proBotControl .scrollBox {
  opacity: 0;
  transform: translateX(5vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 20vw;
  height: 4px;
  border-radius: 2px;
  background-color: #ccc;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proBotControl .scrollBox {
    width: 40vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox .swiperBox .proBotControl .scrollBox .swiper-scrollbar-drag {
  border-radius: 2px;
  height: 100%;
  background-color: #31B7AF;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox.on {
  opacity: 1;
  pointer-events: auto;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox.on .swiperBox .proBotControl .controlLR {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.5s;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox .contentBox .coutBox .changeBox.on .swiperBox .proBotControl .scrollBox {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxProduct > .thisBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(330deg, rgba(11, 49, 74, 0.5), rgba(11, 49, 74, 0.9), #072133);
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox {
    padding: 12vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .unifyTitle {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .unifyTitle {
    width: 86%;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .unifyTitle .unifyTitleThis {
  margin: 0;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 5vw * 1);
  padding: 0 10vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  padding-bottom: 5vw;
}
@media (max-width:1600px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1300px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox {
    height: calc(100vh - 5vw* 1);
  }
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox {
    height: unset;
  }
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox {
    padding: 0;
    height: unset;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .unifyTitle {
  margin-bottom: 2vw;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .unifyTitle {
    margin-bottom: 10vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox {
  position: relative;
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .swiper-slide {
    width: 80vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox {
    gap: 4vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox .date .dian {
  width: 1vw;
  height: 1vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 50%;
  background-color: #fff;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox .date .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'en8';
  text-transform: uppercase;
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox .date .txt {
    font-size: 3.6vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox .xian {
  width: 100%;
  border-top: 1px solid #999;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox .imgBox {
  width: 100%;
  overflow: hidden;
  height: 12vw;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox .imgBox {
    height: 46vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox .imgBox img {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .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);
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox .title {
    font-size: 3.8vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox .miaoshu {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 2em;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox .newsMore {
  width: 10vw;
  height: 2vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  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) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox .newsMore {
    width: 30vw;
    height: 10vw;
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox .newsMore .txt {
  color: #fff;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox:hover .date .dian {
  background-color: #31B7AF;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox:hover .imgBox img {
  transform: scale(1.05);
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox:hover .title {
  color: #31B7AF;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox:hover .newsMore {
  background-color: #31B7AF;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox #inxNews .aBox:hover .newsMore .txt {
  color: #fff;
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox .swiperControl .navigation {
  position: absolute;
  bottom: calc(100% + 3vw);
  right: 0;
}
@media (max-width:1024px) {
  #index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox .contentBox .swiperBox .swiperControl .navigation {
    right: 8%;
    z-index: 1;
    bottom: calc(100% + 10vw);
  }
}
#index_page .indexAll #fullPage > .ul > .li .slide-inner .inxNews > .thisBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(330deg, rgba(11, 49, 74, 0.4), rgba(11, 49, 74, 0.7), #072133);
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topNews {
    display: none;
  }
}
#news_page .pageContentAll .pageContent .topNews > .thisBox {
  padding-bottom: 4vw;
}
#news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper {
  height: 25vw;
}
#news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide {
  width: 80vw;
}
#news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide .aBox {
  border-radius: 1vw;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
#news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide .aBox .textBox {
  padding: 4vw;
  width: 50%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
}
#news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide .aBox .textBox .date {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-family: 'en8';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide .aBox .textBox .date {
    font-size: 4vw;
  }
}
#news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide .aBox .textBox .title {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-weight: bold;
  margin: 1vw 0;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide .aBox .textBox .title {
    font-size: 4.8vw;
  }
}
#news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide .aBox .textBox .miaoshu {
  line-height: 2em;
  color: #666;
  margin-bottom: 3vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide .aBox .textBox .moreBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
#news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide .aBox .textBox .moreBtn .ico {
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 50%;
  background-color: #31B7AF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide .aBox .textBox .moreBtn .ico i {
  color: #fff;
}
#news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide .aBox .textBox .moreBtn .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #31B7AF;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide .aBox .textBox .moreBtn .txt {
    font-size: 3.6vw;
  }
}
#news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide .aBox .imgBoxAll {
  width: 50%;
  height: 100%;
}
#news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide .aBox .imgBoxAll .imgBox {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  overflow: hidden;
}
#news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide .aBox .imgBoxAll .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide .aBox:hover .imgBoxAll .imgBox img {
  transform: scale(1.1);
}
#news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox #topNewsSwiper .swiper-slide .aBox:hover .textBox .title {
  color: #31B7AF;
}
#news_page .pageContentAll .pageContent .topNews > .thisBox .contentBox .swiperBox .swiperControl {
  margin-top: 2vw;
}
#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 .li {
  padding: 4vw 0;
  border-bottom: 1px solid #ddd;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li:first-child {
  border-top: 1px solid #ddd;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox {
  height: 15vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    height: unset;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgBoxAll {
  width: 26vw;
  height: 100%;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgBoxAll {
    width: 100%;
    height: 50vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgBoxAll .imgBox {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0.8vw;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .imgBoxAll .imgBox img {
  transition-duration: 0.8s;
  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 .textBox {
  padding-left: 6vw;
  width: calc(100% - 15vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox {
    padding-left: 0;
    padding-top: 6vw;
    width: 100%;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .date {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  font-family: 'en8';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .date {
    font-size: 3.6vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .title {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-weight: bold;
  margin: 1vw 0;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .title {
    font-size: 4.4vw;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .title {
    margin: 2vw 0;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .miaoshu {
  line-height: 2em;
  color: #666;
  margin-bottom: 3vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .moreBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .moreBtn {
    gap: 2vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .moreBtn .ico {
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 50%;
  background-color: #31B7AF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .moreBtn .ico {
    width: 8vw;
    height: 8vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .moreBtn .ico i {
  color: #fff;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .moreBtn .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  color: #31B7AF;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .textBox .moreBtn .txt {
    font-size: 3.6vw;
  }
}
#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: #31B7AF;
}
#about_jieshao_page .pageContentAll .pageContent {
  padding-bottom: 0;
}
#about_jieshao_page .pageContentAll .pageContent .jieshao > .thisBox {
  position: relative;
  padding-top: 4vw;
}
#about_jieshao_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .txtBox {
  width: 50vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .txtBox {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .txtBox {
    width: 86%;
  }
}
#about_jieshao_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .txtBox .title {
  padding: 0.4vw 2vw;
  background-color: #31B7AF;
  color: #fff;
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-weight: bold;
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .txtBox .title {
    font-size: 4.8vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .txtBox .content p {
  font-size: clamp(12px, 1vw, 1vw);
  text-indent: 2em;
  line-height: 2em;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .txtBox .content p {
    font-size: 3.8vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .jieshao > .thisBox .posiImg .img1 {
  position: absolute;
  pointer-events: none;
  left: -20vw;
  top: 0;
  width: 40vw;
}
#about_jieshao_page .pageContentAll .pageContent .jieshao > .thisBox .posiImg .img2 {
  position: absolute;
  pointer-events: none;
  right: -25vw;
  top: -5vw;
  width: 40vw;
  transform: rotate(45deg);
}
#about_jieshao_page .pageContentAll .pageContent .youshi {
  position: relative;
  z-index: 1;
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox {
  padding: 7vw 0;
}
@media (max-width:1600px) {
  #about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1300px) {
  #about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox {
    padding: 12vw 0;
  }
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox {
    width: 86%;
  }
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul {
  width: 100%;
  height: 18vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li {
  flex: 1;
  height: 100%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li {
    width: 100%;
  }
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box {
  position: relative;
  overflow: hidden;
  border-radius: 1vw;
  background-color: #fff;
  padding: 2vw;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box {
    padding: 6vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .top {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .top i {
  color: #31B7AF;
  font-size: clamp(12px, 2.7vw, 2.7vw);
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .top i {
    font-size: 7.2vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .top .title {
  font-size: clamp(12px, 1.2vw, 1.2vw);
  color: #31B7AF;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .top .title {
    font-size: 4.2vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .bottom {
  position: relative;
  z-index: 1;
  width: 15vw;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .bottom {
    width: 100%;
  }
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .bottom .content p {
  transition-duration: 0.8s;
  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) {
  #about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .bottom .content p {
    font-size: 3.6vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .posTxt {
  position: absolute;
  z-index: 1;
  right: 2vw;
  pointer-events: none;
  bottom: 2vw;
  opacity: 0.05;
  font-family: 'cn1';
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #000;
  font-size: clamp(12px, 4.7vw, 4.7vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .posTxt {
    font-size: 11.2vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box .bgImg {
  left: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
  filter: grayscale(1);
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li .box::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #31B7AF;
  opacity: 0;
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li.on {
  flex: 2;
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li.on .box .top i {
  color: #fff;
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li.on .box .top .title {
  color: #fff;
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li.on .box .bottom .content p {
  color: #fff;
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li.on .box .posTxt {
  opacity: 0.2;
  color: #fff;
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li.on .box .bgImg {
  opacity: 0.4;
}
#about_jieshao_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .ul .li.on .box::after {
  opacity: 0.7;
}
#about_jieshao_page .pageContentAll .pageContent .wenhua {
  position: relative;
}
#about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 4vw 0;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox {
    padding: 12vw 0;
  }
}
#about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .tabsBox {
    margin-bottom: 4vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .tabsBox .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .tabsBox .ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 6vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .tabsBox .ul .li .title {
  position: relative;
  cursor: pointer;
  font-size: clamp(12px, 1.7vw, 1.7vw);
  background: -webkit-linear-gradient(180deg, #333333, #333333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .tabsBox .ul .li .title {
    font-size: 5.2vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .tabsBox .ul .li .title::after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  height: 2vw;
  width: 1px;
  background-color: #ddd;
}
#about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .tabsBox .ul .li.on .title {
  background: -webkit-linear-gradient(180deg, rgba(49, 183, 175, 0.6), #31b7af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .tabsBox .ul .li:last-child .title::after {
  display: none;
}
#about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .coutBox {
  position: relative;
  width: 84%;
  height: 16vw;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .coutBox {
    height: unset;
    width: 100%;
  }
}
#about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .coutBox .changeBox {
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
  transform: translateX(4vw);
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .coutBox .changeBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .coutBox .changeBox .imgBox {
  width: 35vw;
  height: 100%;
  overflow: hidden;
  border-radius: 10vw;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .coutBox .changeBox .imgBox {
    width: 100%;
  }
}
#about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .coutBox .changeBox .textBox {
  padding-left: 6vw;
  width: calc(100% - 35vw);
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .coutBox .changeBox .textBox {
    padding-left: 0;
    width: 100%;
  }
}
#about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .coutBox .changeBox .textBox .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .coutBox .changeBox .textBox .box .title {
  color: #31B7AF;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .coutBox .changeBox .textBox .box .title {
    font-size: 4vw;
  }
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .coutBox .changeBox .textBox .box .title {
    font-size: 5vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .coutBox .changeBox .textBox .box .content p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .coutBox .changeBox .textBox .box .content p {
    font-size: 3.6vw;
  }
}
#about_jieshao_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .coutBox .changeBox.on {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  transition-delay: 0.2s;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears {
  position: relative;
  width: 10vw;
  will-change: transform;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  border-right: 1px solid #ddd;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears {
    width: 100%;
    padding: 8vw 0;
    background-color: #fff;
    display: none;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box {
  padding-left: 2vw;
  position: relative;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 4vw;
    width: 100%;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li {
  height: 3vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .year {
  cursor: pointer;
  font-size: clamp(12px, 1vw, 1vw);
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-family: 'en8';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .year {
    font-size: 3.8vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li.on .year {
  transform: scale(1.2);
  transform-origin: 0 50%;
  color: #31B7AF;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .dotLine {
  position: absolute;
  left: -2px;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  height: 3vw;
  width: 3px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .dotLine {
    display: none;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .dotLine div {
  width: 100%;
  height: 1.5vw;
  border-radius: 1px;
  background-color: #31B7AF;
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout {
  padding-left: 6vw;
  width: calc(100% - 10vw);
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout {
    width: 100%;
    padding-left: 0;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li {
  padding: 3vw;
  border-bottom: 1px dashed #dddddd;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  background-color: #fff;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
    flex-direction: column-reverse;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt {
  width: calc(100% - 20vw);
  padding-right: 8vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt {
    width: 100%;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .title {
  font-size: clamp(12px, 2.1vw, 2.1vw);
  color: #31B7AF;
  font-family: 'en8';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .title {
    font-size: 6vw;
  }
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .title {
    font-size: 6vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .one {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-family: 'cn1';
  font-weight: bold;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .one {
    font-size: 4vw;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .rightImg {
  width: 20vw;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .rightImg {
    width: 100%;
  }
}
#about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .rightImg img {
  width: 100%;
  height: 12vw;
  object-fit: cover;
}
@media (max-width:1024px) {
  #about_history_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .rightImg img {
    height: 40vw;
  }
}
#contact_page .pageContentAll .pageContent {
  padding-top: 0;
}
#contact_page .pageContentAll .pageContent .address {
  position: relative;
}
#contact_page .pageContentAll .pageContent .address > .thisBox {
  padding: 7vw 0;
  position: relative;
  z-index: 1;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .address > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .address > .thisBox {
    padding: 7vw 0;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .address > .thisBox {
    padding: 12vw 0;
  }
}
#contact_page .pageContentAll .pageContent .address > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .address > .thisBox .contentBox {
    width: 86%;
  }
}
#contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
#contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul li {
  flex: unset;
  width: calc(100% / 2 - (2 - 1) * 2vw / 2);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul .li {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul .li .box {
  position: relative;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 2vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul .li .box {
    padding: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 2vw;
  }
}
#contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul .li .box .title {
  font-family: 'cn1';
  font-size: clamp(12px, 1.3vw, 1.3vw);
  font-weight: bold;
  margin-bottom: 1vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul .li .box .title {
    font-size: 4.4vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul .li .box .title {
    margin-bottom: 2vw;
  }
}
#contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul .li .box .lianxiInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul .li .box .lianxiInfo .one .bdTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  font-size: clamp(12px, 1vw, 1vw);
  color: #31B7AF;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul .li .box .lianxiInfo .one .bdTitle {
    font-size: 3.8vw;
  }
}
#contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul .li .box .lianxiInfo .one .bdTitle i {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #31B7AF;
  margin-right: 0.6vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul .li .box .lianxiInfo .one .bdTitle i {
    font-size: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul .li .box .lianxiInfo .one .txt {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  padding-left: 1.7vw;
  margin-top: 0.4vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul .li .box .lianxiInfo .one .txt {
    font-size: 3.6vw;
  }
}
#contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul .li .box::after {
  width: 0;
  content: '';
  position: absolute;
  display: block;
  height: 0.2vw;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  bottom: 0;
  left: 0;
  background-color: #31B7AF;
}
#contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul .li .box:hover {
  border-color: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.08);
}
#contact_page .pageContentAll .pageContent .address > .thisBox .contentBox .ul .li .box:hover::after {
  width: 100%;
}
#contact_page .pageContentAll .pageContent .address .bgImg {
  filter: grayscale(0.7);
  opacity: 0.2;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox {
    padding-top: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
    width: 86%;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 1px solid #dde0e4;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box {
  flex: 1;
  border-left: 1px solid #dde0e4;
  padding: 2vw;
  height: 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box {
    padding: 4vw;
    border-left: none;
    border-bottom: 1px solid #dde0e4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico i {
  color: #31B7AF;
  font-size: clamp(12px, 1.3vw, 1.3vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico i {
    font-size: 4.4vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .ico i {
    font-size: 7vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .label .txt {
    font-size: 3.8vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .cout {
  margin-top: 1vw;
  text-align: center;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box .cout {
    font-size: 4vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box:first-child {
  border-left: none;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box:nth-child(3) {
    border-left: none;
    border-top: none;
  }
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .lianxi .ulBox .box:nth-child(4) {
    border-top: 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.8s;
  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: #31B7AF;
}
#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.8s;
  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;
}
#product_page .pageContentAll .pageContent {
  padding: 0;
}
#product_page .pageContentAll .pageContent .productList {
  position: relative;
  overflow: hidden;
}
#product_page .pageContentAll .pageContent .productList > .thisBox {
  position: relative;
  z-index: 1;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox {
  width: 100%;
  height: 100vh;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  bottom: 1vw;
  height: 2.5vw;
  border-radius: 2vw;
  border: 1px solid #31B7AF;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav {
    bottom: 4vw;
    height: 10vw;
    background-color: #fff;
    border-radius: 5vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul .li {
  position: relative;
  height: 100%;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul .li .title {
  height: 100%;
  padding: 0 2vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  cursor: pointer;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul .li .title {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul .li .title {
    width: max-content;
    padding: 0 8vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul .li .twoProSort {
  position: absolute;
  bottom: calc(100% + 1vw);
  left: 50%;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  padding: 0 2vw;
  border-radius: 2vw;
  background-color: #31B7AF;
  transform: translateX(-50%);
  opacity: 0;
  will-change: transform;
  pointer-events: none;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul .li .twoProSort {
    padding: 2vw;
    overflow: hidden;
    bottom: calc(100% + 3vw);
    width: 66vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul .li .twoProSort .ul2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul .li .twoProSort .ul2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul .li .twoProSort .ul2 .li2 {
  padding: 0.3vw 1vw;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul .li .twoProSort .ul2 .li2 {
    padding: 2vw 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul .li .twoProSort .ul2 .li2 .txt {
  cursor: pointer;
  color: #fff;
  opacity: 0.7;
  width: max-content;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul .li .twoProSort .ul2 .li2.on {
  background-color: #007fc5;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul .li .twoProSort .ul2 .li2.on .txt {
  opacity: 1;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul .li .twoProSort::after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background-color: #31B7AF;
  width: 1vw;
  height: 0.6vw;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul .li .twoProSort::after {
    width: 3vw;
    height: 1.8vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul .li.on .title {
  color: #fff;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .ul .li.on .twoProSort {
  opacity: 1;
  pointer-events: auto;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .moveI {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-timing-function: ease;
  padding: 0.2vw;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .moveI {
    padding: 1vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .moveI div {
  width: 100%;
  height: 100%;
  background-color: #31B7AF;
  border-radius: 2vw;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .proSortNav .moveI div {
    border-radius: 5vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout {
  height: 100%;
  padding-bottom: 4vw;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox {
  height: 100%;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox {
  padding: 0 10vw;
  width: max-content;
  height: 100%;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox {
    width: 100%;
    padding: 30vw 10vw 60vw;
    height: unset;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  height: 100%;
  gap: 4vw;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 14vw;
    height: unset;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li {
  opacity: 0;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox {
  cursor: pointer;
  position: relative;
  width: 20vw;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox {
    width: 60vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox .imgBox {
  position: relative;
  z-index: 1;
  width: 90%;
  height: 14vw;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox .imgBox {
    height: 40vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox .imgBox img {
  object-fit: contain;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox .textBox {
  width: 80%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox .textBox .title {
  font-size: clamp(12px, 1.3vw, 1.3vw);
  margin: 1vw 0 0.5vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #31B7AF;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox .textBox .title {
    font-size: 4.4vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox .textBox .sortname {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  margin-bottom: 1vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #fff;
  background-color: #31B7AF;
  border-radius: 2vw;
  padding: 0.2vw 1vw;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox .textBox .sortname {
    font-size: 3.6vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox .textBox .miaoshu {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  transition-duration: 0.3s;
  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 .productCout .proListBox .moveBox .ul .li .aBox .textBox .miaoshu {
    font-size: 3.6vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  aspect-ratio: 1;
  z-index: 1;
  border-radius: 50%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  bottom: -4vw;
  left: 0;
  animation: ripple 1s linear 0s infinite normal;
  border: 1px dashed #fff;
  translate: -1px 1px;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #e5eef0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  bottom: -4vw;
  left: 0;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox:hover .textBox .title {
  color: #ffff;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox:hover .textBox .sortname {
  color: #31B7AF;
  background-color: #fff;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox:hover .textBox .miaoshu {
  color: #fff;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox:hover::before {
  opacity: 1;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .productCout .proListBox .moveBox .ul .li .aBox:hover::after {
  background-color: #31B7AF;
  transform: scale(1.1);
}
#product_page .pageContentAll .pageContent .productList .detailContent {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList .detailContent {
    height: 100vh;
  }
}
#product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .leftBox {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .leftBox {
    width: 100%;
    padding-top: 20vw;
    height: 40%;
  }
}
#product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .leftBox .imgBox {
  width: 24vw;
  height: 24vw;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .leftBox .imgBox {
    width: 50vw;
    height: 50vw;
  }
}
#product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .leftBox .imgBox img {
  object-fit: contain;
}
#product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .rightBox {
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  padding: 0 14vw 0 7vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .rightBox {
    width: 100%;
    height: 60%;
    justify-content: flex-start;
    padding-top: 8vw;
  }
}
#product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .rightBox .miaoshu {
  line-height: 2em;
  padding-bottom: 2vw;
  color: #666;
  border-bottom: 1px dashed #ccc;
  font-size: clamp(12px, 0.7vw, 0.7vw);
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .rightBox .miaoshu {
    font-size: 3.2vw;
  }
}
#product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .rightBox .title {
  font-size: clamp(12px, 2.3vw, 2.3vw);
  font-weight: bold;
  color: #31B7AF;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .rightBox .title {
    font-size: 6.4vw;
  }
}
#product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .rightBox .canshu .guigeBox {
  padding: 1vw 0;
  border-bottom: 1px dashed #ddd;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .rightBox .canshu .guigeBox {
    padding: 4vw 0;
  }
}
#product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .rightBox .canshu .guigeBox .bdTitle {
  position: relative;
  padding-left: 1vw;
  font-weight: bold;
  font-size: clamp(12px, 1vw, 1vw);
  margin-bottom: 0.4vw;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .rightBox .canshu .guigeBox .bdTitle {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .rightBox .canshu .guigeBox .bdTitle {
    margin-bottom: 1vw;
    padding-left: 3vw;
  }
}
#product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .rightBox .canshu .guigeBox .bdTitle::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  height: 80%;
  top: 10%;
  width: 0.2vw;
  background-color: #31B7AF;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .rightBox .canshu .guigeBox .bdTitle::before {
    width: 0.6vw;
  }
}
#product_page .pageContentAll .pageContent .productList .detailContent .detailBoxAll .rightBox .canshu .guigeBox .txt {
  line-height: 2em;
}
#product_page .pageContentAll .pageContent .productList .detailContent .closeAll {
  position: absolute;
  left: 3vw;
  top: 50%;
  z-index: 1;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList .detailContent .closeAll {
    left: 50%;
    bottom: 4vw;
    top: unset;
    transform: translate(-50%, -50%);
  }
}
#product_page .pageContentAll .pageContent .productList .detailContent .closeAll .clear {
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
  background-color: #31B7AF;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-timing-function: cubic-bezier(0.17, 0.84, 0.62, 1.4);
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList .detailContent .closeAll .clear {
    width: 12vw;
    height: 12vw;
  }
}
#product_page .pageContentAll .pageContent .productList .detailContent .closeAll .clear i {
  color: #fff;
  font-size: clamp(12px, 1vw, 1vw);
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList .detailContent .closeAll .clear i {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList .detailContent .closeAll .clear i {
    font-size: 6vw;
  }
}
@media (min-width:1024px) {
  #product_page .pageContentAll .pageContent .productList .detailContent .closeAll:hover {
    transform: scale(0.9);
  }
}
#product_page .pageContentAll .pageContent .productList .bgImg {
  opacity: 0.1;
}
@media (min-width:1024px) {
  #product_page .pageContentAll .pageContent .productList::before {
    content: '';
    position: absolute;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 20vw;
    pointer-events: none;
    background: linear-gradient(to left, transparent, #EDEFF3);
  }
  #product_page .pageContentAll .pageContent .productList::after {
    content: '';
    position: absolute;
    display: block;
    z-index: 2;
    top: 0;
    pointer-events: none;
    right: 0;
    height: 100%;
    width: 20vw;
    background: linear-gradient(to right, transparent, #EDEFF3);
  }
}
#product_page .topNav .topNavThis::after {
  opacity: 0;
  pointer-events: none;
}
#product_index_page .pageContentAll .pageContent {
  padding: 0;
}
#product_index_page .pageContentAll .pageContent .proNav .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #product_index_page .pageContentAll .pageContent .proNav .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#product_index_page .pageContentAll .pageContent .proNav .ul .li {
  flex: 1;
  height: 100vh;
}
#product_index_page .pageContentAll .pageContent .proNav .ul .li .aBox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#product_index_page .pageContentAll .pageContent .proNav .ul .li .aBox .imgBox {
  width: 100%;
  height: 100%;
}
#product_index_page .pageContentAll .pageContent .proNav .ul .li .aBox .imgBox img {
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#product_index_page .pageContentAll .pageContent .proNav .ul .li .aBox .textBox {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#product_index_page .pageContentAll .pageContent .proNav .ul .li .aBox .textBox i {
  color: #31B7AF;
  font-size: clamp(12px, 3.7vw, 3.7vw);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  opacity: 0;
  transform: translateY(2vw);
}
@media (max-width:1024px) {
  #product_index_page .pageContentAll .pageContent .proNav .ul .li .aBox .textBox i {
    font-size: 9.2vw;
  }
}
#product_index_page .pageContentAll .pageContent .proNav .ul .li .aBox .textBox .name {
  margin: 2vw 0 1vw;
  font-size: clamp(12px, 1.7vw, 1.7vw);
  color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateY(-1vw);
}
@media (max-width:1024px) {
  #product_index_page .pageContentAll .pageContent .proNav .ul .li .aBox .textBox .name {
    font-size: 5.2vw;
  }
}
#product_index_page .pageContentAll .pageContent .proNav .ul .li .aBox .textBox .subname {
  font-size: clamp(12px, 1.1vw, 1.1vw);
  color: #31B7AF;
  font-family: 'en8';
  text-transform: uppercase;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateY(-1vw);
}
@media (max-width:1024px) {
  #product_index_page .pageContentAll .pageContent .proNav .ul .li .aBox .textBox .subname {
    font-size: 4vw;
  }
}
#product_index_page .pageContentAll .pageContent .proNav .ul .li .aBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 32, 37, 0.8);
  opacity: 0.5;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#product_index_page .pageContentAll .pageContent .proNav .ul .li .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#product_index_page .pageContentAll .pageContent .proNav .ul .li .aBox:hover .textBox i {
  transform: translateY(0);
  opacity: 1;
}
#product_index_page .pageContentAll .pageContent .proNav .ul .li .aBox:hover .textBox .name {
  transform: translateY(0);
}
#product_index_page .pageContentAll .pageContent .proNav .ul .li .aBox:hover .textBox .subname {
  transform: translateY(0);
}
#product_index_page .pageContentAll .pageContent .proNav .ul .li .aBox:hover::after {
  opacity: 1;
}
#product_detail_page .pageContentAll .pageContent {
  padding-top: 0;
}
#product_detail_page .pageContentAll .pageContent .proDetail {
  position: relative;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox {
  padding-top: 4vw;
  position: relative;
  z-index: 1;
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
  border-radius: 1vw;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 28vw;
  background-color: #fff;
}
@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 {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftBox {
  width: 40%;
  height: 100%;
  background-color: #ebeef3;
  padding: 3vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftBox {
    width: 100%;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftBox .imgBox {
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftBox .imgBox {
    height: 40vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .leftBox .imgBox img {
  object-fit: contain;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rigthBox {
  width: 60%;
  height: 100%;
  padding: 4vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rigthBox {
    width: 100%;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rigthBox .title {
  font-size: clamp(12px, 1.7vw, 1.7vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rigthBox .title {
    font-size: 5.2vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rigthBox .miaoshu {
  line-height: 2em;
  font-size: clamp(12px, 0.9vw, 0.9vw);
  opacity: 0.8;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proDetail > .thisBox .contentBox .rigthBox .miaoshu {
    font-size: 3.6vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proDetail .posiBox .img1 {
  position: absolute;
  right: 0;
  top: 2vw;
  z-index: 1;
  width: 20vw;
}
#product_detail_page .pageContentAll .pageContent .proGuige > .thisBox {
  padding-top: 7vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #product_detail_page .pageContentAll .pageContent .proGuige > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1300px) {
  #product_detail_page .pageContentAll .pageContent .proGuige > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proGuige > .thisBox {
    padding-top: 12vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proGuige > .thisBox .biaoti {
  font-size: clamp(12px, 1.7vw, 1.7vw);
  margin-bottom: 2vw;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proGuige > .thisBox .biaoti {
    font-size: 5.2vw;
  }
}
#product_detail_page .pageContentAll .pageContent .proGuige > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proGuige > .thisBox .contentBox {
    width: 86%;
  }
}
#product_detail_page .pageContentAll .pageContent .proGuige > .thisBox .contentBox .guigeAll {
  background-color: #ebeef3;
  border-radius: 1vw;
  overflow: hidden;
}
#product_detail_page .pageContentAll .pageContent .proGuige > .thisBox .contentBox .guigeAll .guigeBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  position: relative;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proGuige > .thisBox .contentBox .guigeAll .guigeBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#product_detail_page .pageContentAll .pageContent .proGuige > .thisBox .contentBox .guigeAll .guigeBox .bdTitle {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 2vw;
  width: 15vw;
  line-height: 2em;
  background-color: #31B7AF;
  color: #fff;
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proGuige > .thisBox .contentBox .guigeAll .guigeBox .bdTitle {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proGuige > .thisBox .contentBox .guigeAll .guigeBox .bdTitle {
    width: 100%;
  }
}
#product_detail_page .pageContentAll .pageContent .proGuige > .thisBox .contentBox .guigeAll .guigeBox .txt {
  padding: 2vw 4vw;
  width: calc(100% - 15vw);
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proGuige > .thisBox .contentBox .guigeAll .guigeBox .txt {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #product_detail_page .pageContentAll .pageContent .proGuige > .thisBox .contentBox .guigeAll .guigeBox .txt {
    width: 100%;
    line-height: 2em;
  }
}
#product_detail_page .pageContentAll .pageContent .proGuige > .thisBox .contentBox .guigeAll .guigeBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: calc(100% - 15vw);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#product_detail_page .pageContentAll .pageContent .proGuige > .thisBox .contentBox .guigeAll .guigeBox:first-child::after {
  display: none;
}
#about_honor_page .pageContentAll .pageContent {
  padding-top: 0;
}
#about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1600px) {
  #about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1300px) {
  #about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox {
    padding-top: 12vw;
  }
}
#about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4vw;
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4vw;
  }
}
#about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul .li .honorA {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul .li .honorA .imgBox {
  width: 100%;
  padding: 2vw;
  background-color: #fff;
  height: 16vw;
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul .li .honorA .imgBox {
    height: 36vw;
  }
}
#about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul .li .honorA .imgBox img {
  object-fit: contain;
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
#about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul .li .honorA .txt {
  margin-top: 1vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul .li .honorA .txt {
    font-size: 3.6vw;
  }
}
#about_honor_page .pageContentAll .pageContent .honorListBox > .thisBox .cenBox .ul .li .honorA:hover .imgBox img {
  transform: scale(1.1);
}
#service_page .pageContentAll .pageContent .peixun > .thisBox {
  padding-bottom: 7vw;
}
@media (max-width:1600px) {
  #service_page .pageContentAll .pageContent .peixun > .thisBox {
    padding-bottom: 7vw;
  }
}
@media (max-width:1300px) {
  #service_page .pageContentAll .pageContent .peixun > .thisBox {
    padding-bottom: 7vw;
  }
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .peixun > .thisBox {
    padding-bottom: 12vw;
  }
}
#service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox {
    width: 86%;
  }
}
#service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 6vw;
}
#service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li {
  width: 100%;
}
#service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
#service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .imgBox {
  padding: 2vw;
  border-radius: 1vw;
  width: 30vw;
  height: 30vw;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .imgBox {
    width: 100%;
    height: 60vw;
  }
}
#service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .imgBox img {
  object-fit: contain;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .imgBox img {
    height: 100%;
  }
}
#service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox {
  position: relative;
  padding-left: 6vw;
  width: calc(100% - 30vw);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox {
    width: 100%;
    padding-left: 0;
  }
}
#service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox .subtitle {
  font-size: clamp(12px, 2.1vw, 2.1vw);
  font-family: 'en8';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox .subtitle {
    font-size: 6vw;
  }
}
#service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox .title {
  font-size: clamp(12px, 1.5vw, 1.5vw);
  font-family: 'cn1';
  color: #31B7AF;
  margin-bottom: 2vw;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 4.8vw;
  }
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox .title {
    font-size: 6vw;
  }
}
#service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox .miaoshu {
  position: relative;
  padding-left: 3vw;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox .miaoshu {
    font-size: 3.6vw;
  }
}
#service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox .miaoshu p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
  line-height: 2.6em;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox .miaoshu p {
    font-size: 3.6vw;
  }
}
#service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox .miaoshu::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  color: #31B7AF;
  font-size: clamp(12px, 2.7vw, 2.7vw);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox .miaoshu::before {
    font-size: 7.2vw;
  }
}
#service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox .num,
#service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox .num div {
  margin-top: 2vw;
  font-size: clamp(12px, 6.7vw, 6.7vw);
  font-family: 'en8';
  text-transform: uppercase;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox .num,
  #service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox .num div {
    font-size: 15.2vw;
  }
}
#service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li .box .textBox::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 30vw;
  background-color: #222;
  width: 100%;
  height: 1px;
  left: 4vw;
}
@media (min-width:1024px) {
  #service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li:nth-child(even) .box {
    flex-direction: row-reverse;
  }
  #service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li:nth-child(even) .box .textBox {
    padding-left: unset;
    padding-right: 6vw;
  }
  #service_page .pageContentAll .pageContent .peixun > .thisBox .contentBox .ul .li:nth-child(even) .box .textBox::after {
    left: unset;
    right: 4vw;
  }
}
#service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 30vw;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    height: unset;
  }
}
#service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li {
  height: 100%;
  flex: 1;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li {
    width: 100%;
  }
}
#service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox {
    height: 66vw;
  }
}
#service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox .imgBox {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
#service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  height: calc(100% + 2vw);
}
#service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox .textBox {
  position: absolute;
  top: 0;
  padding-top: 3vw;
  left: 0;
  padding-left: 4vw;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox .textBox {
    padding-top: 8vw;
    padding-left: 8vw;
  }
}
#service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox .textBox .titleTop {
  position: relative;
  z-index: 1;
}
#service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox .textBox .titleTop .en {
  color: #31B7AF;
  font-size: clamp(12px, 4.2vw, 4.2vw);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox .textBox .titleTop .en {
    font-size: 10.2vw;
  }
}
#service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox .textBox .titleTop .cn {
  color: #fff;
  font-size: clamp(12px, 1.5vw, 1.5vw);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox .textBox .titleTop .cn {
    font-size: 4.8vw;
  }
}
#service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox .textBox .miaoshu {
  margin-top: 1vw;
  background-color: #31B7AF;
  padding: 0.4vw 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  color: #fff;
  border-radius: 1vw;
  position: relative;
  z-index: 1;
}
#service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox .textBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.4));
}
#service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox .moreBtn {
  position: absolute;
  top: 4vw;
  right: 4vw;
  border-radius: 1vw;
  border: 2px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 4vw;
  height: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox .moreBtn {
    top: 8vw;
    right: 8vw;
    width: 8vw;
    height: 8vw;
  }
}
#service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox .moreBtn i {
  color: #fff;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox .moreBtn i {
    font-size: 4vw;
  }
}
#service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox:hover .imgBox img {
  transform: translateY(2vw);
}
#service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox:hover .moreBtn {
  border-color: #31B7AF;
  background-color: #31B7AF;
}
#service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox:hover .moreBtn i {
  color: #fff;
  font-size: clamp(12px, 1.1vw, 1.1vw);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .shangxue > .thisBox .contentBox .ul .li .aBox:hover .moreBtn i {
    font-size: 4vw;
  }
}
#service_page .pageContentAll .pageContent .zhuanqu > .thisBox {
  padding-top: 7vw;
}
@media (max-width:1600px) {
  #service_page .pageContentAll .pageContent .zhuanqu > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1300px) {
  #service_page .pageContentAll .pageContent .zhuanqu > .thisBox {
    padding-top: 7vw;
  }
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .zhuanqu > .thisBox {
    padding-top: 12vw;
  }
}
#service_page .pageContentAll .pageContent .zhuanqu > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .zhuanqu > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .zhuanqu > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#service_page .pageContentAll .pageContent .zhuanqu > .thisBox .contentBox .imgBox {
  width: 60%;
  height: 26vw;
  border-radius: 1vw;
  overflow: hidden;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .zhuanqu > .thisBox .contentBox .imgBox {
    width: 100%;
    height: 50vw;
  }
}
#service_page .pageContentAll .pageContent .zhuanqu > .thisBox .contentBox .txtBox {
  width: 40%;
  background-color: #31B7AF;
  border-radius: 0 1vw 1vw 0;
  padding: 4vw;
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .zhuanqu > .thisBox .contentBox .txtBox {
    width: 100%;
  }
}
#service_page .pageContentAll .pageContent .zhuanqu > .thisBox .contentBox .txtBox .content p {
  line-height: 3em;
  color: #fff;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #service_page .pageContentAll .pageContent .zhuanqu > .thisBox .contentBox .txtBox .content p {
    font-size: 3.6vw;
  }
}
#shangxue_page .pageContentAll .pageContent .shangxueList > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1024px) {
  #shangxue_page .pageContentAll .pageContent .shangxueList > .thisBox .contentBox {
    width: 86%;
  }
}
#shangxue_page .pageContentAll .pageContent .shangxueList > .thisBox .contentBox .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
#shangxue_page .pageContentAll .pageContent .shangxueList > .thisBox .contentBox .ul li {
  flex: unset;
  width: calc(100% / 3 - (3 - 1) * 2vw / 3);
}
@media (max-width:1024px) {
  #shangxue_page .pageContentAll .pageContent .shangxueList > .thisBox .contentBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
  }
  #shangxue_page .pageContentAll .pageContent .shangxueList > .thisBox .contentBox .ul li {
    flex: unset;
    width: calc(100% / 1 - (1 - 1) * 6vw / 1);
  }
}
#shangxue_page .pageContentAll .pageContent .shangxueList > .thisBox .contentBox .ul .li {
  position: relative;
}
#shangxue_page .pageContentAll .pageContent .shangxueList > .thisBox .contentBox .ul .li .aBox {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#shangxue_page .pageContentAll .pageContent .shangxueList > .thisBox .contentBox .ul .li .aBox .imgBox {
  width: 100%;
  height: 20vw;
  border-radius: 1vw;
  overflow: hidden;
}
#shangxue_page .pageContentAll .pageContent .shangxueList > .thisBox .contentBox .ul .li .aBox .imgBox img {
  transition-duration: 0.8s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #shangxue_page .pageContentAll .pageContent .shangxueList > .thisBox .contentBox .ul .li .aBox .imgBox {
    width: 46vw;
    height: 64vw;
  }
}
#shangxue_page .pageContentAll .pageContent .shangxueList > .thisBox .contentBox .ul .li .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#wenzhang_page .pageContentAll .pageContent {
  padding-top: 7vw;
}
@media (max-width:1600px) {
  #wenzhang_page .pageContentAll .pageContent {
    padding-top: 7vw;
  }
}
@media (max-width:1300px) {
  #wenzhang_page .pageContentAll .pageContent {
    padding-top: 7vw;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent {
    padding-top: 12vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
  padding-right: 4vw;
  width: calc(100% - 20vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll {
    width: 100%;
    padding-right: 0;
  }
}
#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.9vw, 1.9vw);
  font-family: 'cn1';
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .wenzhangName {
    font-size: 5.6vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
  font-family: 'en8';
  text-transform: uppercase;
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .date {
    font-size: 3.6vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .xian {
  width: 100%;
  height: 2px;
  background-color: #31B7AF;
  margin: 1vw 0;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang {
  width: 100%;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p {
  font-size: clamp(12px, 0.9vw, 0.9vw);
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .detailContentBox .wenzhang p {
    font-size: 3.6vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .newsCoutAll .moreLink {
  border-top: 1px dashed #999;
  padding-top: 1vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .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: #31B7AF;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews {
  width: 20vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews {
    width: 100%;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .titleBiaoti {
  width: 100%;
  padding-bottom: 1vw;
  border-bottom: 1px solid #ddd;
  font-size: clamp(12px, 1.1vw, 1.1vw);
  font-weight: bold;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .titleBiaoti {
    font-size: 4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .ul .li {
  padding: 1.4vw 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .ul .li {
    padding: 3vw 0;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .ul .li .aBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 6vw;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .ul .li .aBox {
    height: 24vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .ul .li .aBox .imgBox {
  width: 40%;
  height: 100%;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .ul .li .aBox .textBox {
  padding-left: 1vw;
  width: 60%;
}
@media (max-width:1024px) {
  #wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .ul .li .aBox .textBox {
    padding-left: 4vw;
  }
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .ul .li .aBox .textBox .title {
  margin-bottom: 1vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#wenzhang_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .hotNews .ul .li .aBox:hover .textBox .title {
  color: #31B7AF;
}
