@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/siyuansongti.otf');
}
.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';
}
/* 弹跳 */
@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(94, 68, 44, 0.15), 0 0 0 1vw rgba(94, 68, 44, 0.15), 0 0 0 2vw rgba(94, 68, 44, 0.15);
  }
  100% {
    box-shadow: 0 0 0 1vw rgba(94, 68, 44, 0.15), 0 0 0 2vw rgba(94, 68, 44, 0.15), 0 0 0 4vw rgba(94, 68, 44, 0);
  }
}
a,
div,
section,
p,
button,
ul,
li,
body,
html,
img,
textarea,
input {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  font-size: 0.8vw;
  color: #333;
}
@media (max-width:1600px) {
  a,
  div,
  section,
  p,
  button,
  ul,
  li,
  body,
  html,
  img,
  textarea,
  input {
    font-size: clamp(12px, 0.9vw, 0.9vw);
  }
}
@media (max-width:1300px) {
  a,
  div,
  section,
  p,
  button,
  ul,
  li,
  body,
  html,
  img,
  textarea,
  input {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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: 'en6';
  text-transform: uppercase;
}
.imgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cenBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .cenBox {
    width: 80%;
  }
}
@media (max-width:1300px) {
  .cenBox {
    width: 80%;
  }
}
@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: #5e442c;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mapGoOpenBoxMask {
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 15;
}
.mapGoOpenBoxMask.show {
  opacity: 1;
  pointer-events: auto;
}
.mapGoOpenBox {
  position: fixed;
  bottom: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  z-index: 16;
  padding: 10vw;
  transform: translateY(100%);
  pointer-events: none;
}
.mapGoOpenBox .box {
  border-radius: 2vw;
  background-color: #5e442c;
  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: #5e442c;
  background-color: #fff;
}
.mapGoOpenBox.show {
  transform: translateY(0);
  pointer-events: auto;
}
body {
    background-color: #fefdf8;
}
.pageContentAll {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.pageContentAll .pageContent {
  position: relative;
  z-index: 4;
  padding-top: 6vw;
}
@media (max-width:1600px) {
  .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  .pageContentAll .pageContent {
    padding-top: 18vw;
  }
}
@media (max-width:1024px) {
  .pageContentAll .pageContent {
    padding-top: 10vw;
  }
}
.topNav {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
}
.topNav .topNavThis {
  width: 100%;
}
.topNav .topNavThis > .thisBox {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 6vw;
  padding: 0 2vw;
}
@media (max-width:1600px) {
  .topNav .topNavThis > .thisBox {
    height: 6vw;
  }
}
@media (max-width:1300px) {
  .topNav .topNavThis > .thisBox {
    height: 6vw;
  }
}
@media (max-width:1024px) {
  .topNav .topNavThis > .thisBox {
    height: 14vw;
  }
}
.topNav .topNavThis > .thisBox .topLeftBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
  height: 100%;
}
.topNav .topNavThis > .thisBox .topLeftBox .topLogo {
  z-index: 6;
  height: 70%;
}
.topNav .topNavThis > .thisBox .topLeftBox .topLogo .logoA {
  height: 100%;
  position: relative;
  -webkit-mask-image: url('../static/img/logo.png');
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  width: 10vw;
  -webkit-mask-size: contain;
}
.topNav .topNavThis > .thisBox .topLeftBox .topLogo .logoA .color {
  background-color: #5e442c;
  width: 100%;
  height: 100%;
}
.topNav .topNavThis > .thisBox .topLeftBox .topLogo .logoA::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #5e442c;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  .topNav .topNavThis > .thisBox .topLeftBox .topLogo .logoA {
    width: 20vw;
  }
}
.topNav .topNavThis > .thisBox .topLeftBox .topLogo .logoA::after {
  background-color: #fff;
}
.topNav .topNavThis > .thisBox .topLeftBox .navBar {
  transition-duration: 0.4s;
  transition-property: all;
  padding: 0 12vw;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-property: opacity;
  height: 100%;
}
@media (max-width:1024px) {
  .topNav .topNavThis > .thisBox .topLeftBox .navBar {
    display: none;
  }
}
.topNav .topNavThis > .thisBox .topLeftBox .navBar .ul1 {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 5vw;
}
.topNav .topNavThis > .thisBox .topLeftBox .navBar .ul1 .li1 {
  position: relative;
  height: 100%;
}
.topNav .topNavThis > .thisBox .topLeftBox .navBar .ul1 .li1 .a1 {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis > .thisBox .topLeftBox .navBar .ul1 .li1 .a1 .txt {
  color: #fff;
}
.topNav .topNavThis > .thisBox .topLeftBox .navBar .ul1 .li1 .a1 .txt div {
  color: #fff;
  font-size: clamp(12px, 1vw, 1vw);
}
.topNav .topNavThis > .thisBox .topLeftBox .navBar .ul1 .li1 .twoNav {
  position: absolute;
  width: 10vw;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-property: opacity;
  pointer-events: none;
  top: 100%;
}
.topNav .topNavThis > .thisBox .topLeftBox .navBar .ul1 .li1 .twoNav .ul2 {
  padding: 1vw 0;
  background-color: #fff;
  clip-path: inset(100% 0 0 0);
  transform: translateY(2vw);
  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;
  gap: 1vw;
}
.topNav .topNavThis > .thisBox .topLeftBox .navBar .ul1 .li1:hover .twoNav {
  pointer-events: auto;
  opacity: 1;
}
.topNav .topNavThis > .thisBox .topLeftBox .navBar .ul1 .li1:hover .twoNav .ul2 {
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
.topNav .topNavThis > .thisBox .navRight .openBtn .menuBtn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .topNavThis > .thisBox .navRight .openBtn .menuBtn .txt {
  width: 3vw;
  height: 100%;
  position: relative;
}
@media (max-width:1024px) {
  .topNav .topNavThis > .thisBox .navRight .openBtn .menuBtn .txt {
    width: 10vw;
  }
}
.topNav .topNavThis > .thisBox .navRight .openBtn .menuBtn .txt .t {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  width: max-content;
  color: #fff;
  font-family: 'cn1';
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateX(0.4vw);
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.topNav .topNavThis > .thisBox .navRight .openBtn .menuBtn .txt .t.on {
  opacity: 1;
  transform: translateX(0);
}
.topNav .topNavThis > .thisBox .navRight .openBtn .menuBtn .ul {
  position: relative;
  width: 3vw;
  height: 3vw;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 50%;
  border: 2px solid #fff;
}
@media (max-width:1024px) {
  .topNav .topNavThis > .thisBox .navRight .openBtn .menuBtn .ul {
    width: 10vw;
    height: 10vw;
  }
}
.topNav .topNavThis > .thisBox .navRight .openBtn .menuBtn .ul .li {
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-property: background-color;
}
.topNav .topNavThis > .thisBox .navRight .openBtn .menuBtn:active .ul {
  transform: scale(0.9);
}
.topNav .topNavThis::after {
  content: '';
  position: absolute;
  display: block;
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  top: 0;
  transform: translateY(-100%);
  background-color: #fefdf8;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ddd;
}
.topNav.scrollShow .topNavThis > .thisBox .topLeftBox .topLogo .logoA::after {
  background-color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .topLeftBox .navBar .ul1 .li1 .a1 .txt.ani_txt .initTxt.initTxt div {
  color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .topLeftBox .navBar .ul1 .li1 .a1 .txt.ani_txt .initTxt.hovTxt div {
  color: #5e442c;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .txt .t {
  color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .ul {
  border-color: #333;
}
.topNav.scrollShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .ul .li {
  background-color: #333;
}
.topNav.scrollShow .topNavThis::after {
  opacity: 1;
  transform: translateY(0);
}
.topNav.openNavShow .topNavThis > .thisBox .topLeftBox .topLogo {
  opacity: 0;
  pointer-events: none;
}
.topNav.openNavShow .topNavThis > .thisBox .topLeftBox .navBar {
  opacity: 0;
  pointer-events: none;
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .txt .t {
  color: #333;
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .ul {
  border-color: #333;
}
.topNav.openNavShow .topNavThis > .thisBox .navRight .openBtn .menuBtn .ul .li {
  background-color: #333;
}
.topNav.openNavShow .topNavThis::after {
  opacity: 0;
}
.openNav {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
}
.openNav .openNavThis {
background-image: url(../img/openbg.jpg);
background-size: cover;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.openNav .openNavThis > .thisBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.openNav .openNavThis > .thisBox .contentBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
  }
}
.openNav .openNavThis > .thisBox .contentBox .leftBox {
  width: 30%;
  padding: 0 8vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .leftBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding: 0;
    padding-left: 6vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .leftBox .openNavLogo {
  width: 15vw;
  height: 15vw;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .leftBox .openNavLogo {
    width: 30vw;
    height: 30vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .leftBox .openNavLogo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.openNav .openNavThis > .thisBox .contentBox .leftBox .content p {
  font-size: 1vw;
  font-family: 'cn1';
}
@media (max-width:1600px) {
  .openNav .openNavThis > .thisBox .contentBox .leftBox .content p {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1300px) {
  .openNav .openNavThis > .thisBox .contentBox .leftBox .content p {
    font-size: clamp(12px, 1.2vw, 1.2vw);
  }
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .leftBox .content p {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .leftBox .content p {
    font-size: 3vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .cenImg {
  width: 50%;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .cenImg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: unset;
  }
}
.openNav .openNavThis > .thisBox .contentBox .cenImg .imgBox {
  width: 100%;
      padding: 4vw 0;
  height: 60vw;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .cenImg .imgBox {
    height: 60vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .cenImg .imgBox img {
  object-fit: contain;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar {
  padding: 0 15vw 0 10vw;
  width: 55%;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar {
    grid-column-start: span 2;
    width: 100%;
    padding-top: 10vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  width: 100%;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 {
    gap: 4vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  padding-bottom: 1vw;
  width: 100%;
  border-bottom: 1px solid #eee;
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 {
    padding-bottom: 4vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 {
  position: relative;
  transition-duration: 0.3s;
  font-size: 1.4vw;
  font-family: 'cn1';
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1600px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 {
    font-size: clamp(12px, 1.5vw, 1.5vw);
  }
}
@media (max-width:1300px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 {
    font-size: clamp(12px, 1.6vw, 1.6vw);
  }
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 {
    font-size: 4.6vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1::before {
  content: '';
  position: absolute;
  display: block;
  right: calc(100% + 1vw);
  top: 50%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 1vw;
  border-top: 1px solid #000;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover {
  transform: translateX(1vw);
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1:hover::before {
  width: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
  font-size: 1.4vw;
}
@media (max-width:1600px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
    font-size: clamp(12px, 1.5vw, 1.5vw);
  }
}
@media (max-width:1300px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
    font-size: clamp(12px, 1.6vw, 1.6vw);
  }
}
@media (max-width:1024px) {
  .openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .a1 div {
    font-size: 4.6vw;
  }
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .navTwoBox .ul2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 2vw;
}
.openNav .openNavThis > .thisBox .contentBox .openNavBar .ul1 .li1 .navTwoBox .ul2 .a2 {
  font-family: 'cn1';
  opacity: 0.8;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.openNav.openNavShow {
  opacity: 1;
  pointer-events: auto;
}
.openNav.openNavShow::after {
  opacity: 1;
}
.unifyTitle {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2vw;
}
@media (max-width:1600px) {
  .unifyTitle {
    width: 80%;
  }
}
@media (max-width:1300px) {
  .unifyTitle {
    width: 80%;
  }
}
@media (max-width:1024px) {
  .unifyTitle {
    width: 86%;
  }
}
@media (max-width:1024px) {
  .unifyTitle {
    margin-bottom: 10vw;
  }
}
.unifyTitle .unifyTitleThis {
  width: fit-content;
}
.unifyTitle .unifyTitleThis > .thisBox .topT {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 1vw;
}
.unifyTitle .unifyTitleThis > .thisBox .topT .en {
  translate: 0 10%;
}
.unifyTitle .unifyTitleThis > .thisBox .xian {
  width: 2vw;
  border-bottom: 1px solid #333;
  margin: 1vw 0 2vw;
}
.unifyTitle .unifyTitleThis > .thisBox .def1 {
  font-size: 1.7vw;
  font-family: 'cn1';
}
@media (max-width:1600px) {
  .unifyTitle .unifyTitleThis > .thisBox .def1 {
    font-size: clamp(12px, 1.8vw, 1.8vw);
  }
}
@media (max-width:1300px) {
  .unifyTitle .unifyTitleThis > .thisBox .def1 {
    font-size: clamp(12px, 1.9vw, 1.9vw);
  }
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .def1 {
    font-size: 5.2vw;
  }
}
.unifyTitle .unifyTitleThis > .thisBox .def2 {
  font-size: 1.2vw;
  padding: 10px 0;
  font-family: 'cn1';
}
@media (max-width:1600px) {
  .unifyTitle .unifyTitleThis > .thisBox .def2 {
    font-size: clamp(12px, 1.3vw, 1.3);
  }
}
@media (max-width:1300px) {
  .unifyTitle .unifyTitleThis > .thisBox .def2 {
    font-size: clamp(12px, 1.4vw, 1.4vw);
  }
}
@media (max-width:1024px) {
  .unifyTitle .unifyTitleThis > .thisBox .def2 {
    font-size: 3.2vw;
  }
}
.unifyTitle_two {
  margin-bottom: 4vw;
}
@media (max-width:1024px) {
  .unifyTitle_two {
    margin-bottom: 8vw;
  }
}
.unifyTitle_two .unifyTitleThis_two {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  .unifyTitle_two .unifyTitleThis_two {
    width: 80%;
  }
}
@media (max-width:1300px) {
  .unifyTitle_two .unifyTitleThis_two {
    width: 80%;
  }
}
@media (max-width:1024px) {
  .unifyTitle_two .unifyTitleThis_two {
    width: 86%;
  }
}
.unifyTitle_two .unifyTitleThis_two > .thisBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
.unifyTitle_two .unifyTitleThis_two > .thisBox .leftInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.7vw;
}
.unifyTitle_two .unifyTitleThis_two > .thisBox .leftInfo .cn {
  font-size: 1.9vw;
}
@media (max-width:1600px) {
  .unifyTitle_two .unifyTitleThis_two > .thisBox .leftInfo .cn {
    font-size: clamp(12px, 2vw, 2vw);
  }
}
@media (max-width:1300px) {
  .unifyTitle_two .unifyTitleThis_two > .thisBox .leftInfo .cn {
    font-size: clamp(12px, 2.1vw, 2.1vw);
  }
}
@media (max-width:1024px) {
  .unifyTitle_two .unifyTitleThis_two > .thisBox .leftInfo .cn {
    font-size: 5.6vw;
  }
}
.unifyTitle_two .unifyTitleThis_two > .thisBox .leftInfo .xian {
  width: 3vw;
  height: 0.3vw;
  background-color: var(--cor);
}
.unifyTitle_two .unifyTitleThis_two > .thisBox .leftInfo .xian div {
  width: 50%;
  height: 100%;
  background-color: var(--corL);
}
.unifyTitle_two .unifyTitleThis_two > .thisBox .leftInfo .en {
  font-size: 0.9vw;
  padding-bottom: 0.4vw;
  border-bottom: 1px solid #333;
}
@media (max-width:1600px) {
  .unifyTitle_two .unifyTitleThis_two > .thisBox .leftInfo .en {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  .unifyTitle_two .unifyTitleThis_two > .thisBox .leftInfo .en {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  .unifyTitle_two .unifyTitleThis_two > .thisBox .leftInfo .en {
    font-size: 3.6vw;
  }
}
.unifyTitle_two .unifyTitleThis_two > .thisBox .rightInfo {
  padding-top: 1vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
.unifyTitle_two .unifyTitleThis_two > .thisBox .rightInfo .def1 {
  font-size: 0.9vw;
}
@media (max-width:1600px) {
  .unifyTitle_two .unifyTitleThis_two > .thisBox .rightInfo .def1 {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  .unifyTitle_two .unifyTitleThis_two > .thisBox .rightInfo .def1 {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  .unifyTitle_two .unifyTitleThis_two > .thisBox .rightInfo .def1 {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  .unifyTitle_two .unifyTitleThis_two > .thisBox .rightInfo .def1 {
    display: none;
  }
}
.unifyTitle_two .unifyTitleThis_two > .thisBox .rightInfo .rightEn {
  position: absolute;
  top: 0;
  right: -8vw;
  width: max-content;
}
.unifyTitle_two .unifyTitleThis_two > .thisBox .rightInfo .rightEn .en {
  font-size: 6.7vw;
  opacity: 0.06;
}
@media (max-width:1600px) {
  .unifyTitle_two .unifyTitleThis_two > .thisBox .rightInfo .rightEn .en {
    font-size: clamp(12px, 6.8vw, 6.8vw);
  }
}
@media (max-width:1300px) {
  .unifyTitle_two .unifyTitleThis_two > .thisBox .rightInfo .rightEn .en {
    font-size: clamp(12px, 6.9vw, 6.9vw);
  }
}
@media (max-width:1024px) {
  .unifyTitle_two .unifyTitleThis_two > .thisBox .rightInfo .rightEn .en {
    font-size: 15.2vw;
  }
}
.fenye {
  margin-top: 5vw;
}
.fenye .fenyeThis > .thisBox .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box {
    gap: 4vw;
  }
}
.fenye .fenyeThis > .thisBox .box .page_numbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .fenye .fenyeThis > .thisBox .box .page_numbar {
    gap: 4vw;
  }
}
.fenye .fenyeThis > .thisBox .box a {
  width: 2.4vw;
  height: 2.4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  font-family: 'en6';
  text-transform: uppercase;
  font-size: 1.1vw;
  border: 1px solid #ddd;
}
@media (max-width:1600px) {
  .fenye .fenyeThis > .thisBox .box a {
    font-size: clamp(12px, 1.2vw, 1.2vw);
  }
}
@media (max-width:1300px) {
  .fenye .fenyeThis > .thisBox .box a {
    font-size: clamp(12px, 1.3vw, 1.3vw);
  }
}
@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(94, 68, 44, 0.1);
}
.fenye .fenyeThis > .thisBox .box a.page-num-current {
  background-color: #5e442c;
  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;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-property: color;
}
.ani_txt .initTxt.hovTxt {
  position: absolute;
  top: 0;
}
.ani_txt .initTxt.hovTxt div {
  color: #5e442c;
  will-change: transform;
}
.firstJoin {
  opacity: 0;
  pointer-events: none;
  z-index: 111;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.firstJoin .fiexdBox {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 70vw;
  height: 80vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 80vw;
  }
}
.firstJoin .fiexdBox .imgBox {
  width: 50%;
  height: 100%;
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .imgBox {
    width: 100%;
    height: 60vw;
  }
}
.firstJoin .fiexdBox .coutBox {
  padding: 1vw 3vw;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .coutBox {
    padding: 8vw;
    gap: 4vw;
    width: 100%;
    height: unset;
  }
}
.firstJoin .fiexdBox .coutBox .logo {
  margin-bottom: 1vw;
  height: 7vw;
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .coutBox .logo {
    height: 16vw;
  }
}
.firstJoin .fiexdBox .coutBox .title {
  text-align: center;
  font-size: 1.1vw;
  font-family: 'cn1';
}
@media (max-width:1600px) {
  .firstJoin .fiexdBox .coutBox .title {
    font-size: clamp(12px, 1.2vw, 1.2vw);
  }
}
@media (max-width:1300px) {
  .firstJoin .fiexdBox .coutBox .title {
    font-size: clamp(12px, 1.3vw, 1.3vw);
  }
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .coutBox .title {
    font-size: 4vw;
  }
}
.firstJoin .fiexdBox .coutBox .miaoshu {
  margin-bottom: 2vw;
  font-size: 0.9vw;
  opacity: 0.7;
}
@media (max-width:1600px) {
  .firstJoin .fiexdBox .coutBox .miaoshu {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  .firstJoin .fiexdBox .coutBox .miaoshu {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .coutBox .miaoshu {
    font-size: 3.6vw;
  }
}
.firstJoin .fiexdBox .coutBox .years {
  width: 100%;
}
.firstJoin .fiexdBox .coutBox .years input {
  padding: 0 2vw;
  text-align: center;
  font-size: 1.5vw;
  font-family: 'en6';
  text-transform: uppercase;
  width: 100%;
  height: 3vw;
  background-color: #f3f3f3;
}
@media (max-width:1600px) {
  .firstJoin .fiexdBox .coutBox .years input {
    font-size: clamp(12px, 1.6vw, 1.6vw);
  }
}
@media (max-width:1300px) {
  .firstJoin .fiexdBox .coutBox .years input {
    font-size: clamp(12px, 1.7vw, 1.7vw);
  }
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .coutBox .years input {
    font-size: 4.8vw;
  }
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .coutBox .years input {
    height: 10vw;
  }
}
.firstJoin .fiexdBox .coutBox .button {
  cursor: pointer;
  width: 100%;
  height: 3vw;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #5e442c;
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .coutBox .button {
    height: 10vw;
  }
}
.firstJoin .fiexdBox .coutBox .button:active {
  opacity: 0.8;
}
.firstJoin .fiexdBox .coutBox .jinggao {
  opacity: 0;
  font-family: 'cn1';
  color: red;
  font-size: 1.3vw;
}
@media (max-width:1600px) {
  .firstJoin .fiexdBox .coutBox .jinggao {
    font-size: clamp(12px, 1.4vw, 1.4vw);
  }
}
@media (max-width:1300px) {
  .firstJoin .fiexdBox .coutBox .jinggao {
    font-size: clamp(12px, 1.5vw, 1.5vw);
  }
}
@media (max-width:1024px) {
  .firstJoin .fiexdBox .coutBox .jinggao {
    font-size: 4.4vw;
  }
}
.firstJoin .mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.firstJoin.show {
  opacity: 1;
  pointer-events: auto;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.unifyButton {
  width: fit-content;
  margin-top: 4vw;
}
@media (max-width:1024px) {
  .unifyButton {
    margin-top: 6vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.6vw;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox {
    gap: 4vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .txt {
  font-family: 'cn1';
  font-size: 1.1vw;
  margin-right: 1vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1600px) {
  .unifyButton .unifyButtonThis > .thisBox .txt {
    font-size: clamp(12px, 1.2vw, 1.2vw);
  }
}
@media (max-width:1300px) {
  .unifyButton .unifyButtonThis > .thisBox .txt {
    font-size: clamp(12px, 1.3vw, 1.3vw);
  }
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .txt {
    font-size: 4vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .ico {
  width: 3vw;
  height: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #5e442c;
  border-radius: 50%;
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .ico {
    width: 12vw;
    height: 12vw;
  }
}
.unifyButton .unifyButtonThis > .thisBox .ico i {
  color: #fff;
  font-size: 0.9vw;
}
@media (max-width:1600px) {
  .unifyButton .unifyButtonThis > .thisBox .ico i {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  .unifyButton .unifyButtonThis > .thisBox .ico i {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  .unifyButton .unifyButtonThis > .thisBox .ico i {
    font-size: 3.6vw;
  }
}
.unifyButton .unifyButtonThis:hover .txt {
  color: #5e442c;
}
.unifyButton.fff .unifyButtonThis .txt {
  color: rgba(255, 255, 255, 0.5);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.unifyButton.fff .unifyButtonThis:hover .txt {
  color: #fff;
}
.fiexdRight {
  position: fixed;
  z-index: 5;
  right: 1vw;
  transform: translateY(50%);
  bottom: 50%;
}
@media (max-width:1024px) {
  .fiexdRight {
    transform: translateY(0);
    bottom: 25vw;
  }
}
.fiexdRight > .thisBox .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.8vw;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .ul {
    gap: 2vw;
  }
}
.fiexdRight > .thisBox .ul .li .box {
  position: relative;
}
.fiexdRight > .thisBox .ul .li .box .ico {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width:1300px) {
  .fiexdRight > .thisBox .ul .li .box .ico {
    width: 40px;
    height: 40px;
  }
}
.fiexdRight > .thisBox .ul .li .box .ico i {
  position: relative;
  z-index: 1;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-size: 22px;
}
@media (max-width:1300px) {
  .fiexdRight > .thisBox .ul .li .box .ico i {
    font-size: 18px;
  }
}
.fiexdRight > .thisBox .ul .li .box .ico::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 100%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #5e442c;
}
.fiexdRight > .thisBox .ul .li .box .showContent {
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  background-color: #fff;
  padding: 0.6vw;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  right: calc(100% + 2vw);
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .ul .li .box .showContent {
    padding: 4vw;
  }
}
.fiexdRight > .thisBox .ul .li .box .showContent .imgBox {
  width: 7vw;
  height: 7vw;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .ul .li .box .showContent .imgBox {
    width: 30vw;
    height: 30vw;
  }
}
.fiexdRight > .thisBox .ul .li .box .showContent .title {
  margin-top: 0.4vw;
}
@media (max-width:1024px) {
  .fiexdRight > .thisBox .ul .li .box .showContent .title {
    margin-top: 4vw;
  }
}
.fiexdRight > .thisBox .ul .li .box:hover .ico::after {
  top: 0;
}
.fiexdRight > .thisBox .ul .li .box:hover .ico i {
  color: #fff;
}
.fiexdRight > .thisBox .ul .li .box:hover .showContent {
  transform: translateY(-50%);
  pointer-events: auto;
  opacity: 1;
}
.foot .footThis > .thisBox {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  .foot .footThis > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  .foot .footThis > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox {
    padding-top: 18vw;
  }
}
.foot .footThis > .thisBox .contentBox {
  padding: 0 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .contentBox .logo {
  height: 5vw;
  margin-bottom: 4vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .logo {
    height: 30vw;
    margin-bottom: 10vw;
  }
}
.foot .footThis > .thisBox .contentBox .footNavBar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .contentBox .footNavBar .ul1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footNavBar .ul1 {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
  }
  .foot .footThis > .thisBox .contentBox .footNavBar .ul1 > li {
    width: calc(100% / 3 - (3 - 1) * 2vw / 3);
  }
}
.foot .footThis > .thisBox .contentBox .footNavBar .ul1 .li1 .a1 .txt {
  font-size: 1vw;
  font-family: 'cn1';
}
@media (max-width:1600px) {
  .foot .footThis > .thisBox .contentBox .footNavBar .ul1 .li1 .a1 .txt {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1300px) {
  .foot .footThis > .thisBox .contentBox .footNavBar .ul1 .li1 .a1 .txt {
    font-size: clamp(12px, 1.2vw, 1.2vw);
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footNavBar .ul1 .li1 .a1 .txt {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .contentBox .footNavBar .ul1 .li1 .a1 .txt {
    text-align: center;
  }
}
.foot .footThis > .thisBox .footBottomInfo {
  width: 100%;
  padding: 2vw 0;
  border-top: 1px solid #ddd;
  margin-top: 4vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    margin-top: 8vw;
    padding: 6vw 0;
  }
}
.foot .footThis > .thisBox .footBottomInfo a:hover {
  color: #5e442c;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox {
  padding: 0 10vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 4vw;
  }
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  .foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft > div .lbt {
  word-break: keep-all;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .beian {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .beian a {
  text-decoration: underline;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .gabeian {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .gabeian a {
  text-decoration: underline;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoLeft .banquan {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot .footThis > .thisBox .footBottomInfo > .thisBox .infoRight .jishuzhichi {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#myCanvas_wave.noIndex {
  opacity: 0;
  position: fixed;
  z-index: -1;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100vh;
  pointer-events: none;
}
@media (max-width:1024px) {
  #myCanvas_wave.noIndex {
    display: none;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
  padding-top: 13vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox {
    padding-top: 30vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox {
    position: relative;
    width: 90vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    flex-wrap: unset;
    gap: 2vw;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortNameBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortNameBox .sortName {
  overflow: hidden;
  font-size: 3.3vw;
  font-family: 'cn1';
  line-height: 1em;
}
@media (max-width:1600px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortNameBox .sortName {
    font-size: clamp(12px, 3.4vw, 3.4vw);
  }
}
@media (max-width:1300px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortNameBox .sortName {
    font-size: clamp(12px, 3.5vw, 3.5vw);
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortNameBox .sortName {
    font-size: 8.4vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortNameBox .sortName div {
  font-size: 3.3vw;
  will-change: transform;
}
@media (max-width:1600px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortNameBox .sortName div {
    font-size: clamp(12px, 3.4vw, 3.4vw);
  }
}
@media (max-width:1300px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortNameBox .sortName div {
    font-size: clamp(12px, 3.5vw, 3.5vw);
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortNameBox .sortName div {
    font-size: 8.4vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortNameBox .subName {
  overflow: hidden;
  font-size: 3.7vw;
  font-family: 'en6';
  text-transform: uppercase;
  line-height: 1em;
  padding-top: 0.2em;
}
@media (max-width:1600px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortNameBox .subName {
    font-size: clamp(12px, 3.8vw, 3.8vw);
  }
}
@media (max-width:1300px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortNameBox .subName {
    font-size: clamp(12px, 3.9vw, 3.9vw);
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortNameBox .subName {
    font-size: 9.2vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortNameBox .subName div {
  color: #5e442c;
  font-size: 3.7vw;
  will-change: transform;
}
@media (max-width:1600px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortNameBox .subName div {
    font-size: clamp(12px, 3.8vw, 3.8vw);
  }
}
@media (max-width:1300px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortNameBox .subName div {
    font-size: clamp(12px, 3.9vw, 3.9vw);
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .textBox .sortNameBox .subName div {
    font-size: 9.2vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .imgBox {
  overflow: hidden;
  width: 100%;
  height: 30vw;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .imgBox {
    height: 60vw;
  }
}
.twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .imgBox img {
  height: 120%;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .twoBanner .twoBannerThis > .thisBox .contentBox .imgBox img {
    height: 100%;
  }
}
.twoPageBox .pageContentAll .pageContent .sortNav {
  margin-bottom: 4vw;
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent .sortNav {
    margin-bottom: 10vw;
  }
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li {
  padding: 0 2vw;
  border-right: 1px solid #ccc;
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox .txt div {
  font-size: 1.1vw;
}
@media (max-width:1600px) {
  .twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox .txt div {
    font-size: clamp(12px, 1.2vw, 1.2vw);
  }
}
@media (max-width:1300px) {
  .twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox .txt div {
    font-size: clamp(12px, 1.3vw, 1.3vw);
  }
}
@media (max-width:1024px) {
  .twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li .aBox .txt div {
    font-size: 4vw;
  }
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li.on .aBox .txt div {
  color: #5e442c;
}
.twoPageBox .pageContentAll .pageContent .sortNav .sortNavThis > .thisBox .contentBox .navBox .navUl .li:first-child {
  border-left: 1px solid #ccc;
}
.tongzhi {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.tongzhi .kuangjia {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.tongzhi .kuangjia .box {
  width: 400px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(255, 255, 255, 0.5);
  transform: translateY(50px);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 10px;
}
@media (max-width:1024px) {
  .tongzhi .kuangjia .box {
    width: 90%;
  }
}
.tongzhi .kuangjia .box i {
  font-size: 80px;
  margin-bottom: 20px;
}
@media (max-width:1024px) {
  .tongzhi .kuangjia .box i {
    font-size: 18vw;
  }
}
.tongzhi .kuangjia .box i.icon-zhengque {
  color: #46ad75;
}
.tongzhi .kuangjia .box i.icon-cuowu {
  color: #b62c2c;
}
.tongzhi .kuangjia .box span {
  font-size: 18px;
  color: #666;
}
.tongzhi .kuangjia .box .jishi {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.tongzhi .kuangjia.on .box {
  transform: translateY(0px);
}
.goTopBtn {
  position: fixed;
  bottom: 6vw;
  right: 1.2vw;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.goTopBtn > .thisBox {
  position: relative;
  width: 4.7vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox {
    width: 14vw;
    height: 14vw;
  }
}
.goTopBtn > .thisBox .box {
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #000;
  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: 1.3vw;
}
@media (max-width:1600px) {
  .goTopBtn > .thisBox .box i {
    font-size: clamp(12px, 1.4vw, 1.4vw);
  }
}
@media (max-width:1300px) {
  .goTopBtn > .thisBox .box i {
    font-size: clamp(12px, 1.5vw, 1.5vw);
  }
}
@media (max-width:1024px) {
  .goTopBtn > .thisBox .box i {
    font-size: 4.4vw;
  }
}
.goTopBtn > .thisBox .box .svgBox {
  position: absolute;
  width: 100%;
  height: 100%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
.goTopBtn > .thisBox .box .svgBox svg {
  width: 100%;
  height: 100%;
  animation: xuanzhuan 30s linear 0s infinite normal;
}
.goTopBtn > .thisBox:hover .box {
  background-color: #5e442c;
}
.goTopBtn > .thisBox:hover .box .svgBox {
  transform: scale(1.2);
}
.goTopBtn.show {
  opacity: 1;
}
#myCanvas {
  opacity: 0.8;
  pointer-events: none;
  z-index: 111;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  mix-blend-mode: difference;
}
@media (max-width:1024px) {
  #myCanvas {
    display: none;
  }
}
.posiNewsImg {
  position: fixed;
  pointer-events: none;
  width: 25vw;
  height: 18vw;
  opacity: 0;
  transition: opacity 0.6s;
}
.posiNewsImg > div {
  transform: translate(20%, -70%);
  position: absolute;
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.posiNewsImg > div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.posiNewsImg > div.on {
  opacity: 1;
}
.posiNewsImg.on {
  opacity: 1;
}
.changePageMoveBox {
  position: fixed;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 200;
  opacity: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.changePageMoveBox .logo {
  width: 10vw;
  height: 10vw;
  object-fit: contain;
}
.changePageMoveBox div .h2{
        font-family: 'cn1';
}
@media (max-width:1024px) {
  .changePageMoveBox .logo {
    width: 30vw;
    height: 30vw;
  }
}
#index_page .pageContentAll .inxBanner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox {
  width: 100%;
  height: 100vh;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox {
    height: 80vh;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner .swiper-slide .box {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner .swiper-slide .box .imgVideoBox {
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner .swiper-slide .box .imgVideoBox .imgBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner .swiper-slide .box .imgVideoBox:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner .swiper-slide .box .imgVideoBox .bannerOpenVideo {
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner .swiper-slide .box .imgVideoBox .bannerOpenVideo .targetImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner .swiper-slide .box .imgVideoBox .bannerOpenVideo .ico {
  position: absolute;
  left: 50%;
  top: 40%;
  translate: -50% -50%;
  z-index: 1;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 16vw;
  height: 16vw;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner .swiper-slide .box .imgVideoBox .bannerOpenVideo .ico i {
  color: #fff;
  font-size: 1.7vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner .swiper-slide .box .imgVideoBox .bannerOpenVideo .ico i {
    font-size: clamp(12px, 1.8vw, 1.8vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner .swiper-slide .box .imgVideoBox .bannerOpenVideo .ico i {
    font-size: clamp(12px, 1.9vw, 1.9vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner .swiper-slide .box .imgVideoBox .bannerOpenVideo .ico i {
    font-size: 5.2vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner .swiper-slide .box .imgVideoBox .bannerOpenVideo::before {
  pointer-events: none;
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0.2;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner .swiper-slide .box .imgVideoBox .bannerOpenVideo::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);
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox #inxBanner .swiper-slide.moveHidden .box .imgVideoBox:nth-child(2) {
  transform: translateY(-100%);
  transition-duration: 2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox .swiperControl .navigition {
    display: none;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox .swiperControl .navigition .navigitionThis .btn {
  position: absolute;
  z-index: 3;
  bottom: 2.2vw;
  opacity: 0.6;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 50%;
  width: 2vw;
  height: 2vw;
  border: 1px solid #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox .swiperControl .navigition .navigitionThis .btn {
    bottom: 4vw;
    width: 6vw;
    height: 6vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox .swiperControl .navigition .navigitionThis .btn i {
  color: #fff;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox .swiperControl .navigition .navigitionThis .btn i {
    font-size: 3vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox .swiperControl .navigition .navigitionThis .btn.leftBtn {
  left: 32vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox .swiperControl .navigition .navigitionThis .btn.leftBtn {
    left: 20vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox .swiperControl .navigition .navigitionThis .btn.rightBtn {
  right: 32vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox .swiperControl .navigition .navigitionThis .btn.rightBtn {
    right: 20vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox .swiperControl .navigition .navigitionThis .btn:hover {
  opacity: 1;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox .swiperControl .pagination .paginationThis {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox .swiperControl .pagination .paginationThis {
    bottom: 6.4vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox .swiperControl .pagination .paginationThis .ul {
  width: 30vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox .swiperControl .pagination .paginationThis .ul .li {
  overflow: hidden;
  flex: 1;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  height: 4px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .swiperBox .swiperControl .pagination .paginationThis .ul .li.on {
  background-color: #ffffff;
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox {
  position: absolute;
  top: 40%;
  z-index: 2;
  left: 15vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
  opacity: 0;
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox {
    top: unset;
    bottom: 20vw;
    left: 10vw;
    width: 60vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def1,
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def1 div {
  font-size: 1.1vw;
  color: #fff;
  font-family: 'cn1';
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def1,
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def1 div {
    font-size: clamp(12px, 1.2vw, 1.2vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def1,
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def1 div {
    font-size: clamp(12px, 1.3vw, 1.3vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def1,
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def1 div {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def2,
#index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def2 div {
  font-size: 2.7vw;
  color: #fff;
  font-family: 'cn1';
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def2,
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def2 div {
    font-size: clamp(12px, 2.8vw, 2.8vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def2,
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def2 div {
    font-size: clamp(12px, 2.9vw, 2.9vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def2,
  #index_page .pageContentAll .inxBanner > .thisBox .contentBox .textListBox .textBox .def2 div {
    font-size: 7.2vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox {
  padding-bottom: 6vw;
  position: relative;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox {
    padding-bottom: 18vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox {
  position: relative;
  z-index: 1;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .topSlogen {
  padding: 4vw 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 10vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .topSlogen {
    padding: 8vw 0;
    width: 90vw;
    margin: 0 auto;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .topSlogen .logo {
  height: 6vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .topSlogen .logo {
    height: 20vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .topSlogen .txt {
  font-family: 'cn1';
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .topSlogen .txt p {
  color: #C59874;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .topSlogen .xian {
  height: 2vw;
  background-color: #333;
  width: 2px;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .topSlogen .xian {
    width: 1px;
    height: 8vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll {
  width: 90vw;
  margin: 0 auto;
  box-shadow: 2px 4px 10px #e5e5e5;
  height: 33vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll {
    height: 100vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll .imgBox {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll .imgBox img {
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .imgBoxAll .imgBox img {
    height: 100%;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox {
width: 80%;
    margin: 0 auto;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
    left: 10%;
 
    top: 0;
    margin-top: 4vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox {
    width: 80%;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding-top: 10vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox .unifyTitle {
  width: 100%;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox .textBoxaAll {
  padding-right: 10vw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 14vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox .textBoxaAll {
    padding: 8vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    padding-bottom: 0;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox .textBoxaAll .text {
  position: relative;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox .textBoxaAll .text {
    width: 100%;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox .textBoxaAll .text .title {
  font-size: 1.3vw;
  font-weight: bold;
  margin-bottom: 1vw;
  text-align: center;
  font-family: 'cn1';
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox .textBoxaAll .text .title {
    font-size: clamp(12px, 1.4vw, 1.4vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox .textBoxaAll .text .title {
    font-size: clamp(12px, 1.5vw, 1.5vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox .textBoxaAll .text .title {
    font-size: 4.4vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox .textBoxaAll .text .txt {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox .textBoxaAll .text .txt {
    gap: 4vw;
  }
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox .textBoxaAll .text .txt .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox .textBoxaAll .text .txt .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxAbout > .thisBox .contentBox .coutBox .textBoxaAll .text::after {
  content: '';
  position: absolute;
  display: block;
  right: calc(100% + 7vw);
  top: 50%;
  translate: 0 -50%;
  height: 12vw;
  border-left: 1px dashed #666;
}
#index_page .pageContentAll .inxAbout > .thisBox::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 30vw;
    background-color: #fdf1d8;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxAbout > .thisBox::after {
    height: 60%;
  }
}
#index_page .pageContentAll .inxProgress > .thisBox {
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxProgress > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxProgress > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProgress > .thisBox {
    padding: 18vw 0;
  }
}
#index_page .pageContentAll .inxProgress > .thisBox .contentBox {
  padding-left: 10vw;
}
#index_page .pageContentAll .inxProgress > .thisBox .contentBox #inxProgress .swiper-slide {
  width: 34vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProgress > .thisBox .contentBox #inxProgress .swiper-slide {
    width: 70vw;
  }
}
#index_page .pageContentAll .inxProgress > .thisBox .contentBox #inxProgress .swiper-slide .imgBox {
  width: 100%;
  height: 17vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProgress > .thisBox .contentBox #inxProgress .swiper-slide .imgBox {
    height: 40vw;
  }
}
#index_page .pageContentAll .inxProgress > .thisBox .contentBox #inxProgress .swiper-slide .textBox {
  width: 100%;
}
#index_page .pageContentAll .inxProgress > .thisBox .contentBox #inxProgress .swiper-slide .textBox .title {
  font-size: 1vw;
  font-family: 'cn1';
  margin: 1vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxProgress > .thisBox .contentBox #inxProgress .swiper-slide .textBox .title {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxProgress > .thisBox .contentBox #inxProgress .swiper-slide .textBox .title {
    font-size: clamp(12px, 1.2vw, 1.2vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProgress > .thisBox .contentBox #inxProgress .swiper-slide .textBox .title {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProgress > .thisBox .contentBox #inxProgress .swiper-slide .textBox .title {
    margin: 4vw 0;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox {
  width: 95vw;
  background-color: #000;
  margin: 0 auto;
  position: relative;
  height: 45vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox {
    height: 80vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox {
  will-change: transform;
  gap: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox {
    width: 90%;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .en {
  color: #fff;
  font-size: 1.7vw;
  text-align: center;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .en {
    font-size: clamp(12px, 1.8vw, 1.8vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .en {
    font-size: clamp(12px, 1.9vw, 1.9vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .en {
    font-size: 5.2vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .en > div {
  overflow: hidden;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .en div {
  color: #fff;
  font-size: 2.9vw;
  text-align: center;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .en div {
    font-size: clamp(12px, 3vw, 3vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .en div {
    font-size: clamp(12px, 3.1vw, 3.1vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .en div {
    font-size: 7.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .en div {
    font-size: 5vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .cn {
  overflow: hidden;
  color: #fff;
  font-size: 2.7vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .cn {
    font-size: clamp(12px, 2.8vw, 2.8vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .cn {
    font-size: clamp(12px, 2.9vw, 2.9vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .cn {
    font-size: 7.2vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .cn div {
  color: #fff;
  font-size: 1.7vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .cn div {
    font-size: clamp(12px, 1.8vw, 1.8vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .cn div {
    font-size: clamp(12px, 1.9vw, 1.9vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .cn div {
    font-size: 5.2vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .videoPlay {
  position: relative;
  overflow: hidden;
  width: 10vw;
  height: 3vw;
  border-radius: 2vw;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-property: border-color;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .videoPlay {
    margin-top: 6vw;
    width: 40vw;
    height: 10vw;
    border-radius: 10vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .videoPlay .box {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: 'en6';
  text-transform: uppercase;
  font-size: 0.9vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .videoPlay .box {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .videoPlay .box {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .videoPlay .box {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .videoPlay:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #5e442c;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .videoPlay:hover {
  border-color: #5e442c;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .textBox .videoPlay:hover::after {
  height: 100%;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .shubiao {
  position: absolute;
  bottom: 6vw;
  left: calc(50% - 1vw);
  width: 2vw;
  height: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .shubiao i {
  color: #fff;
  font-size: 1.9vw;
  animation: myBounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .shubiao i {
    font-size: clamp(12px, 2vw, 2vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .shubiao i {
    font-size: clamp(12px, 2.1vw, 2.1vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .kuangBox .shubiao i {
    font-size: 5.6vw;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .bgImgVideo {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .bgImgVideo video {
  width: 100%;
  object-fit: cover;
  height: auto;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .bgImgVideo video {
    display: none;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .bgImgVideo .targetImg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width:1024px) {
  #index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .bgImgVideo .targetImg {
    display: none;
  }
}
#index_page .pageContentAll .inxVideo > .thisBox .contentBox .openVideoBox .bgImgVideo .imgBox {
  width: 100%;
  height: 100%;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox {
  position: relative;
  /* background-color: #fff; */
  padding: 0 0 6vw 0;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox {
    padding:0 0 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox {
    padding: 0 0 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox {
    padding: 0 0 18vw 0;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox {
      padding-left: 10vw;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .unifyTitle {
  width: 100%;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox {
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox {
    width: 100%;
    margin-top: 10vw;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox {
  position: relative;
  z-index: 1;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper {
  transition-timing-function: ease-in-out;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide {
  width: 16vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide {
    width: 46vw;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide .aBox {
  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;
  will-change: transform;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide .aBox .imgBox {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide .aBox .imgBox {
    height: 60vw;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide .aBox .imgBox img {
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  will-change: transform;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide .aBox .textBox {
  position: relative;
  margin-top: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide .aBox .textBox .title {
  font-family: 'cn1';
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox #proListBox .swiper-wrapper .swiper-slide .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox .swiperControl {
  margin-top: 2vw;
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox .swiperControl .scrollProgress {
  position: relative;
  width: 30vw;
  height: 2px;
  background-color: #ddd;
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox .swiperControl .scrollProgress {
    margin-top: 8vw;
    width: 80vw;
  }
}
#index_page .pageContentAll .inxProduct_1 > .thisBox .contentBox .swiperBox .swiperControl .scrollProgress .swiper-scrollbar-drag {
  height: 100%;
  border-radius: 2px;
  background-color: #333;
  width: 20vw;
  cursor: pointer;
}
#index_page .pageContentAll .inxProDes > .thisBox {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxProDes > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxProDes > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProDes > .thisBox {
    padding-top: 18vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProDes > .thisBox {
    padding-top: 0;
  }
}
#index_page .pageContentAll .inxProDes > .thisBox .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProDes > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
  }
}
#index_page .pageContentAll .inxProDes > .thisBox .contentBox .imgBox {
  overflow: hidden;
  width: 60%;
  height: 30vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProDes > .thisBox .contentBox .imgBox {
    height: 80vw;
    padding: 0 5vw;
    width: 100%;
  }
}
#index_page .pageContentAll .inxProDes > .thisBox .contentBox .imgBox img {
  height: 120%;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProDes > .thisBox .contentBox .imgBox img {
    height: 100%;
  }
}
#index_page .pageContentAll .inxProDes > .thisBox .contentBox .textBox {
  width: 40%;
  padding: 0 10vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxProDes > .thisBox .contentBox .textBox {
    margin-bottom: 8vw;
    width: 100%;
  }
}
#index_page .pageContentAll .inxProDes > .thisBox .contentBox .textBox .title{
  font-size: 1.7vw;
  text-align: center;
  padding-bottom: 20px;
      font-family: 'cn1';
}
#index_page .pageContentAll .inxProDes > .thisBox .contentBox .textBox .content p {
  line-height: 3em;
      font-size: clamp(12px, 1vw, 1vw);
}
#index_page .pageContentAll .inxNews > .thisBox {
  padding: 6vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox {
    padding: 18vw 0;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .sortTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxNews > .thisBox .sortTitle .en {
  font-size: 3.7vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxNews > .thisBox .sortTitle .en {
    font-size: clamp(12px, 3.8vw, 3.8vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxNews > .thisBox .sortTitle .en {
    font-size: clamp(12px, 3.9vw, 3.9vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .sortTitle .en {
    font-size: 9.2vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .sortTitle .cn {
  font-size: 1.5vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxNews > .thisBox .sortTitle .cn {
    font-size: clamp(12px, 1.6vw, 1.6vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxNews > .thisBox .sortTitle .cn {
    font-size: clamp(12px, 1.7vw, 1.7vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .sortTitle .cn {
    font-size: 4.8vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox {
  width: 100%;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul {
  width: 100%;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li {
  width: 100%;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox {
    padding: 4vw 0;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox {
  width: 80%;
  margin: 0 auto;
  padding: 1vw 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox {
    width: 80%;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox {
    width: 86%;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .textBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 6vw;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.3vw;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date .year {
  font-family: 'en6';
  text-transform: uppercase;
  opacity: 0.7;
  font-size: 0.9vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date .year {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date .year {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date .year {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date .monDay {
  font-family: 'en6';
  text-transform: uppercase;
  color: #5e442c;
  font-size: 1.1vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date .monDay {
    font-size: clamp(12px, 1.2vw, 1.2vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date .monDay {
    font-size: clamp(12px, 1.3vw, 1.3vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date .monDay {
    font-size: 4vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .title {
  font-size: 0.9vw;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-family: 'cn1';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .title {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .title {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .title {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou {
  overflow: hidden;
  position: relative;
  width: 1vw;
  height: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou {
    width: 4vw;
    height: 4vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou .ico {
  position: absolute;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou .ico i {
  font-size: 0.9vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou .ico i {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou .ico i {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou .ico i {
    font-size: 3.6vw;
  }
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou .ico:nth-child(2) {
  transform: translate(-100%, 100%);
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou .ico:nth-child(2) i {
  color: #5e442c;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .xian {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #ddd;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox .xian div {
  height: 100%;
  width: 0;
  right: 0;
  background-color: #5e442c;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  position: absolute;
  opacity: 0.5;
  transition-timing-function: ease-in-out;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox:hover .textBox .title {
  color: #5e442c;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox:hover .xian div {
  left: 0;
  width: 100%;
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox:hover .jiantou .ico:nth-child(1) {
  transform: translate(100%, -100%);
}
#index_page .pageContentAll .inxNews > .thisBox .contentBox .ul .li .aBox:hover .jiantou .ico:nth-child(2) {
  transform: translate(0, 0);
}
#index_page .pageContentAll .inxOnlineShop > .thisBox {
  padding: 6vw 0;
  background-color: #f9f9f9;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox {
    padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox {
    padding: 18vw 0;
  }
}
#index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox {
  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 .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox {
    width: 100%;
  }
}
#index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
  }
  #index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul > li {
    width: calc(100% / 2 - (2 - 1) * 4vw / 2);
  }
}
#index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  width: 14vw;
  height: 6vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  padding: 1vw;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  border-radius: 3vw;
  transition-property: background-color;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box {
    padding: 4vw;
    width: 100%;
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
  }
}
#index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box .ico {
  width: 4vw;
  height: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 50%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transition-property: background-color;
  background-color: #5e442c;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box .ico {
    width: 12vw;
    height: 12vw;
  }
}
#index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box .ico i {
  font-size: 1.7vw;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  color: #fff;
  transition-property: color;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box .ico i {
    font-size: clamp(12px, 1.8vw, 1.8vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box .ico i {
    font-size: clamp(12px, 1.9vw, 1.9vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box .ico i {
    font-size: 5.2vw;
  }
}
#index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box .txt {
  font-family: 'cn1';
  margin-left: 2vw;
  font-size: 0.9vw;
}
@media (max-width:1600px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box .txt {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box .txt {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box .txt {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box .txt {
    margin-left: 0;
    margin-top: 3vw;
  }
}
#index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box .openImgShow {
  position: absolute;
  bottom: calc(100% + 1vw);
  left: 50%;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box .openImgShow {
    bottom: calc(100% + 4vw);
  }
}
#index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box .openImgShow .imgBox {
  transform: translateY(-2vw);
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 7vw;
  height: 7vw;
}
@media (max-width:1024px) {
  #index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box .openImgShow .imgBox {
    width: 30vw;
    height: 30vw;
  }
}
#index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box:hover {
  background-color: #5e442c;
}
#index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box:hover .ico {
  background-color: #fff;
}
#index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box:hover .ico i {
  color: #5e442c;
}
#index_page .pageContentAll .inxOnlineShop > .thisBox .contentBox .coutBox .ul .li .box:hover .txt {
  color: #fff;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul {
  width: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li {
  width: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox {
    padding: 4vw 0;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox {
  width: 80%;
  margin: 0 auto;
  padding: 1vw 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox {
    width: 80%;
  }
}
@media (max-width:1300px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox {
    width: 86%;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .textBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 6vw;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.3vw;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date .year {
  font-family: 'en6';
  text-transform: uppercase;
  opacity: 0.7;
  font-size: 0.9vw;
}
@media (max-width:1600px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date .year {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date .year {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date .year {
    font-size: 3.6vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date .monDay {
  font-family: 'en6';
  text-transform: uppercase;
  color: #5e442c;
  font-size: 1.1vw;
}
@media (max-width:1600px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date .monDay {
    font-size: clamp(12px, 1.2vw, 1.2vw);
  }
}
@media (max-width:1300px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date .monDay {
    font-size: clamp(12px, 1.3vw, 1.3vw);
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .date .monDay {
    font-size: 4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .title {
  font-size: 0.9vw;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  font-family: 'cn1';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width:1600px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .title {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .title {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .textBox .title {
    font-size: 3.6vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou {
  overflow: hidden;
  position: relative;
  width: 1vw;
  height: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou {
    width: 4vw;
    height: 4vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou .ico {
  position: absolute;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou .ico i {
  font-size: 0.9vw;
}
@media (max-width:1600px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou .ico i {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou .ico i {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  #news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou .ico i {
    font-size: 3.6vw;
  }
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou .ico:nth-child(2) {
  transform: translate(-100%, 100%);
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .coutBox .jiantou .ico:nth-child(2) i {
  color: #5e442c;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .xian {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #ddd;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox .xian div {
  height: 100%;
  width: 0;
  right: 0;
  background-color: #5e442c;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  position: absolute;
  opacity: 0.5;
  transition-timing-function: ease-in-out;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox:hover .textBox .title {
  color: #5e442c;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox:hover .xian div {
  left: 0;
  width: 100%;
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox:hover .jiantou .ico:nth-child(1) {
  transform: translate(100%, -100%);
}
#news_page .pageContentAll .pageContent .newsList > .thisBox .contentBox .ul .li .aBox:hover .jiantou .ico:nth-child(2) {
  transform: translate(0, 0);
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1300px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox {
    width: 86%;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3vw;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox {
  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;
  will-change: transform;
  padding: 0;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .imgBox {
  overflow: hidden;
  height: 16vw;
  width: 100%;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .imgBox {
    height: 60vw;
  }
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .imgBox img {
      width: 100%;
    height: 100%;
    object-fit: contain;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  will-change: transform;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .textBox {
  position: relative;
  margin-top: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .textBox .title {
  font-family: 'cn1';
  font-size: clamp(12px, 1vw, 1vw);
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .imgBox {
  height: 14vw;
}
@media (max-width:1024px) {
  #product_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .imgBox {
    height: 56vw;
  }
}
#about_page .pageContentAll .pageContent {
  padding-bottom: 0;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox {
  padding-bottom: 6vw;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox {
    padding-bottom: 18vw;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
  height: 20vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .imgBox {
  width: 50%;
  height: 100%;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .imgBox {
    width: 100%;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .textBox {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .textBox {
    width: 100%;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .textBox .content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .textBox .content {
    gap: 4vw;
  }
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .textBox .content .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .textBox .content .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .textBox .content p {
  font-size: 0.9vw;
  line-height: 3em;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .textBox .content p {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .textBox .content p {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .jieshao > .thisBox .contentBox .textBox .content p {
    font-size: 3.6vw;
  }
}
#about_page .pageContentAll .pageContent .wenhua > .thisBox {
  padding-bottom: 6vw;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .wenhua > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .wenhua > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .wenhua > .thisBox {
    padding-bottom: 18vw;
  }
}
#about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
  height: 20vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 4vw;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
  }
}
#about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .imgBox {
  width: 50%;
  height: 100%;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .imgBox {
    width: 100%;
  }
}
#about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox {
    width: 100%;
  }
}
#about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content {
    gap: 4vw;
  }
}
#about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content p {
  font-size: 0.9vw;
  line-height: 3em;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content p {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content p {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox .textBox .content p {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .wenhua > .thisBox .contentBox {
    flex-direction: column;
  }
}
#about_page .pageContentAll .pageContent .history > .thisBox {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .history > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .history > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox {
    padding-top: 18vw;
  }
}
#about_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:1600px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
#about_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_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears {
    width: 100%;
    padding: 8vw 0;
    background-color: #fff;
    display: none;
  }
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box {
  padding-left: 2vw;
  position: relative;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 4vw;
    width: 100%;
  }
}
#about_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_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .year {
  cursor: pointer;
  font-size: 1vw;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .year {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .year {
    font-size: clamp(12px, 1.2vw, 1.2vw);
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li .year {
    font-size: 3.8vw;
  }
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .ul .li.on .year {
  transform: scale(1.2);
  transform-origin: 0 50%;
  color: #5e442c;
}
#about_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_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .dotLine {
    display: none;
  }
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .leftYears .box .dotLine div {
  width: 100%;
  height: 1.5vw;
  border-radius: 1px;
  background-color: #5e442c;
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout {
  padding-left: 8vw;
  width: calc(100% - 10vw);
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout {
    width: 100%;
    padding-left: 0;
  }
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li {
  padding: 4vw 0;
  border-bottom: 1px dashed #dddddd;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #about_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_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt {
    width: 100%;
  }
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .title {
  font-size: 2.1vw;
  color: #5e442c;
  font-weight: bold;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .title {
    font-size: clamp(12px, 2.2vw, 2.2vw);
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .title {
    font-size: clamp(12px, 2.3vw, 2.3vw);
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .title {
    font-size: 6vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .title {
    font-size: 6vw;
  }
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .one {
  font-size: 1.1vw;
  font-family: 'cn1';
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .one {
    font-size: clamp(12px, 1.2vw, 1.2vw);
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .one {
    font-size: clamp(12px, 1.3vw, 1.3vw);
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .leftTxt .one {
    font-size: 4vw;
  }
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .rightImg {
  width: 20vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .rightImg {
    width: 100%;
  }
}
#about_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .rightImg img {
  width: 100%;
  height: 12vw;
  object-fit: cover;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .history > .thisBox .contentBox .rightCout .ul .li .rightImg img {
    height: 40vw;
  }
}
#about_page .pageContentAll .pageContent .honor {
  position: relative;
}
#about_page .pageContentAll .pageContent .honor > .thisBox {
  position: relative;
  z-index: 1;
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox {
    padding-top: 18vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox {
    width: 86%;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs {
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .tabsBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .tabsBox .ul .li {
  cursor: pointer;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .tabsBox .ul .li .title {
  opacity: 0.6;
  font-size: 1.3vw;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .tabsBox .ul .li .title {
    font-size: clamp(12px, 1.4vw, 1.4vw);
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .tabsBox .ul .li .title {
    font-size: clamp(12px, 1.5vw, 1.5vw);
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .tabsBox .ul .li .title {
    font-size: 4.4vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .tabsBox .ul .li.on .title {
  opacity: 1;
  font-weight: bold;
  color: #5e442c;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl {
  width: 5vw;
  height: 2vw;
  position: relative;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl {
    width: 20vw;
    height: 14vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation .btn {
  cursor: pointer;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background-color: #5e442c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation .btn:hover {
  background-color: #5e442c;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation .btn {
    width: 8vw;
    height: 8vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation .btn i {
  color: #fff;
  font-size: 0.9vw;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation .btn i {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation .btn i {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation .btn i {
    font-size: 3.6vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .topTabs .swiperControl .navigation.on {
  opacity: 1;
  pointer-events: auto;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout {
  height: 20vw;
  width: 100%;
  position: relative;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout {
    height: 70vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox {
  position: absolute;
  top: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(3vw);
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper {
  width: 100%;
  height: 100%;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .imgBox {
  background-color: #fdf1d8;
  width: 100%;
  padding: 1vw;
  height: 16vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .imgBox {
    height: 45vw;
    padding: 4vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .imgBox img {
  object-fit: contain;
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
  margin-top: 1vw;
  font-size: 0.9vw;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox .swiper .swiper-slide .box .title {
    margin-top: 3vw;
    font-size: 3.4vw;
  }
}
#about_page .pageContentAll .pageContent .honor > .thisBox .contentBox .swiperCout .swiperBox.on {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
#about_page .pageContentAll .pageContent .person {
  position: relative;
  z-index: 1;
}
#about_page .pageContentAll .pageContent .person > .thisBox {

  width: 100%;
  height: 100%;
  padding: 6vw 0;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .person > .thisBox {
   padding: 6vw 0;
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .person > .thisBox {
  padding: 6vw 0;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .person > .thisBox {
  padding: 18vw 0;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .person > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #about_page .pageContentAll .pageContent .person > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #about_page .pageContentAll .pageContent .person > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #about_page .pageContentAll .pageContent .person > .thisBox {
    padding-bottom: 18vw;
  }
}
#about_page .pageContentAll .pageContent .person > .thisBox .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 10vw;
  height: 40vw;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .person > .thisBox .contentBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 0vw;
  }
}
#about_page .pageContentAll .pageContent .person > .thisBox .contentBox .leftBox {
  height: 100%;
}
#about_page .pageContentAll .pageContent .person > .thisBox .contentBox .leftBox .imgBox {
  height: 100%;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .person > .thisBox .contentBox .leftBox .imgBox {
    height: 100vw;
  }
}
#about_page .pageContentAll .pageContent .person > .thisBox .contentBox .leftBox .imgBox img {
  object-fit: contain;
}
#about_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox {
  width: 50%;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #about_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox {
    width: 80%;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #about_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox {
    width: 80%;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #about_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox {
    width: 86%;
  }
}
#about_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .title {
  font-size: 2.5vw;
  font-family: 'cn1';
  color: #5e442c;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .title {
    font-size: clamp(12px, 2.6vw, 2.6vw);
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .title {
    font-size: clamp(12px, 2.7vw, 2.7vw);
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .title {
    font-size: 6.8vw;
  }
}
#about_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .content {
  margin-top: 2vw;
  width: 100%;
  text-align: justify;
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .content {
    width: 100%;
  }
}
#about_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .content p {
  font-size: 0.9vw;
  line-height: 2.5em;
  color: #5e442c;
}
@media (max-width:1600px) {
  #about_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .content p {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  #about_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .content p {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .content p {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #about_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .content p {
    font-size: 3.26vw;
    color: #C59874;
  }
}
#contact_page .pageContentAll .pageContent {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent {
    padding-top: 18vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo {
  position: relative;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox {
  padding: 0;
  position: relative;
  z-index: 1;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  border-radius: 1vw;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    padding: 5vw 0 0 0;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div {
  position: relative;
  z-index: 1;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi {
  width: 40%;
  position: relative;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi {
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox {
    gap: 5vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box .label {
  word-break: keep-all;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box .label .ico {
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 50%;
  background-color: #5e442c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box .label .ico {
    width: 3vw;
    height: 3vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box .label .ico {
    width: 10vw;
    height: 10vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box .label .ico i {
  font-size: 1.2vw;
  color: #fff;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box .label .ico i {
    font-size: clamp(12px, 1.3vw, 1.3vw);
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box .label .ico i {
    font-size: clamp(12px, 1.4vw, 1.4vw);
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box .label .ico i {
    font-size: 4.2vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box .label .txt {
  font-size: 0.9vw;
  margin-left: 1vw;
  font-family: 'en6';
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box .label .txt {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box .label .txt {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box .label .txt {
    font-size: 3.6vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box .cout {
  padding-top: 0.6vw;
  font-size: 0.8vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box .cout {
    font-size: clamp(12px, 0.9vw, 0.9vw);
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box .cout {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box .cout {
    font-size: 3.4vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.lianxi .ulBox .box .cout {
    padding-top: 2.6vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.zimeiti {
  width: 50%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.zimeiti {
    width: 100%;
    margin: 10vw 0 0 0;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.zimeiti .ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.zimeiti .ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.zimeiti .ul .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.zimeiti .ul .li .icoBox {
  width: 7vw;
  height: 7vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.zimeiti .ul .li .icoBox {
    width: 22vw;
    height: 22vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.zimeiti .ul .li .icoBox .imgBox {
  width: 100%;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.zimeiti .ul .li .title {
  font-size: 0.8vw;
  text-align: center;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.zimeiti .ul .li .title {
    font-size: clamp(12px, 0.9vw, 0.9vw);
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.zimeiti .ul .li .title {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox > div.zimeiti .ul .li .title {
    font-size: 3.4vw;
  }
}
#contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .xian {
  height: 13vw;
  border-left: 1px dotted #ccc;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .contactInfo > .thisBox .contentBox .xian {
    display: none;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox {
    padding-top: 18vw;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox {
  position: relative;
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 35vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll {
    width: 80%;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll {
    height: 100vw;
    position: unset;
    width: 100%;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox {
  background-color: #f9f9f9;
  width: 100%;
  position: relative;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox #map {
  width: 100%;
  height: 100%;
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .tooltip {
  position: absolute;
  pointer-events: none;
  transform: translate(-50%, -100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding-bottom: 2vw;
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box {
  height: 5vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box {
    height: unset;
    width: 90vw;
    height: 24vw;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box img {
  width: 7vw;
  height: 100%;
  object-fit: cover;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box img {
    width: 24vw;
    height: 100%;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box .textBox {
  height: 100%;
  padding: 0.8vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: max-content;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box .textBox {
    width: calc(100% - 24vw);
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box .textBox .title {
  font-family: 'cn1';
  font-size: 0.9vw;
  margin-bottom: 0.4vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box .textBox .title {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box .textBox .title {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box .textBox .title {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box .textBox .add {
    font-size: 3.2vw;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .tooltip .box .textBox .phone {
    font-size: 3.2vw;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .btnBox {
  position: absolute;
  right: 0vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
  bottom: 0vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .btnBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw;
    left: 0;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .btnBox div {
  cursor: pointer;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 2px;
  background-color: #5e442c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .btnBox div {
    width: 10vw;
    height: 10vw;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .btnBox div i {
  color: #fff;
  font-size: 1.2vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .btnBox div i {
    font-size: clamp(12px, 1.3vw, 1.3vw);
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .btnBox div i {
    font-size: clamp(12px, 1.4vw, 1.4vw);
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .btnBox div i {
    font-size: 4.2vw;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .btnBox div#canMove-btn {
  width: unset!important;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  padding: 0 4vw;
  color: #fff;
}
@media (min-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .btnBox div#canMove-btn {
    display: none;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .mapBoxAll .mapBox .btnBox div#canMove-btn[control="open"] {
  opacity: 0.5;
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll {
  width: 80%;
  margin: 0 auto;
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll {
    width: 80%;
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll {
    width: 86%;
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll {
    margin-top: 10vw;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchBox {
  width: 30vw;
  height: 2.4vw;
  border-radius: 2vw;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  margin-bottom: 2vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchBox {
    width: 70vw;
    height: 12vw;
    border-radius: 10vw;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchBox input {
  padding-left: 1vw;
  height: 70%;
  background-color: unset;
  width: calc(100% - 2.4vw);
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchBox input {
    padding-left: 4vw;
    width: calc(100% - 12vw);
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchBox button {
  width: 2.4vw;
  height: 2.4vw;
  background-color: #5e442c;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchBox button {
    width: 12vw;
    height: 12vw;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchBox button i {
  color: #fff;
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2vw;
  width: 100%;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 6vw;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .icon-jiazai {
  position: absolute;
  left: 47%;
  font-size: 1.7vw;
  color: #999;
  animation: xuanzhuan 1s linear 0s infinite normal;
  width: fit-content;
  margin: 0 2vw;
  display: block;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .icon-jiazai {
    font-size: clamp(12px, 1.8vw, 1.8vw);
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .icon-jiazai {
    font-size: clamp(12px, 1.9vw, 1.9vw);
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .icon-jiazai {
    font-size: 5.2vw;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box {
  position: relative;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  padding: 2vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .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 .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box .title {
  font-family: 'cn1';
  font-size: 1.3vw;
  margin-bottom: 1vw;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box .title {
    font-size: clamp(12px, 1.4vw, 1.4vw);
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box .title {
    font-size: clamp(12px, 1.5vw, 1.5vw);
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box .title {
    font-size: 4.4vw;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box .title span {
  color: red;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box .title {
    margin-bottom: 2vw;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box .lianxiInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.4vw;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box .lianxiInfo {
    gap: 2vw;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box .lianxiInfo div:nth-child(1) span {
  color: red;
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box .mapGo {
  margin-top: 1vw;
  cursor: pointer;
  width: 6vw;
  height: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #5e442c;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box .mapGo {
    width: 40vw;
    height: 10vw;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box .mapGo .txt {
  font-size: 0.7vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.3vw;
  color: #fff;
}
@media (max-width:1600px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box .mapGo .txt {
    font-size: clamp(12px, 0.8vw, 0.8vw);
  }
}
@media (max-width:1300px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box .mapGo .txt {
    font-size: clamp(12px, 0.9vw, 0.9vw);
  }
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box .mapGo .txt {
    font-size: 3.2vw;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box .mapGo .txt i {
  color: #fff;
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box::after {
  width: 0;
  content: '';
  position: absolute;
  display: block;
  height: 0.2vw;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  bottom: 0;
  left: 0;
  background: linear-gradient(-90deg, #5e442c, #5e442c);
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box:hover {
  border-color: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.08);
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .ul .li .box:hover::after {
  width: 100%;
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchFenye {
  margin-top: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchFenye .pre,
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchFenye .next,
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchFenye .num {
  border: 1px solid #999;
  padding: 0.5vw 1vw;
  cursor: pointer;
}
@media (max-width:1024px) {
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchFenye .pre,
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchFenye .next,
  #contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchFenye .num {
    padding: 2vw 4vw;
  }
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchFenye .pre:hover,
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchFenye .next:hover,
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchFenye .num:hover {
  background-color: rgba(94, 68, 44, 0.2);
  border-color: #5e442c;
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchFenye .numBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 1vw;
}
#contact_page .pageContentAll .pageContent .chinaMap > .thisBox .contentBox .infoListAll .searchFenye .numBox .num.on {
  background-color: #5e442c;
  color: #fff;
  border-color: #5e442c;
}
#technology_page .pageContentAll .pageContent {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #technology_page .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #technology_page .pageContentAll .pageContent {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent {
    padding-top: 18vw;
  }
}
#technology_page .pageContentAll .pageContent .tedian > .thisBox {
  padding-bottom: 6vw;
}
@media (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox {
    padding-bottom: 18vw;
  }
}
#technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 10vw;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox {
    width: 86%;
  }
}
#technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 10vw;
  width: 100%;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .leftBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .leftBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .leftBox .sortName {
  padding-top: 4vw;
  width: 29vw;
  position: relative;
  z-index: 1;
  margin-right: -14vw;
  text-align: center;
  font-size: 7.7vw;
  font-family: 'cn1';
  opacity: 0.5;
  will-change: transform;
  color: #cdcdcd;
  mix-blend-mode: plus-lighter;
}
@media (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .leftBox .sortName {
    font-size: clamp(12px, 7.8vw, 7.8vw);
  }
}
@media (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .leftBox .sortName {
    font-size: clamp(12px, 7.9vw, 7.9vw);
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .leftBox .sortName {
    font-size: 17.2vw;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .leftBox .sortName {
    width: 100%;
    padding-top: 0;
    width: unset;
    text-align: unset;
    margin-right: unset;
  }
}
#technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .leftBox .imgBoxAll {
  position: relative;
  width: 18vw;
  height: 30vw;
  overflow: hidden;
}
#technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .leftBox .imgBoxAll .moveBox {
  width: 100%;
  height: 100%;
}
#technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .leftBox .imgBoxAll .moveBox .imgBox {
  width: 100%;
  height: 30vw;
}
#technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
  padding: 2vw 0;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll {
    width: 100%;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll .contentText {
    width: 100%;
  }
}
#technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul {
    width: 100%;
  }
}
#technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li {
  padding: 2vw 0;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    padding: 6vw 0;
    gap: 4vw;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .imgBox {
    width: 50%;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box {
    width: 50%;
  }
}
#technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box .title {
  font-family: 'cn1';
  font-size: 1.5vw;
  margin-bottom: 2vw;
}
@media (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box .title {
    font-size: clamp(12px, 1.6vw, 1.6vw);
  }
}
@media (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box .title {
    font-size: clamp(12px, 1.7vw, 1.7vw);
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box .title {
    font-size: 4.8vw;
  }
}
#technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box .text p {
  font-size: 1vw;
}
@media (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box .text p {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box .text p {
    font-size: clamp(12px, 1.2vw, 1.2vw);
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box .text p {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width:1024px) {
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox:nth-child(even) {
    flex-direction: row-reverse;
  }
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox:nth-child(even) .leftBox {
    flex-direction: row-reverse;
  }
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox:nth-child(even) .leftBox .sortName {
    margin-left: -14vw;
    margin-right: unset;
  }
  #technology_page .pageContentAll .pageContent .tedian > .thisBox .contentBox .sortOneBox:nth-child(even) .textBoxAll {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset;
  }
}
#technology_page .pageContentAll .pageContent .yaosu > .thisBox {
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .yaosu > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .yaosu > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .yaosu > .thisBox {
    padding-top: 18vw;
  }
}
#technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox {
  position: relative;
  margin: 0 auto;
  width: 95%;
}
#technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox .boxCout {
  width: 100%;
  height: 100%;
  padding: 4vw 12vw;
  position: relative;
  z-index: 1;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox .boxCout {
    padding: 0;
  }
}
#technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox .boxCout .ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4vw;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox .boxCout .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
  }
  #technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox .boxCout .ul > li {
    width: calc(100% / 2 - (2 - 1) * 2vw / 2);
  }
}
#technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox .boxCout .ul .li .box {
  padding: 3vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  gap: 0.8vw;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox .boxCout .ul .li .box {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.04);
  }
}
#technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox .boxCout .ul .li .box .ico {
  width: 6vw;
  height: 6vw;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox .boxCout .ul .li .box .ico {
    width: 12vw;
    height: 12vw;
  }
}
#technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox .boxCout .ul .li .box .ico img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox .boxCout .ul .li .box .title {
  font-size: 1.3vw;
  font-family: 'cn1';
}
@media (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox .boxCout .ul .li .box .title {
    font-size: clamp(12px, 1.4vw, 1.4vw);
  }
}
@media (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox .boxCout .ul .li .box .title {
    font-size: clamp(12px, 1.5vw, 1.5vw);
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox .boxCout .ul .li .box .title {
    font-size: 4.4vw;
  }
}
#technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox .bgImg {
  height: 40vw;
  width: 100%;
  overflow: hidden;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox .bgImg {
    height: 100vw;
    display: none;
  }
}
#technology_page .pageContentAll .pageContent .yaosu > .thisBox .contentBox .bgImg img {
  height: 120%;
}
#technology_page .pageContentAll .pageContent .youshi > .thisBox {
  padding-bottom: 6vw;
}
@media (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox {
    padding-bottom: 18vw;
  }
}
#technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 10vw;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox {
    width: 86%;
  }
}
#technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 10vw;
  width: 100%;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .leftBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .leftBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .leftBox .sortName {
  padding-top: 4vw;
  width: 29vw;
  position: relative;
  z-index: 1;
  margin-right: -14vw;
  text-align: center;
  font-size: 7.7vw;
  font-family: 'cn1';
  opacity: 0.5;
  will-change: transform;
  color: #cdcdcd;
  mix-blend-mode: plus-lighter;
}
@media (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .leftBox .sortName {
    font-size: clamp(12px, 7.8vw, 7.8vw);
  }
}
@media (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .leftBox .sortName {
    font-size: clamp(12px, 7.9vw, 7.9vw);
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .leftBox .sortName {
    font-size: 17.2vw;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .leftBox .sortName {
    width: 100%;
    padding-top: 0;
    width: unset;
    text-align: unset;
    margin-right: unset;
  }
}
#technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .leftBox .imgBoxAll {
  position: relative;
  width: 18vw;
  height: 30vw;
  overflow: hidden;
}
#technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .leftBox .imgBoxAll .moveBox {
  width: 100%;
  height: 100%;
}
#technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .leftBox .imgBoxAll .moveBox .imgBox {
  width: 100%;
  height: 30vw;
}
#technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
  padding: 2vw 0;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll {
    width: 100%;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll .contentText {
    width: 100%;
  }
}
#technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul {
    width: 100%;
  }
}
#technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li {
  padding: 2vw 0;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    padding: 6vw 0;
    gap: 4vw;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .imgBox {
    width: 50%;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box {
    width: 50%;
  }
}
#technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box .title {
  font-family: 'cn1';
  font-size: 1.5vw;
  margin-bottom: 2vw;
}
@media (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box .title {
    font-size: clamp(12px, 1.6vw, 1.6vw);
  }
}
@media (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box .title {
    font-size: clamp(12px, 1.7vw, 1.7vw);
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box .title {
    font-size: 4.8vw;
  }
}
#technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box .text p {
  font-size: 1vw;
}
@media (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box .text p {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box .text p {
    font-size: clamp(12px, 1.2vw, 1.2vw);
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li .box .text p {
    font-size: 3.8vw;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .textBoxAll .contentText .ul .li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox:nth-child(even) {
    flex-direction: row-reverse;
  }
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox:nth-child(even) .leftBox {
    flex-direction: row-reverse;
  }
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox:nth-child(even) .leftBox .sortName {
    margin-left: -14vw;
    margin-right: unset;
  }
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox:nth-child(even) .textBoxAll {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox {
    padding-top: 20vw;
  }
}
#technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .leftBox .sortName {
  font-size: 5.5vw;
}
@media (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .leftBox .sortName {
    font-size: clamp(12px, 5.6vw, 5.6vw);
  }
}
@media (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .leftBox .sortName {
    font-size: clamp(12px, 5.7vw, 5.7vw);
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .youshi > .thisBox .contentBox .sortOneBox .leftBox .sortName {
    font-size: 12.8vw;
  }
}
#technology_page .pageContentAll .pageContent .person > .thisBox {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 6vw;
}
@media (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox {
    padding-top: 6vw;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox {
    padding-top: 18vw;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox {
    padding-bottom: 6vw;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox {
    padding-bottom: 18vw;
  }
}
#technology_page .pageContentAll .pageContent .person > .thisBox .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 10vw;
  height: 40vw;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox .contentBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    gap: 0vw;
  }
}
#technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .leftBox {
  height: 100%;
}
#technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .leftBox .imgBox {
  height: 100%;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .leftBox .imgBox {
    height: 100vw;
  }
}
#technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .leftBox .imgBox img {
  object-fit: contain;
}
#technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox {
  width: 30vw;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) and (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox {
    width: 80%;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox {
    width: 80%;
  }
}
@media (max-width:1024px) and (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox {
    width: 86%;
  }
}
#technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .title {
  font-size: 2.5vw;
  font-family: 'cn1';
  color: #5e442c;
}
@media (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .title {
    font-size: clamp(12px, 2.6vw, 2.6vw);
  }
}
@media (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .title {
    font-size: clamp(12px, 2.7vw, 2.7vw);
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .title {
    font-size: 6.8vw;
  }
}
#technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .content {
  margin-top: 2vw;
  width: 25vw;
  text-align: justify;
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .content {
    width: 100%;
  }
}
#technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .content p {
  font-size: 0.9vw;
  line-height: 2em;
}
@media (max-width:1600px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .content p {
    font-size: clamp(12px, 1vw, 1vw);
  }
}
@media (max-width:1300px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .content p {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .content p {
    font-size: 3.6vw;
  }
}
@media (max-width:1024px) {
  #technology_page .pageContentAll .pageContent .person > .thisBox .contentBox .rightBox .content p {
    font-size: 3.4vw;
  }
}
#wangzhan_page .pageContentAll .pageContent {
  padding-top: 14vw;
}
@media (max-width:1024px) {
  #wangzhan_page .pageContentAll .pageContent {
    padding-top: 30vw;
  }
}
#wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox {
    width: 84%;
    gap: 4vw;
  }
}
#wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .wenzhangName {
  font-size: 1.9vw;
  font-family: 'cn1';
}
@media (max-width:1600px) {
  #wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .wenzhangName {
    font-size: clamp(12px, 2vw, 2vw);
  }
}
@media (max-width:1300px) {
  #wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .wenzhangName {
    font-size: clamp(12px, 2.1vw, 2.1vw);
  }
}
@media (max-width:1024px) {
  #wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .wenzhangName {
    font-size: 5.6vw;
  }
}
#wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .wenzhangInfo {
  background-color: #f3f3f3;
  padding: 0.8vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  gap: 2vw;
}
@media (max-width:1024px) {
  #wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .wenzhangInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    padding: 4vw;
  }
}
#wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .detailContentBox {
  width: 100%;
}
#wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .detailContentBox .wenzhang {
  width: 100%;
}
#wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink {
  border-top: 1px dashed #999;
  padding-top: 1vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  #wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink {
    padding-top: 4vw;
    gap: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
#wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink .moreBox {
  max-width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  gap: 0.5vw;
}
@media (max-width:1024px) {
  #wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink .moreBox {
    gap: 3vw;
    max-width: 100%;
  }
}
#wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink .moreBox .link {
  font-size: 1vw;
}
@media (max-width:1600px) {
  #wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink .moreBox .link {
    font-size: clamp(12px, 1.1vw, 1.1vw);
  }
}
@media (max-width:1300px) {
  #wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink .moreBox .link {
    font-size: clamp(12px, 1.2vw, 1.2vw);
  }
}
@media (max-width:1024px) {
  #wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink .moreBox .link {
    font-size: 3.8vw;
  }
}
#wangzhan_page .pageContentAll .pageContent .wenzhangBox > .thisBox .contentBox .moreLink .moreBox .link:hover {
  text-decoration: underline;
  color: var(--cor);
}


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




.rgmod_module_form_mod_1>.thisBox {
    padding-top: 6vw
}

@media (max-width:1600px) {
    .rgmod_module_form_mod_1>.thisBox {
        padding-top: 6vw
    }
}

@media (max-width:1360px) {
    .rgmod_module_form_mod_1>.thisBox {
        padding-top: 6vw
    }
}

@media (max-width:1024px) {
    .rgmod_module_form_mod_1>.thisBox {
        padding-top: 15vw
    }
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .shuoming {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin-bottom: 2vw;
    gap: 1vw
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .shuoming li {
    font-size: .9vw
}

@media (max-width:1360px) {
    .rgmod_module_form_mod_1>.thisBox .posiFormBox .shuoming li {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .rgmod_module_form_mod_1>.thisBox .posiFormBox .shuoming li {
        font-size: 3.4vw
    }
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox {
    position: relative;
    background-color: #f9f9f9;
    width: 70vw;
    border-radius: 1vw;
    border: 1px dashed #888;
    padding: 4vw
}

@media (max-width:1024px) {
    .rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox {
        width: 96vw;
        padding: 16vw 10vw
    }
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan {
    width: 100%
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 2vw
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: unset;
    width: 100%
}

@media (max-width:1024px) {
    .rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox {
        margin-bottom: 6vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: unset
    }
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
    padding-top: .5vw;
    position: relative;
    display: block;
    width: 10vw;
    font-size: 1vw
}

@media (max-width:1360px) {
    .rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
        font-size: 3.6vw
    }
}

@media (max-width:1024px) {
    .rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .bdTitle {
        width: 100%
    }
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input {
    position: relative;
    width: calc(100% - 10vw)
}

@media (max-width:1024px) {
    .rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input {
        width: 100%
    }
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input input {
    background-color: #fff;
    width: 100%;
    border-radius: .2vw;
    height: 100%;
    padding-left: 1vw;
    height: 2.8vw
}

@media (max-width:1024px) {
    .rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input input {
        padding-left: 4vw
    }
}

@media (max-width:1024px) {
    .rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input input {
        height: 12vw
    }
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input textarea {
    background-color: #fff;
    width: 100%;
    border-radius: .2vw;
    height: 100%;
    padding-left: 1vw;
    height: 6vw
}

@media (max-width:1024px) {
    .rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .input textarea {
        padding-left: 4vw
    }
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea {
    width: 100%
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input {
    height: 6vw
}

@media (max-width:1024px) {
    .rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input {
        height: 40vw
    }
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input textarea {
    height: 100%;
    border: none;
    font-family: auto;
    padding: 1vw;
    width: 100%;
    outline: none
}

@media (max-width:1024px) {
    .rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.textarea .input textarea {
        padding: 4vw
    }
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.yanzhengma .input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    gap: 1vw
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.yanzhengma .yanz {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.yanzhengma .yanz img {
    height: 100%
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.must .bdTitle::after {
    content: '*';
    position: absolute;
    color: red
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox .tianxieInfo {
    position: absolute;
    left: 0;
    top: 110%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.zhengque .tianxieInfo i {
    color: green
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.zhengque .tianxieInfo .txt {
    color: green
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.cuowu .tianxieInfo i {
    color: red
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .inputBox.cuowu .tianxieInfo .txt {
    color: red
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button {
    margin: 0 auto
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 16vw;
    height: 3vw;
    border-radius: .4vw;
    background-color:  #5e442c;
    transition-duration: .1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

@media (max-width:1024px) {
    .rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit {
        width: 40vw;
        height: 10vw
    }
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit .txt {
    color: #fff
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit i {
    color: #fff
}

.rgmod_module_form_mod_1>.thisBox .posiFormBox .kuangBox .formBiaodan .thisBoxAll .cenBox .biaodan form .button .submit:hover {
    background-color:  #5e442c
}

.rgmod_module_form_mod_1_tongzhi {
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.rgmod_module_form_mod_1_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: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

.rgmod_module_form_mod_1_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: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border-radius: 10px
}

@media (max-width:1024px) {
    .rgmod_module_form_mod_1_tongzhi .kuangjia .box {
        width: 90%
    }
}

.rgmod_module_form_mod_1_tongzhi .kuangjia .box i {
    font-size: 80px;
    margin-bottom: 20px
}

@media (max-width:1024px) {
    .rgmod_module_form_mod_1_tongzhi .kuangjia .box i {
        font-size: 18vw
    }
}

.rgmod_module_form_mod_1_tongzhi .kuangjia .box i.icon-zhengque {
    color: #46ad75
}

.rgmod_module_form_mod_1_tongzhi .kuangjia .box i.icon-cuowu {
    color: #b62c2c
}

.rgmod_module_form_mod_1_tongzhi .kuangjia .box span {
    font-size: 18px;
    color: #666
}

.rgmod_module_form_mod_1_tongzhi .kuangjia .box .jishi {
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.56, -0.01, .04, 1)
}

.rgmod_module_form_mod_1_tongzhi .kuangjia.on .box {
    transform: translateY(0)
}



#showreel_page .pageContentAll .pageContent .productList > .thisBox .contentBox {
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #showreel_page .pageContentAll .pageContent .productList > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1300px) {
  #showreel_page .pageContentAll .pageContent .productList > .thisBox .contentBox {
    width: 80%;
  }
}
@media (max-width:1024px) {
  #showreel_page .pageContentAll .pageContent .productList > .thisBox .contentBox {
    width: 86%;
  }
}
#showreel_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3vw;
}
@media (max-width:1024px) {
  #showreel_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4vw;
  }
}
#showreel_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox {
  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;
  will-change: transform;
  padding: 0;
}
#showreel_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .imgBox {
  overflow: hidden;
  height: 16vw;
  width: 100%;
}
@media (max-width:1024px) {
  #showreel_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .imgBox {
    height: 60vw;
  }
}
#showreel_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .imgBox img {
      width: 100%;
    height: 100%;
    object-fit: cover;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.56, -0.01, 0.04, 1);
  will-change: transform;
}
#showreel_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .textBox {
  position: relative;
  margin-top: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
#showreel_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .textBox .title {
  font-family: 'cn1';
  font-size: clamp(12px, 1vw, 1vw);
}
#showreel_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox:hover .imgBox img {
  transform: scale(1.1);
}
#showreel_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .imgBox {
  height: 14vw;
}
@media (max-width:1024px) {
  #showreel_page .pageContentAll .pageContent .productList > .thisBox .contentBox .ul .li .aBox .imgBox {
    height: 56vw;
  }
}


.threeLevelNav {
    margin: 20px 0;
}

.threeNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.threeNav .li {
    margin: 0;
}

.threeNav .aBox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    min-height: 36px;
    box-sizing: border-box;
}

.threeNav .aBox:hover {
    background-color: #e8e8e8;
    border-color: #ccc;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.threeNav .li.on .aBox {
    background-color: #795548;
color: #fff;
    border-color: #795548;
    box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
}
.threeNav .li.on .aBox div{
color: #fff;
}
.threeNav .aBox:active {
    transform: translateY(0);
    transition: transform 0.1s ease;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .threeNav {
        gap: 8px;
    }
    
    .threeNav .aBox {
        padding: 6px 15px;
        font-size: 13px;
        min-height: 32px;
    }
}

/* 如果希望按钮看起来更像按钮，可以添加以下样式 */
.threeNav .aBox {
    text-align: center;
    white-space: nowrap;
    user-select: none;
}

/* 如果需要有不同状态 */
.threeNav .aBox:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

/* 圆角按钮样式 */
.threeNav.round-buttons .aBox {
    border-radius: 20px;
}

/* 填充式按钮样式 */
.threeNav.filled-buttons .aBox {
    background-color: #007bff;
    color: white;
    border: none;
}

.threeNav.filled-buttons .aBox:hover {
    background-color: #0056b3;
}

.threeNav.filled-buttons .li.on .aBox {
    background-color: #0056b3;
    box-shadow: 0 2px 5px rgba(0, 86, 179, 0.4);
}